2fc8b837feec990bbdd9703e96f3bbdf73a35378.svn-base 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_System_UserEdit
  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. Janus.Windows.GridEX.GridEXLayout GridEx_UserList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_System_UserEdit));
  31. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  32. this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
  33. this.uiButton_Save = new Janus.Windows.EditControls.UIButton();
  34. this.uiButton_New = new Janus.Windows.EditControls.UIButton();
  35. this.UiButton_SameIdChk = new Janus.Windows.EditControls.UIButton();
  36. this.GridEx_UserList = new Janus.Windows.GridEX.GridEX();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label_Phone = new System.Windows.Forms.Label();
  39. this.label_CompanyPosition = new System.Windows.Forms.Label();
  40. this.label_CompanyName = new System.Windows.Forms.Label();
  41. this.label_Name = new System.Windows.Forms.Label();
  42. this.label_PW = new System.Windows.Forms.Label();
  43. this.label_ID = new System.Windows.Forms.Label();
  44. this.editBox_RePW = new Janus.Windows.GridEX.EditControls.EditBox();
  45. this.editBox_Phone = new Janus.Windows.GridEX.EditControls.EditBox();
  46. this.editBox_CompanyPosition = new Janus.Windows.GridEX.EditControls.EditBox();
  47. this.editBox_CompanyName = new Janus.Windows.GridEX.EditControls.EditBox();
  48. this.editBox_Name = new Janus.Windows.GridEX.EditControls.EditBox();
  49. this.editBox_PW = new Janus.Windows.GridEX.EditControls.EditBox();
  50. this.editBox_ID = new Janus.Windows.GridEX.EditControls.EditBox();
  51. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  52. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
  54. this.uiGroupBox.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.GridEx_UserList)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // officeFormAdorner
  59. //
  60. this.officeFormAdorner.Form = this;
  61. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  62. //
  63. // uiGroupBox
  64. //
  65. this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  66. this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
  67. this.uiGroupBox.Controls.Add(this.uiButton_Save);
  68. this.uiGroupBox.Controls.Add(this.uiButton_New);
  69. this.uiGroupBox.Controls.Add(this.UiButton_SameIdChk);
  70. this.uiGroupBox.Controls.Add(this.GridEx_UserList);
  71. this.uiGroupBox.Controls.Add(this.label2);
  72. this.uiGroupBox.Controls.Add(this.label_Phone);
  73. this.uiGroupBox.Controls.Add(this.label_CompanyPosition);
  74. this.uiGroupBox.Controls.Add(this.label_CompanyName);
  75. this.uiGroupBox.Controls.Add(this.label_Name);
  76. this.uiGroupBox.Controls.Add(this.label_PW);
  77. this.uiGroupBox.Controls.Add(this.label_ID);
  78. this.uiGroupBox.Controls.Add(this.editBox_RePW);
  79. this.uiGroupBox.Controls.Add(this.editBox_Phone);
  80. this.uiGroupBox.Controls.Add(this.editBox_CompanyPosition);
  81. this.uiGroupBox.Controls.Add(this.editBox_CompanyName);
  82. this.uiGroupBox.Controls.Add(this.editBox_Name);
  83. this.uiGroupBox.Controls.Add(this.editBox_PW);
  84. this.uiGroupBox.Controls.Add(this.editBox_ID);
  85. this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
  87. this.uiGroupBox.Name = "uiGroupBox";
  88. this.uiGroupBox.Size = new System.Drawing.Size(947, 541);
  89. this.uiGroupBox.TabIndex = 0;
  90. this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  91. //
  92. // uiButton_Save
  93. //
  94. this.uiButton_Save.DialogResult = System.Windows.Forms.DialogResult.OK;
  95. this.uiButton_Save.Font = new System.Drawing.Font("굴림", 9F);
  96. this.uiButton_Save.HighlightActiveButton = false;
  97. this.uiButton_Save.ImageSize = new System.Drawing.Size(30, 30);
  98. this.uiButton_Save.Location = new System.Drawing.Point(805, 130);
  99. this.uiButton_Save.Name = "uiButton_Save";
  100. this.uiButton_Save.Size = new System.Drawing.Size(114, 27);
  101. this.uiButton_Save.TabIndex = 10;
  102. this.uiButton_Save.Text = "저장";
  103. this.uiButton_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  104. this.uiButton_Save.Click += new System.EventHandler(this.uiButton_Save_Click);
  105. //
  106. // uiButton_New
  107. //
  108. this.uiButton_New.DialogResult = System.Windows.Forms.DialogResult.OK;
  109. this.uiButton_New.Font = new System.Drawing.Font("굴림", 9F);
  110. this.uiButton_New.HighlightActiveButton = false;
  111. this.uiButton_New.ImageSize = new System.Drawing.Size(30, 30);
  112. this.uiButton_New.Location = new System.Drawing.Point(27, 12);
  113. this.uiButton_New.Name = "uiButton_New";
  114. this.uiButton_New.Size = new System.Drawing.Size(82, 22);
  115. this.uiButton_New.TabIndex = 1;
  116. this.uiButton_New.Text = "새로만들기";
  117. this.uiButton_New.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  118. this.uiButton_New.Click += new System.EventHandler(this.uiButton_New_Click);
  119. //
  120. // UiButton_SameIdChk
  121. //
  122. this.UiButton_SameIdChk.DialogResult = System.Windows.Forms.DialogResult.OK;
  123. this.UiButton_SameIdChk.Font = new System.Drawing.Font("굴림", 9F);
  124. this.UiButton_SameIdChk.HighlightActiveButton = false;
  125. this.UiButton_SameIdChk.ImageSize = new System.Drawing.Size(30, 30);
  126. this.UiButton_SameIdChk.Location = new System.Drawing.Point(274, 50);
  127. this.UiButton_SameIdChk.Name = "UiButton_SameIdChk";
  128. this.UiButton_SameIdChk.Size = new System.Drawing.Size(61, 22);
  129. this.UiButton_SameIdChk.TabIndex = 3;
  130. this.UiButton_SameIdChk.Text = "중복체크";
  131. this.UiButton_SameIdChk.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  132. this.UiButton_SameIdChk.Click += new System.EventHandler(this.UiButton_SameIdChk_Click);
  133. //
  134. // GridEx_UserList
  135. //
  136. this.GridEx_UserList.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
  137. this.GridEx_UserList.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  138. this.GridEx_UserList.ColumnAutoResize = true;
  139. this.GridEx_UserList.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  140. this.GridEx_UserList.Cursor = System.Windows.Forms.Cursors.Default;
  141. GridEx_UserList_DesignTimeLayout.LayoutString = resources.GetString("GridEx_UserList_DesignTimeLayout.LayoutString");
  142. this.GridEx_UserList.DesignTimeLayout = GridEx_UserList_DesignTimeLayout;
  143. this.GridEx_UserList.Dock = System.Windows.Forms.DockStyle.Bottom;
  144. this.GridEx_UserList.Font = new System.Drawing.Font("굴림", 8.25F);
  145. this.GridEx_UserList.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  146. this.GridEx_UserList.GroupByBoxVisible = false;
  147. this.GridEx_UserList.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  148. this.GridEx_UserList.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  149. this.GridEx_UserList.Location = new System.Drawing.Point(3, 174);
  150. this.GridEx_UserList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  151. this.GridEx_UserList.Name = "GridEx_UserList";
  152. this.GridEx_UserList.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  153. this.GridEx_UserList.ScrollBars = Janus.Windows.GridEX.ScrollBars.Vertical;
  154. this.GridEx_UserList.ScrollBarWidth = 10;
  155. this.GridEx_UserList.Size = new System.Drawing.Size(941, 364);
  156. this.GridEx_UserList.TabIndex = 11;
  157. this.GridEx_UserList.TabStop = false;
  158. this.GridEx_UserList.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  159. this.GridEx_UserList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.GridEx_UserList_MouseClick);
  160. //
  161. // label2
  162. //
  163. this.label2.AutoSize = true;
  164. this.label2.BackColor = System.Drawing.Color.Transparent;
  165. this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  166. this.label2.Location = new System.Drawing.Point(271, 135);
  167. this.label2.Name = "label2";
  168. this.label2.Size = new System.Drawing.Size(51, 12);
  169. this.label2.TabIndex = 388;
  170. this.label2.Text = "(재입력)";
  171. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  172. //
  173. // label_Phone
  174. //
  175. this.label_Phone.AutoSize = true;
  176. this.label_Phone.BackColor = System.Drawing.Color.Transparent;
  177. this.label_Phone.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  178. this.label_Phone.Location = new System.Drawing.Point(397, 95);
  179. this.label_Phone.Name = "label_Phone";
  180. this.label_Phone.Size = new System.Drawing.Size(61, 12);
  181. this.label_Phone.TabIndex = 388;
  182. this.label_Phone.Text = "▶ 연락처:";
  183. this.label_Phone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  184. //
  185. // label_CompanyPosition
  186. //
  187. this.label_CompanyPosition.AutoSize = true;
  188. this.label_CompanyPosition.BackColor = System.Drawing.Color.Transparent;
  189. this.label_CompanyPosition.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  190. this.label_CompanyPosition.Location = new System.Drawing.Point(699, 93);
  191. this.label_CompanyPosition.Name = "label_CompanyPosition";
  192. this.label_CompanyPosition.Size = new System.Drawing.Size(49, 12);
  193. this.label_CompanyPosition.TabIndex = 388;
  194. this.label_CompanyPosition.Text = "▶ 직급:";
  195. this.label_CompanyPosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  196. //
  197. // label_CompanyName
  198. //
  199. this.label_CompanyName.AutoSize = true;
  200. this.label_CompanyName.BackColor = System.Drawing.Color.Transparent;
  201. this.label_CompanyName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  202. this.label_CompanyName.Location = new System.Drawing.Point(699, 49);
  203. this.label_CompanyName.Name = "label_CompanyName";
  204. this.label_CompanyName.Size = new System.Drawing.Size(61, 12);
  205. this.label_CompanyName.TabIndex = 388;
  206. this.label_CompanyName.Text = "▶ 회사명:";
  207. this.label_CompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  208. //
  209. // label_Name
  210. //
  211. this.label_Name.AutoSize = true;
  212. this.label_Name.BackColor = System.Drawing.Color.Transparent;
  213. this.label_Name.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  214. this.label_Name.Location = new System.Drawing.Point(397, 50);
  215. this.label_Name.Name = "label_Name";
  216. this.label_Name.Size = new System.Drawing.Size(49, 12);
  217. this.label_Name.TabIndex = 388;
  218. this.label_Name.Text = "▶ 이름:";
  219. this.label_Name.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  220. //
  221. // label_PW
  222. //
  223. this.label_PW.AutoSize = true;
  224. this.label_PW.BackColor = System.Drawing.Color.Transparent;
  225. this.label_PW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  226. this.label_PW.Location = new System.Drawing.Point(27, 93);
  227. this.label_PW.Name = "label_PW";
  228. this.label_PW.Size = new System.Drawing.Size(82, 12);
  229. this.label_PW.TabIndex = 388;
  230. this.label_PW.Text = "▶ PassWord:";
  231. this.label_PW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  232. //
  233. // label_ID
  234. //
  235. this.label_ID.AutoSize = true;
  236. this.label_ID.BackColor = System.Drawing.Color.Transparent;
  237. this.label_ID.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  238. this.label_ID.Location = new System.Drawing.Point(27, 55);
  239. this.label_ID.Name = "label_ID";
  240. this.label_ID.Size = new System.Drawing.Size(71, 12);
  241. this.label_ID.TabIndex = 388;
  242. this.label_ID.Text = "▶ Login ID:";
  243. this.label_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  244. //
  245. // editBox_RePW
  246. //
  247. this.editBox_RePW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  248. this.editBox_RePW.Location = new System.Drawing.Point(133, 130);
  249. this.editBox_RePW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  250. this.editBox_RePW.Name = "editBox_RePW";
  251. this.editBox_RePW.PasswordChar = '*';
  252. this.editBox_RePW.Size = new System.Drawing.Size(114, 21);
  253. this.editBox_RePW.TabIndex = 5;
  254. this.editBox_RePW.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  255. //
  256. // editBox_Phone
  257. //
  258. this.editBox_Phone.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  259. this.editBox_Phone.Location = new System.Drawing.Point(503, 90);
  260. this.editBox_Phone.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  261. this.editBox_Phone.Name = "editBox_Phone";
  262. this.editBox_Phone.Size = new System.Drawing.Size(114, 21);
  263. this.editBox_Phone.TabIndex = 7;
  264. this.editBox_Phone.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  265. //
  266. // editBox_CompanyPosition
  267. //
  268. this.editBox_CompanyPosition.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  269. this.editBox_CompanyPosition.Location = new System.Drawing.Point(805, 88);
  270. this.editBox_CompanyPosition.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  271. this.editBox_CompanyPosition.Name = "editBox_CompanyPosition";
  272. this.editBox_CompanyPosition.Size = new System.Drawing.Size(114, 21);
  273. this.editBox_CompanyPosition.TabIndex = 9;
  274. this.editBox_CompanyPosition.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  275. //
  276. // editBox_CompanyName
  277. //
  278. this.editBox_CompanyName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  279. this.editBox_CompanyName.Location = new System.Drawing.Point(805, 46);
  280. this.editBox_CompanyName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  281. this.editBox_CompanyName.Name = "editBox_CompanyName";
  282. this.editBox_CompanyName.Size = new System.Drawing.Size(114, 21);
  283. this.editBox_CompanyName.TabIndex = 8;
  284. this.editBox_CompanyName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  285. //
  286. // editBox_Name
  287. //
  288. this.editBox_Name.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  289. this.editBox_Name.Location = new System.Drawing.Point(503, 49);
  290. this.editBox_Name.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  291. this.editBox_Name.Name = "editBox_Name";
  292. this.editBox_Name.Size = new System.Drawing.Size(114, 21);
  293. this.editBox_Name.TabIndex = 6;
  294. this.editBox_Name.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  295. //
  296. // editBox_PW
  297. //
  298. this.editBox_PW.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  299. this.editBox_PW.Location = new System.Drawing.Point(133, 90);
  300. this.editBox_PW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  301. this.editBox_PW.Name = "editBox_PW";
  302. this.editBox_PW.PasswordChar = '*';
  303. this.editBox_PW.Size = new System.Drawing.Size(114, 21);
  304. this.editBox_PW.TabIndex = 4;
  305. this.editBox_PW.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  306. //
  307. // editBox_ID
  308. //
  309. this.editBox_ID.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  310. this.editBox_ID.Location = new System.Drawing.Point(133, 50);
  311. this.editBox_ID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  312. this.editBox_ID.Name = "editBox_ID";
  313. this.editBox_ID.Size = new System.Drawing.Size(114, 21);
  314. this.editBox_ID.TabIndex = 2;
  315. this.editBox_ID.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  316. //
  317. // Form_System_UserEdit
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.ClientSize = new System.Drawing.Size(947, 541);
  322. this.Controls.Add(this.uiGroupBox);
  323. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  324. this.MaximizeBox = false;
  325. this.MinimizeBox = false;
  326. this.Name = "Form_System_UserEdit";
  327. this.Text = "시스템 사용자 설정";
  328. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
  330. this.uiGroupBox.ResumeLayout(false);
  331. this.uiGroupBox.PerformLayout();
  332. ((System.ComponentModel.ISupportInitialize)(this.GridEx_UserList)).EndInit();
  333. this.ResumeLayout(false);
  334. }
  335. #endregion
  336. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  337. private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
  338. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  339. private System.Windows.Forms.Label label_ID;
  340. private Janus.Windows.GridEX.EditControls.EditBox editBox_ID;
  341. internal Janus.Windows.GridEX.GridEX GridEx_UserList;
  342. internal Janus.Windows.EditControls.UIButton uiButton_Save;
  343. internal Janus.Windows.EditControls.UIButton UiButton_SameIdChk;
  344. private System.Windows.Forms.Label label2;
  345. private System.Windows.Forms.Label label_Phone;
  346. private System.Windows.Forms.Label label_CompanyPosition;
  347. private System.Windows.Forms.Label label_CompanyName;
  348. private System.Windows.Forms.Label label_Name;
  349. private System.Windows.Forms.Label label_PW;
  350. private Janus.Windows.GridEX.EditControls.EditBox editBox_RePW;
  351. private Janus.Windows.GridEX.EditControls.EditBox editBox_Phone;
  352. private Janus.Windows.GridEX.EditControls.EditBox editBox_CompanyPosition;
  353. private Janus.Windows.GridEX.EditControls.EditBox editBox_CompanyName;
  354. private Janus.Windows.GridEX.EditControls.EditBox editBox_Name;
  355. private Janus.Windows.GridEX.EditControls.EditBox editBox_PW;
  356. internal Janus.Windows.EditControls.UIButton uiButton_New;
  357. }
  358. }