锐腾搅拌上料功能
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.

412 lines
23 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSStorageConnect
  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(FormICSStorageConnect));
  29. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  30. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.colSerial = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.colStorage2Serial2 = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colStorageCode2 = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.repWhSelect = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  35. this.colStorageName2 = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colWorkPointCode2 = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colWorkPointName2 = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  42. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  43. this.txtWorkPoint = new DevExpress.XtraEditors.TextEdit();
  44. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  45. this.txtWhName = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  47. this.txtWhcode = new DevExpress.XtraEditors.TextEdit();
  48. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  50. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  52. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.repWhSelect)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  56. this.panelControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtWorkPoint.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtWhName.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtWhcode.Properties)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // grdDetail
  63. //
  64. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  65. this.grdDetail.Location = new System.Drawing.Point(4, 102);
  66. this.grdDetail.MainView = this.grvDetail;
  67. this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  68. this.grdDetail.Name = "grdDetail";
  69. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  70. this.repWhSelect});
  71. this.grdDetail.Size = new System.Drawing.Size(973, 321);
  72. this.grdDetail.TabIndex = 0;
  73. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  74. this.grvDetail});
  75. //
  76. // grvDetail
  77. //
  78. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  79. this.colSerial,
  80. this.colStorage2Serial2,
  81. this.colStorageCode2,
  82. this.colStorageName2,
  83. this.colWorkPointCode2,
  84. this.colWorkPointName2});
  85. this.grvDetail.GridControl = this.grdDetail;
  86. this.grvDetail.IndicatorWidth = 35;
  87. this.grvDetail.Name = "grvDetail";
  88. this.grvDetail.OptionsBehavior.Editable = false;
  89. this.grvDetail.OptionsBehavior.ReadOnly = true;
  90. this.grvDetail.OptionsSelection.MultiSelect = true;
  91. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  92. this.grvDetail.OptionsView.ShowGroupPanel = false;
  93. this.grvDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanging);
  94. //
  95. // colSerial
  96. //
  97. this.colSerial.Caption = "Serial";
  98. this.colSerial.FieldName = "Serial";
  99. this.colSerial.Name = "colSerial";
  100. this.colSerial.Visible = true;
  101. this.colSerial.VisibleIndex = 5;
  102. //
  103. // colStorage2Serial2
  104. //
  105. this.colStorage2Serial2.Caption = "Storage2Serial2";
  106. this.colStorage2Serial2.FieldName = "Storage2Serial2";
  107. this.colStorage2Serial2.Name = "colStorage2Serial2";
  108. this.colStorage2Serial2.Visible = true;
  109. this.colStorage2Serial2.VisibleIndex = 4;
  110. //
  111. // colStorageCode2
  112. //
  113. this.colStorageCode2.Caption = "对应仓库编码";
  114. this.colStorageCode2.ColumnEdit = this.repWhSelect;
  115. this.colStorageCode2.FieldName = "StorageCode2";
  116. this.colStorageCode2.Name = "colStorageCode2";
  117. this.colStorageCode2.Visible = true;
  118. this.colStorageCode2.VisibleIndex = 0;
  119. this.colStorageCode2.Width = 118;
  120. //
  121. // repWhSelect
  122. //
  123. this.repWhSelect.AutoHeight = false;
  124. this.repWhSelect.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  125. new DevExpress.XtraEditors.Controls.EditorButton()});
  126. this.repWhSelect.Name = "repWhSelect";
  127. this.repWhSelect.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repWhSelect_ButtonClick);
  128. //
  129. // colStorageName2
  130. //
  131. this.colStorageName2.Caption = "对应仓库名称";
  132. this.colStorageName2.FieldName = "StorageName2";
  133. this.colStorageName2.Name = "colStorageName2";
  134. this.colStorageName2.OptionsColumn.AllowEdit = false;
  135. this.colStorageName2.Visible = true;
  136. this.colStorageName2.VisibleIndex = 1;
  137. this.colStorageName2.Width = 134;
  138. //
  139. // colWorkPointCode2
  140. //
  141. this.colWorkPointCode2.Caption = "所属站点";
  142. this.colWorkPointCode2.FieldName = "WorkPointCode2";
  143. this.colWorkPointCode2.Name = "colWorkPointCode2";
  144. this.colWorkPointCode2.OptionsColumn.AllowEdit = false;
  145. this.colWorkPointCode2.Visible = true;
  146. this.colWorkPointCode2.VisibleIndex = 2;
  147. //
  148. // colWorkPointName2
  149. //
  150. this.colWorkPointName2.Caption = "所属站点名称";
  151. this.colWorkPointName2.FieldName = "WorkPointName2";
  152. this.colWorkPointName2.Name = "colWorkPointName2";
  153. this.colWorkPointName2.OptionsColumn.AllowEdit = false;
  154. this.colWorkPointName2.Visible = true;
  155. this.colWorkPointName2.VisibleIndex = 3;
  156. this.colWorkPointName2.Width = 160;
  157. //
  158. // btnExit
  159. //
  160. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  161. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  162. this.btnExit.Appearance.Options.UseFont = true;
  163. this.btnExit.Appearance.Options.UseForeColor = true;
  164. this.btnExit.Appearance.Options.UseTextOptions = true;
  165. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  166. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  167. this.btnExit.Location = new System.Drawing.Point(613, 2);
  168. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  169. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  170. this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  171. this.btnExit.Name = "btnExit";
  172. this.btnExit.Size = new System.Drawing.Size(86, 47);
  173. this.btnExit.TabIndex = 10;
  174. this.btnExit.Text = "退出";
  175. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  176. //
  177. // btnSave
  178. //
  179. this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  180. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  181. this.btnSave.Appearance.Options.UseFont = true;
  182. this.btnSave.Appearance.Options.UseForeColor = true;
  183. this.btnSave.Appearance.Options.UseTextOptions = true;
  184. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  185. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  186. this.btnSave.Location = new System.Drawing.Point(439, 2);
  187. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  188. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  189. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  190. this.btnSave.Name = "btnSave";
  191. this.btnSave.Size = new System.Drawing.Size(86, 47);
  192. this.btnSave.TabIndex = 25;
  193. this.btnSave.Text = "保存";
  194. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  195. //
  196. // btnAdd
  197. //
  198. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  199. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  200. this.btnAdd.Appearance.Options.UseFont = true;
  201. this.btnAdd.Appearance.Options.UseForeColor = true;
  202. this.btnAdd.Appearance.Options.UseTextOptions = true;
  203. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  204. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  205. this.btnAdd.Location = new System.Drawing.Point(264, 2);
  206. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  207. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  208. this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  209. this.btnAdd.Name = "btnAdd";
  210. this.btnAdd.Size = new System.Drawing.Size(86, 47);
  211. this.btnAdd.TabIndex = 22;
  212. this.btnAdd.Text = "增行";
  213. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  214. //
  215. // btnDel
  216. //
  217. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  218. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  219. this.btnDel.Appearance.Options.UseFont = true;
  220. this.btnDel.Appearance.Options.UseForeColor = true;
  221. this.btnDel.Appearance.Options.UseTextOptions = true;
  222. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  223. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  224. this.btnDel.Location = new System.Drawing.Point(351, 2);
  225. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  226. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  227. this.btnDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  228. this.btnDel.Name = "btnDel";
  229. this.btnDel.Size = new System.Drawing.Size(86, 47);
  230. this.btnDel.TabIndex = 17;
  231. this.btnDel.Text = "删行";
  232. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  233. //
  234. // panelControl1
  235. //
  236. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  237. this.panelControl1.Appearance.Options.UseBackColor = true;
  238. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  239. this.panelControl1.Controls.Add(this.txtWorkPoint);
  240. this.panelControl1.Controls.Add(this.labelControl4);
  241. this.panelControl1.Controls.Add(this.txtWhName);
  242. this.panelControl1.Controls.Add(this.labelControl3);
  243. this.panelControl1.Controls.Add(this.txtWhcode);
  244. this.panelControl1.Controls.Add(this.labelControl1);
  245. this.panelControl1.Controls.Add(this.grdDetail);
  246. this.panelControl1.Location = new System.Drawing.Point(1, 50);
  247. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  248. this.panelControl1.Name = "panelControl1";
  249. this.panelControl1.Size = new System.Drawing.Size(984, 431);
  250. this.panelControl1.TabIndex = 26;
  251. //
  252. // txtWorkPoint
  253. //
  254. this.txtWorkPoint.Location = new System.Drawing.Point(106, 16);
  255. this.txtWorkPoint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  256. this.txtWorkPoint.Name = "txtWorkPoint";
  257. this.txtWorkPoint.Size = new System.Drawing.Size(204, 28);
  258. this.txtWorkPoint.TabIndex = 2;
  259. //
  260. // labelControl4
  261. //
  262. this.labelControl4.Location = new System.Drawing.Point(29, 20);
  263. this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.labelControl4.Name = "labelControl4";
  265. this.labelControl4.Size = new System.Drawing.Size(72, 22);
  266. this.labelControl4.TabIndex = 1;
  267. this.labelControl4.Text = "当前站点";
  268. //
  269. // txtWhName
  270. //
  271. this.txtWhName.Location = new System.Drawing.Point(399, 57);
  272. this.txtWhName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  273. this.txtWhName.Name = "txtWhName";
  274. this.txtWhName.Size = new System.Drawing.Size(204, 28);
  275. this.txtWhName.TabIndex = 2;
  276. //
  277. // labelControl3
  278. //
  279. this.labelControl3.Location = new System.Drawing.Point(321, 61);
  280. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  281. this.labelControl3.Name = "labelControl3";
  282. this.labelControl3.Size = new System.Drawing.Size(72, 22);
  283. this.labelControl3.TabIndex = 1;
  284. this.labelControl3.Text = "仓库名称";
  285. //
  286. // txtWhcode
  287. //
  288. this.txtWhcode.Location = new System.Drawing.Point(106, 57);
  289. this.txtWhcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  290. this.txtWhcode.Name = "txtWhcode";
  291. this.txtWhcode.Size = new System.Drawing.Size(204, 28);
  292. this.txtWhcode.TabIndex = 2;
  293. //
  294. // labelControl1
  295. //
  296. this.labelControl1.Location = new System.Drawing.Point(29, 61);
  297. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  298. this.labelControl1.Name = "labelControl1";
  299. this.labelControl1.Size = new System.Drawing.Size(72, 22);
  300. this.labelControl1.TabIndex = 1;
  301. this.labelControl1.Text = "仓库编码";
  302. //
  303. // labelControl2
  304. //
  305. this.labelControl2.Location = new System.Drawing.Point(31, 14);
  306. this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  307. this.labelControl2.Name = "labelControl2";
  308. this.labelControl2.Size = new System.Drawing.Size(108, 22);
  309. this.labelControl2.TabIndex = 27;
  310. this.labelControl2.Text = "仓库关联关系";
  311. //
  312. // btnModify
  313. //
  314. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  315. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  316. this.btnModify.Appearance.Options.UseFont = true;
  317. this.btnModify.Appearance.Options.UseForeColor = true;
  318. this.btnModify.Appearance.Options.UseTextOptions = true;
  319. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  320. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  321. this.btnModify.Location = new System.Drawing.Point(177, 2);
  322. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  323. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  324. this.btnModify.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.btnModify.Name = "btnModify";
  326. this.btnModify.Size = new System.Drawing.Size(86, 47);
  327. this.btnModify.TabIndex = 22;
  328. this.btnModify.Text = "修改";
  329. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  330. //
  331. // btnCancle
  332. //
  333. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  334. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  335. this.btnCancle.Appearance.Options.UseFont = true;
  336. this.btnCancle.Appearance.Options.UseForeColor = true;
  337. this.btnCancle.Appearance.Options.UseTextOptions = true;
  338. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  339. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  340. this.btnCancle.Location = new System.Drawing.Point(526, 2);
  341. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  342. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  343. this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  344. this.btnCancle.Name = "btnCancle";
  345. this.btnCancle.Size = new System.Drawing.Size(86, 47);
  346. this.btnCancle.TabIndex = 25;
  347. this.btnCancle.Text = "取消";
  348. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  349. //
  350. // FormICSStorageConnect
  351. //
  352. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  353. this.Appearance.Options.UseBackColor = true;
  354. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  355. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  356. this.ClientSize = new System.Drawing.Size(987, 515);
  357. this.Controls.Add(this.labelControl2);
  358. this.Controls.Add(this.panelControl1);
  359. this.Controls.Add(this.btnCancle);
  360. this.Controls.Add(this.btnSave);
  361. this.Controls.Add(this.btnModify);
  362. this.Controls.Add(this.btnAdd);
  363. this.Controls.Add(this.btnExit);
  364. this.Controls.Add(this.btnDel);
  365. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  366. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  367. this.Name = "FormICSStorageConnect";
  368. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  369. this.Text = "FormGridReport";
  370. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.repWhSelect)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  374. this.panelControl1.ResumeLayout(false);
  375. this.panelControl1.PerformLayout();
  376. ((System.ComponentModel.ISupportInitialize)(this.txtWorkPoint.Properties)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.txtWhName.Properties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.txtWhcode.Properties)).EndInit();
  379. this.ResumeLayout(false);
  380. this.PerformLayout();
  381. }
  382. #endregion
  383. private DevExpress.XtraGrid.GridControl grdDetail;
  384. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  385. private DevExpress.XtraEditors.SimpleButton btnExit;
  386. private DevExpress.XtraEditors.SimpleButton btnDel;
  387. private DevExpress.XtraEditors.SimpleButton btnAdd;
  388. private DevExpress.XtraEditors.SimpleButton btnSave;
  389. private DevExpress.XtraEditors.PanelControl panelControl1;
  390. private DevExpress.XtraGrid.Columns.GridColumn colStorageCode2;
  391. private DevExpress.XtraGrid.Columns.GridColumn colStorageName2;
  392. private DevExpress.XtraGrid.Columns.GridColumn colWorkPointCode2;
  393. private DevExpress.XtraGrid.Columns.GridColumn colWorkPointName2;
  394. private DevExpress.XtraGrid.Columns.GridColumn colStorage2Serial2;
  395. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repWhSelect;
  396. private DevExpress.XtraEditors.TextEdit txtWorkPoint;
  397. private DevExpress.XtraEditors.LabelControl labelControl4;
  398. private DevExpress.XtraEditors.TextEdit txtWhName;
  399. private DevExpress.XtraEditors.LabelControl labelControl3;
  400. private DevExpress.XtraEditors.TextEdit txtWhcode;
  401. private DevExpress.XtraEditors.LabelControl labelControl1;
  402. private DevExpress.XtraEditors.LabelControl labelControl2;
  403. private DevExpress.XtraEditors.SimpleButton btnModify;
  404. private DevExpress.XtraEditors.SimpleButton btnCancle;
  405. private DevExpress.XtraGrid.Columns.GridColumn colSerial;
  406. }
  407. }