FrmUserEdit.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. 
  2. namespace NXWMS.Forms.SysSettings.ChildFrm
  3. {
  4. partial class FrmUserEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.lbStatusMessage = new System.Windows.Forms.Label();
  31. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  32. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  34. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  35. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.txtJobTitle = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  37. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.txtIphoneNumber = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  39. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.cmbGender = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  41. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.txtUserCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  46. this.txtNickName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.txtUserName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.cmbRole = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  49. this.txtAddress = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  50. this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.txtEmail = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  52. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  54. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  57. this.groupOperation.Panel.SuspendLayout();
  58. this.groupOperation.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  60. this.kryptonPanelInput.SuspendLayout();
  61. this.tableLayoutPanelInput.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.cmbGender)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.cmbRole)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // groupOperation
  67. //
  68. this.groupOperation.CaptionOverlap = 0D;
  69. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
  70. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  72. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom2;
  73. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  74. this.groupOperation.Name = "groupOperation";
  75. //
  76. // groupOperation.Panel
  77. //
  78. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  79. this.groupOperation.Panel.Controls.Add(this.btnSave);
  80. this.groupOperation.Panel.Controls.Add(this.btnExit);
  81. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  82. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  83. this.groupOperation.TabIndex = 52;
  84. this.groupOperation.Values.Heading = "编辑";
  85. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  86. //
  87. // lbStatusMessage
  88. //
  89. this.lbStatusMessage.AutoSize = true;
  90. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  91. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  93. this.lbStatusMessage.Name = "lbStatusMessage";
  94. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  95. this.lbStatusMessage.TabIndex = 47;
  96. //
  97. // btnSave
  98. //
  99. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.btnSave.Location = new System.Drawing.Point(605, 379);
  103. this.btnSave.Name = "btnSave";
  104. this.btnSave.Size = new System.Drawing.Size(80, 29);
  105. this.btnSave.TabIndex = 42;
  106. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  107. this.btnSave.Values.Text = "保存";
  108. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  109. //
  110. // btnExit
  111. //
  112. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.btnExit.Location = new System.Drawing.Point(691, 379);
  116. this.btnExit.Name = "btnExit";
  117. this.btnExit.Size = new System.Drawing.Size(95, 29);
  118. this.btnExit.TabIndex = 41;
  119. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  120. this.btnExit.Values.Text = "退出";
  121. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  122. //
  123. // kryptonPanelInput
  124. //
  125. this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
  126. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  127. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  128. this.kryptonPanelInput.Name = "kryptonPanelInput";
  129. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355);
  130. this.kryptonPanelInput.TabIndex = 45;
  131. //
  132. // tableLayoutPanelInput
  133. //
  134. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  135. this.tableLayoutPanelInput.ColumnCount = 6;
  136. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  137. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  138. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  139. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  140. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  141. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  142. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 0, 2);
  143. this.tableLayoutPanelInput.Controls.Add(this.txtJobTitle, 1, 2);
  144. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 4, 1);
  145. this.tableLayoutPanelInput.Controls.Add(this.txtIphoneNumber, 5, 1);
  146. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 1);
  147. this.tableLayoutPanelInput.Controls.Add(this.cmbGender, 1, 1);
  148. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 0, 1);
  149. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
  150. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  151. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  152. this.tableLayoutPanelInput.Controls.Add(this.txtUserCode, 1, 0);
  153. this.tableLayoutPanelInput.Controls.Add(this.txtNickName, 5, 0);
  154. this.tableLayoutPanelInput.Controls.Add(this.txtUserName, 3, 0);
  155. this.tableLayoutPanelInput.Controls.Add(this.cmbRole, 3, 1);
  156. this.tableLayoutPanelInput.Controls.Add(this.txtAddress, 5, 2);
  157. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 4, 2);
  158. this.tableLayoutPanelInput.Controls.Add(this.txtEmail, 3, 2);
  159. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 2, 2);
  160. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 3);
  161. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 0, 3);
  162. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  163. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  164. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  165. this.tableLayoutPanelInput.RowCount = 4;
  166. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F));
  167. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F));
  168. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F));
  169. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  170. this.tableLayoutPanelInput.Size = new System.Drawing.Size(796, 139);
  171. this.tableLayoutPanelInput.TabIndex = 40;
  172. //
  173. // kryptonLabel13
  174. //
  175. this.kryptonLabel13.AutoSize = false;
  176. this.kryptonLabel13.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.kryptonLabel13.Location = new System.Drawing.Point(3, 77);
  178. this.kryptonLabel13.Name = "kryptonLabel13";
  179. this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  180. this.kryptonLabel13.Size = new System.Drawing.Size(94, 31);
  181. this.kryptonLabel13.TabIndex = 27;
  182. this.kryptonLabel13.Values.Text = "职位名称";
  183. //
  184. // txtJobTitle
  185. //
  186. this.txtJobTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  187. | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.txtJobTitle.Location = new System.Drawing.Point(103, 77);
  190. this.txtJobTitle.Name = "txtJobTitle";
  191. this.txtJobTitle.Size = new System.Drawing.Size(159, 23);
  192. this.txtJobTitle.TabIndex = 20;
  193. this.txtJobTitle.Tag = "JOB_TITLE";
  194. //
  195. // kryptonLabel10
  196. //
  197. this.kryptonLabel10.AutoSize = false;
  198. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.kryptonLabel10.Location = new System.Drawing.Point(533, 40);
  200. this.kryptonLabel10.Name = "kryptonLabel10";
  201. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  202. this.kryptonLabel10.Size = new System.Drawing.Size(94, 31);
  203. this.kryptonLabel10.TabIndex = 12;
  204. this.kryptonLabel10.Values.Text = "手机号码";
  205. //
  206. // txtIphoneNumber
  207. //
  208. this.txtIphoneNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  209. | System.Windows.Forms.AnchorStyles.Left)
  210. | System.Windows.Forms.AnchorStyles.Right)));
  211. this.txtIphoneNumber.Location = new System.Drawing.Point(633, 40);
  212. this.txtIphoneNumber.Name = "txtIphoneNumber";
  213. this.txtIphoneNumber.Size = new System.Drawing.Size(160, 23);
  214. this.txtIphoneNumber.TabIndex = 13;
  215. this.txtIphoneNumber.Tag = "PHONE_NUMBER";
  216. //
  217. // kryptonLabel11
  218. //
  219. this.kryptonLabel11.AutoSize = false;
  220. this.kryptonLabel11.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.kryptonLabel11.Location = new System.Drawing.Point(268, 40);
  222. this.kryptonLabel11.Name = "kryptonLabel11";
  223. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  224. this.kryptonLabel11.Size = new System.Drawing.Size(94, 31);
  225. this.kryptonLabel11.TabIndex = 10;
  226. this.kryptonLabel11.Values.Text = "所属角色";
  227. //
  228. // cmbGender
  229. //
  230. this.cmbGender.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.cmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  232. this.cmbGender.DropDownWidth = 121;
  233. this.cmbGender.Location = new System.Drawing.Point(103, 40);
  234. this.cmbGender.Name = "cmbGender";
  235. this.cmbGender.Size = new System.Drawing.Size(159, 21);
  236. this.cmbGender.TabIndex = 9;
  237. this.cmbGender.Tag = "GENDER";
  238. //
  239. // kryptonLabel12
  240. //
  241. this.kryptonLabel12.AutoSize = false;
  242. this.kryptonLabel12.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.kryptonLabel12.Location = new System.Drawing.Point(3, 40);
  244. this.kryptonLabel12.Name = "kryptonLabel12";
  245. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  246. this.kryptonLabel12.Size = new System.Drawing.Size(94, 31);
  247. this.kryptonLabel12.TabIndex = 8;
  248. this.kryptonLabel12.Values.Text = "性别";
  249. //
  250. // kryptonLabel14
  251. //
  252. this.kryptonLabel14.AutoSize = false;
  253. this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.kryptonLabel14.Location = new System.Drawing.Point(533, 3);
  255. this.kryptonLabel14.Name = "kryptonLabel14";
  256. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  257. this.kryptonLabel14.Size = new System.Drawing.Size(94, 31);
  258. this.kryptonLabel14.TabIndex = 4;
  259. this.kryptonLabel14.Values.Text = "用户昵称";
  260. //
  261. // kryptonLabel15
  262. //
  263. this.kryptonLabel15.AutoSize = false;
  264. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.kryptonLabel15.Location = new System.Drawing.Point(268, 3);
  266. this.kryptonLabel15.Name = "kryptonLabel15";
  267. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  268. this.kryptonLabel15.Size = new System.Drawing.Size(94, 31);
  269. this.kryptonLabel15.TabIndex = 2;
  270. this.kryptonLabel15.Values.Text = "用户名称";
  271. //
  272. // kryptonLabel16
  273. //
  274. this.kryptonLabel16.AutoSize = false;
  275. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  277. this.kryptonLabel16.Name = "kryptonLabel16";
  278. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  279. this.kryptonLabel16.Size = new System.Drawing.Size(94, 31);
  280. this.kryptonLabel16.TabIndex = 0;
  281. this.kryptonLabel16.Values.Text = "用户编码";
  282. //
  283. // txtUserCode
  284. //
  285. this.txtUserCode.Dock = System.Windows.Forms.DockStyle.Fill;
  286. this.txtUserCode.Location = new System.Drawing.Point(103, 3);
  287. this.txtUserCode.MaxLength = 100;
  288. this.txtUserCode.Name = "txtUserCode";
  289. this.txtUserCode.Size = new System.Drawing.Size(159, 23);
  290. this.txtUserCode.TabIndex = 1;
  291. this.txtUserCode.Tag = "USER_CODE";
  292. //
  293. // txtNickName
  294. //
  295. this.txtNickName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  296. | System.Windows.Forms.AnchorStyles.Left)
  297. | System.Windows.Forms.AnchorStyles.Right)));
  298. this.txtNickName.Location = new System.Drawing.Point(633, 3);
  299. this.txtNickName.Name = "txtNickName";
  300. this.txtNickName.Size = new System.Drawing.Size(160, 23);
  301. this.txtNickName.TabIndex = 16;
  302. this.txtNickName.Tag = "NICK_NAME";
  303. //
  304. // txtUserName
  305. //
  306. this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  307. | System.Windows.Forms.AnchorStyles.Left)
  308. | System.Windows.Forms.AnchorStyles.Right)));
  309. this.txtUserName.Location = new System.Drawing.Point(368, 3);
  310. this.txtUserName.Name = "txtUserName";
  311. this.txtUserName.Size = new System.Drawing.Size(159, 23);
  312. this.txtUserName.TabIndex = 3;
  313. this.txtUserName.Tag = "USER_NAME";
  314. //
  315. // cmbRole
  316. //
  317. this.cmbRole.Dock = System.Windows.Forms.DockStyle.Fill;
  318. this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  319. this.cmbRole.DropDownWidth = 121;
  320. this.cmbRole.Location = new System.Drawing.Point(368, 40);
  321. this.cmbRole.Name = "cmbRole";
  322. this.cmbRole.Size = new System.Drawing.Size(159, 21);
  323. this.cmbRole.TabIndex = 31;
  324. this.cmbRole.Tag = "ROLE_CODE";
  325. //
  326. // txtAddress
  327. //
  328. this.txtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.txtAddress.Location = new System.Drawing.Point(633, 77);
  332. this.txtAddress.Name = "txtAddress";
  333. this.txtAddress.Size = new System.Drawing.Size(160, 23);
  334. this.txtAddress.TabIndex = 28;
  335. this.txtAddress.Tag = "ADDRESS";
  336. //
  337. // kryptonLabel17
  338. //
  339. this.kryptonLabel17.AutoSize = false;
  340. this.kryptonLabel17.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.kryptonLabel17.Location = new System.Drawing.Point(533, 77);
  342. this.kryptonLabel17.Name = "kryptonLabel17";
  343. this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  344. this.kryptonLabel17.Size = new System.Drawing.Size(94, 31);
  345. this.kryptonLabel17.TabIndex = 19;
  346. this.kryptonLabel17.Values.Text = "地址";
  347. //
  348. // txtEmail
  349. //
  350. this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  351. | System.Windows.Forms.AnchorStyles.Left)
  352. | System.Windows.Forms.AnchorStyles.Right)));
  353. this.txtEmail.Location = new System.Drawing.Point(368, 77);
  354. this.txtEmail.Name = "txtEmail";
  355. this.txtEmail.Size = new System.Drawing.Size(159, 23);
  356. this.txtEmail.TabIndex = 32;
  357. this.txtEmail.Tag = "EMAIL";
  358. //
  359. // kryptonLabel9
  360. //
  361. this.kryptonLabel9.AutoSize = false;
  362. this.kryptonLabel9.Location = new System.Drawing.Point(268, 77);
  363. this.kryptonLabel9.Name = "kryptonLabel9";
  364. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  365. this.kryptonLabel9.Size = new System.Drawing.Size(94, 22);
  366. this.kryptonLabel9.TabIndex = 33;
  367. this.kryptonLabel9.Values.Text = "邮箱";
  368. //
  369. // chkUse
  370. //
  371. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  372. | System.Windows.Forms.AnchorStyles.Left)
  373. | System.Windows.Forms.AnchorStyles.Right)));
  374. this.chkUse.Location = new System.Drawing.Point(103, 114);
  375. this.chkUse.Name = "chkUse";
  376. this.chkUse.Size = new System.Drawing.Size(159, 22);
  377. this.chkUse.TabIndex = 25;
  378. this.chkUse.Tag = "USED_FLAG";
  379. this.chkUse.Values.Text = "";
  380. //
  381. // kryptonLabel18
  382. //
  383. this.kryptonLabel18.AutoSize = false;
  384. this.kryptonLabel18.Location = new System.Drawing.Point(3, 114);
  385. this.kryptonLabel18.Name = "kryptonLabel18";
  386. this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  387. this.kryptonLabel18.Size = new System.Drawing.Size(94, 22);
  388. this.kryptonLabel18.TabIndex = 26;
  389. this.kryptonLabel18.Values.Text = "是否启用";
  390. //
  391. // FrmUserEdit
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.ClientSize = new System.Drawing.Size(800, 450);
  396. this.Controls.Add(this.groupOperation);
  397. this.Name = "FrmUserEdit";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  399. this.Text = "FrmUserEdit";
  400. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  401. this.groupOperation.Panel.ResumeLayout(false);
  402. this.groupOperation.Panel.PerformLayout();
  403. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  404. this.groupOperation.ResumeLayout(false);
  405. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  406. this.kryptonPanelInput.ResumeLayout(false);
  407. this.tableLayoutPanelInput.ResumeLayout(false);
  408. this.tableLayoutPanelInput.PerformLayout();
  409. ((System.ComponentModel.ISupportInitialize)(this.cmbGender)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.cmbRole)).EndInit();
  411. this.ResumeLayout(false);
  412. }
  413. #endregion
  414. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  415. private System.Windows.Forms.Label lbStatusMessage;
  416. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  417. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  418. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  419. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  420. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtJobTitle;
  421. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  422. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtIphoneNumber;
  423. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  424. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbGender;
  425. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  426. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  427. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  428. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  429. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUserCode;
  430. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNickName;
  431. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUserName;
  432. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbRole;
  433. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtAddress;
  434. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
  435. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtEmail;
  436. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  437. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  438. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  439. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  440. }
  441. }