📄 jl_gongzi.designer.cs
字号:
namespace CarManage
{
partial class JL_gongzi
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tabControl3 = new System.Windows.Forms.TabControl();
this.tabPage14 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupCar = new System.Windows.Forms.GroupBox();
this.textMoney = new System.Windows.Forms.MaskedTextBox();
this.textticheng = new System.Windows.Forms.MaskedTextBox();
this.textbuzhu = new System.Windows.Forms.MaskedTextBox();
this.label4 = new System.Windows.Forms.Label();
this.textKinds = new System.Windows.Forms.ComboBox();
this.textName = new System.Windows.Forms.MaskedTextBox();
this.textCarRemark = new System.Windows.Forms.TextBox();
this.lbCarRemark = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnCarAdd = new System.Windows.Forms.Button();
this.lbMoney = new System.Windows.Forms.Label();
this.lbRank = new System.Windows.Forms.Label();
this.lbBuyTime = new System.Windows.Forms.Label();
this.lbCarNumber = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.GridView_Car = new System.Windows.Forms.DataGridView();
this.tabPage15 = new System.Windows.Forms.TabPage();
this.splitContainer9 = new System.Windows.Forms.SplitContainer();
this.groupBox15 = new System.Windows.Forms.GroupBox();
this.GridViewCarCheckResult = new System.Windows.Forms.DataGridView();
this.groupBox16 = new System.Windows.Forms.GroupBox();
this.textCheckName = new System.Windows.Forms.MaskedTextBox();
this.label6 = new System.Windows.Forms.Label();
this.btnCarCheck = new System.Windows.Forms.Button();
this.btnCarClear = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.btnDelete = new System.Windows.Forms.Button();
this.butUpdate = new System.Windows.Forms.Button();
this.tabControl3.SuspendLayout();
this.tabPage14.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupCar.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridView_Car)).BeginInit();
this.tabPage15.SuspendLayout();
this.splitContainer9.Panel1.SuspendLayout();
this.splitContainer9.Panel2.SuspendLayout();
this.splitContainer9.SuspendLayout();
this.groupBox15.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).BeginInit();
this.groupBox16.SuspendLayout();
this.SuspendLayout();
//
// tabControl3
//
this.tabControl3.Controls.Add(this.tabPage14);
this.tabControl3.Controls.Add(this.tabPage15);
this.tabControl3.Location = new System.Drawing.Point(-1, 12);
this.tabControl3.Name = "tabControl3";
this.tabControl3.SelectedIndex = 0;
this.tabControl3.Size = new System.Drawing.Size(760, 374);
this.tabControl3.TabIndex = 3;
//
// tabPage14
//
this.tabPage14.Controls.Add(this.splitContainer1);
this.tabPage14.Location = new System.Drawing.Point(4, 21);
this.tabPage14.Name = "tabPage14";
this.tabPage14.Padding = new System.Windows.Forms.Padding(3);
this.tabPage14.Size = new System.Drawing.Size(752, 349);
this.tabPage14.TabIndex = 0;
this.tabPage14.Text = "工人工资管理";
this.tabPage14.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.groupCar);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
this.splitContainer1.Size = new System.Drawing.Size(746, 343);
this.splitContainer1.SplitterDistance = 247;
this.splitContainer1.TabIndex = 1;
//
// groupCar
//
this.groupCar.Controls.Add(this.butUpdate);
this.groupCar.Controls.Add(this.btnDelete);
this.groupCar.Controls.Add(this.textMoney);
this.groupCar.Controls.Add(this.textticheng);
this.groupCar.Controls.Add(this.textbuzhu);
this.groupCar.Controls.Add(this.label4);
this.groupCar.Controls.Add(this.textKinds);
this.groupCar.Controls.Add(this.textName);
this.groupCar.Controls.Add(this.textCarRemark);
this.groupCar.Controls.Add(this.lbCarRemark);
this.groupCar.Controls.Add(this.label3);
this.groupCar.Controls.Add(this.label2);
this.groupCar.Controls.Add(this.label1);
this.groupCar.Controls.Add(this.btnCarAdd);
this.groupCar.Controls.Add(this.lbMoney);
this.groupCar.Controls.Add(this.lbRank);
this.groupCar.Controls.Add(this.lbBuyTime);
this.groupCar.Controls.Add(this.lbCarNumber);
this.groupCar.Location = new System.Drawing.Point(3, 14);
this.groupCar.Name = "groupCar";
this.groupCar.Size = new System.Drawing.Size(241, 324);
this.groupCar.TabIndex = 0;
this.groupCar.TabStop = false;
this.groupCar.Text = "工人工资管理";
//
// textMoney
//
this.textMoney.Location = new System.Drawing.Point(109, 89);
this.textMoney.Name = "textMoney";
this.textMoney.Size = new System.Drawing.Size(89, 21);
this.textMoney.TabIndex = 22;
//
// textticheng
//
this.textticheng.Location = new System.Drawing.Point(109, 117);
this.textticheng.Name = "textticheng";
this.textticheng.Size = new System.Drawing.Size(89, 21);
this.textticheng.TabIndex = 21;
//
// textbuzhu
//
this.textbuzhu.Location = new System.Drawing.Point(109, 144);
this.textbuzhu.Name = "textbuzhu";
this.textbuzhu.Size = new System.Drawing.Size(89, 21);
this.textbuzhu.TabIndex = 20;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(204, 153);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 14);
this.label4.TabIndex = 19;
this.label4.Text = "元";
//
// textKinds
//
this.textKinds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.textKinds.FormattingEnabled = true;
this.textKinds.Items.AddRange(new object[] {
"经理",
"财务",
"调度",
"员工"});
this.textKinds.Location = new System.Drawing.Point(109, 63);
this.textKinds.Name = "textKinds";
this.textKinds.Size = new System.Drawing.Size(89, 20);
this.textKinds.TabIndex = 17;
//
// textName
//
this.textName.Location = new System.Drawing.Point(109, 35);
this.textName.Name = "textName";
this.textName.Size = new System.Drawing.Size(110, 21);
this.textName.TabIndex = 1;
//
// textCarRemark
//
this.textCarRemark.Location = new System.Drawing.Point(109, 174);
this.textCarRemark.Multiline = true;
this.textCarRemark.Name = "textCarRemark";
this.textCarRemark.Size = new System.Drawing.Size(110, 70);
this.textCarRemark.TabIndex = 15;
//
// lbCarRemark
//
this.lbCarRemark.AutoSize = true;
this.lbCarRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbCarRemark.Location = new System.Drawing.Point(40, 167);
this.lbCarRemark.Name = "lbCarRemark";
this.lbCarRemark.Size = new System.Drawing.Size(63, 14);
this.lbCarRemark.TabIndex = 14;
this.lbCarRemark.Text = "备 注";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(204, 96);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(21, 14);
this.label3.TabIndex = 13;
this.label3.Text = "元";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(204, 123);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 14);
this.label2.TabIndex = 11;
this.label2.Text = "元";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(40, 117);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 8;
this.label1.Text = "票款提成";
//
// btnCarAdd
//
this.btnCarAdd.Location = new System.Drawing.Point(43, 259);
this.btnCarAdd.Name = "btnCarAdd";
this.btnCarAdd.Size = new System.Drawing.Size(47, 23);
this.btnCarAdd.TabIndex = 7;
this.btnCarAdd.Text = "添加";
this.btnCarAdd.UseVisualStyleBackColor = true;
this.btnCarAdd.Click += new System.EventHandler(this.btnCarAdd_Click);
//
// lbMoney
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -