namespace BLL { partial class Xt_UserNew { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xt_UserNew)); this.cmdHK3UserID = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.txtHK3UserID = new System.Windows.Forms.TextBox(); this.cmdHEmpID = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.txtHEmpID = new System.Windows.Forms.TextBox(); this.cmdPassWord = new System.Windows.Forms.Button(); this.lblError = new System.Windows.Forms.Label(); this.txtExplain = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtCzyyz = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtCzymm = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCzybm = new System.Windows.Forms.TextBox(); this.txtCzymc = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.LbNo = new System.Windows.Forms.ListBox(); this.LbYes = new System.Windows.Forms.ListBox(); this.cmdAllRight = new System.Windows.Forms.Button(); this.cmdRight = new System.Windows.Forms.Button(); this.cmdAllLeft = new System.Windows.Forms.Button(); this.cmdLeft = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.cmdHGroup = new System.Windows.Forms.Button(); this.txtHGroup = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label21 = new System.Windows.Forms.Label(); this.cmbHOrgID = new System.Windows.Forms.ComboBox(); this.cmdHSCWH = new System.Windows.Forms.Button(); this.label17 = new System.Windows.Forms.Label(); this.txtHSCWH = new System.Windows.Forms.TextBox(); this.cmdHSupID = new System.Windows.Forms.Button(); this.label15 = new System.Windows.Forms.Label(); this.txtHSupID = new System.Windows.Forms.TextBox(); this.cmdHSellManID = new System.Windows.Forms.Button(); this.label16 = new System.Windows.Forms.Label(); this.txtHSellManID = new System.Windows.Forms.TextBox(); this.cmdHWhID = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); this.txtHWhID = new System.Windows.Forms.TextBox(); this.cmdHDeptID = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.txtHDeptID = new System.Windows.Forms.TextBox(); this.cmdHSecManagerID = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.txtHSecManagerID = new System.Windows.Forms.TextBox(); this.cmdHKeeperID = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.txtHKeeperID = new System.Windows.Forms.TextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.txtHCloudUserPsd = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.txtHCloudUserName = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // cmdHK3UserID // this.cmdHK3UserID.BackColor = System.Drawing.Color.Transparent; this.cmdHK3UserID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHK3UserID.Image"))); this.cmdHK3UserID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHK3UserID.Location = new System.Drawing.Point(239, 27); this.cmdHK3UserID.Name = "cmdHK3UserID"; this.cmdHK3UserID.Size = new System.Drawing.Size(22, 22); this.cmdHK3UserID.TabIndex = 59; this.cmdHK3UserID.UseVisualStyleBackColor = false; this.cmdHK3UserID.Click += new System.EventHandler(this.cmdHK3UserID_Click); // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Black; this.label9.Location = new System.Drawing.Point(19, 32); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 57; this.label9.Text = "对应K3用户"; // // txtHK3UserID // this.txtHK3UserID.Enabled = false; this.txtHK3UserID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHK3UserID.Location = new System.Drawing.Point(89, 28); this.txtHK3UserID.Name = "txtHK3UserID"; this.txtHK3UserID.Size = new System.Drawing.Size(145, 21); this.txtHK3UserID.TabIndex = 58; this.txtHK3UserID.Tag = "0"; this.txtHK3UserID.TextChanged += new System.EventHandler(this.txtHK3UserID_TextChanged); // // cmdHEmpID // this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent; this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image"))); this.cmdHEmpID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHEmpID.Location = new System.Drawing.Point(218, 153); this.cmdHEmpID.Name = "cmdHEmpID"; this.cmdHEmpID.Size = new System.Drawing.Size(22, 22); this.cmdHEmpID.TabIndex = 56; this.cmdHEmpID.UseVisualStyleBackColor = false; this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click); // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Black; this.label8.Location = new System.Drawing.Point(12, 158); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 54; this.label8.Text = "对应职员"; // // txtHEmpID // this.txtHEmpID.Enabled = false; this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHEmpID.Location = new System.Drawing.Point(68, 154); this.txtHEmpID.Name = "txtHEmpID"; this.txtHEmpID.Size = new System.Drawing.Size(145, 21); this.txtHEmpID.TabIndex = 55; this.txtHEmpID.Tag = "0"; this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged); // // cmdPassWord // this.cmdPassWord.Location = new System.Drawing.Point(221, 98); this.cmdPassWord.Name = "cmdPassWord"; this.cmdPassWord.Size = new System.Drawing.Size(77, 21); this.cmdPassWord.TabIndex = 53; this.cmdPassWord.Text = "修改密码"; this.cmdPassWord.UseVisualStyleBackColor = true; this.cmdPassWord.Click += new System.EventHandler(this.cmdPassWord_Click); // // lblError // this.lblError.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblError.ForeColor = System.Drawing.Color.Red; this.lblError.Location = new System.Drawing.Point(219, 20); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(120, 72); this.lblError.TabIndex = 52; this.lblError.Text = "* 错误信息"; // // txtExplain // this.txtExplain.Location = new System.Drawing.Point(68, 126); this.txtExplain.Name = "txtExplain"; this.txtExplain.Size = new System.Drawing.Size(262, 21); this.txtExplain.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 130); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 51; this.label5.Text = "说 明"; // // txtCzyyz // this.txtCzyyz.Location = new System.Drawing.Point(68, 98); this.txtCzyyz.Name = "txtCzyyz"; this.txtCzyyz.PasswordChar = '*'; this.txtCzyyz.Size = new System.Drawing.Size(145, 21); this.txtCzyyz.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 102); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 44; this.label4.Text = "确认密码"; // // txtCzymm // this.txtCzymm.Location = new System.Drawing.Point(68, 70); this.txtCzymm.Name = "txtCzymm"; this.txtCzymm.PasswordChar = '*'; this.txtCzymm.Size = new System.Drawing.Size(145, 21); this.txtCzymm.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 74); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 33; this.label3.Text = "密 码"; // // txtCzybm // this.txtCzybm.Location = new System.Drawing.Point(68, 14); this.txtCzybm.Name = "txtCzybm"; this.txtCzybm.Size = new System.Drawing.Size(145, 21); this.txtCzybm.TabIndex = 1; // // txtCzymc // this.txtCzymc.Location = new System.Drawing.Point(68, 42); this.txtCzymc.Name = "txtCzymc"; this.txtCzymc.Size = new System.Drawing.Size(145, 21); this.txtCzymc.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 22; this.label2.Text = "用户名"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 12; this.label1.Text = "编 码"; // // groupBox2 // this.groupBox2.Controls.Add(this.LbNo); this.groupBox2.Controls.Add(this.LbYes); this.groupBox2.Controls.Add(this.cmdAllRight); this.groupBox2.Controls.Add(this.cmdRight); this.groupBox2.Controls.Add(this.cmdAllLeft); this.groupBox2.Controls.Add(this.cmdLeft); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Location = new System.Drawing.Point(12, 295); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(355, 162); this.groupBox2.TabIndex = 54; this.groupBox2.TabStop = false; this.groupBox2.Text = "所属角色"; // // LbNo // this.LbNo.FormattingEnabled = true; this.LbNo.ItemHeight = 12; this.LbNo.Location = new System.Drawing.Point(211, 30); this.LbNo.Name = "LbNo"; this.LbNo.Size = new System.Drawing.Size(137, 124); this.LbNo.TabIndex = 80; // // LbYes // this.LbYes.FormattingEnabled = true; this.LbYes.ItemHeight = 12; this.LbYes.Location = new System.Drawing.Point(10, 30); this.LbYes.Name = "LbYes"; this.LbYes.Size = new System.Drawing.Size(137, 124); this.LbYes.TabIndex = 79; // // cmdAllRight // this.cmdAllRight.Location = new System.Drawing.Point(160, 126); this.cmdAllRight.Name = "cmdAllRight"; this.cmdAllRight.Size = new System.Drawing.Size(38, 22); this.cmdAllRight.TabIndex = 9; this.cmdAllRight.Text = ">>"; this.cmdAllRight.UseVisualStyleBackColor = true; this.cmdAllRight.Click += new System.EventHandler(this.cmdAllRight_Click); // // cmdRight // this.cmdRight.Location = new System.Drawing.Point(160, 97); this.cmdRight.Name = "cmdRight"; this.cmdRight.Size = new System.Drawing.Size(38, 22); this.cmdRight.TabIndex = 8; this.cmdRight.Text = ">"; this.cmdRight.UseVisualStyleBackColor = true; this.cmdRight.Click += new System.EventHandler(this.cmdRight_Click); // // cmdAllLeft // this.cmdAllLeft.Location = new System.Drawing.Point(160, 68); this.cmdAllLeft.Name = "cmdAllLeft"; this.cmdAllLeft.Size = new System.Drawing.Size(38, 22); this.cmdAllLeft.TabIndex = 7; this.cmdAllLeft.Text = "<<"; this.cmdAllLeft.UseVisualStyleBackColor = true; this.cmdAllLeft.Click += new System.EventHandler(this.cmdAllLeft_Click); // // cmdLeft // this.cmdLeft.Location = new System.Drawing.Point(160, 39); this.cmdLeft.Name = "cmdLeft"; this.cmdLeft.Size = new System.Drawing.Size(38, 22); this.cmdLeft.TabIndex = 6; this.cmdLeft.Text = "<"; this.cmdLeft.UseVisualStyleBackColor = true; this.cmdLeft.Click += new System.EventHandler(this.cmdLeft_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(209, 15); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 77; this.label7.Text = "用户不属"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 15); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 66; this.label6.Text = "用户所属"; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(307, 463); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(61, 24); this.cmdCancel.TabIndex = 11; this.cmdCancel.Text = "取消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(240, 463); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(61, 24); this.cmdOK.TabIndex = 10; this.cmdOK.Text = "确定"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // cmdHGroup // this.cmdHGroup.BackColor = System.Drawing.Color.Transparent; this.cmdHGroup.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroup.Image"))); this.cmdHGroup.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHGroup.Location = new System.Drawing.Point(240, 262); this.cmdHGroup.Name = "cmdHGroup"; this.cmdHGroup.Size = new System.Drawing.Size(22, 22); this.cmdHGroup.TabIndex = 58; this.cmdHGroup.UseVisualStyleBackColor = false; this.cmdHGroup.Click += new System.EventHandler(this.cmdHGroup_Click); // // txtHGroup // this.txtHGroup.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHGroup.Location = new System.Drawing.Point(90, 263); this.txtHGroup.Name = "txtHGroup"; this.txtHGroup.Size = new System.Drawing.Size(145, 21); this.txtHGroup.TabIndex = 57; this.txtHGroup.Tag = "0"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Black; this.label10.Location = new System.Drawing.Point(30, 267); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 59; this.label10.Text = "查找角色"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(12, 10); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(356, 247); this.tabControl1.TabIndex = 60; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.Transparent; this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.txtCzymc); this.tabPage1.Controls.Add(this.cmdHEmpID); this.tabPage1.Controls.Add(this.txtCzybm); this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.txtHEmpID); this.tabPage1.Controls.Add(this.txtCzymm); this.tabPage1.Controls.Add(this.cmdPassWord); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.lblError); this.tabPage1.Controls.Add(this.txtCzyyz); this.tabPage1.Controls.Add(this.txtExplain); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(348, 221); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "基本信息"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.Transparent; this.tabPage2.Controls.Add(this.label21); this.tabPage2.Controls.Add(this.cmbHOrgID); this.tabPage2.Controls.Add(this.cmdHSCWH); this.tabPage2.Controls.Add(this.label17); this.tabPage2.Controls.Add(this.txtHSCWH); this.tabPage2.Controls.Add(this.cmdHSupID); this.tabPage2.Controls.Add(this.label15); this.tabPage2.Controls.Add(this.txtHSupID); this.tabPage2.Controls.Add(this.cmdHSellManID); this.tabPage2.Controls.Add(this.label16); this.tabPage2.Controls.Add(this.txtHSellManID); this.tabPage2.Controls.Add(this.cmdHWhID); this.tabPage2.Controls.Add(this.label14); this.tabPage2.Controls.Add(this.txtHWhID); this.tabPage2.Controls.Add(this.cmdHDeptID); this.tabPage2.Controls.Add(this.label13); this.tabPage2.Controls.Add(this.txtHDeptID); this.tabPage2.Controls.Add(this.cmdHSecManagerID); this.tabPage2.Controls.Add(this.label12); this.tabPage2.Controls.Add(this.txtHSecManagerID); this.tabPage2.Controls.Add(this.cmdHKeeperID); this.tabPage2.Controls.Add(this.label11); this.tabPage2.Controls.Add(this.txtHKeeperID); this.tabPage2.Controls.Add(this.cmdHK3UserID); this.tabPage2.Controls.Add(this.label9); this.tabPage2.Controls.Add(this.txtHK3UserID); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(348, 221); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "对应金蝶信息"; this.tabPage2.UseVisualStyleBackColor = true; // // label21 // this.label21.AutoSize = true; this.label21.ForeColor = System.Drawing.Color.Black; this.label21.Location = new System.Drawing.Point(19, 10); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(53, 12); this.label21.TabIndex = 89; this.label21.Text = "对应组织"; // // cmbHOrgID // this.cmbHOrgID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbHOrgID.FormattingEnabled = true; this.cmbHOrgID.Location = new System.Drawing.Point(89, 6); this.cmbHOrgID.Name = "cmbHOrgID"; this.cmbHOrgID.Size = new System.Drawing.Size(172, 20); this.cmbHOrgID.TabIndex = 88; // // cmdHSCWH // this.cmdHSCWH.BackColor = System.Drawing.Color.Transparent; this.cmdHSCWH.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSCWH.Image"))); this.cmdHSCWH.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHSCWH.Location = new System.Drawing.Point(239, 165); this.cmdHSCWH.Name = "cmdHSCWH"; this.cmdHSCWH.Size = new System.Drawing.Size(22, 22); this.cmdHSCWH.TabIndex = 83; this.cmdHSCWH.UseVisualStyleBackColor = false; this.cmdHSCWH.Click += new System.EventHandler(this.cmdHSCWH_Click); // // label17 // this.label17.AutoSize = true; this.label17.ForeColor = System.Drawing.Color.Black; this.label17.Location = new System.Drawing.Point(19, 170); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 12); this.label17.TabIndex = 81; this.label17.Text = "调入仓库"; // // txtHSCWH // this.txtHSCWH.Enabled = false; this.txtHSCWH.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSCWH.Location = new System.Drawing.Point(89, 166); this.txtHSCWH.Name = "txtHSCWH"; this.txtHSCWH.Size = new System.Drawing.Size(145, 21); this.txtHSCWH.TabIndex = 82; this.txtHSCWH.Tag = "0"; this.txtHSCWH.TextChanged += new System.EventHandler(this.txtHSCWH_TextChanged); // // cmdHSupID // this.cmdHSupID.BackColor = System.Drawing.Color.Transparent; this.cmdHSupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSupID.Image"))); this.cmdHSupID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHSupID.Location = new System.Drawing.Point(239, 188); this.cmdHSupID.Name = "cmdHSupID"; this.cmdHSupID.Size = new System.Drawing.Size(22, 22); this.cmdHSupID.TabIndex = 80; this.cmdHSupID.UseVisualStyleBackColor = false; this.cmdHSupID.Click += new System.EventHandler(this.cmdHSupID_Click); // // label15 // this.label15.AutoSize = true; this.label15.ForeColor = System.Drawing.Color.Black; this.label15.Location = new System.Drawing.Point(19, 193); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(65, 12); this.label15.TabIndex = 78; this.label15.Text = "对应供应商"; // // txtHSupID // this.txtHSupID.Enabled = false; this.txtHSupID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSupID.Location = new System.Drawing.Point(89, 189); this.txtHSupID.Name = "txtHSupID"; this.txtHSupID.Size = new System.Drawing.Size(145, 21); this.txtHSupID.TabIndex = 79; this.txtHSupID.Tag = "0"; this.txtHSupID.TextChanged += new System.EventHandler(this.txtHSupID_TextChanged); // // cmdHSellManID // this.cmdHSellManID.BackColor = System.Drawing.Color.Transparent; this.cmdHSellManID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSellManID.Image"))); this.cmdHSellManID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHSellManID.Location = new System.Drawing.Point(239, 96); this.cmdHSellManID.Name = "cmdHSellManID"; this.cmdHSellManID.Size = new System.Drawing.Size(22, 22); this.cmdHSellManID.TabIndex = 77; this.cmdHSellManID.UseVisualStyleBackColor = false; this.cmdHSellManID.Click += new System.EventHandler(this.cmdHSellManID_Click); // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.Black; this.label16.Location = new System.Drawing.Point(19, 101); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 12); this.label16.TabIndex = 75; this.label16.Text = "对应业务员"; // // txtHSellManID // this.txtHSellManID.Enabled = false; this.txtHSellManID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSellManID.Location = new System.Drawing.Point(89, 97); this.txtHSellManID.Name = "txtHSellManID"; this.txtHSellManID.Size = new System.Drawing.Size(145, 21); this.txtHSellManID.TabIndex = 76; this.txtHSellManID.Tag = "0"; this.txtHSellManID.TextChanged += new System.EventHandler(this.txtHSellManID_TextChanged); // // cmdHWhID // this.cmdHWhID.BackColor = System.Drawing.Color.Transparent; this.cmdHWhID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHWhID.Image"))); this.cmdHWhID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHWhID.Location = new System.Drawing.Point(239, 142); this.cmdHWhID.Name = "cmdHWhID"; this.cmdHWhID.Size = new System.Drawing.Size(22, 22); this.cmdHWhID.TabIndex = 71; this.cmdHWhID.UseVisualStyleBackColor = false; this.cmdHWhID.Click += new System.EventHandler(this.cmdHWhID_Click); // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Black; this.label14.Location = new System.Drawing.Point(19, 147); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 12); this.label14.TabIndex = 69; this.label14.Text = "对应仓库"; // // txtHWhID // this.txtHWhID.Enabled = false; this.txtHWhID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHWhID.Location = new System.Drawing.Point(89, 143); this.txtHWhID.Name = "txtHWhID"; this.txtHWhID.Size = new System.Drawing.Size(145, 21); this.txtHWhID.TabIndex = 70; this.txtHWhID.Tag = "0"; this.txtHWhID.TextChanged += new System.EventHandler(this.txtHWhID_TextChanged); // // cmdHDeptID // this.cmdHDeptID.BackColor = System.Drawing.Color.Transparent; this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image"))); this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHDeptID.Location = new System.Drawing.Point(239, 119); this.cmdHDeptID.Name = "cmdHDeptID"; this.cmdHDeptID.Size = new System.Drawing.Size(22, 22); this.cmdHDeptID.TabIndex = 68; this.cmdHDeptID.UseVisualStyleBackColor = false; this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click); // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.Black; this.label13.Location = new System.Drawing.Point(19, 124); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(53, 12); this.label13.TabIndex = 66; this.label13.Text = "对应部门"; // // txtHDeptID // this.txtHDeptID.Enabled = false; this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHDeptID.Location = new System.Drawing.Point(89, 120); this.txtHDeptID.Name = "txtHDeptID"; this.txtHDeptID.Size = new System.Drawing.Size(145, 21); this.txtHDeptID.TabIndex = 67; this.txtHDeptID.Tag = "0"; this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHDeptID_TextChanged); // // cmdHSecManagerID // this.cmdHSecManagerID.BackColor = System.Drawing.Color.Transparent; this.cmdHSecManagerID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSecManagerID.Image"))); this.cmdHSecManagerID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHSecManagerID.Location = new System.Drawing.Point(239, 73); this.cmdHSecManagerID.Name = "cmdHSecManagerID"; this.cmdHSecManagerID.Size = new System.Drawing.Size(22, 22); this.cmdHSecManagerID.TabIndex = 65; this.cmdHSecManagerID.UseVisualStyleBackColor = false; this.cmdHSecManagerID.Click += new System.EventHandler(this.cmdHSecManagerID_Click); // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Black; this.label12.Location = new System.Drawing.Point(19, 78); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(53, 12); this.label12.TabIndex = 63; this.label12.Text = "对应验收"; // // txtHSecManagerID // this.txtHSecManagerID.Enabled = false; this.txtHSecManagerID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSecManagerID.Location = new System.Drawing.Point(89, 74); this.txtHSecManagerID.Name = "txtHSecManagerID"; this.txtHSecManagerID.Size = new System.Drawing.Size(145, 21); this.txtHSecManagerID.TabIndex = 64; this.txtHSecManagerID.Tag = "0"; this.txtHSecManagerID.TextChanged += new System.EventHandler(this.txtHSecManagerID_TextChanged); // // cmdHKeeperID // this.cmdHKeeperID.BackColor = System.Drawing.Color.Transparent; this.cmdHKeeperID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHKeeperID.Image"))); this.cmdHKeeperID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHKeeperID.Location = new System.Drawing.Point(239, 50); this.cmdHKeeperID.Name = "cmdHKeeperID"; this.cmdHKeeperID.Size = new System.Drawing.Size(22, 22); this.cmdHKeeperID.TabIndex = 62; this.cmdHKeeperID.UseVisualStyleBackColor = false; this.cmdHKeeperID.Click += new System.EventHandler(this.cmdHKeeperID_Click); // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.Black; this.label11.Location = new System.Drawing.Point(19, 55); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 12); this.label11.TabIndex = 60; this.label11.Text = "对应保管"; // // txtHKeeperID // this.txtHKeeperID.Enabled = false; this.txtHKeeperID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHKeeperID.Location = new System.Drawing.Point(89, 51); this.txtHKeeperID.Name = "txtHKeeperID"; this.txtHKeeperID.Size = new System.Drawing.Size(145, 21); this.txtHKeeperID.TabIndex = 61; this.txtHKeeperID.Tag = "0"; this.txtHKeeperID.TextChanged += new System.EventHandler(this.txtHKeeperID_TextChanged); // // tabPage3 // this.tabPage3.Controls.Add(this.txtHCloudUserPsd); this.tabPage3.Controls.Add(this.label18); this.tabPage3.Controls.Add(this.txtHCloudUserName); this.tabPage3.Controls.Add(this.label19); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(348, 221); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "CLOUD账号设置"; this.tabPage3.UseVisualStyleBackColor = true; // // txtHCloudUserPsd // this.txtHCloudUserPsd.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHCloudUserPsd.Location = new System.Drawing.Point(125, 64); this.txtHCloudUserPsd.Name = "txtHCloudUserPsd"; this.txtHCloudUserPsd.Size = new System.Drawing.Size(145, 21); this.txtHCloudUserPsd.TabIndex = 97; this.txtHCloudUserPsd.Tag = "0"; // // label18 // this.label18.AutoSize = true; this.label18.ForeColor = System.Drawing.Color.Black; this.label18.Location = new System.Drawing.Point(14, 68); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(107, 12); this.label18.TabIndex = 96; this.label18.Text = "对应CLOUD账号密码"; // // txtHCloudUserName // this.txtHCloudUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHCloudUserName.Location = new System.Drawing.Point(125, 25); this.txtHCloudUserName.Name = "txtHCloudUserName"; this.txtHCloudUserName.Size = new System.Drawing.Size(145, 21); this.txtHCloudUserName.TabIndex = 95; this.txtHCloudUserName.Tag = "0"; // // label19 // this.label19.AutoSize = true; this.label19.ForeColor = System.Drawing.Color.Black; this.label19.Location = new System.Drawing.Point(14, 29); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(83, 12); this.label19.TabIndex = 94; this.label19.Text = "对应CLOUD账号"; // // Xt_UserNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(380, 499); this.Controls.Add(this.tabControl1); this.Controls.Add(this.label10); this.Controls.Add(this.cmdHGroup); this.Controls.Add(this.txtHGroup); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Controls.Add(this.groupBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Xt_UserNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "新增用户"; this.Load += new System.EventHandler(this.Xt_UserNew_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.TextBox txtExplain; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtCzyyz; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtCzymm; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtCzybm; private System.Windows.Forms.TextBox txtCzymc; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button cmdAllRight; private System.Windows.Forms.Button cmdRight; private System.Windows.Forms.Button cmdAllLeft; private System.Windows.Forms.Button cmdLeft; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblError; private System.Windows.Forms.ListBox LbYes; private System.Windows.Forms.ListBox LbNo; private System.Windows.Forms.Button cmdPassWord; private System.Windows.Forms.Button cmdHEmpID; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtHEmpID; private System.Windows.Forms.Button cmdHK3UserID; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtHK3UserID; private System.Windows.Forms.Button cmdHGroup; private System.Windows.Forms.TextBox txtHGroup; private System.Windows.Forms.Label label10; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button cmdHWhID; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtHWhID; private System.Windows.Forms.Button cmdHDeptID; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtHDeptID; private System.Windows.Forms.Button cmdHSecManagerID; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtHSecManagerID; private System.Windows.Forms.Button cmdHKeeperID; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtHKeeperID; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox txtHSellManID; private System.Windows.Forms.Button cmdHSellManID; private System.Windows.Forms.Button cmdHSupID; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox txtHSupID; private System.Windows.Forms.Label label21; private System.Windows.Forms.ComboBox cmbHOrgID; private System.Windows.Forms.Button cmdHSCWH; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtHSCWH; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox txtHCloudUserPsd; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtHCloudUserName; private System.Windows.Forms.Label label19; } }