⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cw_peijian.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.textBuyFitAddress.Size = new System.Drawing.Size(117, 21);
            this.textBuyFitAddress.TabIndex = 33;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(16, 158);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 31;
            this.label5.Text = "所花金额";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(16, 187);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 30;
            this.label6.Text = "购买地址";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(16, 52);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 20;
            this.label7.Text = "车    型";
            // 
            // btnBuyFitAdd
            // 
            this.btnBuyFitAdd.Location = new System.Drawing.Point(18, 258);
            this.btnBuyFitAdd.Name = "btnBuyFitAdd";
            this.btnBuyFitAdd.Size = new System.Drawing.Size(71, 23);
            this.btnBuyFitAdd.TabIndex = 29;
            this.btnBuyFitAdd.Text = "添加";
            this.btnBuyFitAdd.UseVisualStyleBackColor = true;
            this.btnBuyFitAdd.Click += new System.EventHandler(this.btnBuyFitAdd_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(16, 131);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 25;
            this.label8.Text = "配件数量";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(16, 77);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(53, 12);
            this.label24.TabIndex = 21;
            this.label24.Text = "配件名称";
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(16, 104);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(53, 12);
            this.label25.TabIndex = 23;
            this.label25.Text = "配件单价";
            // 
            // textCarKinds
            // 
            this.textCarKinds.Location = new System.Drawing.Point(78, 47);
            this.textCarKinds.Name = "textCarKinds";
            this.textCarKinds.Size = new System.Drawing.Size(117, 21);
            this.textCarKinds.TabIndex = 19;
            // 
            // textBuyFitName
            // 
            this.textBuyFitName.Location = new System.Drawing.Point(78, 74);
            this.textBuyFitName.Name = "textBuyFitName";
            this.textBuyFitName.Size = new System.Drawing.Size(117, 21);
            this.textBuyFitName.TabIndex = 22;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(119, 258);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(76, 23);
            this.button4.TabIndex = 18;
            this.button4.Text = "清空";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // GridViewBuyFit
            // 
            this.GridViewBuyFit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewBuyFit.Location = new System.Drawing.Point(18, 22);
            this.GridViewBuyFit.Name = "GridViewBuyFit";
            this.GridViewBuyFit.RowTemplate.Height = 23;
            this.GridViewBuyFit.Size = new System.Drawing.Size(443, 281);
            this.GridViewBuyFit.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.splitContainer2);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(752, 349);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "配件使用";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Location = new System.Drawing.Point(6, 6);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.GridViewUse);
            this.splitContainer2.Size = new System.Drawing.Size(722, 326);
            this.splitContainer2.SplitterDistance = 240;
            this.splitContainer2.TabIndex = 3;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textUserCarKinds);
            this.groupBox2.Controls.Add(this.label22);
            this.groupBox2.Controls.Add(this.label23);
            this.groupBox2.Controls.Add(this.label29);
            this.groupBox2.Controls.Add(this.textUserCarStyle);
            this.groupBox2.Controls.Add(this.textUseFitMoney);
            this.groupBox2.Controls.Add(this.textUseFitCount);
            this.groupBox2.Controls.Add(this.textUseFitAver);
            this.groupBox2.Controls.Add(this.dateTimeUse);
            this.groupBox2.Controls.Add(this.label28);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.btnUseFitAdd);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.label26);
            this.groupBox2.Controls.Add(this.textUseFitName);
            this.groupBox2.Controls.Add(this.button6);
            this.groupBox2.Location = new System.Drawing.Point(13, 29);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(212, 272);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "配件使用";
            // 
            // dateTimeUse
            // 
            this.dateTimeUse.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimeUse.Location = new System.Drawing.Point(88, 186);
            this.dateTimeUse.Name = "dateTimeUse";
            this.dateTimeUse.Size = new System.Drawing.Size(100, 21);
            this.dateTimeUse.TabIndex = 34;
            this.dateTimeUse.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(26, 190);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(53, 12);
            this.label28.TabIndex = 33;
            this.label28.Text = "使用时间";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(28, 33);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 30;
            this.label10.Text = "配件类型";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(26, 168);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.TabIndex = 29;
            this.label12.Text = "所花金额";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(26, 58);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(53, 12);
            this.label13.TabIndex = 20;
            this.label13.Text = "车    型";
            // 
            // btnUseFitAdd
            // 
            this.btnUseFitAdd.Location = new System.Drawing.Point(28, 226);
            this.btnUseFitAdd.Name = "btnUseFitAdd";
            this.btnUseFitAdd.Size = new System.Drawing.Size(76, 23);
            this.btnUseFitAdd.TabIndex = 27;
            this.btnUseFitAdd.Text = "添加";
            this.btnUseFitAdd.UseVisualStyleBackColor = true;
            this.btnUseFitAdd.Click += new System.EventHandler(this.btnUseFitAdd_Click);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(26, 139);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(53, 12);
            this.label17.TabIndex = 25;
            this.label17.Text = "配件数量";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(26, 85);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(53, 12);
            this.label18.TabIndex = 22;
            this.label18.Text = "配件名称";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(26, 112);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(53, 12);
            this.label26.TabIndex = 24;
            this.label26.Text = "配件单价";
            // 
            // textUseFitName
            // 
            this.textUseFitName.Location = new System.Drawing.Point(88, 82);
            this.textUseFitName.Name = "textUseFitName";
            this.textUseFitName.Size = new System.Drawing.Size(94, 21);
            this.textUseFitName.TabIndex = 21;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(114, 226);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(76, 23);
            this.button6.TabIndex = 18;
            this.button6.Text = "清空";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // GridViewUse
            // 
            this.GridViewUse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewUse.Location = new System.Drawing.Point(27, 16);
            this.GridViewUse.Name = "GridViewUse";
            this.GridViewUse.RowTemplate.Height = 23;
            this.GridViewUse.Size = new System.Drawing.Size(431, 285);
            this.GridViewUse.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.splitContainer5);
            this.tabPage4.Location = new System.Drawing.Point(4, 21);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(752, 349);
            this.tabPage4.TabIndex = 3;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -