?? form1.designer.cs
字號:
namespace SQLserver
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.button1 = new System.Windows.Forms.Button();
this.SQLtextBox = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this._MyDatabase_1DataSet = new SQLserver._MyDatabase_1DataSet();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(213, 22);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 20);
this.button1.TabIndex = 0;
this.button1.Text = "執行";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// SQLtextBox
//
this.SQLtextBox.Location = new System.Drawing.Point(19, 22);
this.SQLtextBox.Name = "SQLtextBox";
this.SQLtextBox.Size = new System.Drawing.Size(185, 23);
this.SQLtextBox.TabIndex = 1;
this.SQLtextBox.Text = "strSQL";
//
// listBox1
//
this.listBox1.Location = new System.Drawing.Point(19, 63);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(265, 146);
this.listBox1.TabIndex = 2;
//
// bindingSource1
//
this.bindingSource1.DataSource = this._MyDatabase_1DataSet;
this.bindingSource1.Position = 0;
this.bindingSource1.CurrentChanged += new System.EventHandler(this.bindingSource1_CurrentChanged);
//
// _MyDatabase_1DataSet
//
this._MyDatabase_1DataSet.CaseSensitive = true;
this._MyDatabase_1DataSet.DataSetName = "_MyDatabase_1DataSet";
this._MyDatabase_1DataSet.Prefix = "";
this._MyDatabase_1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(304, 228);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.SQLtextBox);
this.Controls.Add(this.button1);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox SQLtextBox;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.BindingSource bindingSource1;
private _MyDatabase_1DataSet _MyDatabase_1DataSet;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -