📄 jl_person_message.designer.cs
字号:
//
this.groupBox17.Controls.Add(this.GridViewPersonResult);
this.groupBox17.Location = new System.Drawing.Point(0, 4);
this.groupBox17.Name = "groupBox17";
this.groupBox17.Size = new System.Drawing.Size(465, 312);
this.groupBox17.TabIndex = 0;
this.groupBox17.TabStop = false;
this.groupBox17.Text = "员工查询结果显示";
//
// GridViewPersonResult
//
this.GridViewPersonResult.AllowUserToAddRows = false;
this.GridViewPersonResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewPersonResult.Location = new System.Drawing.Point(7, 20);
this.GridViewPersonResult.Name = "GridViewPersonResult";
this.GridViewPersonResult.RowTemplate.Height = 23;
this.GridViewPersonResult.Size = new System.Drawing.Size(442, 275);
this.GridViewPersonResult.TabIndex = 0;
//
// groupBox18
//
this.groupBox18.Controls.Add(this.textCheckUserName);
this.groupBox18.Controls.Add(this.label45);
this.groupBox18.Controls.Add(this.textCheckNumber);
this.groupBox18.Controls.Add(this.label46);
this.groupBox18.Controls.Add(this.btnUserCheck);
this.groupBox18.Controls.Add(this.btnUserClear);
this.groupBox18.Location = new System.Drawing.Point(3, 4);
this.groupBox18.Name = "groupBox18";
this.groupBox18.Size = new System.Drawing.Size(247, 312);
this.groupBox18.TabIndex = 0;
this.groupBox18.TabStop = false;
this.groupBox18.Text = "员工信息查询";
//
// textCheckUserName
//
this.textCheckUserName.Location = new System.Drawing.Point(97, 82);
this.textCheckUserName.Name = "textCheckUserName";
this.textCheckUserName.Size = new System.Drawing.Size(111, 21);
this.textCheckUserName.TabIndex = 16;
//
// label45
//
this.label45.AutoSize = true;
this.label45.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label45.Location = new System.Drawing.Point(28, 83);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(63, 14);
this.label45.TabIndex = 14;
this.label45.Text = "姓 名";
//
// textCheckNumber
//
this.textCheckNumber.Location = new System.Drawing.Point(96, 55);
this.textCheckNumber.Name = "textCheckNumber";
this.textCheckNumber.Size = new System.Drawing.Size(111, 21);
this.textCheckNumber.TabIndex = 15;
//
// label46
//
this.label46.AutoSize = true;
this.label46.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label46.Location = new System.Drawing.Point(28, 56);
this.label46.Name = "label46";
this.label46.Size = new System.Drawing.Size(63, 14);
this.label46.TabIndex = 13;
this.label46.Text = "帐 号";
//
// btnUserCheck
//
this.btnUserCheck.Location = new System.Drawing.Point(31, 131);
this.btnUserCheck.Name = "btnUserCheck";
this.btnUserCheck.Size = new System.Drawing.Size(75, 23);
this.btnUserCheck.TabIndex = 12;
this.btnUserCheck.Text = "查询";
this.btnUserCheck.UseVisualStyleBackColor = true;
this.btnUserCheck.Click += new System.EventHandler(this.btnUserCheck_Click);
//
// btnUserClear
//
this.btnUserClear.Location = new System.Drawing.Point(132, 131);
this.btnUserClear.Name = "btnUserClear";
this.btnUserClear.Size = new System.Drawing.Size(75, 23);
this.btnUserClear.TabIndex = 11;
this.btnUserClear.Text = "清空";
this.btnUserClear.UseVisualStyleBackColor = true;
this.btnUserClear.Click += new System.EventHandler(this.btnUserClear_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(766, 9);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 39;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// busWorkDataSet1
//
this.busWorkDataSet1.DataSetName = "BusWorkDataSet1";
this.busWorkDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// db1yuangongBindingSource
//
this.db1yuangongBindingSource.DataMember = "db1_yuangong";
this.db1yuangongBindingSource.DataSource = this.busWorkDataSet1;
//
// db1_yuangongTableAdapter
//
this.db1_yuangongTableAdapter.ClearBeforeFill = true;
//
// JL_Person_Message
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(782, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl4);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "JL_Person_Message";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "JL_Person_Message";
this.Load += new System.EventHandler(this.JL_Person_Message_Load);
this.tabControl4.ResumeLayout(false);
this.tabPage16.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewPerson)).EndInit();
this.tabPage17.ResumeLayout(false);
this.splitContainer10.Panel1.ResumeLayout(false);
this.splitContainer10.Panel2.ResumeLayout(false);
this.splitContainer10.ResumeLayout(false);
this.groupBox17.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewPersonResult)).EndInit();
this.groupBox18.ResumeLayout(false);
this.groupBox18.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.busWorkDataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.db1yuangongBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl4;
private System.Windows.Forms.TabPage tabPage16;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textUserRemark;
private System.Windows.Forms.Label lbUserRemark;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox textPower;
private System.Windows.Forms.Button btnUserAdd;
private System.Windows.Forms.Button btnUserDelete;
private System.Windows.Forms.Label lbUserMoney;
private System.Windows.Forms.Button btnUserUpdate;
private System.Windows.Forms.Label lbPower;
private System.Windows.Forms.MaskedTextBox textPassWord;
private System.Windows.Forms.Label lbPassWord;
private System.Windows.Forms.MaskedTextBox textUserName;
private System.Windows.Forms.Label lbUserName;
private System.Windows.Forms.MaskedTextBox textNumber;
private System.Windows.Forms.Label lbNumber;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView GridViewPerson;
private System.Windows.Forms.TabPage tabPage17;
private System.Windows.Forms.SplitContainer splitContainer10;
private System.Windows.Forms.GroupBox groupBox17;
private System.Windows.Forms.DataGridView GridViewPersonResult;
private System.Windows.Forms.GroupBox groupBox18;
private System.Windows.Forms.MaskedTextBox textCheckUserName;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.MaskedTextBox textCheckNumber;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.Button btnUserCheck;
private System.Windows.Forms.Button btnUserClear;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.MaskedTextBox textUserMoney;
private BusWorkDataSet1 busWorkDataSet1;
private System.Windows.Forms.BindingSource db1yuangongBindingSource;
private CarManage.BusWorkDataSet1TableAdapters.db1_yuangongTableAdapter db1_yuangongTableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -