?? storequantity.designer.cs
字號:
?namespace login
{
partial class storequantity
{
/// <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();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.查詢ToolStrip = new System.Windows.Forms.ToolStrip();
this.庫號ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
this.查詢ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.roomBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.wZGL_20052070DataSet = new login.WZGL_20052070DataSet();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.roomBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.roomTableAdapter = new login.WZGL_20052070DataSetTableAdapters.roomTableAdapter();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.查詢ToolStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.roomBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wZGL_20052070DataSet)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.roomBindingSource)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(515, 443);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.AutoScroll = true;
this.tabPage1.Controls.Add(this.查詢ToolStrip);
this.tabPage1.Controls.Add(this.comboBox2);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.textBox2);
this.tabPage1.Controls.Add(this.textBox1);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(507, 418);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "庫存";
this.tabPage1.UseVisualStyleBackColor = true;
//
// 查詢ToolStrip
//
this.查詢ToolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.查詢ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.庫號ToolStripLabel,
this.toolStripComboBox1,
this.查詢ToolStripButton});
this.查詢ToolStrip.Location = new System.Drawing.Point(0, 3);
this.查詢ToolStrip.Name = "查詢ToolStrip";
this.查詢ToolStrip.Size = new System.Drawing.Size(203, 25);
this.查詢ToolStrip.TabIndex = 1;
this.查詢ToolStrip.Text = "查詢ToolStrip";
//
// 庫號ToolStripLabel
//
this.庫號ToolStripLabel.Name = "庫號ToolStripLabel";
this.庫號ToolStripLabel.Size = new System.Drawing.Size(35, 22);
this.庫號ToolStripLabel.Text = "庫號:";
//
// toolStripComboBox1
//
this.toolStripComboBox1.AutoCompleteCustomSource.AddRange(new string[] {
"1",
"2",
"3",
"4",
"5",
"6"});
this.toolStripComboBox1.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6"});
this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
//
// 查詢ToolStripButton
//
this.查詢ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.查詢ToolStripButton.Name = "查詢ToolStripButton";
this.查詢ToolStripButton.Size = new System.Drawing.Size(33, 22);
this.查詢ToolStripButton.Text = "查詢";
this.查詢ToolStripButton.Click += new System.EventHandler(this.查詢ToolStripButton_Click);
//
// comboBox2
//
this.comboBox2.DataSource = this.roomBindingSource1;
this.comboBox2.DisplayMember = "pName";
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(227, 103);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 10;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged_1);
//
// roomBindingSource1
//
this.roomBindingSource1.DataMember = "room";
this.roomBindingSource1.DataSource = this.wZGL_20052070DataSet;
//
// wZGL_20052070DataSet
//
this.wZGL_20052070DataSet.DataSetName = "WZGL_20052070DataSet";
this.wZGL_20052070DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(227, 281);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 8;
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -