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

📄 jl_peijian.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.groupBox6.Controls.Add(this.lbBuyMoney);
            this.groupBox6.Controls.Add(this.textBuyMoney);
            this.groupBox6.Controls.Add(this.lbBuyAdress);
            this.groupBox6.Controls.Add(this.lbBuyKinds);
            this.groupBox6.Controls.Add(this.btnBuyAdd);
            this.groupBox6.Controls.Add(this.lbBuyCount);
            this.groupBox6.Controls.Add(this.btnDelete);
            this.groupBox6.Controls.Add(this.lbBuyNumber);
            this.groupBox6.Controls.Add(this.btnBuyUpdate);
            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(16, 35);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(212, 204);
            this.groupBox6.TabIndex = 5;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "配件购买";
            // 
            // 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 = "所花金额";
            // 
            // 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 = "车    型";
            // 
            // btnBuyAdd
            // 
            this.btnBuyAdd.Location = new System.Drawing.Point(129, 175);
            this.btnBuyAdd.Name = "btnBuyAdd";
            this.btnBuyAdd.Size = new System.Drawing.Size(62, 23);
            this.btnBuyAdd.TabIndex = 6;
            this.btnBuyAdd.Text = "添加";
            this.btnBuyAdd.UseVisualStyleBackColor = true;
            // 
            // 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 = "配件数量";
            // 
            // btnDelete
            // 
            this.btnDelete.Location = new System.Drawing.Point(74, 175);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(49, 23);
            this.btnDelete.TabIndex = 5;
            this.btnDelete.Text = "删除";
            this.btnDelete.UseVisualStyleBackColor = true;
            // 
            // 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 = "配件名称";
            // 
            // btnBuyUpdate
            // 
            this.btnBuyUpdate.Location = new System.Drawing.Point(18, 175);
            this.btnBuyUpdate.Name = "btnBuyUpdate";
            this.btnBuyUpdate.Size = new System.Drawing.Size(50, 23);
            this.btnBuyUpdate.TabIndex = 4;
            this.btnBuyUpdate.Text = "修改";
            this.btnBuyUpdate.UseVisualStyleBackColor = true;
            // 
            // 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;
            // 
            // tabPage12
            // 
            this.tabPage12.Controls.Add(this.splitContainer3);
            this.tabPage12.Location = new System.Drawing.Point(4, 21);
            this.tabPage12.Name = "tabPage12";
            this.tabPage12.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage12.Size = new System.Drawing.Size(734, 338);
            this.tabPage12.TabIndex = 1;
            this.tabPage12.Text = "配件使用";
            this.tabPage12.UseVisualStyleBackColor = true;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Location = new System.Drawing.Point(6, 6);
            this.splitContainer3.Name = "splitContainer3";
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.groupBox4);
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.GridViewUseKinds);
            this.splitContainer3.Size = new System.Drawing.Size(722, 326);
            this.splitContainer3.SplitterDistance = 240;
            this.splitContainer3.TabIndex = 3;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Controls.Add(this.textUseMoney);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.btnUseAdd);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Controls.Add(this.btnUseDelete);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Controls.Add(this.btnUseUpdate);
            this.groupBox4.Controls.Add(this.label16);
            this.groupBox4.Controls.Add(this.textUseCount);
            this.groupBox4.Controls.Add(this.textUseCar);
            this.groupBox4.Controls.Add(this.textAverMoney);
            this.groupBox4.Controls.Add(this.textUseName);
            this.groupBox4.Location = new System.Drawing.Point(13, 29);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(212, 191);
            this.groupBox4.TabIndex = 5;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "配件使用";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(27, 125);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 8;
            this.label9.Text = "所花金额";
            // 
            // textUseMoney
            // 
            this.textUseMoney.Location = new System.Drawing.Point(89, 121);
            this.textUseMoney.Name = "textUseMoney";
            this.textUseMoney.Size = new System.Drawing.Size(100, 21);
            this.textUseMoney.TabIndex = 8;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(27, 17);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 0;
            this.label11.Text = "车    型";
            // 
            // btnUseAdd
            // 
            this.btnUseAdd.Location = new System.Drawing.Point(129, 158);
            this.btnUseAdd.Name = "btnUseAdd";
            this.btnUseAdd.Size = new System.Drawing.Size(62, 23);
            this.btnUseAdd.TabIndex = 6;
            this.btnUseAdd.Text = "添加";
            this.btnUseAdd.UseVisualStyleBackColor = true;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(27, 98);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 3;
            this.label14.Text = "配件数量";
            // 
            // btnUseDelete
            // 
            this.btnUseDelete.Location = new System.Drawing.Point(74, 158);
            this.btnUseDelete.Name = "btnUseDelete";
            this.btnUseDelete.Size = new System.Drawing.Size(49, 23);
            this.btnUseDelete.TabIndex = 5;
            this.btnUseDelete.Text = "删除";
            this.btnUseDelete.UseVisualStyleBackColor = true;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(27, 44);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(53, 12);
            this.label15.TabIndex = 1;
            this.label15.Text = "配件名称";
            // 

⌨️ 快捷键说明

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