📄 form1.designer.cs
字号:
this.htmlControl1.Name = "htmlControl1";
this.htmlControl1.Size = new System.Drawing.Size(512, 171);
this.htmlControl1.TabIndex = 0;
//
// MessageToolStripStatusLabel
//
this.MessageToolStripStatusLabel.Name = "MessageToolStripStatusLabel";
this.MessageToolStripStatusLabel.Size = new System.Drawing.Size(235, 17);
this.MessageToolStripStatusLabel.Spring = true;
this.MessageToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// MaxRecordsToolStripStatusLabel
//
this.MaxRecordsToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.MaxRecordsToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedInner;
this.MaxRecordsToolStripStatusLabel.DoubleClickEnabled = true;
this.MaxRecordsToolStripStatusLabel.Name = "MaxRecordsToolStripStatusLabel";
this.MaxRecordsToolStripStatusLabel.Size = new System.Drawing.Size(31, 17);
this.MaxRecordsToolStripStatusLabel.Text = "Max";
this.MaxRecordsToolStripStatusLabel.Click += new System.EventHandler(this.MaxRecordsToolStripStatusLabel_Click);
//
// CommitToolStripStatusLabel
//
this.CommitToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.CommitToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedInner;
this.CommitToolStripStatusLabel.DoubleClickEnabled = true;
this.CommitToolStripStatusLabel.Name = "CommitToolStripStatusLabel";
this.CommitToolStripStatusLabel.Size = new System.Drawing.Size(50, 17);
this.CommitToolStripStatusLabel.Text = "Rollback";
this.CommitToolStripStatusLabel.Click += new System.EventHandler(this.CommitToolStripStatusLabel_Click);
//
// RecordsToolStripStatusLabel
//
this.RecordsToolStripStatusLabel.AutoSize = false;
this.RecordsToolStripStatusLabel.AutoToolTip = true;
this.RecordsToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.RecordsToolStripStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.RecordsToolStripStatusLabel.Name = "RecordsToolStripStatusLabel";
this.RecordsToolStripStatusLabel.Size = new System.Drawing.Size(60, 17);
this.RecordsToolStripStatusLabel.ToolTipText = "Total numbers of records returned.";
//
// TimeExecToolStripStatusLabel
//
this.TimeExecToolStripStatusLabel.AutoSize = false;
this.TimeExecToolStripStatusLabel.AutoToolTip = true;
this.TimeExecToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.TimeExecToolStripStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.TimeExecToolStripStatusLabel.Name = "TimeExecToolStripStatusLabel";
this.TimeExecToolStripStatusLabel.Size = new System.Drawing.Size(40, 17);
this.TimeExecToolStripStatusLabel.ToolTipText = "Execution time in milliseconds.";
//
// TimeTotalToolStripStatusLabel
//
this.TimeTotalToolStripStatusLabel.AutoSize = false;
this.TimeTotalToolStripStatusLabel.AutoToolTip = true;
this.TimeTotalToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.TimeTotalToolStripStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.TimeTotalToolStripStatusLabel.Name = "TimeTotalToolStripStatusLabel";
this.TimeTotalToolStripStatusLabel.Size = new System.Drawing.Size(40, 17);
this.TimeTotalToolStripStatusLabel.ToolTipText = "Total processing time for entire operation.";
//
// InfoStatusStrip
//
this.InfoStatusStrip.AutoSize = false;
this.InfoStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MessageToolStripStatusLabel,
this.toolStripDropDownButton1,
this.MaxRecordsToolStripStatusLabel,
this.CommitToolStripStatusLabel,
this.RecordsToolStripStatusLabel,
this.TimeExecToolStripStatusLabel,
this.TimeTotalToolStripStatusLabel});
this.InfoStatusStrip.Location = new System.Drawing.Point(0, 433);
this.InfoStatusStrip.Name = "InfoStatusStrip";
this.InfoStatusStrip.ShowItemToolTips = true;
this.InfoStatusStrip.Size = new System.Drawing.Size(512, 22);
this.InfoStatusStrip.TabIndex = 1;
this.InfoStatusStrip.Tag = "Html";
this.InfoStatusStrip.Text = "Html";
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.htmlToolStripMenuItem,
this.cSVToolStripMenuItem});
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Size = new System.Drawing.Size(41, 16);
this.toolStripDropDownButton1.Tag = "Html";
this.toolStripDropDownButton1.Text = "Html";
this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripDropDownButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
//
// htmlToolStripMenuItem
//
this.htmlToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.htmlToolStripMenuItem.Name = "htmlToolStripMenuItem";
this.htmlToolStripMenuItem.ShowShortcutKeys = false;
this.htmlToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
this.htmlToolStripMenuItem.Tag = "Html";
this.htmlToolStripMenuItem.Text = "Html";
this.htmlToolStripMenuItem.Click += new System.EventHandler(this.htmlToolStripMenuItem_Click);
//
// cSVToolStripMenuItem
//
this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem";
this.cSVToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
this.cSVToolStripMenuItem.Tag = "CSV";
this.cSVToolStripMenuItem.Text = "CSV";
this.cSVToolStripMenuItem.Click += new System.EventHandler(this.cSVToolStripMenuItem_Click);
//
// Form1
//
this.AcceptButton = this.RunButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(512, 455);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.InfoStatusStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "SQL Query";
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.QueryPanel.ResumeLayout(false);
this.QueryPanel.PerformLayout();
this.TablePanel.ResumeLayout(false);
this.InfoStatusStrip.ResumeLayout(false);
this.InfoStatusStrip.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox QueryTextBox;
private System.Windows.Forms.Button RunButton;
private System.Windows.Forms.Panel QueryPanel;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox ConnectionTextBox;
private System.Windows.Forms.ImageList IconsImageList;
private HtmlControl htmlControl1;
private System.Windows.Forms.Panel TablePanel;
private System.Windows.Forms.ToolStripStatusLabel MessageToolStripStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel MaxRecordsToolStripStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel CommitToolStripStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel RecordsToolStripStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel TimeExecToolStripStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel TimeTotalToolStripStatusLabel;
private System.Windows.Forms.StatusStrip InfoStatusStrip;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.ToolStripMenuItem htmlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem;
private System.Windows.Forms.ComboBox DriverComboBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -