?? form1.designer.cs
字號:
?namespace SdfToTxt
{
partial class Form1
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label testLabel;
System.Windows.Forms.Label test1Label;
System.Windows.Forms.Label test2Label;
System.Windows.Forms.Label test3Label;
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.qxpdaDataSet = new SdfToTxt.qxpdaDataSet();
this.sdftotxtBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sdftotxtTableAdapter = new SdfToTxt.qxpdaDataSetTableAdapters.sdftotxtTableAdapter();
this.testTextBox = new System.Windows.Forms.TextBox();
this.test1TextBox = new System.Windows.Forms.TextBox();
this.test2TextBox = new System.Windows.Forms.TextBox();
this.test3TextBox = new System.Windows.Forms.TextBox();
testLabel = new System.Windows.Forms.Label();
test1Label = new System.Windows.Forms.Label();
test2Label = new System.Windows.Forms.Label();
test3Label = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// qxpdaDataSet
//
this.qxpdaDataSet.DataSetName = "qxpdaDataSet";
this.qxpdaDataSet.Prefix = "";
this.qxpdaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// sdftotxtBindingSource
//
this.sdftotxtBindingSource.DataMember = "sdftotxt";
this.sdftotxtBindingSource.DataSource = this.qxpdaDataSet;
//
// sdftotxtTableAdapter
//
this.sdftotxtTableAdapter.ClearBeforeFill = true;
//
// testLabel
//
testLabel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
testLabel.Location = new System.Drawing.Point(10, 21);
testLabel.Name = "testLabel";
testLabel.Size = new System.Drawing.Size(36, 14);
testLabel.Text = "test:";
//
// testTextBox
//
this.testTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sdftotxtBindingSource, "test", true));
this.testTextBox.Location = new System.Drawing.Point(61, 18);
this.testTextBox.Name = "testTextBox";
this.testTextBox.Size = new System.Drawing.Size(100, 21);
this.testTextBox.TabIndex = 1;
//
// test1Label
//
test1Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
test1Label.Location = new System.Drawing.Point(10, 49);
test1Label.Name = "test1Label";
test1Label.Size = new System.Drawing.Size(44, 14);
test1Label.Text = "test1:";
//
// test1TextBox
//
this.test1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sdftotxtBindingSource, "test1", true));
this.test1TextBox.Location = new System.Drawing.Point(61, 46);
this.test1TextBox.Name = "test1TextBox";
this.test1TextBox.Size = new System.Drawing.Size(100, 21);
this.test1TextBox.TabIndex = 3;
//
// test2Label
//
test2Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
test2Label.Location = new System.Drawing.Point(10, 77);
test2Label.Name = "test2Label";
test2Label.Size = new System.Drawing.Size(44, 14);
test2Label.Text = "test2:";
//
// test2TextBox
//
this.test2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sdftotxtBindingSource, "test2", true));
this.test2TextBox.Location = new System.Drawing.Point(61, 74);
this.test2TextBox.Name = "test2TextBox";
this.test2TextBox.Size = new System.Drawing.Size(100, 21);
this.test2TextBox.TabIndex = 5;
//
// test3Label
//
test3Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
test3Label.Location = new System.Drawing.Point(10, 105);
test3Label.Name = "test3Label";
test3Label.Size = new System.Drawing.Size(44, 14);
test3Label.Text = "test3:";
//
// test3TextBox
//
this.test3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sdftotxtBindingSource, "test3", true));
this.test3TextBox.Location = new System.Drawing.Point(61, 102);
this.test3TextBox.Name = "test3TextBox";
this.test3TextBox.Size = new System.Drawing.Size(100, 21);
this.test3TextBox.TabIndex = 7;
//
// 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(240, 268);
this.Controls.Add(testLabel);
this.Controls.Add(this.testTextBox);
this.Controls.Add(test1Label);
this.Controls.Add(this.test1TextBox);
this.Controls.Add(test2Label);
this.Controls.Add(this.test2TextBox);
this.Controls.Add(test3Label);
this.Controls.Add(this.test3TextBox);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private qxpdaDataSet qxpdaDataSet;
private System.Windows.Forms.BindingSource sdftotxtBindingSource;
private SdfToTxt.qxpdaDataSetTableAdapters.sdftotxtTableAdapter sdftotxtTableAdapter;
private System.Windows.Forms.TextBox testTextBox;
private System.Windows.Forms.TextBox test1TextBox;
private System.Windows.Forms.TextBox test2TextBox;
private System.Windows.Forms.TextBox test3TextBox;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -