锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

456 lines
25 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSUserInfoAdd1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSUserInfoAdd1));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.btnRemoveRow = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnAddRow = new DevExpress.XtraEditors.SimpleButton();
  34. this.chkFrontLine = new System.Windows.Forms.CheckBox();
  35. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  36. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colSEGCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.txtSEGCode = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  41. this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colTeamGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.txtSGroup = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  44. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  46. this.txtUserCode = new DevExpress.XtraEditors.GridLookUpEdit();
  47. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  48. this.txtMail = new DevExpress.XtraEditors.TextEdit();
  49. this.txtPhone = new DevExpress.XtraEditors.TextEdit();
  50. this.txtUserName = new DevExpress.XtraEditors.TextEdit();
  51. this.label18 = new System.Windows.Forms.Label();
  52. this.label16 = new System.Windows.Forms.Label();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  59. this.panelControl1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtSEGCode)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtSGroup)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // btnClose
  75. //
  76. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.btnClose.Appearance.Options.UseFont = true;
  80. this.btnClose.Appearance.Options.UseForeColor = true;
  81. this.btnClose.Appearance.Options.UseTextOptions = true;
  82. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  83. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  84. this.btnClose.Location = new System.Drawing.Point(515, 1);
  85. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  86. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  87. this.btnClose.Name = "btnClose";
  88. this.btnClose.Size = new System.Drawing.Size(26, 23);
  89. this.btnClose.TabIndex = 5;
  90. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  91. //
  92. // lblTitle
  93. //
  94. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  96. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  97. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  98. this.lblTitle.Name = "lblTitle";
  99. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  100. this.lblTitle.TabIndex = 6;
  101. this.lblTitle.Text = "编辑";
  102. //
  103. // panelControl1
  104. //
  105. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  106. | System.Windows.Forms.AnchorStyles.Left)
  107. | System.Windows.Forms.AnchorStyles.Right)));
  108. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  109. this.panelControl1.Appearance.Options.UseBackColor = true;
  110. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  111. this.panelControl1.Controls.Add(this.btnRemoveRow);
  112. this.panelControl1.Controls.Add(this.btnAddRow);
  113. this.panelControl1.Controls.Add(this.chkFrontLine);
  114. this.panelControl1.Controls.Add(this.grdDetail);
  115. this.panelControl1.Controls.Add(this.txtUserCode);
  116. this.panelControl1.Controls.Add(this.txtMail);
  117. this.panelControl1.Controls.Add(this.txtPhone);
  118. this.panelControl1.Controls.Add(this.txtUserName);
  119. this.panelControl1.Controls.Add(this.label18);
  120. this.panelControl1.Controls.Add(this.label16);
  121. this.panelControl1.Controls.Add(this.label2);
  122. this.panelControl1.Controls.Add(this.label3);
  123. this.panelControl1.Controls.Add(this.label1);
  124. this.panelControl1.Location = new System.Drawing.Point(9, 27);
  125. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  126. this.panelControl1.Name = "panelControl1";
  127. this.panelControl1.Size = new System.Drawing.Size(521, 251);
  128. this.panelControl1.TabIndex = 23;
  129. //
  130. // btnRemoveRow
  131. //
  132. this.btnRemoveRow.Location = new System.Drawing.Point(466, 76);
  133. this.btnRemoveRow.Name = "btnRemoveRow";
  134. this.btnRemoveRow.Size = new System.Drawing.Size(43, 23);
  135. this.btnRemoveRow.TabIndex = 154;
  136. this.btnRemoveRow.Text = "移除";
  137. this.btnRemoveRow.Click += new System.EventHandler(this.btnRemoveRow_Click);
  138. //
  139. // btnAddRow
  140. //
  141. this.btnAddRow.Location = new System.Drawing.Point(416, 76);
  142. this.btnAddRow.Name = "btnAddRow";
  143. this.btnAddRow.Size = new System.Drawing.Size(44, 23);
  144. this.btnAddRow.TabIndex = 154;
  145. this.btnAddRow.Text = "添加";
  146. this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click);
  147. //
  148. // chkFrontLine
  149. //
  150. this.chkFrontLine.AutoSize = true;
  151. this.chkFrontLine.ForeColor = System.Drawing.Color.Black;
  152. this.chkFrontLine.Location = new System.Drawing.Point(154, 81);
  153. this.chkFrontLine.Name = "chkFrontLine";
  154. this.chkFrontLine.Size = new System.Drawing.Size(188, 18);
  155. this.chkFrontLine.TabIndex = 153;
  156. this.chkFrontLine.Text = "是 (注:一线员工必须分配 组)";
  157. this.chkFrontLine.UseVisualStyleBackColor = true;
  158. //
  159. // grdDetail
  160. //
  161. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Bottom;
  162. this.grdDetail.Location = new System.Drawing.Point(0, 104);
  163. this.grdDetail.MainView = this.grvDetail;
  164. this.grdDetail.Name = "grdDetail";
  165. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  166. this.txtSEGCode,
  167. this.txtSGroup});
  168. this.grdDetail.Size = new System.Drawing.Size(521, 147);
  169. this.grdDetail.TabIndex = 152;
  170. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  171. this.grvDetail,
  172. this.grvAdvDetail});
  173. //
  174. // grvDetail
  175. //
  176. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  177. this.colID,
  178. this.colisSelect,
  179. this.colSEGCode,
  180. this.colTeamGroupCode});
  181. this.grvDetail.GridControl = this.grdDetail;
  182. this.grvDetail.IndicatorWidth = 40;
  183. this.grvDetail.Name = "grvDetail";
  184. this.grvDetail.OptionsSelection.MultiSelect = true;
  185. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  186. this.grvDetail.OptionsView.ShowFooter = true;
  187. this.grvDetail.OptionsView.ShowGroupPanel = false;
  188. //
  189. // colID
  190. //
  191. this.colID.Caption = "ID";
  192. this.colID.FieldName = "ID";
  193. this.colID.Name = "colID";
  194. //
  195. // colisSelect
  196. //
  197. this.colisSelect.Caption = "选择";
  198. this.colisSelect.FieldName = "isSelect";
  199. this.colisSelect.Name = "colisSelect";
  200. this.colisSelect.Visible = true;
  201. this.colisSelect.VisibleIndex = 0;
  202. //
  203. // colSEGCode
  204. //
  205. this.colSEGCode.Caption = "车间代码";
  206. this.colSEGCode.ColumnEdit = this.txtSEGCode;
  207. this.colSEGCode.FieldName = "SEGCODE";
  208. this.colSEGCode.Name = "colSEGCode";
  209. this.colSEGCode.Visible = true;
  210. this.colSEGCode.VisibleIndex = 1;
  211. //
  212. // txtSEGCode
  213. //
  214. this.txtSEGCode.AutoHeight = false;
  215. this.txtSEGCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  216. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  217. this.txtSEGCode.Name = "txtSEGCode";
  218. this.txtSEGCode.NullText = "";
  219. this.txtSEGCode.View = this.repositoryItemGridLookUpEdit1View;
  220. //
  221. // repositoryItemGridLookUpEdit1View
  222. //
  223. this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  224. this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
  225. this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  226. this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  227. //
  228. // colTeamGroupCode
  229. //
  230. this.colTeamGroupCode.Caption = "班组代码";
  231. this.colTeamGroupCode.ColumnEdit = this.txtSGroup;
  232. this.colTeamGroupCode.FieldName = "SGroup";
  233. this.colTeamGroupCode.Name = "colTeamGroupCode";
  234. this.colTeamGroupCode.Visible = true;
  235. this.colTeamGroupCode.VisibleIndex = 2;
  236. //
  237. // txtSGroup
  238. //
  239. this.txtSGroup.AutoHeight = false;
  240. this.txtSGroup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  241. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  242. this.txtSGroup.Name = "txtSGroup";
  243. this.txtSGroup.View = this.gridView1;
  244. //
  245. // gridView1
  246. //
  247. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  248. this.gridView1.Name = "gridView1";
  249. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  250. this.gridView1.OptionsView.ShowGroupPanel = false;
  251. //
  252. // grvAdvDetail
  253. //
  254. this.grvAdvDetail.GridControl = this.grdDetail;
  255. this.grvAdvDetail.Name = "grvAdvDetail";
  256. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  257. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  258. this.grvAdvDetail.OptionsView.ShowFooter = true;
  259. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  260. //
  261. // txtUserCode
  262. //
  263. this.txtUserCode.EditValue = "";
  264. this.txtUserCode.Location = new System.Drawing.Point(112, 23);
  265. this.txtUserCode.Name = "txtUserCode";
  266. this.txtUserCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  267. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  268. this.txtUserCode.Properties.NullText = "";
  269. this.txtUserCode.Properties.View = this.gridLookUpEdit1View;
  270. this.txtUserCode.Size = new System.Drawing.Size(140, 20);
  271. this.txtUserCode.TabIndex = 0;
  272. this.txtUserCode.EditValueChanged += new System.EventHandler(this.txtUserCode_EditValueChanged);
  273. this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown);
  274. //
  275. // gridLookUpEdit1View
  276. //
  277. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  278. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  279. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  280. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  281. //
  282. // txtMail
  283. //
  284. this.txtMail.Location = new System.Drawing.Point(349, 52);
  285. this.txtMail.Name = "txtMail";
  286. this.txtMail.Size = new System.Drawing.Size(140, 20);
  287. this.txtMail.TabIndex = 74;
  288. //
  289. // txtPhone
  290. //
  291. this.txtPhone.Location = new System.Drawing.Point(112, 53);
  292. this.txtPhone.Name = "txtPhone";
  293. this.txtPhone.Size = new System.Drawing.Size(140, 20);
  294. this.txtPhone.TabIndex = 74;
  295. //
  296. // txtUserName
  297. //
  298. this.txtUserName.Location = new System.Drawing.Point(349, 23);
  299. this.txtUserName.Name = "txtUserName";
  300. this.txtUserName.Properties.ReadOnly = true;
  301. this.txtUserName.Size = new System.Drawing.Size(140, 20);
  302. this.txtUserName.TabIndex = 74;
  303. //
  304. // label18
  305. //
  306. this.label18.AutoSize = true;
  307. this.label18.Location = new System.Drawing.Point(275, 55);
  308. this.label18.Name = "label18";
  309. this.label18.Size = new System.Drawing.Size(67, 14);
  310. this.label18.TabIndex = 37;
  311. this.label18.Text = "邮件地址:";
  312. //
  313. // label16
  314. //
  315. this.label16.AutoSize = true;
  316. this.label16.Location = new System.Drawing.Point(38, 56);
  317. this.label16.Name = "label16";
  318. this.label16.Size = new System.Drawing.Size(67, 14);
  319. this.label16.TabIndex = 37;
  320. this.label16.Text = "电话号码:";
  321. //
  322. // label2
  323. //
  324. this.label2.AutoSize = true;
  325. this.label2.Location = new System.Drawing.Point(275, 26);
  326. this.label2.Name = "label2";
  327. this.label2.Size = new System.Drawing.Size(67, 14);
  328. this.label2.TabIndex = 37;
  329. this.label2.Text = "员工名称:";
  330. //
  331. // label3
  332. //
  333. this.label3.AutoSize = true;
  334. this.label3.Location = new System.Drawing.Point(37, 82);
  335. this.label3.Name = "label3";
  336. this.label3.Size = new System.Drawing.Size(67, 14);
  337. this.label3.TabIndex = 36;
  338. this.label3.Text = "一线员工:";
  339. //
  340. // label1
  341. //
  342. this.label1.AutoSize = true;
  343. this.label1.Location = new System.Drawing.Point(38, 26);
  344. this.label1.Name = "label1";
  345. this.label1.Size = new System.Drawing.Size(67, 14);
  346. this.label1.TabIndex = 36;
  347. this.label1.Text = "员工工号:";
  348. //
  349. // btnCancle
  350. //
  351. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  352. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  353. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  354. this.btnCancle.Appearance.Options.UseFont = true;
  355. this.btnCancle.Appearance.Options.UseForeColor = true;
  356. this.btnCancle.Appearance.Options.UseTextOptions = true;
  357. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  358. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  359. this.btnCancle.Location = new System.Drawing.Point(460, 290);
  360. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  361. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  362. this.btnCancle.Name = "btnCancle";
  363. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  364. this.btnCancle.TabIndex = 122;
  365. this.btnCancle.Text = "取消";
  366. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  367. //
  368. // btnOK
  369. //
  370. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  371. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  372. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  373. this.btnOK.Appearance.Options.UseFont = true;
  374. this.btnOK.Appearance.Options.UseForeColor = true;
  375. this.btnOK.Appearance.Options.UseTextOptions = true;
  376. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  377. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  378. this.btnOK.Location = new System.Drawing.Point(384, 290);
  379. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  380. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  381. this.btnOK.Name = "btnOK";
  382. this.btnOK.Size = new System.Drawing.Size(70, 30);
  383. this.btnOK.TabIndex = 2;
  384. this.btnOK.Text = "保存";
  385. this.btnOK.Click += new System.EventHandler(this.save_Click);
  386. //
  387. // FormICSUserInfoAdd1
  388. //
  389. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  390. this.Appearance.Options.UseBackColor = true;
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.ClientSize = new System.Drawing.Size(542, 324);
  394. this.Controls.Add(this.btnCancle);
  395. this.Controls.Add(this.btnOK);
  396. this.Controls.Add(this.panelControl1);
  397. this.Controls.Add(this.lblTitle);
  398. this.Controls.Add(this.btnClose);
  399. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  400. this.Name = "FormICSUserInfoAdd1";
  401. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  402. this.Text = "存货编辑";
  403. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  404. this.panelControl1.ResumeLayout(false);
  405. this.panelControl1.PerformLayout();
  406. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.txtSEGCode)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.txtSGroup)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  415. ((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
  418. this.ResumeLayout(false);
  419. }
  420. #endregion
  421. private DevExpress.XtraEditors.SimpleButton btnClose;
  422. private DevExpress.XtraEditors.LabelControl lblTitle;
  423. private DevExpress.XtraEditors.PanelControl panelControl1;
  424. private System.Windows.Forms.Label label2;
  425. private System.Windows.Forms.Label label1;
  426. private DevExpress.XtraEditors.TextEdit txtUserName;
  427. private DevExpress.XtraEditors.SimpleButton btnCancle;
  428. private DevExpress.XtraEditors.SimpleButton btnOK;
  429. private DevExpress.XtraEditors.GridLookUpEdit txtUserCode;
  430. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  431. private DevExpress.XtraEditors.TextEdit txtPhone;
  432. private System.Windows.Forms.Label label16;
  433. private DevExpress.XtraEditors.TextEdit txtMail;
  434. private System.Windows.Forms.Label label18;
  435. private DevExpress.XtraGrid.GridControl grdDetail;
  436. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  437. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  438. private DevExpress.XtraGrid.Columns.GridColumn colSEGCode;
  439. private DevExpress.XtraGrid.Columns.GridColumn colTeamGroupCode;
  440. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  441. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtSEGCode;
  442. private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
  443. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtSGroup;
  444. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  445. private System.Windows.Forms.Label label3;
  446. private System.Windows.Forms.CheckBox chkFrontLine;
  447. private DevExpress.XtraEditors.SimpleButton btnRemoveRow;
  448. private DevExpress.XtraEditors.SimpleButton btnAddRow;
  449. private DevExpress.XtraGrid.Columns.GridColumn colID;
  450. }
  451. }