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

504 lines
30 KiB

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