📄 form1.designer.cs
字号:
namespace SqlQuery
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.IconsImageList = new System.Windows.Forms.ImageList(this.components);
this.RunButton = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.QueryPanel = new System.Windows.Forms.Panel();
this.DriverComboBox = new System.Windows.Forms.ComboBox();
this.ConnectionTextBox = new System.Windows.Forms.TextBox();
this.QueryTextBox = new System.Windows.Forms.TextBox();
this.TablePanel = new System.Windows.Forms.Panel();
this.htmlControl1 = new SqlQuery.HtmlControl();
this.MessageToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.MaxRecordsToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.CommitToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.RecordsToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeExecToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeTotalToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.InfoStatusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.htmlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.QueryPanel.SuspendLayout();
this.TablePanel.SuspendLayout();
this.InfoStatusStrip.SuspendLayout();
this.SuspendLayout();
//
// IconsImageList
//
this.IconsImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IconsImageList.ImageStream")));
this.IconsImageList.TransparentColor = System.Drawing.Color.Transparent;
this.IconsImageList.Images.SetKeyName(0, "execute.ico");
//
// RunButton
//
this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.RunButton.CausesValidation = false;
this.RunButton.ImageIndex = 0;
this.RunButton.Location = new System.Drawing.Point(434, 230);
this.RunButton.Name = "RunButton";
this.RunButton.Size = new System.Drawing.Size(75, 23);
this.RunButton.TabIndex = 3;
this.RunButton.Text = "&Run";
this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.RunButton.UseVisualStyleBackColor = true;
this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.SystemColors.ControlDark;
this.splitContainer1.CausesValidation = false;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.CausesValidation = false;
this.splitContainer1.Panel1.Controls.Add(this.QueryPanel);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.CausesValidation = false;
this.splitContainer1.Panel2.Controls.Add(this.TablePanel);
this.splitContainer1.Size = new System.Drawing.Size(512, 433);
this.splitContainer1.SplitterDistance = 258;
this.splitContainer1.TabIndex = 0;
this.splitContainer1.TabStop = false;
//
// QueryPanel
//
this.QueryPanel.BackColor = System.Drawing.SystemColors.Control;
this.QueryPanel.CausesValidation = false;
this.QueryPanel.Controls.Add(this.DriverComboBox);
this.QueryPanel.Controls.Add(this.ConnectionTextBox);
this.QueryPanel.Controls.Add(this.RunButton);
this.QueryPanel.Controls.Add(this.QueryTextBox);
this.QueryPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.QueryPanel.Location = new System.Drawing.Point(0, 0);
this.QueryPanel.Name = "QueryPanel";
this.QueryPanel.Size = new System.Drawing.Size(512, 258);
this.QueryPanel.TabIndex = 0;
//
// DriverComboBox
//
this.DriverComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.DriverComboBox.CausesValidation = false;
this.DriverComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DriverComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
this.DriverComboBox.FormattingEnabled = true;
this.DriverComboBox.ItemHeight = 13;
this.DriverComboBox.Location = new System.Drawing.Point(7, 232);
this.DriverComboBox.MaxDropDownItems = 3;
this.DriverComboBox.Name = "DriverComboBox";
this.DriverComboBox.Size = new System.Drawing.Size(86, 21);
this.DriverComboBox.Sorted = true;
this.DriverComboBox.TabIndex = 1;
//
// ConnectionTextBox
//
this.ConnectionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ConnectionTextBox.CausesValidation = false;
this.ConnectionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SqlQuery.Properties.Settings.Default, "Connection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.ConnectionTextBox.Location = new System.Drawing.Point(99, 232);
this.ConnectionTextBox.Name = "ConnectionTextBox";
this.ConnectionTextBox.Size = new System.Drawing.Size(329, 20);
this.ConnectionTextBox.TabIndex = 2;
this.ConnectionTextBox.Text = global::SqlQuery.Properties.Settings.Default.Connection;
//
// QueryTextBox
//
this.QueryTextBox.AcceptsReturn = true;
this.QueryTextBox.AcceptsTab = true;
this.QueryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.QueryTextBox.CausesValidation = false;
this.QueryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SqlQuery.Properties.Settings.Default, "Query", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.QueryTextBox.Location = new System.Drawing.Point(0, 0);
this.QueryTextBox.Multiline = true;
this.QueryTextBox.Name = "QueryTextBox";
this.QueryTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.QueryTextBox.Size = new System.Drawing.Size(512, 226);
this.QueryTextBox.TabIndex = 0;
this.QueryTextBox.Text = global::SqlQuery.Properties.Settings.Default.Query;
this.QueryTextBox.WordWrap = false;
//
// TablePanel
//
this.TablePanel.Controls.Add(this.htmlControl1);
this.TablePanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.TablePanel.Location = new System.Drawing.Point(0, 0);
this.TablePanel.Name = "TablePanel";
this.TablePanel.Size = new System.Drawing.Size(512, 171);
this.TablePanel.TabIndex = 4;
//
// htmlControl1
//
this.htmlControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.htmlControl1.DocumentStream = ((System.IO.Stream)(resources.GetObject("htmlControl1.DocumentStream")));
this.htmlControl1.Location = new System.Drawing.Point(0, 0);
this.htmlControl1.Margin = new System.Windows.Forms.Padding(0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -