华恒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.

581 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOrderBoard
  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. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.labTime = new DevExpress.XtraEditors.LabelControl();
  32. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  33. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  34. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  37. this.grdAll = new DevExpress.XtraGrid.GridControl();
  38. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this. = 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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  57. this.invcode = new System.Windows.Forms.TextBox();
  58. this.mocode = new System.Windows.Forms.TextBox();
  59. this.btnSearch = new System.Windows.Forms.Button();
  60. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  61. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  62. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  63. this.RefreshTimer = new System.Windows.Forms.Timer(this.components);
  64. this.timer = new System.Windows.Forms.Timer(this.components);
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  66. this.panelControl3.SuspendLayout();
  67. this.tableLayoutPanel1.SuspendLayout();
  68. this.tableLayoutPanel3.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grdAll)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  74. this.splitContainerControl1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // panelControl3
  79. //
  80. this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
  81. this.panelControl3.Appearance.Options.UseBackColor = true;
  82. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  83. this.panelControl3.Controls.Add(this.tableLayoutPanel1);
  84. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  86. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  87. this.panelControl3.Name = "panelControl3";
  88. this.panelControl3.Size = new System.Drawing.Size(1045, 77);
  89. this.panelControl3.TabIndex = 15;
  90. //
  91. // tableLayoutPanel1
  92. //
  93. this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  94. this.tableLayoutPanel1.ColumnCount = 3;
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 343F));
  97. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  98. this.tableLayoutPanel1.Controls.Add(this.labTime, 2, 0);
  99. this.tableLayoutPanel1.Controls.Add(this.lblTitle, 1, 0);
  100. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
  101. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  103. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  105. this.tableLayoutPanel1.RowCount = 1;
  106. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  107. this.tableLayoutPanel1.Size = new System.Drawing.Size(1045, 77);
  108. this.tableLayoutPanel1.TabIndex = 13;
  109. //
  110. // labTime
  111. //
  112. this.labTime.Anchor = System.Windows.Forms.AnchorStyles.Right;
  113. this.labTime.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.labTime.Appearance.ForeColor = System.Drawing.Color.White;
  115. this.labTime.Location = new System.Drawing.Point(915, 21);
  116. this.labTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  117. this.labTime.Name = "labTime";
  118. this.labTime.Size = new System.Drawing.Size(127, 35);
  119. this.labTime.TabIndex = 0;
  120. this.labTime.Text = "2017-3-30";
  121. this.labTime.Click += new System.EventHandler(this.btnClose_Click);
  122. //
  123. // lblTitle
  124. //
  125. this.lblTitle.Anchor = System.Windows.Forms.AnchorStyles.None;
  126. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  128. this.lblTitle.Location = new System.Drawing.Point(369, 16);
  129. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  130. this.lblTitle.Name = "lblTitle";
  131. this.lblTitle.Size = new System.Drawing.Size(306, 45);
  132. this.lblTitle.TabIndex = 0;
  133. this.lblTitle.Text = "产品跟踪单状态看板";
  134. this.lblTitle.Click += new System.EventHandler(this.lblTitle_Click);
  135. //
  136. // tableLayoutPanel3
  137. //
  138. this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  139. this.tableLayoutPanel3.ColumnCount = 2;
  140. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1F));
  141. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  142. this.tableLayoutPanel3.Controls.Add(this.labelControl1, 1, 0);
  143. this.tableLayoutPanel3.Controls.Add(this.pictureBox1, 0, 0);
  144. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  146. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
  147. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  148. this.tableLayoutPanel3.RowCount = 1;
  149. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  150. this.tableLayoutPanel3.Size = new System.Drawing.Size(351, 77);
  151. this.tableLayoutPanel3.TabIndex = 3;
  152. //
  153. // labelControl1
  154. //
  155. this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  156. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  158. this.labelControl1.Location = new System.Drawing.Point(4, 21);
  159. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  160. this.labelControl1.Name = "labelControl1";
  161. this.labelControl1.Size = new System.Drawing.Size(312, 35);
  162. this.labelControl1.TabIndex = 3;
  163. this.labelControl1.Text = "昆山华恒焊接股份有限公司";
  164. //
  165. // pictureBox1
  166. //
  167. this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  168. this.pictureBox1.Location = new System.Drawing.Point(0, 13);
  169. this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
  170. this.pictureBox1.Name = "pictureBox1";
  171. this.pictureBox1.Size = new System.Drawing.Size(1, 51);
  172. this.pictureBox1.TabIndex = 4;
  173. this.pictureBox1.TabStop = false;
  174. //
  175. // panelControl4
  176. //
  177. this.panelControl4.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
  178. this.panelControl4.Appearance.Options.UseBackColor = true;
  179. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  180. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  181. this.panelControl4.Location = new System.Drawing.Point(0, 464);
  182. this.panelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.panelControl4.Name = "panelControl4";
  184. this.panelControl4.Size = new System.Drawing.Size(1044, 1);
  185. this.panelControl4.TabIndex = 30;
  186. //
  187. // grdAll
  188. //
  189. this.grdAll.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.grdAll.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  191. this.grdAll.Location = new System.Drawing.Point(0, 0);
  192. this.grdAll.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;
  193. this.grdAll.LookAndFeel.UseDefaultLookAndFeel = false;
  194. this.grdAll.MainView = this.grvDetail;
  195. this.grdAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  196. this.grdAll.Name = "grdAll";
  197. this.grdAll.Size = new System.Drawing.Size(1044, 338);
  198. this.grdAll.TabIndex = 35;
  199. this.grdAll.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  200. this.grvDetail});
  201. //
  202. // grvDetail
  203. //
  204. this.grvDetail.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  205. this.grvDetail.Appearance.Empty.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  206. this.grvDetail.Appearance.Empty.Options.UseBackColor = true;
  207. this.grvDetail.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  208. this.grvDetail.Appearance.EvenRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  209. this.grvDetail.Appearance.EvenRow.Options.UseBackColor = true;
  210. this.grvDetail.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  211. this.grvDetail.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  212. this.grvDetail.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  213. this.grvDetail.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold);
  214. this.grvDetail.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.White;
  215. this.grvDetail.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  216. this.grvDetail.Appearance.HeaderPanel.Options.UseBackColor = true;
  217. this.grvDetail.Appearance.HeaderPanel.Options.UseBorderColor = true;
  218. this.grvDetail.Appearance.HeaderPanel.Options.UseFont = true;
  219. this.grvDetail.Appearance.HeaderPanel.Options.UseForeColor = true;
  220. this.grvDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
  221. this.grvDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  222. this.grvDetail.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  223. this.grvDetail.Appearance.HorzLine.BackColor = System.Drawing.Color.Transparent;
  224. this.grvDetail.Appearance.HorzLine.BackColor2 = System.Drawing.Color.Transparent;
  225. this.grvDetail.Appearance.HorzLine.Options.UseBackColor = true;
  226. this.grvDetail.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  227. this.grvDetail.Appearance.OddRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  228. this.grvDetail.Appearance.OddRow.Options.UseBackColor = true;
  229. this.grvDetail.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 12F);
  230. this.grvDetail.Appearance.Row.ForeColor = System.Drawing.Color.White;
  231. this.grvDetail.Appearance.Row.Options.UseFont = true;
  232. this.grvDetail.Appearance.Row.Options.UseForeColor = true;
  233. this.grvDetail.Appearance.Row.Options.UseTextOptions = true;
  234. this.grvDetail.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  235. this.grvDetail.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  236. this.grvDetail.Appearance.VertLine.BackColor = System.Drawing.Color.Transparent;
  237. this.grvDetail.Appearance.VertLine.BackColor2 = System.Drawing.Color.Transparent;
  238. this.grvDetail.Appearance.VertLine.Options.UseBackColor = true;
  239. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  240. this.,
  241. this.,
  242. this.,
  243. this.,
  244. this.,
  245. this.,
  246. this.,
  247. this.,
  248. this.,
  249. this.,
  250. this.,
  251. this.,
  252. this.,
  253. this.,
  254. this.,
  255. this.,
  256. this.});
  257. this.grvDetail.GridControl = this.grdAll;
  258. this.grvDetail.IndicatorWidth = 35;
  259. this.grvDetail.Name = "grvDetail";
  260. this.grvDetail.OptionsBehavior.Editable = false;
  261. this.grvDetail.OptionsBehavior.ReadOnly = true;
  262. this.grvDetail.OptionsCustomization.AllowFilter = false;
  263. this.grvDetail.OptionsCustomization.AllowGroup = false;
  264. this.grvDetail.OptionsCustomization.AllowQuickHideColumns = false;
  265. this.grvDetail.OptionsCustomization.AllowSort = false;
  266. this.grvDetail.OptionsSelection.EnableAppearanceFocusedCell = false;
  267. this.grvDetail.OptionsSelection.EnableAppearanceFocusedRow = false;
  268. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  269. this.grvDetail.OptionsView.EnableAppearanceEvenRow = true;
  270. this.grvDetail.OptionsView.EnableAppearanceOddRow = true;
  271. this.grvDetail.OptionsView.RowAutoHeight = true;
  272. this.grvDetail.OptionsView.ShowGroupPanel = false;
  273. this.grvDetail.OptionsView.ShowIndicator = false;
  274. //
  275. // 订单状态
  276. //
  277. this..Caption = "订单状态";
  278. this..FieldName = "订单状态";
  279. this..Name = "订单状态";
  280. this..Visible = true;
  281. this..VisibleIndex = 0;
  282. //
  283. // 产品跟踪单号
  284. //
  285. this..Caption = "产品跟踪单号";
  286. this..FieldName = "产品跟踪单号";
  287. this..Name = "产品跟踪单号";
  288. this..Visible = true;
  289. this..VisibleIndex = 1;
  290. //
  291. // 生产工单号
  292. //
  293. this..Caption = "生产工单号";
  294. this..FieldName = "生产工单号";
  295. this..Name = "生产工单号";
  296. this..Visible = true;
  297. this..VisibleIndex = 2;
  298. //
  299. // 工单行号
  300. //
  301. this..Caption = "工单行号";
  302. this..FieldName = "工单行号";
  303. this..Name = "工单行号";
  304. this..Visible = true;
  305. this..VisibleIndex = 3;
  306. //
  307. // 产品编码
  308. //
  309. this..Caption = "产品编码";
  310. this..FieldName = "产品编码";
  311. this..Name = "产品编码";
  312. this..Visible = true;
  313. this..VisibleIndex = 4;
  314. //
  315. // 产品名称
  316. //
  317. this..Caption = "产品名称";
  318. this..FieldName = "产品名称";
  319. this..Name = "产品名称";
  320. this..Visible = true;
  321. this..VisibleIndex = 5;
  322. //
  323. // 预计开工时间
  324. //
  325. this..Caption = "预计开工时间";
  326. this..FieldName = "预计开工时间";
  327. this..Name = "预计开工时间";
  328. this..Visible = true;
  329. this..VisibleIndex = 6;
  330. //
  331. // 预计完工时间
  332. //
  333. this..Caption = "预计完工时间";
  334. this..FieldName = "预计完工时间";
  335. this..Name = "预计完工时间";
  336. this..Visible = true;
  337. this..VisibleIndex = 7;
  338. //
  339. // 产品工序
  340. //
  341. this..Caption = "产品工序";
  342. this..FieldName = "产品工序";
  343. this..Name = "产品工序";
  344. this..Visible = true;
  345. this..VisibleIndex = 8;
  346. //
  347. // 下道工序
  348. //
  349. this..Caption = "下道工序";
  350. this..FieldName = "下道工序";
  351. this..Name = "下道工序";
  352. this..Visible = true;
  353. this..VisibleIndex = 10;
  354. //
  355. // 跟踪单数量
  356. //
  357. this..Caption = "跟踪单数量";
  358. this..FieldName = "跟踪单数量";
  359. this..Name = "跟踪单数量";
  360. this..Visible = true;
  361. this..VisibleIndex = 11;
  362. //
  363. // 工单数量
  364. //
  365. this..Caption = "工单数量";
  366. this..FieldName = "工单数量";
  367. this..Name = "工单数量";
  368. this..Visible = true;
  369. this..VisibleIndex = 12;
  370. //
  371. // 工单完成率
  372. //
  373. this..Caption = "工序完成率";
  374. this..FieldName = "工序完成率";
  375. this..Name = "工单完成率";
  376. this..Visible = true;
  377. this..VisibleIndex = 13;
  378. //
  379. // 生产部门
  380. //
  381. this..Caption = "生产部门";
  382. this..FieldName = "生产部门";
  383. this..Name = "生产部门";
  384. this..Visible = true;
  385. this..VisibleIndex = 14;
  386. //
  387. // 最新操作人员
  388. //
  389. this..Caption = "最新操作人员";
  390. this..FieldName = "最新操作人员";
  391. this..Name = "最新操作人员";
  392. this..Visible = true;
  393. this..VisibleIndex = 15;
  394. //
  395. // 是否正常
  396. //
  397. this..Caption = "是否正常";
  398. this..FieldName = "是否正常";
  399. this..Name = "是否正常";
  400. this..Visible = true;
  401. this..VisibleIndex = 16;
  402. //
  403. // 实际完工时间
  404. //
  405. this..Caption = "实际完工时间";
  406. this..FieldName = "实际完工时间";
  407. this..Name = "实际完工时间";
  408. this..Visible = true;
  409. this..VisibleIndex = 9;
  410. //
  411. // splitContainerControl1
  412. //
  413. this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(77)))), ((int)(((byte)(83)))));
  414. this.splitContainerControl1.Appearance.Options.UseBackColor = true;
  415. this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.splitContainerControl1.Horizontal = false;
  417. this.splitContainerControl1.Location = new System.Drawing.Point(0, 77);
  418. this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  419. this.splitContainerControl1.Name = "splitContainerControl1";
  420. this.splitContainerControl1.Panel1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  421. this.splitContainerControl1.Panel1.Appearance.Options.UseBackColor = true;
  422. this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
  423. this.splitContainerControl1.Panel1.Controls.Add(this.invcode);
  424. this.splitContainerControl1.Panel1.Controls.Add(this.mocode);
  425. this.splitContainerControl1.Panel1.Controls.Add(this.btnSearch);
  426. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
  427. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
  428. this.splitContainerControl1.Panel1.Text = "Panel1";
  429. this.splitContainerControl1.Panel2.Controls.Add(this.grdAll);
  430. this.splitContainerControl1.Panel2.Text = "Panel2";
  431. this.splitContainerControl1.Size = new System.Drawing.Size(1044, 387);
  432. this.splitContainerControl1.SplitterPosition = 44;
  433. this.splitContainerControl1.TabIndex = 37;
  434. this.splitContainerControl1.Text = "splitContainerControl1";
  435. //
  436. // invcode
  437. //
  438. this.invcode.Location = new System.Drawing.Point(473, 11);
  439. this.invcode.Name = "invcode";
  440. this.invcode.Size = new System.Drawing.Size(183, 26);
  441. this.invcode.TabIndex = 212;
  442. //
  443. // mocode
  444. //
  445. this.mocode.Location = new System.Drawing.Point(148, 11);
  446. this.mocode.Name = "mocode";
  447. this.mocode.Size = new System.Drawing.Size(183, 26);
  448. this.mocode.TabIndex = 211;
  449. //
  450. // btnSearch
  451. //
  452. this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(109)))), ((int)(((byte)(115)))));
  453. this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 13F);
  454. this.btnSearch.ForeColor = System.Drawing.Color.White;
  455. this.btnSearch.Location = new System.Drawing.Point(711, 4);
  456. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  457. this.btnSearch.Name = "btnSearch";
  458. this.btnSearch.Size = new System.Drawing.Size(96, 38);
  459. this.btnSearch.TabIndex = 210;
  460. this.btnSearch.Text = "查询";
  461. this.btnSearch.UseVisualStyleBackColor = false;
  462. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  463. //
  464. // labelControl3
  465. //
  466. this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 13F);
  467. this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
  468. this.labelControl3.Location = new System.Drawing.Point(368, 7);
  469. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  470. this.labelControl3.Name = "labelControl3";
  471. this.labelControl3.Size = new System.Drawing.Size(110, 30);
  472. this.labelControl3.TabIndex = 208;
  473. this.labelControl3.Text = "存货编码:";
  474. //
  475. // labelControl2
  476. //
  477. this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 13F);
  478. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
  479. this.labelControl2.Location = new System.Drawing.Point(24, 8);
  480. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  481. this.labelControl2.Name = "labelControl2";
  482. this.labelControl2.Size = new System.Drawing.Size(132, 30);
  483. this.labelControl2.TabIndex = 208;
  484. this.labelControl2.Text = "生产订单号:";
  485. //
  486. // panelControl2
  487. //
  488. this.panelControl2.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
  489. this.panelControl2.Appearance.Options.UseBackColor = true;
  490. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  491. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
  492. this.panelControl2.Location = new System.Drawing.Point(1044, 77);
  493. this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  494. this.panelControl2.Name = "panelControl2";
  495. this.panelControl2.Size = new System.Drawing.Size(1, 388);
  496. this.panelControl2.TabIndex = 28;
  497. //
  498. // RefreshTimer
  499. //
  500. this.RefreshTimer.Tick += new System.EventHandler(this.RefreshTimer_Tick);
  501. //
  502. // timer
  503. //
  504. this.timer.Interval = 1000;
  505. this.timer.Tick += new System.EventHandler(this.timer_Tick);
  506. //
  507. // FormICSOrderBoard
  508. //
  509. this.Appearance.BackColor = System.Drawing.Color.White;
  510. this.Appearance.Options.UseBackColor = true;
  511. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  512. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  513. this.ClientSize = new System.Drawing.Size(1045, 465);
  514. this.Controls.Add(this.splitContainerControl1);
  515. this.Controls.Add(this.panelControl4);
  516. this.Controls.Add(this.panelControl2);
  517. this.Controls.Add(this.panelControl3);
  518. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  519. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  520. this.Name = "FormICSOrderBoard";
  521. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  522. this.Load += new System.EventHandler(this.FormICSOrderBoard_Load);
  523. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  524. this.panelControl3.ResumeLayout(false);
  525. this.tableLayoutPanel1.ResumeLayout(false);
  526. this.tableLayoutPanel1.PerformLayout();
  527. this.tableLayoutPanel3.ResumeLayout(false);
  528. this.tableLayoutPanel3.PerformLayout();
  529. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.grdAll)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  534. this.splitContainerControl1.ResumeLayout(false);
  535. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  536. this.ResumeLayout(false);
  537. }
  538. #endregion
  539. private DevExpress.XtraEditors.PanelControl panelControl3;
  540. private DevExpress.XtraEditors.PanelControl panelControl4;
  541. private DevExpress.XtraGrid.GridControl grdAll;
  542. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  543. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  544. private DevExpress.XtraEditors.LabelControl lblTitle;
  545. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  546. private DevExpress.XtraEditors.PanelControl panelControl2;
  547. private System.Windows.Forms.Timer RefreshTimer;
  548. private DevExpress.XtraEditors.LabelControl labTime;
  549. private System.Windows.Forms.Timer timer;
  550. private DevExpress.XtraEditors.LabelControl labelControl1;
  551. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  552. private System.Windows.Forms.PictureBox pictureBox1;
  553. private DevExpress.XtraEditors.LabelControl labelControl2;
  554. private DevExpress.XtraEditors.LabelControl labelControl3;
  555. private System.Windows.Forms.Button btnSearch;
  556. private System.Windows.Forms.TextBox invcode;
  557. private System.Windows.Forms.TextBox mocode;
  558. private DevExpress.XtraGrid.Columns.GridColumn ;
  559. private DevExpress.XtraGrid.Columns.GridColumn ;
  560. private DevExpress.XtraGrid.Columns.GridColumn ;
  561. private DevExpress.XtraGrid.Columns.GridColumn ;
  562. private DevExpress.XtraGrid.Columns.GridColumn ;
  563. private DevExpress.XtraGrid.Columns.GridColumn ;
  564. private DevExpress.XtraGrid.Columns.GridColumn ;
  565. private DevExpress.XtraGrid.Columns.GridColumn ;
  566. private DevExpress.XtraGrid.Columns.GridColumn ;
  567. private DevExpress.XtraGrid.Columns.GridColumn ;
  568. private DevExpress.XtraGrid.Columns.GridColumn ;
  569. private DevExpress.XtraGrid.Columns.GridColumn ;
  570. private DevExpress.XtraGrid.Columns.GridColumn ;
  571. private DevExpress.XtraGrid.Columns.GridColumn ;
  572. private DevExpress.XtraGrid.Columns.GridColumn ;
  573. private DevExpress.XtraGrid.Columns.GridColumn ;
  574. private DevExpress.XtraGrid.Columns.GridColumn ;
  575. }
  576. }