123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- namespace WCS_Client.From
- {
- partial class FormEditUser
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditUser));
- this.btn_Cancel = new CCWin.SkinControl.SkinButton();
- this.btnSave = new CCWin.SkinControl.SkinButton();
- this.txtUse_Notes = new CCWin.SkinControl.SkinTextBox();
- this.txtUse_Address = new CCWin.SkinControl.SkinTextBox();
- this.txtUse_ContactText = new CCWin.SkinControl.SkinTextBox();
- this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
- this.txtUse_Email = new CCWin.SkinControl.SkinTextBox();
- this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
- this.cboRole = new CCWin.SkinControl.SkinComboBox();
- this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
- this.cboSex = new CCWin.SkinControl.SkinComboBox();
- this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
- this.chbUse_IsStop = new CCWin.SkinControl.SkinCheckBox();
- this.txtUse_Name = new CCWin.SkinControl.SkinTextBox();
- this.txtUSER_NO = new CCWin.SkinControl.SkinTextBox();
- this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
- this.SuspendLayout();
- //
- // btn_Cancel
- //
- this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
- this.btn_Cancel.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.btn_Cancel.DownBack = null;
- this.btn_Cancel.Location = new System.Drawing.Point(399, 377);
- this.btn_Cancel.MouseBack = null;
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.NormlBack = null;
- this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
- this.btn_Cancel.TabIndex = 37;
- this.btn_Cancel.Text = "取消";
- this.btn_Cancel.UseVisualStyleBackColor = false;
- this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.btnSave.DownBack = null;
- this.btnSave.Location = new System.Drawing.Point(212, 377);
- this.btnSave.MouseBack = null;
- this.btnSave.Name = "btnSave";
- this.btnSave.NormlBack = null;
- this.btnSave.Size = new System.Drawing.Size(75, 23);
- this.btnSave.TabIndex = 36;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // txtUse_Notes
- //
- this.txtUse_Notes.BackColor = System.Drawing.Color.Transparent;
- this.txtUse_Notes.DownBack = null;
- this.txtUse_Notes.Icon = null;
- this.txtUse_Notes.IconIsButton = false;
- this.txtUse_Notes.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Notes.IsPasswordChat = '\0';
- this.txtUse_Notes.IsSystemPasswordChar = false;
- this.txtUse_Notes.Lines = new string[0];
- this.txtUse_Notes.Location = new System.Drawing.Point(109, 247);
- this.txtUse_Notes.Margin = new System.Windows.Forms.Padding(0);
- this.txtUse_Notes.MaxLength = 32767;
- this.txtUse_Notes.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUse_Notes.MouseBack = null;
- this.txtUse_Notes.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Notes.Multiline = true;
- this.txtUse_Notes.Name = "txtUse_Notes";
- this.txtUse_Notes.NormlBack = null;
- this.txtUse_Notes.Padding = new System.Windows.Forms.Padding(5);
- this.txtUse_Notes.ReadOnly = false;
- this.txtUse_Notes.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUse_Notes.Size = new System.Drawing.Size(560, 106);
- //
- //
- //
- this.txtUse_Notes.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUse_Notes.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUse_Notes.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUse_Notes.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUse_Notes.SkinTxt.Multiline = true;
- this.txtUse_Notes.SkinTxt.Name = "BaseText";
- this.txtUse_Notes.SkinTxt.Size = new System.Drawing.Size(550, 96);
- this.txtUse_Notes.SkinTxt.TabIndex = 0;
- this.txtUse_Notes.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Notes.SkinTxt.WaterText = "";
- this.txtUse_Notes.TabIndex = 35;
- this.txtUse_Notes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUse_Notes.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Notes.WaterText = "";
- this.txtUse_Notes.WordWrap = true;
- //
- // txtUse_Address
- //
- this.txtUse_Address.BackColor = System.Drawing.Color.Transparent;
- this.txtUse_Address.DownBack = null;
- this.txtUse_Address.Icon = null;
- this.txtUse_Address.IconIsButton = false;
- this.txtUse_Address.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Address.IsPasswordChat = '\0';
- this.txtUse_Address.IsSystemPasswordChar = false;
- this.txtUse_Address.Lines = new string[0];
- this.txtUse_Address.Location = new System.Drawing.Point(109, 196);
- this.txtUse_Address.Margin = new System.Windows.Forms.Padding(0);
- this.txtUse_Address.MaxLength = 32767;
- this.txtUse_Address.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUse_Address.MouseBack = null;
- this.txtUse_Address.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Address.Multiline = false;
- this.txtUse_Address.Name = "txtUse_Address";
- this.txtUse_Address.NormlBack = null;
- this.txtUse_Address.Padding = new System.Windows.Forms.Padding(5);
- this.txtUse_Address.ReadOnly = false;
- this.txtUse_Address.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUse_Address.Size = new System.Drawing.Size(560, 28);
- //
- //
- //
- this.txtUse_Address.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUse_Address.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUse_Address.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUse_Address.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUse_Address.SkinTxt.Name = "BaseText";
- this.txtUse_Address.SkinTxt.Size = new System.Drawing.Size(550, 18);
- this.txtUse_Address.SkinTxt.TabIndex = 0;
- this.txtUse_Address.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Address.SkinTxt.WaterText = "";
- this.txtUse_Address.TabIndex = 34;
- this.txtUse_Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUse_Address.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Address.WaterText = "";
- this.txtUse_Address.WordWrap = true;
- //
- // txtUse_ContactText
- //
- this.txtUse_ContactText.BackColor = System.Drawing.Color.Transparent;
- this.txtUse_ContactText.DownBack = null;
- this.txtUse_ContactText.Icon = null;
- this.txtUse_ContactText.IconIsButton = false;
- this.txtUse_ContactText.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_ContactText.IsPasswordChat = '\0';
- this.txtUse_ContactText.IsSystemPasswordChar = false;
- this.txtUse_ContactText.Lines = new string[0];
- this.txtUse_ContactText.Location = new System.Drawing.Point(113, 154);
- this.txtUse_ContactText.Margin = new System.Windows.Forms.Padding(0);
- this.txtUse_ContactText.MaxLength = 32767;
- this.txtUse_ContactText.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUse_ContactText.MouseBack = null;
- this.txtUse_ContactText.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_ContactText.Multiline = false;
- this.txtUse_ContactText.Name = "txtUse_ContactText";
- this.txtUse_ContactText.NormlBack = null;
- this.txtUse_ContactText.Padding = new System.Windows.Forms.Padding(5);
- this.txtUse_ContactText.ReadOnly = false;
- this.txtUse_ContactText.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUse_ContactText.Size = new System.Drawing.Size(556, 28);
- //
- //
- //
- this.txtUse_ContactText.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUse_ContactText.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUse_ContactText.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUse_ContactText.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUse_ContactText.SkinTxt.Name = "BaseText";
- this.txtUse_ContactText.SkinTxt.Size = new System.Drawing.Size(546, 18);
- this.txtUse_ContactText.SkinTxt.TabIndex = 0;
- this.txtUse_ContactText.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_ContactText.SkinTxt.WaterText = "";
- this.txtUse_ContactText.TabIndex = 33;
- this.txtUse_ContactText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUse_ContactText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_ContactText.WaterText = "";
- this.txtUse_ContactText.WordWrap = true;
- //
- // skinLabel8
- //
- this.skinLabel8.AutoSize = true;
- this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel8.BorderColor = System.Drawing.Color.White;
- this.skinLabel8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel8.Location = new System.Drawing.Point(67, 248);
- this.skinLabel8.Name = "skinLabel8";
- this.skinLabel8.Size = new System.Drawing.Size(32, 17);
- this.skinLabel8.TabIndex = 32;
- this.skinLabel8.Text = "备注";
- //
- // skinLabel7
- //
- this.skinLabel7.AutoSize = true;
- this.skinLabel7.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel7.BorderColor = System.Drawing.Color.White;
- this.skinLabel7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel7.Location = new System.Drawing.Point(67, 200);
- this.skinLabel7.Name = "skinLabel7";
- this.skinLabel7.Size = new System.Drawing.Size(32, 17);
- this.skinLabel7.TabIndex = 31;
- this.skinLabel7.Text = "住址";
- //
- // skinLabel6
- //
- this.skinLabel6.AutoSize = true;
- this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel6.BorderColor = System.Drawing.Color.White;
- this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel6.Location = new System.Drawing.Point(37, 158);
- this.skinLabel6.Name = "skinLabel6";
- this.skinLabel6.Size = new System.Drawing.Size(56, 17);
- this.skinLabel6.TabIndex = 30;
- this.skinLabel6.Text = "联系方式";
- //
- // txtUse_Email
- //
- this.txtUse_Email.BackColor = System.Drawing.Color.Transparent;
- this.txtUse_Email.DownBack = null;
- this.txtUse_Email.Icon = null;
- this.txtUse_Email.IconIsButton = false;
- this.txtUse_Email.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Email.IsPasswordChat = '\0';
- this.txtUse_Email.IsSystemPasswordChar = false;
- this.txtUse_Email.Lines = new string[0];
- this.txtUse_Email.Location = new System.Drawing.Point(422, 113);
- this.txtUse_Email.Margin = new System.Windows.Forms.Padding(0);
- this.txtUse_Email.MaxLength = 32767;
- this.txtUse_Email.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUse_Email.MouseBack = null;
- this.txtUse_Email.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Email.Multiline = false;
- this.txtUse_Email.Name = "txtUse_Email";
- this.txtUse_Email.NormlBack = null;
- this.txtUse_Email.Padding = new System.Windows.Forms.Padding(5);
- this.txtUse_Email.ReadOnly = false;
- this.txtUse_Email.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUse_Email.Size = new System.Drawing.Size(247, 28);
- //
- //
- //
- this.txtUse_Email.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUse_Email.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUse_Email.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUse_Email.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUse_Email.SkinTxt.Name = "BaseText";
- this.txtUse_Email.SkinTxt.Size = new System.Drawing.Size(237, 18);
- this.txtUse_Email.SkinTxt.TabIndex = 0;
- this.txtUse_Email.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Email.SkinTxt.WaterText = "";
- this.txtUse_Email.TabIndex = 29;
- this.txtUse_Email.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUse_Email.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Email.WaterText = "";
- this.txtUse_Email.WordWrap = true;
- //
- // skinLabel5
- //
- this.skinLabel5.AutoSize = true;
- this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel5.BorderColor = System.Drawing.Color.White;
- this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel5.Location = new System.Drawing.Point(358, 116);
- this.skinLabel5.Name = "skinLabel5";
- this.skinLabel5.Size = new System.Drawing.Size(42, 17);
- this.skinLabel5.TabIndex = 28;
- this.skinLabel5.Text = "Email:";
- //
- // cboRole
- //
- this.cboRole.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cboRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboRole.FormattingEnabled = true;
- this.cboRole.Location = new System.Drawing.Point(113, 113);
- this.cboRole.Name = "cboRole";
- this.cboRole.Size = new System.Drawing.Size(216, 22);
- this.cboRole.TabIndex = 27;
- this.cboRole.WaterText = "";
- //
- // skinLabel4
- //
- this.skinLabel4.AutoSize = true;
- this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel4.BorderColor = System.Drawing.Color.White;
- this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel4.Location = new System.Drawing.Point(37, 116);
- this.skinLabel4.Name = "skinLabel4";
- this.skinLabel4.Size = new System.Drawing.Size(56, 17);
- this.skinLabel4.TabIndex = 26;
- this.skinLabel4.Text = "用户角色";
- //
- // cboSex
- //
- this.cboSex.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboSex.FormattingEnabled = true;
- this.cboSex.Location = new System.Drawing.Point(422, 72);
- this.cboSex.Name = "cboSex";
- this.cboSex.Size = new System.Drawing.Size(247, 22);
- this.cboSex.TabIndex = 25;
- this.cboSex.WaterText = "";
- //
- // skinLabel3
- //
- this.skinLabel3.AutoSize = true;
- this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel3.BorderColor = System.Drawing.Color.White;
- this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel3.Location = new System.Drawing.Point(370, 75);
- this.skinLabel3.Name = "skinLabel3";
- this.skinLabel3.Size = new System.Drawing.Size(32, 17);
- this.skinLabel3.TabIndex = 24;
- this.skinLabel3.Text = "性别";
- //
- // chbUse_IsStop
- //
- this.chbUse_IsStop.AutoSize = true;
- this.chbUse_IsStop.BackColor = System.Drawing.Color.Transparent;
- this.chbUse_IsStop.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.chbUse_IsStop.DownBack = null;
- this.chbUse_IsStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chbUse_IsStop.Location = new System.Drawing.Point(578, 41);
- this.chbUse_IsStop.MouseBack = null;
- this.chbUse_IsStop.Name = "chbUse_IsStop";
- this.chbUse_IsStop.NormlBack = null;
- this.chbUse_IsStop.SelectedDownBack = null;
- this.chbUse_IsStop.SelectedMouseBack = null;
- this.chbUse_IsStop.SelectedNormlBack = null;
- this.chbUse_IsStop.Size = new System.Drawing.Size(75, 21);
- this.chbUse_IsStop.TabIndex = 23;
- this.chbUse_IsStop.Text = "是否停用";
- this.chbUse_IsStop.UseVisualStyleBackColor = false;
- //
- // txtUse_Name
- //
- this.txtUse_Name.BackColor = System.Drawing.Color.Transparent;
- this.txtUse_Name.DownBack = null;
- this.txtUse_Name.Icon = null;
- this.txtUse_Name.IconIsButton = false;
- this.txtUse_Name.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Name.IsPasswordChat = '\0';
- this.txtUse_Name.IsSystemPasswordChar = false;
- this.txtUse_Name.Lines = new string[0];
- this.txtUse_Name.Location = new System.Drawing.Point(113, 71);
- this.txtUse_Name.Margin = new System.Windows.Forms.Padding(0);
- this.txtUse_Name.MaxLength = 32767;
- this.txtUse_Name.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUse_Name.MouseBack = null;
- this.txtUse_Name.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUse_Name.Multiline = false;
- this.txtUse_Name.Name = "txtUse_Name";
- this.txtUse_Name.NormlBack = null;
- this.txtUse_Name.Padding = new System.Windows.Forms.Padding(5);
- this.txtUse_Name.ReadOnly = false;
- this.txtUse_Name.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUse_Name.Size = new System.Drawing.Size(216, 28);
- //
- //
- //
- this.txtUse_Name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUse_Name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUse_Name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUse_Name.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUse_Name.SkinTxt.Name = "BaseText";
- this.txtUse_Name.SkinTxt.Size = new System.Drawing.Size(206, 18);
- this.txtUse_Name.SkinTxt.TabIndex = 0;
- this.txtUse_Name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Name.SkinTxt.WaterText = "";
- this.txtUse_Name.TabIndex = 22;
- this.txtUse_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUse_Name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUse_Name.WaterText = "";
- this.txtUse_Name.WordWrap = true;
- //
- // txtUSER_NO
- //
- this.txtUSER_NO.BackColor = System.Drawing.Color.Transparent;
- this.txtUSER_NO.DownBack = null;
- this.txtUSER_NO.Icon = null;
- this.txtUSER_NO.IconIsButton = false;
- this.txtUSER_NO.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUSER_NO.IsPasswordChat = '\0';
- this.txtUSER_NO.IsSystemPasswordChar = false;
- this.txtUSER_NO.Lines = new string[0];
- this.txtUSER_NO.Location = new System.Drawing.Point(113, 37);
- this.txtUSER_NO.Margin = new System.Windows.Forms.Padding(0);
- this.txtUSER_NO.MaxLength = 32767;
- this.txtUSER_NO.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtUSER_NO.MouseBack = null;
- this.txtUSER_NO.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtUSER_NO.Multiline = false;
- this.txtUSER_NO.Name = "txtUSER_NO";
- this.txtUSER_NO.NormlBack = null;
- this.txtUSER_NO.Padding = new System.Windows.Forms.Padding(5);
- this.txtUSER_NO.ReadOnly = true;
- this.txtUSER_NO.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUSER_NO.Size = new System.Drawing.Size(430, 28);
- //
- //
- //
- this.txtUSER_NO.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtUSER_NO.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtUSER_NO.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtUSER_NO.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtUSER_NO.SkinTxt.Name = "BaseText";
- this.txtUSER_NO.SkinTxt.ReadOnly = true;
- this.txtUSER_NO.SkinTxt.Size = new System.Drawing.Size(420, 18);
- this.txtUSER_NO.SkinTxt.TabIndex = 0;
- this.txtUSER_NO.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUSER_NO.SkinTxt.WaterText = "";
- this.txtUSER_NO.TabIndex = 21;
- this.txtUSER_NO.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUSER_NO.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtUSER_NO.WaterText = "";
- this.txtUSER_NO.WordWrap = true;
- //
- // skinLabel2
- //
- this.skinLabel2.AutoSize = true;
- this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel2.BorderColor = System.Drawing.Color.White;
- this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel2.Location = new System.Drawing.Point(37, 75);
- this.skinLabel2.Name = "skinLabel2";
- this.skinLabel2.Size = new System.Drawing.Size(57, 17);
- this.skinLabel2.TabIndex = 20;
- this.skinLabel2.Text = "用户名(*)";
- //
- // skinLabel1
- //
- this.skinLabel1.AutoSize = true;
- this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel1.BorderColor = System.Drawing.Color.White;
- this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel1.Location = new System.Drawing.Point(37, 41);
- this.skinLabel1.Name = "skinLabel1";
- this.skinLabel1.Size = new System.Drawing.Size(57, 17);
- this.skinLabel1.TabIndex = 19;
- this.skinLabel1.Text = "登录名(*)";
- //
- // FormEditUser
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(707, 437);
- this.Controls.Add(this.btn_Cancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtUse_Notes);
- this.Controls.Add(this.txtUse_Address);
- this.Controls.Add(this.txtUse_ContactText);
- this.Controls.Add(this.skinLabel8);
- this.Controls.Add(this.skinLabel7);
- this.Controls.Add(this.skinLabel6);
- this.Controls.Add(this.txtUse_Email);
- this.Controls.Add(this.skinLabel5);
- this.Controls.Add(this.cboRole);
- this.Controls.Add(this.skinLabel4);
- this.Controls.Add(this.cboSex);
- this.Controls.Add(this.skinLabel3);
- this.Controls.Add(this.chbUse_IsStop);
- this.Controls.Add(this.txtUse_Name);
- this.Controls.Add(this.txtUSER_NO);
- this.Controls.Add(this.skinLabel2);
- this.Controls.Add(this.skinLabel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "FormEditUser";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "修改用户信息";
- this.Load += new System.EventHandler(this.FormEditUser_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CCWin.SkinControl.SkinButton btn_Cancel;
- private CCWin.SkinControl.SkinButton btnSave;
- private CCWin.SkinControl.SkinTextBox txtUse_Notes;
- private CCWin.SkinControl.SkinTextBox txtUse_Address;
- private CCWin.SkinControl.SkinTextBox txtUse_ContactText;
- private CCWin.SkinControl.SkinLabel skinLabel8;
- private CCWin.SkinControl.SkinLabel skinLabel7;
- private CCWin.SkinControl.SkinLabel skinLabel6;
- private CCWin.SkinControl.SkinTextBox txtUse_Email;
- private CCWin.SkinControl.SkinLabel skinLabel5;
- private CCWin.SkinControl.SkinComboBox cboRole;
- private CCWin.SkinControl.SkinLabel skinLabel4;
- private CCWin.SkinControl.SkinComboBox cboSex;
- private CCWin.SkinControl.SkinLabel skinLabel3;
- private CCWin.SkinControl.SkinCheckBox chbUse_IsStop;
- private CCWin.SkinControl.SkinTextBox txtUse_Name;
- private CCWin.SkinControl.SkinTextBox txtUSER_NO;
- private CCWin.SkinControl.SkinLabel skinLabel2;
- private CCWin.SkinControl.SkinLabel skinLabel1;
- }
- }
|