📄 cw_peijian.designer.cs
字号:
this.splitContainer4.Location = new System.Drawing.Point(3, 3);
this.splitContainer4.Name = "splitContainer4";
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.groupBox6);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Controls.Add(this.GridViewBuyKinds);
this.splitContainer4.Size = new System.Drawing.Size(746, 343);
this.splitContainer4.SplitterDistance = 245;
this.splitContainer4.TabIndex = 0;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.button1);
this.groupBox6.Controls.Add(this.textBuyAdress);
this.groupBox6.Controls.Add(this.lbBuyMoney);
this.groupBox6.Controls.Add(this.btnCarAdd);
this.groupBox6.Controls.Add(this.textBuyMoney);
this.groupBox6.Controls.Add(this.lbBuyAdress);
this.groupBox6.Controls.Add(this.lbBuyKinds);
this.groupBox6.Controls.Add(this.lbBuyCount);
this.groupBox6.Controls.Add(this.lbBuyNumber);
this.groupBox6.Controls.Add(this.lbBuyAverMoney);
this.groupBox6.Controls.Add(this.textBuyCount);
this.groupBox6.Controls.Add(this.textBuyKinds);
this.groupBox6.Controls.Add(this.textBuyAverMoney);
this.groupBox6.Controls.Add(this.textBuyName);
this.groupBox6.Location = new System.Drawing.Point(17, 22);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(212, 230);
this.groupBox6.TabIndex = 5;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "配件购买";
//
// button1
//
this.button1.Location = new System.Drawing.Point(113, 181);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(76, 23);
this.button1.TabIndex = 18;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
//
// textBuyAdress
//
this.textBuyAdress.Location = new System.Drawing.Point(89, 147);
this.textBuyAdress.Name = "textBuyAdress";
this.textBuyAdress.Size = new System.Drawing.Size(100, 21);
this.textBuyAdress.TabIndex = 9;
//
// lbBuyMoney
//
this.lbBuyMoney.AutoSize = true;
this.lbBuyMoney.Location = new System.Drawing.Point(27, 125);
this.lbBuyMoney.Name = "lbBuyMoney";
this.lbBuyMoney.Size = new System.Drawing.Size(53, 12);
this.lbBuyMoney.TabIndex = 8;
this.lbBuyMoney.Text = "所花金额";
//
// btnCarAdd
//
this.btnCarAdd.Location = new System.Drawing.Point(29, 181);
this.btnCarAdd.Name = "btnCarAdd";
this.btnCarAdd.Size = new System.Drawing.Size(76, 23);
this.btnCarAdd.TabIndex = 17;
this.btnCarAdd.Text = "添加";
this.btnCarAdd.UseVisualStyleBackColor = true;
//
// textBuyMoney
//
this.textBuyMoney.Location = new System.Drawing.Point(89, 121);
this.textBuyMoney.Name = "textBuyMoney";
this.textBuyMoney.Size = new System.Drawing.Size(100, 21);
this.textBuyMoney.TabIndex = 8;
//
// lbBuyAdress
//
this.lbBuyAdress.AutoSize = true;
this.lbBuyAdress.Location = new System.Drawing.Point(27, 152);
this.lbBuyAdress.Name = "lbBuyAdress";
this.lbBuyAdress.Size = new System.Drawing.Size(53, 12);
this.lbBuyAdress.TabIndex = 7;
this.lbBuyAdress.Text = "购买地址";
//
// lbBuyKinds
//
this.lbBuyKinds.AutoSize = true;
this.lbBuyKinds.Location = new System.Drawing.Point(27, 17);
this.lbBuyKinds.Name = "lbBuyKinds";
this.lbBuyKinds.Size = new System.Drawing.Size(53, 12);
this.lbBuyKinds.TabIndex = 0;
this.lbBuyKinds.Text = "车 型";
//
// lbBuyCount
//
this.lbBuyCount.AutoSize = true;
this.lbBuyCount.Location = new System.Drawing.Point(27, 98);
this.lbBuyCount.Name = "lbBuyCount";
this.lbBuyCount.Size = new System.Drawing.Size(53, 12);
this.lbBuyCount.TabIndex = 3;
this.lbBuyCount.Text = "配件数量";
//
// lbBuyNumber
//
this.lbBuyNumber.AutoSize = true;
this.lbBuyNumber.Location = new System.Drawing.Point(27, 44);
this.lbBuyNumber.Name = "lbBuyNumber";
this.lbBuyNumber.Size = new System.Drawing.Size(53, 12);
this.lbBuyNumber.TabIndex = 1;
this.lbBuyNumber.Text = "配件名称";
//
// lbBuyAverMoney
//
this.lbBuyAverMoney.AutoSize = true;
this.lbBuyAverMoney.Location = new System.Drawing.Point(27, 71);
this.lbBuyAverMoney.Name = "lbBuyAverMoney";
this.lbBuyAverMoney.Size = new System.Drawing.Size(53, 12);
this.lbBuyAverMoney.TabIndex = 2;
this.lbBuyAverMoney.Text = "配件单价";
//
// textBuyCount
//
this.textBuyCount.Location = new System.Drawing.Point(89, 95);
this.textBuyCount.Name = "textBuyCount";
this.textBuyCount.Size = new System.Drawing.Size(100, 21);
this.textBuyCount.TabIndex = 3;
//
// textBuyKinds
//
this.textBuyKinds.Location = new System.Drawing.Point(89, 17);
this.textBuyKinds.Name = "textBuyKinds";
this.textBuyKinds.Size = new System.Drawing.Size(100, 21);
this.textBuyKinds.TabIndex = 0;
//
// textBuyAverMoney
//
this.textBuyAverMoney.Location = new System.Drawing.Point(89, 69);
this.textBuyAverMoney.Name = "textBuyAverMoney";
this.textBuyAverMoney.Size = new System.Drawing.Size(100, 21);
this.textBuyAverMoney.TabIndex = 2;
//
// textBuyName
//
this.textBuyName.Location = new System.Drawing.Point(89, 43);
this.textBuyName.Name = "textBuyName";
this.textBuyName.Size = new System.Drawing.Size(100, 21);
this.textBuyName.TabIndex = 1;
//
// GridViewBuyKinds
//
this.GridViewBuyKinds.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewBuyKinds.Location = new System.Drawing.Point(18, 22);
this.GridViewBuyKinds.Name = "GridViewBuyKinds";
this.GridViewBuyKinds.RowTemplate.Height = 23;
this.GridViewBuyKinds.Size = new System.Drawing.Size(443, 281);
this.GridViewBuyKinds.TabIndex = 0;
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage3);
this.tabControl2.Controls.Add(this.tabPage12);
this.tabControl2.Controls.Add(this.tabPage18);
this.tabControl2.Location = new System.Drawing.Point(1, 12);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(760, 374);
this.tabControl2.TabIndex = 1;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(1, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(760, 374);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.splitContainer1);
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(752, 349);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "配件购买";
this.tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.GridViewBuyFit);
this.splitContainer1.Size = new System.Drawing.Size(746, 343);
this.splitContainer1.SplitterDistance = 245;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label33);
this.groupBox1.Controls.Add(this.label32);
this.groupBox1.Controls.Add(this.label31);
this.groupBox1.Controls.Add(this.textBuyFitStyle);
this.groupBox1.Controls.Add(this.textBuyFitMoney);
this.groupBox1.Controls.Add(this.textBuyFitCount);
this.groupBox1.Controls.Add(this.textBuyFitAver);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.dateTimeBuy);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBuyFitAddress);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.btnBuyFitAdd);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label24);
this.groupBox1.Controls.Add(this.label25);
this.groupBox1.Controls.Add(this.textCarKinds);
this.groupBox1.Controls.Add(this.textBuyFitName);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Location = new System.Drawing.Point(17, 22);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(212, 309);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "配件购买";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 36;
this.label3.Text = "配件类型";
//
// dateTimeBuy
//
this.dateTimeBuy.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeBuy.Location = new System.Drawing.Point(78, 212);
this.dateTimeBuy.Name = "dateTimeBuy";
this.dateTimeBuy.Size = new System.Drawing.Size(117, 21);
this.dateTimeBuy.TabIndex = 35;
this.dateTimeBuy.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 216);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 34;
this.label4.Text = "购买时间";
//
// textBuyFitAddress
//
this.textBuyFitAddress.Location = new System.Drawing.Point(78, 184);
this.textBuyFitAddress.Name = "textBuyFitAddress";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -