📄 jl_gongzi.designer.cs
字号:
this.lbMoney.AutoSize = true;
this.lbMoney.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMoney.Location = new System.Drawing.Point(40, 92);
this.lbMoney.Name = "lbMoney";
this.lbMoney.Size = new System.Drawing.Size(63, 14);
this.lbMoney.TabIndex = 3;
this.lbMoney.Text = "基本工资";
//
// lbRank
//
this.lbRank.AutoSize = true;
this.lbRank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRank.Location = new System.Drawing.Point(40, 67);
this.lbRank.Name = "lbRank";
this.lbRank.Size = new System.Drawing.Size(63, 14);
this.lbRank.TabIndex = 2;
this.lbRank.Text = "工 种";
//
// lbBuyTime
//
this.lbBuyTime.AutoSize = true;
this.lbBuyTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbBuyTime.Location = new System.Drawing.Point(40, 42);
this.lbBuyTime.Name = "lbBuyTime";
this.lbBuyTime.Size = new System.Drawing.Size(63, 14);
this.lbBuyTime.TabIndex = 1;
this.lbBuyTime.Text = "工人帐号";
//
// lbCarNumber
//
this.lbCarNumber.AutoSize = true;
this.lbCarNumber.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbCarNumber.Location = new System.Drawing.Point(40, 142);
this.lbCarNumber.Name = "lbCarNumber";
this.lbCarNumber.Size = new System.Drawing.Size(63, 14);
this.lbCarNumber.TabIndex = 0;
this.lbCarNumber.Text = "补 助";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GridView_Car);
this.groupBox1.Location = new System.Drawing.Point(3, 14);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(485, 346);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "工人工资信息";
//
// GridView_Car
//
this.GridView_Car.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridView_Car.Location = new System.Drawing.Point(22, 20);
this.GridView_Car.Name = "GridView_Car";
this.GridView_Car.RowTemplate.Height = 23;
this.GridView_Car.Size = new System.Drawing.Size(429, 286);
this.GridView_Car.TabIndex = 0;
this.GridView_Car.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_Car_CellClick);
//
// tabPage15
//
this.tabPage15.Controls.Add(this.splitContainer9);
this.tabPage15.Location = new System.Drawing.Point(4, 21);
this.tabPage15.Name = "tabPage15";
this.tabPage15.Padding = new System.Windows.Forms.Padding(3);
this.tabPage15.Size = new System.Drawing.Size(752, 349);
this.tabPage15.TabIndex = 1;
this.tabPage15.Text = "工人工资查询";
this.tabPage15.UseVisualStyleBackColor = true;
//
// splitContainer9
//
this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer9.Location = new System.Drawing.Point(3, 3);
this.splitContainer9.Name = "splitContainer9";
//
// splitContainer9.Panel1
//
this.splitContainer9.Panel1.Controls.Add(this.groupBox15);
//
// splitContainer9.Panel2
//
this.splitContainer9.Panel2.Controls.Add(this.groupBox16);
this.splitContainer9.Size = new System.Drawing.Size(746, 343);
this.splitContainer9.SplitterDistance = 481;
this.splitContainer9.TabIndex = 0;
//
// groupBox15
//
this.groupBox15.Controls.Add(this.GridViewCarCheckResult);
this.groupBox15.Location = new System.Drawing.Point(0, 4);
this.groupBox15.Name = "groupBox15";
this.groupBox15.Size = new System.Drawing.Size(465, 312);
this.groupBox15.TabIndex = 0;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "工人工资查询结果显示";
//
// GridViewCarCheckResult
//
this.GridViewCarCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCarCheckResult.Location = new System.Drawing.Point(7, 20);
this.GridViewCarCheckResult.Name = "GridViewCarCheckResult";
this.GridViewCarCheckResult.RowTemplate.Height = 23;
this.GridViewCarCheckResult.Size = new System.Drawing.Size(442, 275);
this.GridViewCarCheckResult.TabIndex = 0;
//
// groupBox16
//
this.groupBox16.Controls.Add(this.textCheckName);
this.groupBox16.Controls.Add(this.label6);
this.groupBox16.Controls.Add(this.btnCarCheck);
this.groupBox16.Controls.Add(this.btnCarClear);
this.groupBox16.Location = new System.Drawing.Point(3, 4);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(247, 312);
this.groupBox16.TabIndex = 0;
this.groupBox16.TabStop = false;
this.groupBox16.Text = "工人工资查询";
//
// textCheckName
//
this.textCheckName.Location = new System.Drawing.Point(97, 64);
this.textCheckName.Name = "textCheckName";
this.textCheckName.Size = new System.Drawing.Size(110, 21);
this.textCheckName.TabIndex = 19;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(28, 65);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 14);
this.label6.TabIndex = 18;
this.label6.Text = "工人帐号";
//
// btnCarCheck
//
this.btnCarCheck.Location = new System.Drawing.Point(31, 108);
this.btnCarCheck.Name = "btnCarCheck";
this.btnCarCheck.Size = new System.Drawing.Size(75, 23);
this.btnCarCheck.TabIndex = 12;
this.btnCarCheck.Text = "查询";
this.btnCarCheck.UseVisualStyleBackColor = true;
this.btnCarCheck.Click += new System.EventHandler(this.btnCarCheck_Click);
//
// btnCarClear
//
this.btnCarClear.Location = new System.Drawing.Point(132, 108);
this.btnCarClear.Name = "btnCarClear";
this.btnCarClear.Size = new System.Drawing.Size(75, 23);
this.btnCarClear.TabIndex = 11;
this.btnCarClear.Text = "清空";
this.btnCarClear.UseVisualStyleBackColor = true;
this.btnCarClear.Click += new System.EventHandler(this.btnCarClear_Click);
//
// label19
//
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.label19.Location = new System.Drawing.Point(743, 9);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 40;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(172, 259);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(47, 23);
this.btnDelete.TabIndex = 23;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// butUpdate
//
this.butUpdate.Location = new System.Drawing.Point(109, 259);
this.butUpdate.Name = "butUpdate";
this.butUpdate.Size = new System.Drawing.Size(47, 23);
this.butUpdate.TabIndex = 24;
this.butUpdate.Text = "修改";
this.butUpdate.UseVisualStyleBackColor = true;
this.butUpdate.Click += new System.EventHandler(this.butUpdate_Click);
//
// JL_gongzi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(767, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "JL_gongzi";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "JL_gongzi";
this.Load += new System.EventHandler(this.JL_gongzi_Load);
this.tabControl3.ResumeLayout(false);
this.tabPage14.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupCar.ResumeLayout(false);
this.groupCar.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridView_Car)).EndInit();
this.tabPage15.ResumeLayout(false);
this.splitContainer9.Panel1.ResumeLayout(false);
this.splitContainer9.Panel2.ResumeLayout(false);
this.splitContainer9.ResumeLayout(false);
this.groupBox15.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).EndInit();
this.groupBox16.ResumeLayout(false);
this.groupBox16.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl3;
private System.Windows.Forms.TabPage tabPage14;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupCar;
private System.Windows.Forms.MaskedTextBox textMoney;
private System.Windows.Forms.MaskedTextBox textticheng;
private System.Windows.Forms.MaskedTextBox textbuzhu;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox textKinds;
private System.Windows.Forms.MaskedTextBox textName;
private System.Windows.Forms.TextBox textCarRemark;
private System.Windows.Forms.Label lbCarRemark;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCarAdd;
private System.Windows.Forms.Label lbMoney;
private System.Windows.Forms.Label lbRank;
private System.Windows.Forms.Label lbBuyTime;
private System.Windows.Forms.Label lbCarNumber;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView GridView_Car;
private System.Windows.Forms.TabPage tabPage15;
private System.Windows.Forms.SplitContainer splitContainer9;
private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.DataGridView GridViewCarCheckResult;
private System.Windows.Forms.GroupBox groupBox16;
private System.Windows.Forms.MaskedTextBox textCheckName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnCarCheck;
private System.Windows.Forms.Button btnCarClear;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button butUpdate;
private System.Windows.Forms.Button btnDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -