/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.sbMain = new System.Windows.Forms.StatusBar(); this.sbpStatus = new System.Windows.Forms.StatusBarPanel(); this.sbpServer = new System.Windows.Forms.StatusBarPanel(); this.sbpUsername = new System.Windows.Forms.StatusBarPanel(); this.sbpDatabase = new System.Windows.Forms.StatusBarPanel(); this.sbpTime = new System.Windows.Forms.StatusBarPanel(); this.sbpRows = new System.Windows.Forms.StatusBarPanel(); this.sbpPosition = new System.Windows.Forms.StatusBarPanel(); this.stbMain = new dbmt.SqlTextBox(); this.rtxtResults = new System.Windows.Forms.RichTextBox(); this.sptMain = new System.Windows.Forms.Splitter(); this.panelBottom = new System.Windows.Forms.Panel(); this.panelGrids = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.sbpStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpServer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpUsername)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpDatabase)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpRows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpPosition)).BeginInit(); this.panelBottom.SuspendLayout(); this.SuspendLayout(); // // sbMain // this.sbMain.Location = new System.Drawing.Point(0, 455); this.sbMain.Name = "sbMain"; this.sbMain.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.sbpStatus, this.sbpServer, this.sbpUsername, this.sbpDatabase, this.sbpTime, this.sbpRows, this.sbpPosition}); this.sbMain.ShowPanels = true; this.sbMain.Size = new System.Drawing.Size(608, 22); this.sbMain.TabIndex = 3; // // sbpStatus // this.sbpStatus.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring; this.sbpStatus.Width = 532; // // sbpServer // this.sbpServer.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpServer.Width = 10; // // sbpUsername // this.sbpUsername.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpUsername.Width = 10; // // sbpDatabase // this.sbpDatabase.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpDatabase.Width = 10; // // sbpTime // this.sbpTime.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpTime.Width = 10; // // sbpRows // this.sbpRows.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpRows.Width = 10; // // sbpPosition // this.sbpPosition.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpPosition.Width = 10; // // stbMain // this.stbMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.stbMain.Dock = System.Windows.Forms.DockStyle.Top; this.stbMain.Location = new System.Drawing.Point(0, 0); this.stbMain.Name = "stbMain"; this.stbMain.Size = new System.Drawing.Size(608, 264); this.stbMain.TabIndex = 0; this.stbMain.PositionChanged += new System.EventHandler(this.stbMain_PositionChanged); this.stbMain.DocumentChanged += new System.EventHandler(this.stbMain_DocumentChanged); // // rtxtResults // this.rtxtResults.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.rtxtResults.Location = new System.Drawing.Point(320, 56); this.rtxtResults.Name = "rtxtResults"; this.rtxtResults.ReadOnly = true; this.rtxtResults.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rtxtResults.Size = new System.Drawing.Size(184, 120); this.rtxtResults.TabIndex = 1; this.rtxtResults.Text = ""; this.rtxtResults.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtxtResults_KeyPress); // // sptMain // this.sptMain.Cursor = System.Windows.Forms.Cursors.HSplit; this.sptMain.Dock = System.Windows.Forms.DockStyle.Top; this.sptMain.Location = new System.Drawing.Point(0, 264); this.sptMain.MinSize = 50; this.sptMain.Name = "sptMain"; this.sptMain.Size = new System.Drawing.Size(608, 4); this.sptMain.TabIndex = 2; this.sptMain.TabStop = false; // // panelBottom // this.panelBottom.Controls.Add(this.panelGrids); this.panelBottom.Controls.Add(this.rtxtResults); this.panelBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBottom.Location = new System.Drawing.Point(0, 268); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(608, 187); this.panelBottom.TabIndex = 1; // // panelGrids // this.panelGrids.AutoScroll = true; this.panelGrids.Location = new System.Drawing.Point(40, 24); this.panelGrids.Name = "panelGrids"; this.panelGrids.Size = new System.Drawing.Size(304, 104); this.panelGrids.TabIndex = 0; this.panelGrids.SizeChanged += new EventHandler(Grids_SizeChanged); this.panelGrids.MouseDown += new MouseEventHandler(Grids_MouseDown); this.panelGrids.MouseMove += new MouseEventHandler(Grids_MouseMove); this.panelGrids.MouseUp += new MouseEventHandler(Grids_MouseUp); // // frmConnection // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(608, 477); this.Controls.Add(this.panelBottom); this.Controls.Add(this.sptMain); this.Controls.Add(this.stbMain); this.Controls.Add(this.sbMain); this.Name = "frmConnection"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Query"; this.Closing += new System.ComponentModel.CancelEventHandler(this.frmConnection_Closing); this.Load += new System.EventHandler(this.frmConnection_Load); this.Closed += new System.EventHandler(this.frmConnection_Closed); this.Activated += new System.EventHandler(this.frmConnection_Activated); ((System.ComponentModel.ISupportInitialize)(this.sbpStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpServer)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpUsername)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpDatabase)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpRows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpPosition)).EndInit(); this.panelBottom.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.sbMain = new System.Windows.Forms.StatusBar(); this.sbpStatus = new System.Windows.Forms.StatusBarPanel(); this.sbpServer = new System.Windows.Forms.StatusBarPanel(); this.sbpUsername = new System.Windows.Forms.StatusBarPanel(); this.sbpDatabase = new System.Windows.Forms.StatusBarPanel(); this.sbpTime = new System.Windows.Forms.StatusBarPanel(); this.sbpRows = new System.Windows.Forms.StatusBarPanel(); this.sbpPosition = new System.Windows.Forms.StatusBarPanel(); this.stbMain = new dbmt.SqlTextBox(); this.rtxtResults = new System.Windows.Forms.RichTextBox(); this.sptMain = new System.Windows.Forms.Splitter(); this.panelBottom = new System.Windows.Forms.Panel(); this.panelGrids = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.sbpStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpServer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpUsername)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpDatabase)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpRows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpPosition)).BeginInit(); this.panelBottom.SuspendLayout(); this.SuspendLayout(); // // sbMain // this.sbMain.Location = new System.Drawing.Point(0, 455); this.sbMain.Name = "sbMain"; this.sbMain.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.sbpStatus, this.sbpServer, this.sbpUsername, this.sbpDatabase, this.sbpTime, this.sbpRows, this.sbpPosition }); this.sbMain.ShowPanels = true; this.sbMain.Size = new System.Drawing.Size(608, 22); this.sbMain.TabIndex = 3; // // sbpStatus // this.sbpStatus.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring; this.sbpStatus.Width = 532; // // sbpServer // this.sbpServer.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpServer.Width = 10; // // sbpUsername // this.sbpUsername.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpUsername.Width = 10; // // sbpDatabase // this.sbpDatabase.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpDatabase.Width = 10; // // sbpTime // this.sbpTime.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpTime.Width = 10; // // sbpRows // this.sbpRows.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpRows.Width = 10; // // sbpPosition // this.sbpPosition.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.sbpPosition.Width = 10; // // stbMain // this.stbMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.stbMain.Dock = System.Windows.Forms.DockStyle.Top; this.stbMain.Location = new System.Drawing.Point(0, 0); this.stbMain.Name = "stbMain"; this.stbMain.Size = new System.Drawing.Size(608, 264); this.stbMain.TabIndex = 0; this.stbMain.PositionChanged += new System.EventHandler(this.stbMain_PositionChanged); this.stbMain.DocumentChanged += new System.EventHandler(this.stbMain_DocumentChanged); // // rtxtResults // this.rtxtResults.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.rtxtResults.Location = new System.Drawing.Point(320, 56); this.rtxtResults.Name = "rtxtResults"; this.rtxtResults.ReadOnly = true; this.rtxtResults.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rtxtResults.Size = new System.Drawing.Size(184, 120); this.rtxtResults.TabIndex = 1; this.rtxtResults.Text = ""; this.rtxtResults.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtxtResults_KeyPress); // // sptMain // this.sptMain.Cursor = System.Windows.Forms.Cursors.HSplit; this.sptMain.Dock = System.Windows.Forms.DockStyle.Top; this.sptMain.Location = new System.Drawing.Point(0, 264); this.sptMain.MinSize = 50; this.sptMain.Name = "sptMain"; this.sptMain.Size = new System.Drawing.Size(608, 4); this.sptMain.TabIndex = 2; this.sptMain.TabStop = false; // // panelBottom // this.panelBottom.Controls.Add(this.panelGrids); this.panelBottom.Controls.Add(this.rtxtResults); this.panelBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBottom.Location = new System.Drawing.Point(0, 268); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(608, 187); this.panelBottom.TabIndex = 1; // // panelGrids // this.panelGrids.AutoScroll = true; this.panelGrids.Location = new System.Drawing.Point(40, 24); this.panelGrids.Name = "panelGrids"; this.panelGrids.Size = new System.Drawing.Size(304, 104); this.panelGrids.TabIndex = 0; this.panelGrids.SizeChanged += new EventHandler(Grids_SizeChanged); this.panelGrids.MouseDown += new MouseEventHandler(Grids_MouseDown); this.panelGrids.MouseMove += new MouseEventHandler(Grids_MouseMove); this.panelGrids.MouseUp += new MouseEventHandler(Grids_MouseUp); // // frmConnection // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(608, 477); this.Controls.Add(this.panelBottom); this.Controls.Add(this.sptMain); this.Controls.Add(this.stbMain); this.Controls.Add(this.sbMain); this.Name = "frmConnection"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Query"; this.Closing += new System.ComponentModel.CancelEventHandler(this.frmConnection_Closing); this.Load += new System.EventHandler(this.frmConnection_Load); this.Closed += new System.EventHandler(this.frmConnection_Closed); this.Activated += new System.EventHandler(this.frmConnection_Activated); ((System.ComponentModel.ISupportInitialize)(this.sbpStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpServer)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpUsername)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpDatabase)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpRows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbpPosition)).EndInit(); this.panelBottom.ResumeLayout(false); this.ResumeLayout(false); }