FormAddUser.Designer.cs 29 KB

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