📄 jl_person_message.designer.cs
字号:
namespace CarManage
{
partial class JL_Person_Message
{
/// <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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
this.tabControl4 = new System.Windows.Forms.TabControl();
this.tabPage16 = new System.Windows.Forms.TabPage();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textUserMoney = new System.Windows.Forms.MaskedTextBox();
this.textUserRemark = new System.Windows.Forms.TextBox();
this.lbUserRemark = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textPower = new System.Windows.Forms.ComboBox();
this.btnUserAdd = new System.Windows.Forms.Button();
this.btnUserDelete = new System.Windows.Forms.Button();
this.lbUserMoney = new System.Windows.Forms.Label();
this.btnUserUpdate = new System.Windows.Forms.Button();
this.lbPower = new System.Windows.Forms.Label();
this.textPassWord = new System.Windows.Forms.MaskedTextBox();
this.lbPassWord = new System.Windows.Forms.Label();
this.textUserName = new System.Windows.Forms.MaskedTextBox();
this.lbUserName = new System.Windows.Forms.Label();
this.textNumber = new System.Windows.Forms.MaskedTextBox();
this.lbNumber = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.GridViewPerson = new System.Windows.Forms.DataGridView();
this.tabPage17 = new System.Windows.Forms.TabPage();
this.splitContainer10 = new System.Windows.Forms.SplitContainer();
this.groupBox17 = new System.Windows.Forms.GroupBox();
this.GridViewPersonResult = new System.Windows.Forms.DataGridView();
this.groupBox18 = new System.Windows.Forms.GroupBox();
this.textCheckUserName = new System.Windows.Forms.MaskedTextBox();
this.label45 = new System.Windows.Forms.Label();
this.textCheckNumber = new System.Windows.Forms.MaskedTextBox();
this.label46 = new System.Windows.Forms.Label();
this.btnUserCheck = new System.Windows.Forms.Button();
this.btnUserClear = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.busWorkDataSet1 = new CarManage.BusWorkDataSet1();
this.db1yuangongBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.db1_yuangongTableAdapter = new CarManage.BusWorkDataSet1TableAdapters.db1_yuangongTableAdapter();
this.tabControl4.SuspendLayout();
this.tabPage16.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewPerson)).BeginInit();
this.tabPage17.SuspendLayout();
this.splitContainer10.Panel1.SuspendLayout();
this.splitContainer10.Panel2.SuspendLayout();
this.splitContainer10.SuspendLayout();
this.groupBox17.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewPersonResult)).BeginInit();
this.groupBox18.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.busWorkDataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.db1yuangongBindingSource)).BeginInit();
this.SuspendLayout();
//
// tabControl4
//
this.tabControl4.Controls.Add(this.tabPage16);
this.tabControl4.Controls.Add(this.tabPage17);
this.tabControl4.Location = new System.Drawing.Point(12, 12);
this.tabControl4.Name = "tabControl4";
this.tabControl4.SelectedIndex = 0;
this.tabControl4.Size = new System.Drawing.Size(760, 374);
this.tabControl4.TabIndex = 1;
//
// tabPage16
//
this.tabPage16.Controls.Add(this.splitContainer2);
this.tabPage16.Location = new System.Drawing.Point(4, 21);
this.tabPage16.Name = "tabPage16";
this.tabPage16.Padding = new System.Windows.Forms.Padding(3);
this.tabPage16.Size = new System.Drawing.Size(752, 349);
this.tabPage16.TabIndex = 0;
this.tabPage16.Text = "员工信息管理";
this.tabPage16.UseVisualStyleBackColor = true;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.groupBox3);
this.splitContainer2.Size = new System.Drawing.Size(746, 343);
this.splitContainer2.SplitterDistance = 247;
this.splitContainer2.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textUserMoney);
this.groupBox2.Controls.Add(this.textUserRemark);
this.groupBox2.Controls.Add(this.lbUserRemark);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.textPower);
this.groupBox2.Controls.Add(this.btnUserAdd);
this.groupBox2.Controls.Add(this.btnUserDelete);
this.groupBox2.Controls.Add(this.lbUserMoney);
this.groupBox2.Controls.Add(this.btnUserUpdate);
this.groupBox2.Controls.Add(this.lbPower);
this.groupBox2.Controls.Add(this.textPassWord);
this.groupBox2.Controls.Add(this.lbPassWord);
this.groupBox2.Controls.Add(this.textUserName);
this.groupBox2.Controls.Add(this.lbUserName);
this.groupBox2.Controls.Add(this.textNumber);
this.groupBox2.Controls.Add(this.lbNumber);
this.groupBox2.Location = new System.Drawing.Point(3, 13);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(241, 320);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "员工信息管理";
//
// textUserMoney
//
this.textUserMoney.Location = new System.Drawing.Point(111, 145);
this.textUserMoney.Name = "textUserMoney";
this.textUserMoney.Size = new System.Drawing.Size(84, 21);
this.textUserMoney.TabIndex = 13;
//
// textUserRemark
//
this.textUserRemark.Location = new System.Drawing.Point(111, 172);
this.textUserRemark.Multiline = true;
this.textUserRemark.Name = "textUserRemark";
this.textUserRemark.Size = new System.Drawing.Size(110, 81);
this.textUserRemark.TabIndex = 12;
//
// lbUserRemark
//
this.lbUserRemark.AutoSize = true;
this.lbUserRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbUserRemark.Location = new System.Drawing.Point(43, 174);
this.lbUserRemark.Name = "lbUserRemark";
this.lbUserRemark.Size = new System.Drawing.Size(63, 14);
this.lbUserRemark.TabIndex = 11;
this.lbUserRemark.Text = "备 注";
//
// 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(201, 147);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(21, 14);
this.label6.TabIndex = 10;
this.label6.Text = "元";
//
// textPower
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -