📄 form4.designer.cs
字号:
//
this.button6.Location = new System.Drawing.Point(511, 279);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 9;
this.button6.Text = "add col";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(513, 308);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(73, 21);
this.textBox2.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(533, 332);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 11;
this.label1.Text = "type";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(511, 347);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(77, 21);
this.textBox3.TabIndex = 12;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(513, 67);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(66, 16);
this.checkBox1.TabIndex = 13;
this.checkBox1.Text = "storage";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// dataGridView3
//
this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView3.Location = new System.Drawing.Point(6, 36);
this.dataGridView3.Name = "dataGridView3";
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.Size = new System.Drawing.Size(501, 100);
this.dataGridView3.TabIndex = 15;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(513, 89);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(54, 16);
this.checkBox3.TabIndex = 18;
this.checkBox3.Text = "sells";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(513, 231);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(65, 16);
this.radioButton1.TabIndex = 20;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "storage";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(513, 253);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(53, 16);
this.radioButton2.TabIndex = 21;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "sells";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// sb
//
this.sb.Location = new System.Drawing.Point(32, 194);
this.sb.Name = "sb";
this.sb.Size = new System.Drawing.Size(75, 23);
this.sb.TabIndex = 22;
this.sb.Text = "select";
this.sb.UseVisualStyleBackColor = true;
this.sb.Click += new System.EventHandler(this.sb_Click);
//
// sc
//
this.sc.FormattingEnabled = true;
this.sc.Location = new System.Drawing.Point(113, 196);
this.sc.Name = "sc";
this.sc.Size = new System.Drawing.Size(91, 20);
this.sc.TabIndex = 23;
//
// sl
//
this.sl.AutoSize = true;
this.sl.Location = new System.Drawing.Point(210, 199);
this.sl.Name = "sl";
this.sl.Size = new System.Drawing.Size(35, 12);
this.sl.TabIndex = 24;
this.sl.Text = "value";
//
// st
//
this.st.Location = new System.Drawing.Point(325, 194);
this.st.Name = "st";
this.st.Size = new System.Drawing.Size(182, 21);
this.st.TabIndex = 25;
//
// sc1
//
this.sc1.FormattingEnabled = true;
this.sc1.Items.AddRange(new object[] {
"=",
"<",
">"});
this.sc1.Location = new System.Drawing.Point(257, 196);
this.sc1.Name = "sc1";
this.sc1.Size = new System.Drawing.Size(54, 20);
this.sc1.TabIndex = 26;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(107, 25);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 0;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(107, 69);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 1;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(107, 114);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(36, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "商品名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "客户姓名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(36, 117);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 5;
this.label4.Text = "客户公司:";
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(319, 71);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(100, 21);
this.textBox9.TabIndex = 6;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(319, 113);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(248, 74);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 9;
this.label7.Text = "成交价格:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(248, 117);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 11;
this.label5.Text = "成交日期:";
//
// panel1
//
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.textBox12);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.textBox7);
this.panel1.Controls.Add(this.textBox9);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textBox6);
this.panel1.Controls.Add(this.textBox5);
this.panel1.Controls.Add(this.textBox4);
this.panel1.Location = new System.Drawing.Point(6, 35);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(501, 180);
this.panel1.TabIndex = 27;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(248, 29);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 13;
this.label9.Text = "交易数量:";
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(319, 25);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(100, 21);
this.textBox12.TabIndex = 12;
//
// button7
//
this.button7.Location = new System.Drawing.Point(107, 45);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 0;
this.button7.Text = "insert";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(277, 45);
this.button8.Name = "button8";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -