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

📄 jl_peijian.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // btnUseUpdate
            // 
            this.btnUseUpdate.Location = new System.Drawing.Point(18, 158);
            this.btnUseUpdate.Name = "btnUseUpdate";
            this.btnUseUpdate.Size = new System.Drawing.Size(50, 23);
            this.btnUseUpdate.TabIndex = 4;
            this.btnUseUpdate.Text = "修改";
            this.btnUseUpdate.UseVisualStyleBackColor = true;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(27, 71);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(53, 12);
            this.label16.TabIndex = 2;
            this.label16.Text = "配件单价";
            // 
            // textUseCount
            // 
            this.textUseCount.Location = new System.Drawing.Point(89, 95);
            this.textUseCount.Name = "textUseCount";
            this.textUseCount.Size = new System.Drawing.Size(100, 21);
            this.textUseCount.TabIndex = 3;
            // 
            // textUseCar
            // 
            this.textUseCar.Location = new System.Drawing.Point(89, 17);
            this.textUseCar.Name = "textUseCar";
            this.textUseCar.Size = new System.Drawing.Size(100, 21);
            this.textUseCar.TabIndex = 0;
            // 
            // textAverMoney
            // 
            this.textAverMoney.Location = new System.Drawing.Point(89, 69);
            this.textAverMoney.Name = "textAverMoney";
            this.textAverMoney.Size = new System.Drawing.Size(100, 21);
            this.textAverMoney.TabIndex = 2;
            // 
            // textUseName
            // 
            this.textUseName.Location = new System.Drawing.Point(89, 43);
            this.textUseName.Name = "textUseName";
            this.textUseName.Size = new System.Drawing.Size(100, 21);
            this.textUseName.TabIndex = 1;
            // 
            // GridViewUseKinds
            // 
            this.GridViewUseKinds.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewUseKinds.Location = new System.Drawing.Point(27, 16);
            this.GridViewUseKinds.Name = "GridViewUseKinds";
            this.GridViewUseKinds.RowTemplate.Height = 23;
            this.GridViewUseKinds.Size = new System.Drawing.Size(431, 285);
            this.GridViewUseKinds.TabIndex = 0;
            // 
            // tabPage13
            // 
            this.tabPage13.Controls.Add(this.splitContainer5);
            this.tabPage13.Location = new System.Drawing.Point(4, 21);
            this.tabPage13.Name = "tabPage13";
            this.tabPage13.Size = new System.Drawing.Size(734, 338);
            this.tabPage13.TabIndex = 2;
            this.tabPage13.Text = "配件剩余";
            this.tabPage13.UseVisualStyleBackColor = true;
            // 
            // splitContainer5
            // 
            this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer5.Location = new System.Drawing.Point(0, 0);
            this.splitContainer5.Name = "splitContainer5";
            // 
            // splitContainer5.Panel1
            // 
            this.splitContainer5.Panel1.Controls.Add(this.groupBox5);
            // 
            // splitContainer5.Panel2
            // 
            this.splitContainer5.Panel2.Controls.Add(this.GridViewLastKinds);
            this.splitContainer5.Size = new System.Drawing.Size(734, 338);
            this.splitContainer5.SplitterDistance = 244;
            this.splitContainer5.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.label10);
            this.groupBox5.Controls.Add(this.textLastMoney);
            this.groupBox5.Controls.Add(this.btnLastAdd);
            this.groupBox5.Controls.Add(this.label19);
            this.groupBox5.Controls.Add(this.btnLastDelete);
            this.groupBox5.Controls.Add(this.label20);
            this.groupBox5.Controls.Add(this.btnLastUpdate);
            this.groupBox5.Controls.Add(this.label21);
            this.groupBox5.Controls.Add(this.textLastCount);
            this.groupBox5.Controls.Add(this.textLastAverMoney);
            this.groupBox5.Controls.Add(this.textLastName);
            this.groupBox5.Location = new System.Drawing.Point(16, 27);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(212, 198);
            this.groupBox5.TabIndex = 6;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "配件剩余";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(20, 112);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 8;
            this.label10.Text = "剩余金额";
            // 
            // textLastMoney
            // 
            this.textLastMoney.Location = new System.Drawing.Point(89, 111);
            this.textLastMoney.Name = "textLastMoney";
            this.textLastMoney.Size = new System.Drawing.Size(100, 21);
            this.textLastMoney.TabIndex = 8;
            // 
            // btnLastAdd
            // 
            this.btnLastAdd.Location = new System.Drawing.Point(129, 156);
            this.btnLastAdd.Name = "btnLastAdd";
            this.btnLastAdd.Size = new System.Drawing.Size(62, 23);
            this.btnLastAdd.TabIndex = 6;
            this.btnLastAdd.Text = "添加";
            this.btnLastAdd.UseVisualStyleBackColor = true;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label19.Location = new System.Drawing.Point(20, 85);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(53, 12);
            this.label19.TabIndex = 3;
            this.label19.Text = "配件数量";
            // 
            // btnLastDelete
            // 
            this.btnLastDelete.Location = new System.Drawing.Point(74, 156);
            this.btnLastDelete.Name = "btnLastDelete";
            this.btnLastDelete.Size = new System.Drawing.Size(49, 23);
            this.btnLastDelete.TabIndex = 5;
            this.btnLastDelete.Text = "删除";
            this.btnLastDelete.UseVisualStyleBackColor = true;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label20.Location = new System.Drawing.Point(20, 30);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(53, 12);
            this.label20.TabIndex = 1;
            this.label20.Text = "配件名称";
            // 
            // btnLastUpdate
            // 
            this.btnLastUpdate.Location = new System.Drawing.Point(18, 156);
            this.btnLastUpdate.Name = "btnLastUpdate";
            this.btnLastUpdate.Size = new System.Drawing.Size(50, 23);
            this.btnLastUpdate.TabIndex = 4;
            this.btnLastUpdate.Text = "修改";
            this.btnLastUpdate.UseVisualStyleBackColor = true;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label21.Location = new System.Drawing.Point(20, 58);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(53, 12);
            this.label21.TabIndex = 2;
            this.label21.Text = "配件单价";
            // 
            // textLastCount
            // 
            this.textLastCount.Location = new System.Drawing.Point(89, 84);
            this.textLastCount.Name = "textLastCount";
            this.textLastCount.Size = new System.Drawing.Size(100, 21);
            this.textLastCount.TabIndex = 3;
            // 
            // textLastAverMoney
            // 
            this.textLastAverMoney.Location = new System.Drawing.Point(89, 57);
            this.textLastAverMoney.Name = "textLastAverMoney";
            this.textLastAverMoney.Size = new System.Drawing.Size(100, 21);
            this.textLastAverMoney.TabIndex = 2;
            // 
            // textLastName
            // 
            this.textLastName.Location = new System.Drawing.Point(89, 30);
            this.textLastName.Name = "textLastName";
            this.textLastName.Size = new System.Drawing.Size(100, 21);
            this.textLastName.TabIndex = 1;
            // 
            // GridViewLastKinds
            // 
            this.GridViewLastKinds.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewLastKinds.Location = new System.Drawing.Point(30, 15);
            this.GridViewLastKinds.Name = "GridViewLastKinds";
            this.GridViewLastKinds.RowTemplate.Height = 23;
            this.GridViewLastKinds.Size = new System.Drawing.Size(426, 292);
            this.GridViewLastKinds.TabIndex = 0;
            // 
            // tabPage18
            // 
            this.tabPage18.Controls.Add(this.splitContainer11);
            this.tabPage18.Location = new System.Drawing.Point(4, 21);
            this.tabPage18.Name = "tabPage18";
            this.tabPage18.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage18.Size = new System.Drawing.Size(734, 338);
            this.tabPage18.TabIndex = 3;
            this.tabPage18.Text = "配件信息查询";
            this.tabPage18.UseVisualStyleBackColor = true;
            // 
            // splitContainer11
            // 
            this.splitContainer11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer11.Location = new System.Drawing.Point(3, 3);
            this.splitContainer11.Name = "splitContainer11";
            // 
            // splitContainer11.Panel1
            // 
            this.splitContainer11.Panel1.Controls.Add(this.groupBox19);
            // 
            // splitContainer11.Panel2
            // 
            this.splitContainer11.Panel2.Controls.Add(this.groupBox20);
            this.splitContainer11.Size = new System.Drawing.Size(728, 332);
            this.splitContainer11.SplitterDistance = 469;
            this.splitContainer11.TabIndex = 2;
            // 
            // groupBox19
            // 
            this.groupBox19.Controls.Add(this.dataGridView3);
            this.groupBox19.Location = new System.Drawing.Point(0, 4);
            this.groupBox19.Name = "groupBox19";
            this.groupBox19.Size = new System.Drawing.Size(465, 312);
            this.groupBox19.TabIndex = 0;
            this.groupBox19.TabStop = false;
            this.groupBox19.Text = "配件查询结果显示";
            // 
            // dataGridView3
            // 
            this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView3.Location = new System.Drawing.Point(7, 20);
            this.dataGridView3.Name = "dataGridView3";
            this.dataGridView3.RowTemplate.Height = 23;
            this.dataGridView3.Size = new System.Drawing.Size(442, 275);
            this.dataGridView3.TabIndex = 0;
            // 
            // groupBox20
            // 
            this.groupBox20.Controls.Add(this.textCheckAdress);
            this.groupBox20.Controls.Add(this.label47);
            this.groupBox20.Controls.Add(this.label48);
            this.groupBox20.Controls.Add(this.label49);
            this.groupBox20.Controls.Add(this.label50);
            this.groupBox20.Controls.Add(this.textCheckCarKinds);
            this.groupBox20.Controls.Add(this.textCheckAverMoney);
            this.groupBox20.Controls.Add(this.textCheckName);

⌨️ 快捷键说明

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