pr010.cs
来自「C#简单练习进销存代码」· CS 代码 · 共 811 行 · 第 1/3 页
CS
811 行
this.label6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label7
//
this.label7.Dock = System.Windows.Forms.DockStyle.Top;
this.label7.Location = new System.Drawing.Point(5, 125);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 20);
this.label7.TabIndex = 6;
this.label7.Text = "Total Amount:";
this.label7.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Top;
this.label8.Location = new System.Drawing.Point(5, 145);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(134, 20);
this.label8.TabIndex = 7;
this.label8.Text = "Freight:";
this.label8.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label9
//
this.label9.Dock = System.Windows.Forms.DockStyle.Top;
this.label9.Location = new System.Drawing.Point(5, 165);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(134, 20);
this.label9.TabIndex = 8;
this.label9.Text = "Comm:";
this.label9.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label10
//
this.label10.Dock = System.Windows.Forms.DockStyle.Top;
this.label10.Location = new System.Drawing.Point(5, 185);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(134, 20);
this.label10.TabIndex = 9;
this.label10.Text = "A.O.E:";
this.label10.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label11
//
this.label11.Dock = System.Windows.Forms.DockStyle.Top;
this.label11.Location = new System.Drawing.Point(5, 205);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(134, 20);
this.label11.TabIndex = 10;
this.label11.Text = "Transportion";
this.label11.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label12
//
this.label12.Dock = System.Windows.Forms.DockStyle.Top;
this.label12.Location = new System.Drawing.Point(5, 225);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(134, 20);
this.label12.TabIndex = 11;
this.label12.Text = "Sub Total";
this.label12.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label13
//
this.label13.Dock = System.Windows.Forms.DockStyle.Top;
this.label13.Location = new System.Drawing.Point(5, 245);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(134, 20);
this.label13.TabIndex = 12;
this.label13.Text = "Tax:";
this.label13.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label14
//
this.label14.Dock = System.Windows.Forms.DockStyle.Top;
this.label14.Location = new System.Drawing.Point(5, 265);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(134, 20);
this.label14.TabIndex = 13;
this.label14.Text = "Total:";
this.label14.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox1.Location = new System.Drawing.Point(5, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(186, 20);
this.textBox1.TabIndex = 14;
this.textBox1.Text = "textBox1";
//
// textBox2
//
this.textBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox2.Location = new System.Drawing.Point(5, 87);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(186, 20);
this.textBox2.TabIndex = 15;
this.textBox2.Text = "textBox2";
//
// textBox3
//
this.textBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox3.Location = new System.Drawing.Point(5, 107);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(186, 20);
this.textBox3.TabIndex = 16;
this.textBox3.Text = "textBox3";
//
// textBox4
//
this.textBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox4.Location = new System.Drawing.Point(5, 127);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(186, 20);
this.textBox4.TabIndex = 17;
this.textBox4.Text = "textBox4";
//
// textBox5
//
this.textBox5.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox5.Location = new System.Drawing.Point(5, 147);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(186, 20);
this.textBox5.TabIndex = 18;
this.textBox5.Text = "textBox5";
//
// textBox6
//
this.textBox6.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox6.Location = new System.Drawing.Point(5, 167);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(186, 20);
this.textBox6.TabIndex = 19;
this.textBox6.Text = "textBox6";
//
// textBox7
//
this.textBox7.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox7.Location = new System.Drawing.Point(5, 187);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(186, 20);
this.textBox7.TabIndex = 20;
this.textBox7.Text = "textBox7";
//
// textBox8
//
this.textBox8.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox8.Location = new System.Drawing.Point(5, 207);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(186, 20);
this.textBox8.TabIndex = 21;
this.textBox8.Text = "textBox8";
//
// textBox9
//
this.textBox9.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox9.Location = new System.Drawing.Point(5, 227);
this.textBox9.Name = "textBox9";
this.textBox9.ReadOnly = true;
this.textBox9.Size = new System.Drawing.Size(186, 20);
this.textBox9.TabIndex = 22;
this.textBox9.Text = "textBox9";
//
// textBox10
//
this.textBox10.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox10.Location = new System.Drawing.Point(5, 247);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(186, 20);
this.textBox10.TabIndex = 23;
this.textBox10.Text = "textBox10";
//
// textBox11
//
this.textBox11.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox11.Location = new System.Drawing.Point(5, 267);
this.textBox11.Name = "textBox11";
this.textBox11.ReadOnly = true;
this.textBox11.Size = new System.Drawing.Size(186, 20);
this.textBox11.TabIndex = 24;
this.textBox11.Text = "textBox11";
//
// comboBox1
//
this.comboBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.comboBox1.Location = new System.Drawing.Point(5, 45);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(186, 21);
this.comboBox1.TabIndex = 25;
this.comboBox1.Text = "comboBox1";
//
// comboBox2
//
this.comboBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.comboBox2.Location = new System.Drawing.Point(5, 66);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(186, 21);
this.comboBox2.TabIndex = 26;
this.comboBox2.Text = "comboBox2";
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Dock = System.Windows.Forms.DockStyle.Top;
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(5, 25);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(186, 20);
this.dateTimePicker1.TabIndex = 27;
//
// label15
//
this.label15.Dock = System.Windows.Forms.DockStyle.Top;
this.label15.Location = new System.Drawing.Point(5, 285);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(134, 20);
this.label15.TabIndex = 28;
this.label15.Text = "Remarks:";
this.label15.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// textBox12
//
this.textBox12.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox12.Location = new System.Drawing.Point(5, 287);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(186, 20);
this.textBox12.TabIndex = 29;
this.textBox12.Text = "textBox12";
//
// label16
//
this.label16.Dock = System.Windows.Forms.DockStyle.Top;
this.label16.Location = new System.Drawing.Point(5, 305);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(134, 20);
this.label16.TabIndex = 30;
this.label16.Text = "Certified:";
this.label16.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// textBox13
//
this.textBox13.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox13.Location = new System.Drawing.Point(5, 307);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(186, 20);
this.textBox13.TabIndex = 31;
this.textBox13.Text = "textBox13";
//
// label17
//
this.label17.Dock = System.Windows.Forms.DockStyle.Top;
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label17.Location = new System.Drawing.Point(5, 345);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(134, 20);
this.label17.TabIndex = 32;
this.label17.Text = "Payable to Supplier:";
this.label17.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label18
//
this.label18.Dock = System.Windows.Forms.DockStyle.Top;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label18.Location = new System.Drawing.Point(5, 365);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(134, 20);
this.label18.TabIndex = 33;
this.label18.Text = "Other Payable:";
this.label18.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?