华恒Mes鼎捷代码
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.

683 lines
35 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSAgvSlOrBackHH
  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(FormICSAgvSlOrBackHH));
  29. this.LookUpEditLocation = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  30. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  31. this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.AGVID = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  41. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  42. this.can = new DevExpress.XtraEditors.SimpleButton();
  43. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  44. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  45. this.gridControl2 = new DevExpress.XtraGrid.GridControl();
  46. this.gridViewSon = new DevExpress.XtraGrid.Views.Grid.GridView();
  47. this.ColSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.OnQty = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.TxtOnQty = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  51. this.ArriveStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.BackStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.DETAILID = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.TxtItemName = new DevExpress.XtraEditors.TextEdit();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.TxtOpName = new DevExpress.XtraEditors.TextEdit();
  63. this.label5 = new System.Windows.Forms.Label();
  64. this.TxtOpcode = new DevExpress.XtraEditors.TextEdit();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.TxtItemcode = new DevExpress.XtraEditors.TextEdit();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.TxtMocode = new DevExpress.XtraEditors.TextEdit();
  69. this.label2 = new System.Windows.Forms.Label();
  70. this.TxtLotno = new DevExpress.XtraEditors.TextEdit();
  71. this.label1 = new System.Windows.Forms.Label();
  72. this.BtnCall = new DevExpress.XtraEditors.SimpleButton();
  73. this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  74. this.BtnBack = new DevExpress.XtraEditors.SimpleButton();
  75. ((System.ComponentModel.ISupportInitialize)(this.LookUpEditLocation)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  79. this.panelControl1.SuspendLayout();
  80. this.tableLayoutPanel1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.gridViewSon)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.TxtOnQty)).BeginInit();
  84. this.panel1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.TxtItemName.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.TxtOpName.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.TxtOpcode.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.TxtItemcode.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.TxtMocode.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.TxtLotno.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // LookUpEditLocation
  95. //
  96. this.LookUpEditLocation.AutoHeight = false;
  97. this.LookUpEditLocation.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  98. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  99. this.LookUpEditLocation.Name = "LookUpEditLocation";
  100. //
  101. // gridControl1
  102. //
  103. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.gridControl1.Location = new System.Drawing.Point(0, 0);
  105. this.gridControl1.MainView = this.gridViewMain;
  106. this.gridControl1.Name = "gridControl1";
  107. this.gridControl1.Size = new System.Drawing.Size(896, 280);
  108. this.gridControl1.TabIndex = 45;
  109. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  110. this.gridViewMain});
  111. //
  112. // gridViewMain
  113. //
  114. this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  115. this.,
  116. this.,
  117. this.,
  118. this.,
  119. this.,
  120. this.,
  121. this.,
  122. this.AGVID});
  123. this.gridViewMain.GridControl = this.gridControl1;
  124. this.gridViewMain.GroupPanelText = " ";
  125. this.gridViewMain.IndicatorWidth = 60;
  126. this.gridViewMain.Name = "gridViewMain";
  127. this.gridViewMain.OptionsView.ShowGroupPanel = false;
  128. this.gridViewMain.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  129. this.gridViewMain.DoubleClick += new System.EventHandler(this.gridViewMain_DoubleClick);
  130. //
  131. // 选择
  132. //
  133. this..Caption = "选择";
  134. this..FieldName = "选择";
  135. this..Name = "选择";
  136. this..OptionsColumn.AllowEdit = false;
  137. this..Visible = true;
  138. this..VisibleIndex = 0;
  139. //
  140. // 子件编码
  141. //
  142. this..Caption = "子件编码";
  143. this..FieldName = "子件编码";
  144. this..Name = "子件编码";
  145. this..OptionsColumn.ReadOnly = true;
  146. this..Visible = true;
  147. this..VisibleIndex = 2;
  148. //
  149. // 子件名称
  150. //
  151. this..Caption = "子件名称";
  152. this..FieldName = "子件名称";
  153. this..Name = "子件名称";
  154. this..OptionsColumn.ReadOnly = true;
  155. this..Visible = true;
  156. this..VisibleIndex = 3;
  157. //
  158. // 计划数量
  159. //
  160. this..Caption = "计划数量";
  161. this..FieldName = "计划数量";
  162. this..Name = "计划数量";
  163. this..Visible = true;
  164. this..VisibleIndex = 4;
  165. //
  166. // 已领数量
  167. //
  168. this..Caption = "已领数量";
  169. this..FieldName = "已领数量";
  170. this..Name = "已领数量";
  171. this..OptionsColumn.ReadOnly = true;
  172. //
  173. // 到料点位
  174. //
  175. this..Caption = "到料点位";
  176. this..ColumnEdit = this.LookUpEditLocation;
  177. this..FieldName = "到料点位";
  178. this..Name = "到料点位";
  179. this..Visible = true;
  180. this..VisibleIndex = 5;
  181. //
  182. // 起始点位
  183. //
  184. this..Caption = "起始点位";
  185. this..FieldName = "起始点位";
  186. this..Name = "起始点位";
  187. this..OptionsColumn.ReadOnly = true;
  188. this..Visible = true;
  189. this..VisibleIndex = 6;
  190. //
  191. // AGVID
  192. //
  193. this.AGVID.Caption = "ID";
  194. this.AGVID.FieldName = "ID";
  195. this.AGVID.Name = "AGVID";
  196. this.AGVID.Visible = true;
  197. this.AGVID.VisibleIndex = 1;
  198. //
  199. // btnClose
  200. //
  201. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  202. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  204. this.btnClose.Appearance.Options.UseFont = true;
  205. this.btnClose.Appearance.Options.UseForeColor = true;
  206. this.btnClose.Appearance.Options.UseTextOptions = true;
  207. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  208. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  209. this.btnClose.Location = new System.Drawing.Point(843, 1);
  210. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  211. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  212. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  213. this.btnClose.Name = "btnClose";
  214. this.btnClose.Size = new System.Drawing.Size(55, 52);
  215. this.btnClose.TabIndex = 5;
  216. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  217. //
  218. // lblTitle
  219. //
  220. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  222. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  223. this.lblTitle.Location = new System.Drawing.Point(2, 1);
  224. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  225. this.lblTitle.Name = "lblTitle";
  226. this.lblTitle.Size = new System.Drawing.Size(278, 41);
  227. this.lblTitle.TabIndex = 6;
  228. this.lblTitle.Text = "叫料与料框返回";
  229. //
  230. // can
  231. //
  232. this.can.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
  233. this.can.Appearance.Options.UseFont = true;
  234. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  235. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  236. this.can.Location = new System.Drawing.Point(772, 684);
  237. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  238. this.can.Name = "can";
  239. this.can.Size = new System.Drawing.Size(110, 50);
  240. this.can.TabIndex = 31;
  241. this.can.Text = "取消";
  242. this.can.Click += new System.EventHandler(this.btnClose_Click);
  243. //
  244. // panelControl1
  245. //
  246. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  247. this.panelControl1.Appearance.Options.UseBackColor = true;
  248. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  249. this.panelControl1.Controls.Add(this.gridControl1);
  250. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.panelControl1.Location = new System.Drawing.Point(0, 129);
  252. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  253. this.panelControl1.Name = "panelControl1";
  254. this.panelControl1.Size = new System.Drawing.Size(896, 280);
  255. this.panelControl1.TabIndex = 23;
  256. //
  257. // tableLayoutPanel1
  258. //
  259. this.tableLayoutPanel1.ColumnCount = 1;
  260. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  261. this.tableLayoutPanel1.Controls.Add(this.gridControl2, 0, 2);
  262. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
  263. this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 1);
  264. this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 49);
  265. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  266. this.tableLayoutPanel1.RowCount = 3;
  267. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.48148F));
  268. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 68.51852F));
  269. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 218F));
  270. this.tableLayoutPanel1.Size = new System.Drawing.Size(896, 628);
  271. this.tableLayoutPanel1.TabIndex = 32;
  272. this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
  273. //
  274. // gridControl2
  275. //
  276. this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.gridControl2.Location = new System.Drawing.Point(3, 412);
  278. this.gridControl2.MainView = this.gridViewSon;
  279. this.gridControl2.Name = "gridControl2";
  280. this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  281. this.TxtOnQty});
  282. this.gridControl2.Size = new System.Drawing.Size(890, 213);
  283. this.gridControl2.TabIndex = 46;
  284. this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  285. this.gridViewSon});
  286. //
  287. // gridViewSon
  288. //
  289. this.gridViewSon.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  290. this.ColSelect,
  291. this.ID,
  292. this.OnQty,
  293. this.ArriveStatus,
  294. this.BackStatus,
  295. this.,
  296. this.,
  297. this.,
  298. this.,
  299. this.DETAILID,
  300. this.});
  301. this.gridViewSon.GridControl = this.gridControl2;
  302. this.gridViewSon.GroupPanelText = " ";
  303. this.gridViewSon.IndicatorWidth = 60;
  304. this.gridViewSon.Name = "gridViewSon";
  305. this.gridViewSon.OptionsView.ShowGroupPanel = false;
  306. this.gridViewSon.DoubleClick += new System.EventHandler(this.gridViewSon_DoubleClick);
  307. //
  308. // ColSelect
  309. //
  310. this.ColSelect.Caption = "选择";
  311. this.ColSelect.FieldName = "选择";
  312. this.ColSelect.Name = "ColSelect";
  313. this.ColSelect.OptionsColumn.AllowEdit = false;
  314. this.ColSelect.Visible = true;
  315. this.ColSelect.VisibleIndex = 0;
  316. //
  317. // ID
  318. //
  319. this.ID.Caption = "行标识";
  320. this.ID.FieldName = "ID";
  321. this.ID.Name = "ID";
  322. this.ID.OptionsColumn.ReadOnly = true;
  323. this.ID.Visible = true;
  324. this.ID.VisibleIndex = 1;
  325. //
  326. // OnQty
  327. //
  328. this.OnQty.Caption = "本次数量";
  329. this.OnQty.ColumnEdit = this.TxtOnQty;
  330. this.OnQty.FieldName = "本次数量";
  331. this.OnQty.Name = "OnQty";
  332. this.OnQty.Visible = true;
  333. this.OnQty.VisibleIndex = 2;
  334. //
  335. // TxtOnQty
  336. //
  337. this.TxtOnQty.AutoHeight = false;
  338. this.TxtOnQty.Mask.EditMask = "d";
  339. this.TxtOnQty.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  340. this.TxtOnQty.Name = "TxtOnQty";
  341. this.TxtOnQty.Click += new System.EventHandler(this.TxtOnQty_Click);
  342. //
  343. // ArriveStatus
  344. //
  345. this.ArriveStatus.Caption = "是否到料";
  346. this.ArriveStatus.FieldName = "到料状态";
  347. this.ArriveStatus.Name = "ArriveStatus";
  348. this.ArriveStatus.OptionsColumn.ReadOnly = true;
  349. //
  350. // BackStatus
  351. //
  352. this.BackStatus.Caption = "是否返回";
  353. this.BackStatus.FieldName = "返回状态";
  354. this.BackStatus.Name = "BackStatus";
  355. this.BackStatus.OptionsColumn.ReadOnly = true;
  356. //
  357. // 叫料时间
  358. //
  359. this..Caption = "叫料时间";
  360. this..FieldName = "叫料时间";
  361. this..Name = "叫料时间";
  362. this..OptionsColumn.ReadOnly = true;
  363. this..Visible = true;
  364. this..VisibleIndex = 6;
  365. //
  366. // 返回时间
  367. //
  368. this..Caption = "返回时间";
  369. this..FieldName = "返回时间";
  370. this..Name = "返回时间";
  371. this..OptionsColumn.ReadOnly = true;
  372. this..Visible = true;
  373. this..VisibleIndex = 5;
  374. //
  375. // 点位
  376. //
  377. this..Caption = "点位";
  378. this..FieldName = "点位";
  379. this..Name = "点位";
  380. this..OptionsColumn.ReadOnly = true;
  381. this..Visible = true;
  382. this..VisibleIndex = 3;
  383. //
  384. // 区域
  385. //
  386. this..Caption = "区域";
  387. this..FieldName = "区域";
  388. this..Name = "区域";
  389. this..OptionsColumn.ReadOnly = true;
  390. //
  391. // DETAILID
  392. //
  393. this.DETAILID.Caption = "DetailId";
  394. this.DETAILID.FieldName = "DetailId";
  395. this.DETAILID.Name = "DETAILID";
  396. //
  397. // 库存数量
  398. //
  399. this..Caption = "库存数量";
  400. this..FieldName = "QTY";
  401. this..Name = "库存数量";
  402. this..Visible = true;
  403. this..VisibleIndex = 4;
  404. //
  405. // panel1
  406. //
  407. this.panel1.BackColor = System.Drawing.Color.White;
  408. this.panel1.Controls.Add(this.TxtItemName);
  409. this.panel1.Controls.Add(this.label6);
  410. this.panel1.Controls.Add(this.TxtOpName);
  411. this.panel1.Controls.Add(this.label5);
  412. this.panel1.Controls.Add(this.TxtOpcode);
  413. this.panel1.Controls.Add(this.label4);
  414. this.panel1.Controls.Add(this.TxtItemcode);
  415. this.panel1.Controls.Add(this.label3);
  416. this.panel1.Controls.Add(this.TxtMocode);
  417. this.panel1.Controls.Add(this.label2);
  418. this.panel1.Controls.Add(this.TxtLotno);
  419. this.panel1.Controls.Add(this.label1);
  420. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  421. this.panel1.Location = new System.Drawing.Point(3, 3);
  422. this.panel1.Name = "panel1";
  423. this.panel1.Size = new System.Drawing.Size(890, 123);
  424. this.panel1.TabIndex = 24;
  425. //
  426. // TxtItemName
  427. //
  428. this.TxtItemName.Enabled = false;
  429. this.TxtItemName.EnterMoveNextControl = true;
  430. this.TxtItemName.Location = new System.Drawing.Point(734, 64);
  431. this.TxtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  432. this.TxtItemName.Name = "TxtItemName";
  433. this.TxtItemName.Size = new System.Drawing.Size(145, 24);
  434. this.TxtItemName.TabIndex = 219;
  435. //
  436. // label6
  437. //
  438. this.label6.AutoSize = true;
  439. this.label6.Font = new System.Drawing.Font("Tahoma", 14F);
  440. this.label6.Location = new System.Drawing.Point(611, 59);
  441. this.label6.Name = "label6";
  442. this.label6.Size = new System.Drawing.Size(117, 29);
  443. this.label6.TabIndex = 218;
  444. this.label6.Text = "产品名称:";
  445. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  446. //
  447. // TxtOpName
  448. //
  449. this.TxtOpName.Enabled = false;
  450. this.TxtOpName.EnterMoveNextControl = true;
  451. this.TxtOpName.Location = new System.Drawing.Point(437, 64);
  452. this.TxtOpName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  453. this.TxtOpName.Name = "TxtOpName";
  454. this.TxtOpName.Size = new System.Drawing.Size(145, 24);
  455. this.TxtOpName.TabIndex = 217;
  456. //
  457. // label5
  458. //
  459. this.label5.AutoSize = true;
  460. this.label5.Font = new System.Drawing.Font("Tahoma", 14F);
  461. this.label5.Location = new System.Drawing.Point(314, 59);
  462. this.label5.Name = "label5";
  463. this.label5.Size = new System.Drawing.Size(117, 29);
  464. this.label5.TabIndex = 216;
  465. this.label5.Text = "工序名称:";
  466. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  467. //
  468. // TxtOpcode
  469. //
  470. this.TxtOpcode.Enabled = false;
  471. this.TxtOpcode.EnterMoveNextControl = true;
  472. this.TxtOpcode.Location = new System.Drawing.Point(130, 64);
  473. this.TxtOpcode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  474. this.TxtOpcode.Name = "TxtOpcode";
  475. this.TxtOpcode.Size = new System.Drawing.Size(145, 24);
  476. this.TxtOpcode.TabIndex = 215;
  477. //
  478. // label4
  479. //
  480. this.label4.AutoSize = true;
  481. this.label4.Font = new System.Drawing.Font("Tahoma", 14F);
  482. this.label4.Location = new System.Drawing.Point(7, 59);
  483. this.label4.Name = "label4";
  484. this.label4.Size = new System.Drawing.Size(133, 29);
  485. this.label4.TabIndex = 214;
  486. this.label4.Text = "工序编码:";
  487. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  488. //
  489. // TxtItemcode
  490. //
  491. this.TxtItemcode.Enabled = false;
  492. this.TxtItemcode.EnterMoveNextControl = true;
  493. this.TxtItemcode.Location = new System.Drawing.Point(734, 16);
  494. this.TxtItemcode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  495. this.TxtItemcode.Name = "TxtItemcode";
  496. this.TxtItemcode.Size = new System.Drawing.Size(145, 24);
  497. this.TxtItemcode.TabIndex = 213;
  498. //
  499. // label3
  500. //
  501. this.label3.AutoSize = true;
  502. this.label3.Font = new System.Drawing.Font("Tahoma", 14F);
  503. this.label3.Location = new System.Drawing.Point(611, 11);
  504. this.label3.Name = "label3";
  505. this.label3.Size = new System.Drawing.Size(117, 29);
  506. this.label3.TabIndex = 212;
  507. this.label3.Text = "产品编码:";
  508. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  509. //
  510. // TxtMocode
  511. //
  512. this.TxtMocode.Enabled = false;
  513. this.TxtMocode.EnterMoveNextControl = true;
  514. this.TxtMocode.Location = new System.Drawing.Point(437, 16);
  515. this.TxtMocode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  516. this.TxtMocode.Name = "TxtMocode";
  517. this.TxtMocode.Size = new System.Drawing.Size(145, 24);
  518. this.TxtMocode.TabIndex = 211;
  519. //
  520. // label2
  521. //
  522. this.label2.AutoSize = true;
  523. this.label2.Font = new System.Drawing.Font("Tahoma", 14F);
  524. this.label2.Location = new System.Drawing.Point(290, 11);
  525. this.label2.Name = "label2";
  526. this.label2.Size = new System.Drawing.Size(141, 29);
  527. this.label2.TabIndex = 210;
  528. this.label2.Text = "生产订单号:";
  529. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  530. //
  531. // TxtLotno
  532. //
  533. this.TxtLotno.Enabled = false;
  534. this.TxtLotno.EnterMoveNextControl = true;
  535. this.TxtLotno.Location = new System.Drawing.Point(130, 16);
  536. this.TxtLotno.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  537. this.TxtLotno.Name = "TxtLotno";
  538. this.TxtLotno.Size = new System.Drawing.Size(145, 24);
  539. this.TxtLotno.TabIndex = 209;
  540. //
  541. // label1
  542. //
  543. this.label1.AutoSize = true;
  544. this.label1.Font = new System.Drawing.Font("Tahoma", 14F);
  545. this.label1.Location = new System.Drawing.Point(7, 11);
  546. this.label1.Name = "label1";
  547. this.label1.Size = new System.Drawing.Size(117, 29);
  548. this.label1.TabIndex = 0;
  549. this.label1.Text = "跟踪单号:";
  550. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  551. //
  552. // BtnCall
  553. //
  554. this.BtnCall.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  555. this.BtnCall.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
  556. this.BtnCall.Appearance.Options.UseBackColor = true;
  557. this.BtnCall.Appearance.Options.UseFont = true;
  558. this.BtnCall.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  559. this.BtnCall.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  560. this.BtnCall.Location = new System.Drawing.Point(490, 684);
  561. this.BtnCall.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  562. this.BtnCall.Name = "BtnCall";
  563. this.BtnCall.Size = new System.Drawing.Size(110, 50);
  564. this.BtnCall.TabIndex = 33;
  565. this.BtnCall.Text = "叫料";
  566. this.BtnCall.Click += new System.EventHandler(this.BtnCall_Click);
  567. //
  568. // repositoryItemGridLookUpEdit1View
  569. //
  570. this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  571. this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
  572. this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  573. this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  574. //
  575. // BtnBack
  576. //
  577. this.BtnBack.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  578. this.BtnBack.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
  579. this.BtnBack.Appearance.Options.UseBackColor = true;
  580. this.BtnBack.Appearance.Options.UseFont = true;
  581. this.BtnBack.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  582. this.BtnBack.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  583. this.BtnBack.Location = new System.Drawing.Point(631, 684);
  584. this.BtnBack.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  585. this.BtnBack.Name = "BtnBack";
  586. this.BtnBack.Size = new System.Drawing.Size(110, 50);
  587. this.BtnBack.TabIndex = 34;
  588. this.BtnBack.Text = "料框返回";
  589. this.BtnBack.Click += new System.EventHandler(this.BtnBack_Click);
  590. //
  591. // FormICSAgvSlOrBackHH
  592. //
  593. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  594. this.Appearance.Options.UseBackColor = true;
  595. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  596. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  597. this.ClientSize = new System.Drawing.Size(899, 747);
  598. this.Controls.Add(this.BtnBack);
  599. this.Controls.Add(this.BtnCall);
  600. this.Controls.Add(this.lblTitle);
  601. this.Controls.Add(this.tableLayoutPanel1);
  602. this.Controls.Add(this.btnClose);
  603. this.Controls.Add(this.can);
  604. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  605. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  606. this.Name = "FormICSAgvSlOrBackHH";
  607. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  608. this.Text = "FormContainerAddEdit";
  609. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  610. ((System.ComponentModel.ISupportInitialize)(this.LookUpEditLocation)).EndInit();
  611. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  612. ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
  613. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  614. this.panelControl1.ResumeLayout(false);
  615. this.tableLayoutPanel1.ResumeLayout(false);
  616. ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.gridViewSon)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.TxtOnQty)).EndInit();
  619. this.panel1.ResumeLayout(false);
  620. this.panel1.PerformLayout();
  621. ((System.ComponentModel.ISupportInitialize)(this.TxtItemName.Properties)).EndInit();
  622. ((System.ComponentModel.ISupportInitialize)(this.TxtOpName.Properties)).EndInit();
  623. ((System.ComponentModel.ISupportInitialize)(this.TxtOpcode.Properties)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.TxtItemcode.Properties)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.TxtMocode.Properties)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.TxtLotno.Properties)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
  628. this.ResumeLayout(false);
  629. }
  630. #endregion
  631. private DevExpress.XtraEditors.SimpleButton btnClose;
  632. private DevExpress.XtraEditors.LabelControl lblTitle;
  633. private DevExpress.XtraEditors.SimpleButton can;
  634. private DevExpress.XtraEditors.PanelControl panelControl1;
  635. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  636. private System.Windows.Forms.Panel panel1;
  637. private System.Windows.Forms.Label label1;
  638. private DevExpress.XtraEditors.SimpleButton BtnCall;
  639. private DevExpress.XtraEditors.TextEdit TxtItemName;
  640. private System.Windows.Forms.Label label6;
  641. private DevExpress.XtraEditors.TextEdit TxtOpName;
  642. private System.Windows.Forms.Label label5;
  643. private DevExpress.XtraEditors.TextEdit TxtOpcode;
  644. private System.Windows.Forms.Label label4;
  645. private DevExpress.XtraEditors.TextEdit TxtItemcode;
  646. private System.Windows.Forms.Label label3;
  647. private DevExpress.XtraEditors.TextEdit TxtMocode;
  648. private System.Windows.Forms.Label label2;
  649. private DevExpress.XtraEditors.TextEdit TxtLotno;
  650. private DevExpress.XtraGrid.GridControl gridControl1;
  651. private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
  652. private DevExpress.XtraGrid.Columns.GridColumn ;
  653. private DevExpress.XtraGrid.Columns.GridColumn ;
  654. private DevExpress.XtraGrid.Columns.GridColumn ;
  655. private DevExpress.XtraGrid.Columns.GridColumn ;
  656. private DevExpress.XtraGrid.Columns.GridColumn ;
  657. private DevExpress.XtraGrid.Columns.GridColumn ;
  658. private DevExpress.XtraGrid.Columns.GridColumn ;
  659. private DevExpress.XtraGrid.Columns.GridColumn AGVID;
  660. private DevExpress.XtraGrid.GridControl gridControl2;
  661. private DevExpress.XtraGrid.Views.Grid.GridView gridViewSon;
  662. private DevExpress.XtraGrid.Columns.GridColumn ColSelect;
  663. private DevExpress.XtraGrid.Columns.GridColumn ID;
  664. private DevExpress.XtraGrid.Columns.GridColumn OnQty;
  665. private DevExpress.XtraGrid.Columns.GridColumn ArriveStatus;
  666. private DevExpress.XtraGrid.Columns.GridColumn BackStatus;
  667. private DevExpress.XtraGrid.Columns.GridColumn ;
  668. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit LookUpEditLocation;
  669. private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
  670. private DevExpress.XtraGrid.Columns.GridColumn ;
  671. private DevExpress.XtraGrid.Columns.GridColumn ;
  672. private DevExpress.XtraEditors.SimpleButton BtnBack;
  673. private DevExpress.XtraGrid.Columns.GridColumn ;
  674. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit TxtOnQty;
  675. private DevExpress.XtraGrid.Columns.GridColumn DETAILID;
  676. private DevExpress.XtraGrid.Columns.GridColumn ;
  677. }
  678. }