FormEditUser.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. namespace WCS_Client.From
  2. {
  3. partial class FormEditUser
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditUser));
  30. this.btn_Cancel = new CCWin.SkinControl.SkinButton();
  31. this.btnSave = new CCWin.SkinControl.SkinButton();
  32. this.txtUse_Notes = new CCWin.SkinControl.SkinTextBox();
  33. this.txtUse_Address = new CCWin.SkinControl.SkinTextBox();
  34. this.txtUse_ContactText = new CCWin.SkinControl.SkinTextBox();
  35. this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
  36. this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
  37. this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
  38. this.txtUse_Email = new CCWin.SkinControl.SkinTextBox();
  39. this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
  40. this.cboRole = new CCWin.SkinControl.SkinComboBox();
  41. this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
  42. this.cboSex = new CCWin.SkinControl.SkinComboBox();
  43. this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
  44. this.chbUse_IsStop = new CCWin.SkinControl.SkinCheckBox();
  45. this.txtUse_Name = new CCWin.SkinControl.SkinTextBox();
  46. this.txtUSER_NO = new CCWin.SkinControl.SkinTextBox();
  47. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  48. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  49. this.SuspendLayout();
  50. //
  51. // btn_Cancel
  52. //
  53. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  54. this.btn_Cancel.ControlState = CCWin.SkinClass.ControlState.Normal;
  55. this.btn_Cancel.DownBack = null;
  56. this.btn_Cancel.Location = new System.Drawing.Point(399, 377);
  57. this.btn_Cancel.MouseBack = null;
  58. this.btn_Cancel.Name = "btn_Cancel";
  59. this.btn_Cancel.NormlBack = null;
  60. this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
  61. this.btn_Cancel.TabIndex = 37;
  62. this.btn_Cancel.Text = "取消";
  63. this.btn_Cancel.UseVisualStyleBackColor = false;
  64. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  65. //
  66. // btnSave
  67. //
  68. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  69. this.btnSave.ControlState = CCWin.SkinClass.ControlState.Normal;
  70. this.btnSave.DownBack = null;
  71. this.btnSave.Location = new System.Drawing.Point(212, 377);
  72. this.btnSave.MouseBack = null;
  73. this.btnSave.Name = "btnSave";
  74. this.btnSave.NormlBack = null;
  75. this.btnSave.Size = new System.Drawing.Size(75, 23);
  76. this.btnSave.TabIndex = 36;
  77. this.btnSave.Text = "保存";
  78. this.btnSave.UseVisualStyleBackColor = false;
  79. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  80. //
  81. // txtUse_Notes
  82. //
  83. this.txtUse_Notes.BackColor = System.Drawing.Color.Transparent;
  84. this.txtUse_Notes.DownBack = null;
  85. this.txtUse_Notes.Icon = null;
  86. this.txtUse_Notes.IconIsButton = false;
  87. this.txtUse_Notes.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  88. this.txtUse_Notes.IsPasswordChat = '\0';
  89. this.txtUse_Notes.IsSystemPasswordChar = false;
  90. this.txtUse_Notes.Lines = new string[0];
  91. this.txtUse_Notes.Location = new System.Drawing.Point(109, 247);
  92. this.txtUse_Notes.Margin = new System.Windows.Forms.Padding(0);
  93. this.txtUse_Notes.MaxLength = 32767;
  94. this.txtUse_Notes.MinimumSize = new System.Drawing.Size(28, 28);
  95. this.txtUse_Notes.MouseBack = null;
  96. this.txtUse_Notes.MouseState = CCWin.SkinClass.ControlState.Normal;
  97. this.txtUse_Notes.Multiline = true;
  98. this.txtUse_Notes.Name = "txtUse_Notes";
  99. this.txtUse_Notes.NormlBack = null;
  100. this.txtUse_Notes.Padding = new System.Windows.Forms.Padding(5);
  101. this.txtUse_Notes.ReadOnly = false;
  102. this.txtUse_Notes.ScrollBars = System.Windows.Forms.ScrollBars.None;
  103. this.txtUse_Notes.Size = new System.Drawing.Size(560, 106);
  104. //
  105. //
  106. //
  107. this.txtUse_Notes.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  108. this.txtUse_Notes.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.txtUse_Notes.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  110. this.txtUse_Notes.SkinTxt.Location = new System.Drawing.Point(5, 5);
  111. this.txtUse_Notes.SkinTxt.Multiline = true;
  112. this.txtUse_Notes.SkinTxt.Name = "BaseText";
  113. this.txtUse_Notes.SkinTxt.Size = new System.Drawing.Size(550, 96);
  114. this.txtUse_Notes.SkinTxt.TabIndex = 0;
  115. this.txtUse_Notes.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  116. this.txtUse_Notes.SkinTxt.WaterText = "";
  117. this.txtUse_Notes.TabIndex = 35;
  118. this.txtUse_Notes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  119. this.txtUse_Notes.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  120. this.txtUse_Notes.WaterText = "";
  121. this.txtUse_Notes.WordWrap = true;
  122. //
  123. // txtUse_Address
  124. //
  125. this.txtUse_Address.BackColor = System.Drawing.Color.Transparent;
  126. this.txtUse_Address.DownBack = null;
  127. this.txtUse_Address.Icon = null;
  128. this.txtUse_Address.IconIsButton = false;
  129. this.txtUse_Address.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  130. this.txtUse_Address.IsPasswordChat = '\0';
  131. this.txtUse_Address.IsSystemPasswordChar = false;
  132. this.txtUse_Address.Lines = new string[0];
  133. this.txtUse_Address.Location = new System.Drawing.Point(109, 196);
  134. this.txtUse_Address.Margin = new System.Windows.Forms.Padding(0);
  135. this.txtUse_Address.MaxLength = 32767;
  136. this.txtUse_Address.MinimumSize = new System.Drawing.Size(28, 28);
  137. this.txtUse_Address.MouseBack = null;
  138. this.txtUse_Address.MouseState = CCWin.SkinClass.ControlState.Normal;
  139. this.txtUse_Address.Multiline = false;
  140. this.txtUse_Address.Name = "txtUse_Address";
  141. this.txtUse_Address.NormlBack = null;
  142. this.txtUse_Address.Padding = new System.Windows.Forms.Padding(5);
  143. this.txtUse_Address.ReadOnly = false;
  144. this.txtUse_Address.ScrollBars = System.Windows.Forms.ScrollBars.None;
  145. this.txtUse_Address.Size = new System.Drawing.Size(560, 28);
  146. //
  147. //
  148. //
  149. this.txtUse_Address.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  150. this.txtUse_Address.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.txtUse_Address.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  152. this.txtUse_Address.SkinTxt.Location = new System.Drawing.Point(5, 5);
  153. this.txtUse_Address.SkinTxt.Name = "BaseText";
  154. this.txtUse_Address.SkinTxt.Size = new System.Drawing.Size(550, 18);
  155. this.txtUse_Address.SkinTxt.TabIndex = 0;
  156. this.txtUse_Address.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  157. this.txtUse_Address.SkinTxt.WaterText = "";
  158. this.txtUse_Address.TabIndex = 34;
  159. this.txtUse_Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  160. this.txtUse_Address.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  161. this.txtUse_Address.WaterText = "";
  162. this.txtUse_Address.WordWrap = true;
  163. //
  164. // txtUse_ContactText
  165. //
  166. this.txtUse_ContactText.BackColor = System.Drawing.Color.Transparent;
  167. this.txtUse_ContactText.DownBack = null;
  168. this.txtUse_ContactText.Icon = null;
  169. this.txtUse_ContactText.IconIsButton = false;
  170. this.txtUse_ContactText.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  171. this.txtUse_ContactText.IsPasswordChat = '\0';
  172. this.txtUse_ContactText.IsSystemPasswordChar = false;
  173. this.txtUse_ContactText.Lines = new string[0];
  174. this.txtUse_ContactText.Location = new System.Drawing.Point(113, 154);
  175. this.txtUse_ContactText.Margin = new System.Windows.Forms.Padding(0);
  176. this.txtUse_ContactText.MaxLength = 32767;
  177. this.txtUse_ContactText.MinimumSize = new System.Drawing.Size(28, 28);
  178. this.txtUse_ContactText.MouseBack = null;
  179. this.txtUse_ContactText.MouseState = CCWin.SkinClass.ControlState.Normal;
  180. this.txtUse_ContactText.Multiline = false;
  181. this.txtUse_ContactText.Name = "txtUse_ContactText";
  182. this.txtUse_ContactText.NormlBack = null;
  183. this.txtUse_ContactText.Padding = new System.Windows.Forms.Padding(5);
  184. this.txtUse_ContactText.ReadOnly = false;
  185. this.txtUse_ContactText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  186. this.txtUse_ContactText.Size = new System.Drawing.Size(556, 28);
  187. //
  188. //
  189. //
  190. this.txtUse_ContactText.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  191. this.txtUse_ContactText.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  192. this.txtUse_ContactText.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  193. this.txtUse_ContactText.SkinTxt.Location = new System.Drawing.Point(5, 5);
  194. this.txtUse_ContactText.SkinTxt.Name = "BaseText";
  195. this.txtUse_ContactText.SkinTxt.Size = new System.Drawing.Size(546, 18);
  196. this.txtUse_ContactText.SkinTxt.TabIndex = 0;
  197. this.txtUse_ContactText.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  198. this.txtUse_ContactText.SkinTxt.WaterText = "";
  199. this.txtUse_ContactText.TabIndex = 33;
  200. this.txtUse_ContactText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  201. this.txtUse_ContactText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  202. this.txtUse_ContactText.WaterText = "";
  203. this.txtUse_ContactText.WordWrap = true;
  204. //
  205. // skinLabel8
  206. //
  207. this.skinLabel8.AutoSize = true;
  208. this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
  209. this.skinLabel8.BorderColor = System.Drawing.Color.White;
  210. this.skinLabel8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.skinLabel8.Location = new System.Drawing.Point(67, 248);
  212. this.skinLabel8.Name = "skinLabel8";
  213. this.skinLabel8.Size = new System.Drawing.Size(32, 17);
  214. this.skinLabel8.TabIndex = 32;
  215. this.skinLabel8.Text = "备注";
  216. //
  217. // skinLabel7
  218. //
  219. this.skinLabel7.AutoSize = true;
  220. this.skinLabel7.BackColor = System.Drawing.Color.Transparent;
  221. this.skinLabel7.BorderColor = System.Drawing.Color.White;
  222. this.skinLabel7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.skinLabel7.Location = new System.Drawing.Point(67, 200);
  224. this.skinLabel7.Name = "skinLabel7";
  225. this.skinLabel7.Size = new System.Drawing.Size(32, 17);
  226. this.skinLabel7.TabIndex = 31;
  227. this.skinLabel7.Text = "住址";
  228. //
  229. // skinLabel6
  230. //
  231. this.skinLabel6.AutoSize = true;
  232. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  233. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  234. this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.skinLabel6.Location = new System.Drawing.Point(37, 158);
  236. this.skinLabel6.Name = "skinLabel6";
  237. this.skinLabel6.Size = new System.Drawing.Size(56, 17);
  238. this.skinLabel6.TabIndex = 30;
  239. this.skinLabel6.Text = "联系方式";
  240. //
  241. // txtUse_Email
  242. //
  243. this.txtUse_Email.BackColor = System.Drawing.Color.Transparent;
  244. this.txtUse_Email.DownBack = null;
  245. this.txtUse_Email.Icon = null;
  246. this.txtUse_Email.IconIsButton = false;
  247. this.txtUse_Email.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  248. this.txtUse_Email.IsPasswordChat = '\0';
  249. this.txtUse_Email.IsSystemPasswordChar = false;
  250. this.txtUse_Email.Lines = new string[0];
  251. this.txtUse_Email.Location = new System.Drawing.Point(422, 113);
  252. this.txtUse_Email.Margin = new System.Windows.Forms.Padding(0);
  253. this.txtUse_Email.MaxLength = 32767;
  254. this.txtUse_Email.MinimumSize = new System.Drawing.Size(28, 28);
  255. this.txtUse_Email.MouseBack = null;
  256. this.txtUse_Email.MouseState = CCWin.SkinClass.ControlState.Normal;
  257. this.txtUse_Email.Multiline = false;
  258. this.txtUse_Email.Name = "txtUse_Email";
  259. this.txtUse_Email.NormlBack = null;
  260. this.txtUse_Email.Padding = new System.Windows.Forms.Padding(5);
  261. this.txtUse_Email.ReadOnly = false;
  262. this.txtUse_Email.ScrollBars = System.Windows.Forms.ScrollBars.None;
  263. this.txtUse_Email.Size = new System.Drawing.Size(247, 28);
  264. //
  265. //
  266. //
  267. this.txtUse_Email.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  268. this.txtUse_Email.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.txtUse_Email.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  270. this.txtUse_Email.SkinTxt.Location = new System.Drawing.Point(5, 5);
  271. this.txtUse_Email.SkinTxt.Name = "BaseText";
  272. this.txtUse_Email.SkinTxt.Size = new System.Drawing.Size(237, 18);
  273. this.txtUse_Email.SkinTxt.TabIndex = 0;
  274. this.txtUse_Email.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  275. this.txtUse_Email.SkinTxt.WaterText = "";
  276. this.txtUse_Email.TabIndex = 29;
  277. this.txtUse_Email.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  278. this.txtUse_Email.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  279. this.txtUse_Email.WaterText = "";
  280. this.txtUse_Email.WordWrap = true;
  281. //
  282. // skinLabel5
  283. //
  284. this.skinLabel5.AutoSize = true;
  285. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  286. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  287. this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.skinLabel5.Location = new System.Drawing.Point(358, 116);
  289. this.skinLabel5.Name = "skinLabel5";
  290. this.skinLabel5.Size = new System.Drawing.Size(42, 17);
  291. this.skinLabel5.TabIndex = 28;
  292. this.skinLabel5.Text = "Email:";
  293. //
  294. // cboRole
  295. //
  296. this.cboRole.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  297. this.cboRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  298. this.cboRole.FormattingEnabled = true;
  299. this.cboRole.Location = new System.Drawing.Point(113, 113);
  300. this.cboRole.Name = "cboRole";
  301. this.cboRole.Size = new System.Drawing.Size(216, 22);
  302. this.cboRole.TabIndex = 27;
  303. this.cboRole.WaterText = "";
  304. //
  305. // skinLabel4
  306. //
  307. this.skinLabel4.AutoSize = true;
  308. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  309. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  310. this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.skinLabel4.Location = new System.Drawing.Point(37, 116);
  312. this.skinLabel4.Name = "skinLabel4";
  313. this.skinLabel4.Size = new System.Drawing.Size(56, 17);
  314. this.skinLabel4.TabIndex = 26;
  315. this.skinLabel4.Text = "用户角色";
  316. //
  317. // cboSex
  318. //
  319. this.cboSex.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  320. this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  321. this.cboSex.FormattingEnabled = true;
  322. this.cboSex.Location = new System.Drawing.Point(422, 72);
  323. this.cboSex.Name = "cboSex";
  324. this.cboSex.Size = new System.Drawing.Size(247, 22);
  325. this.cboSex.TabIndex = 25;
  326. this.cboSex.WaterText = "";
  327. //
  328. // skinLabel3
  329. //
  330. this.skinLabel3.AutoSize = true;
  331. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  332. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  333. this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.skinLabel3.Location = new System.Drawing.Point(370, 75);
  335. this.skinLabel3.Name = "skinLabel3";
  336. this.skinLabel3.Size = new System.Drawing.Size(32, 17);
  337. this.skinLabel3.TabIndex = 24;
  338. this.skinLabel3.Text = "性别";
  339. //
  340. // chbUse_IsStop
  341. //
  342. this.chbUse_IsStop.AutoSize = true;
  343. this.chbUse_IsStop.BackColor = System.Drawing.Color.Transparent;
  344. this.chbUse_IsStop.ControlState = CCWin.SkinClass.ControlState.Normal;
  345. this.chbUse_IsStop.DownBack = null;
  346. this.chbUse_IsStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.chbUse_IsStop.Location = new System.Drawing.Point(578, 41);
  348. this.chbUse_IsStop.MouseBack = null;
  349. this.chbUse_IsStop.Name = "chbUse_IsStop";
  350. this.chbUse_IsStop.NormlBack = null;
  351. this.chbUse_IsStop.SelectedDownBack = null;
  352. this.chbUse_IsStop.SelectedMouseBack = null;
  353. this.chbUse_IsStop.SelectedNormlBack = null;
  354. this.chbUse_IsStop.Size = new System.Drawing.Size(75, 21);
  355. this.chbUse_IsStop.TabIndex = 23;
  356. this.chbUse_IsStop.Text = "是否停用";
  357. this.chbUse_IsStop.UseVisualStyleBackColor = false;
  358. //
  359. // txtUse_Name
  360. //
  361. this.txtUse_Name.BackColor = System.Drawing.Color.Transparent;
  362. this.txtUse_Name.DownBack = null;
  363. this.txtUse_Name.Icon = null;
  364. this.txtUse_Name.IconIsButton = false;
  365. this.txtUse_Name.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  366. this.txtUse_Name.IsPasswordChat = '\0';
  367. this.txtUse_Name.IsSystemPasswordChar = false;
  368. this.txtUse_Name.Lines = new string[0];
  369. this.txtUse_Name.Location = new System.Drawing.Point(113, 71);
  370. this.txtUse_Name.Margin = new System.Windows.Forms.Padding(0);
  371. this.txtUse_Name.MaxLength = 32767;
  372. this.txtUse_Name.MinimumSize = new System.Drawing.Size(28, 28);
  373. this.txtUse_Name.MouseBack = null;
  374. this.txtUse_Name.MouseState = CCWin.SkinClass.ControlState.Normal;
  375. this.txtUse_Name.Multiline = false;
  376. this.txtUse_Name.Name = "txtUse_Name";
  377. this.txtUse_Name.NormlBack = null;
  378. this.txtUse_Name.Padding = new System.Windows.Forms.Padding(5);
  379. this.txtUse_Name.ReadOnly = false;
  380. this.txtUse_Name.ScrollBars = System.Windows.Forms.ScrollBars.None;
  381. this.txtUse_Name.Size = new System.Drawing.Size(216, 28);
  382. //
  383. //
  384. //
  385. this.txtUse_Name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  386. this.txtUse_Name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.txtUse_Name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  388. this.txtUse_Name.SkinTxt.Location = new System.Drawing.Point(5, 5);
  389. this.txtUse_Name.SkinTxt.Name = "BaseText";
  390. this.txtUse_Name.SkinTxt.Size = new System.Drawing.Size(206, 18);
  391. this.txtUse_Name.SkinTxt.TabIndex = 0;
  392. this.txtUse_Name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  393. this.txtUse_Name.SkinTxt.WaterText = "";
  394. this.txtUse_Name.TabIndex = 22;
  395. this.txtUse_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  396. this.txtUse_Name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  397. this.txtUse_Name.WaterText = "";
  398. this.txtUse_Name.WordWrap = true;
  399. //
  400. // txtUSER_NO
  401. //
  402. this.txtUSER_NO.BackColor = System.Drawing.Color.Transparent;
  403. this.txtUSER_NO.DownBack = null;
  404. this.txtUSER_NO.Icon = null;
  405. this.txtUSER_NO.IconIsButton = false;
  406. this.txtUSER_NO.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  407. this.txtUSER_NO.IsPasswordChat = '\0';
  408. this.txtUSER_NO.IsSystemPasswordChar = false;
  409. this.txtUSER_NO.Lines = new string[0];
  410. this.txtUSER_NO.Location = new System.Drawing.Point(113, 37);
  411. this.txtUSER_NO.Margin = new System.Windows.Forms.Padding(0);
  412. this.txtUSER_NO.MaxLength = 32767;
  413. this.txtUSER_NO.MinimumSize = new System.Drawing.Size(28, 28);
  414. this.txtUSER_NO.MouseBack = null;
  415. this.txtUSER_NO.MouseState = CCWin.SkinClass.ControlState.Normal;
  416. this.txtUSER_NO.Multiline = false;
  417. this.txtUSER_NO.Name = "txtUSER_NO";
  418. this.txtUSER_NO.NormlBack = null;
  419. this.txtUSER_NO.Padding = new System.Windows.Forms.Padding(5);
  420. this.txtUSER_NO.ReadOnly = true;
  421. this.txtUSER_NO.ScrollBars = System.Windows.Forms.ScrollBars.None;
  422. this.txtUSER_NO.Size = new System.Drawing.Size(430, 28);
  423. //
  424. //
  425. //
  426. this.txtUSER_NO.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  427. this.txtUSER_NO.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  428. this.txtUSER_NO.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  429. this.txtUSER_NO.SkinTxt.Location = new System.Drawing.Point(5, 5);
  430. this.txtUSER_NO.SkinTxt.Name = "BaseText";
  431. this.txtUSER_NO.SkinTxt.ReadOnly = true;
  432. this.txtUSER_NO.SkinTxt.Size = new System.Drawing.Size(420, 18);
  433. this.txtUSER_NO.SkinTxt.TabIndex = 0;
  434. this.txtUSER_NO.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  435. this.txtUSER_NO.SkinTxt.WaterText = "";
  436. this.txtUSER_NO.TabIndex = 21;
  437. this.txtUSER_NO.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  438. this.txtUSER_NO.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  439. this.txtUSER_NO.WaterText = "";
  440. this.txtUSER_NO.WordWrap = true;
  441. //
  442. // skinLabel2
  443. //
  444. this.skinLabel2.AutoSize = true;
  445. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  446. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  447. this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.skinLabel2.Location = new System.Drawing.Point(37, 75);
  449. this.skinLabel2.Name = "skinLabel2";
  450. this.skinLabel2.Size = new System.Drawing.Size(57, 17);
  451. this.skinLabel2.TabIndex = 20;
  452. this.skinLabel2.Text = "用户名(*)";
  453. //
  454. // skinLabel1
  455. //
  456. this.skinLabel1.AutoSize = true;
  457. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  458. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  459. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.skinLabel1.Location = new System.Drawing.Point(37, 41);
  461. this.skinLabel1.Name = "skinLabel1";
  462. this.skinLabel1.Size = new System.Drawing.Size(57, 17);
  463. this.skinLabel1.TabIndex = 19;
  464. this.skinLabel1.Text = "登录名(*)";
  465. //
  466. // FormEditUser
  467. //
  468. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.ClientSize = new System.Drawing.Size(707, 437);
  471. this.Controls.Add(this.btn_Cancel);
  472. this.Controls.Add(this.btnSave);
  473. this.Controls.Add(this.txtUse_Notes);
  474. this.Controls.Add(this.txtUse_Address);
  475. this.Controls.Add(this.txtUse_ContactText);
  476. this.Controls.Add(this.skinLabel8);
  477. this.Controls.Add(this.skinLabel7);
  478. this.Controls.Add(this.skinLabel6);
  479. this.Controls.Add(this.txtUse_Email);
  480. this.Controls.Add(this.skinLabel5);
  481. this.Controls.Add(this.cboRole);
  482. this.Controls.Add(this.skinLabel4);
  483. this.Controls.Add(this.cboSex);
  484. this.Controls.Add(this.skinLabel3);
  485. this.Controls.Add(this.chbUse_IsStop);
  486. this.Controls.Add(this.txtUse_Name);
  487. this.Controls.Add(this.txtUSER_NO);
  488. this.Controls.Add(this.skinLabel2);
  489. this.Controls.Add(this.skinLabel1);
  490. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  491. this.MaximizeBox = false;
  492. this.Name = "FormEditUser";
  493. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  494. this.Text = "修改用户信息";
  495. this.Load += new System.EventHandler(this.FormEditUser_Load);
  496. this.ResumeLayout(false);
  497. this.PerformLayout();
  498. }
  499. #endregion
  500. private CCWin.SkinControl.SkinButton btn_Cancel;
  501. private CCWin.SkinControl.SkinButton btnSave;
  502. private CCWin.SkinControl.SkinTextBox txtUse_Notes;
  503. private CCWin.SkinControl.SkinTextBox txtUse_Address;
  504. private CCWin.SkinControl.SkinTextBox txtUse_ContactText;
  505. private CCWin.SkinControl.SkinLabel skinLabel8;
  506. private CCWin.SkinControl.SkinLabel skinLabel7;
  507. private CCWin.SkinControl.SkinLabel skinLabel6;
  508. private CCWin.SkinControl.SkinTextBox txtUse_Email;
  509. private CCWin.SkinControl.SkinLabel skinLabel5;
  510. private CCWin.SkinControl.SkinComboBox cboRole;
  511. private CCWin.SkinControl.SkinLabel skinLabel4;
  512. private CCWin.SkinControl.SkinComboBox cboSex;
  513. private CCWin.SkinControl.SkinLabel skinLabel3;
  514. private CCWin.SkinControl.SkinCheckBox chbUse_IsStop;
  515. private CCWin.SkinControl.SkinTextBox txtUse_Name;
  516. private CCWin.SkinControl.SkinTextBox txtUSER_NO;
  517. private CCWin.SkinControl.SkinLabel skinLabel2;
  518. private CCWin.SkinControl.SkinLabel skinLabel1;
  519. }
  520. }