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

1212 lines
62 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormScheduling
  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. DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormScheduling));
  31. DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
  32. DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
  33. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.Id = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.ResourceId = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.Subject = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.Location = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.Description = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.StartTime = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.EndTime = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.ScheduledQty = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.EQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.EQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.SSCode = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.SSName = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colOPName = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colSTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colRTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  50. this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  51. this.tsmiToday = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmiDate = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmiLast = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmiNext = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmiTop = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tsmiBottom = new System.Windows.Forms.ToolStripMenuItem();
  57. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  58. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colProjectCode = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colMOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.coliRowNo = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colcCusName = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.coliQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.coldcreatesystime = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.coldPreDate = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colcInvStd = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.colInvName = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.colDepName = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.colSOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.colSORow = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.colWeek = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.colStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.colEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
  77. this.colComplete = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.colMadeTime = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.colStopTime = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.colBomQty = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.colcMemo = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  85. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  87. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.colAutoID = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.colColor = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  92. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  93. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  94. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  95. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  96. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  97. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  98. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  99. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  100. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  101. this.schedulerControl = new DevExpress.XtraScheduler.SchedulerControl();
  102. this.schedulerStorage = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
  103. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  104. this.panel1 = new System.Windows.Forms.Panel();
  105. this.btnNoScheduler = new System.Windows.Forms.RadioButton();
  106. this.btnHasScheduler = new System.Windows.Forms.RadioButton();
  107. this.btnAll = new System.Windows.Forms.RadioButton();
  108. this.txtSOCode = new DevExpress.XtraEditors.GridLookUpEdit();
  109. this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
  110. this.label4 = new System.Windows.Forms.Label();
  111. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  112. this.label1 = new System.Windows.Forms.Label();
  113. this.dtpdcreatesystimeS = new System.Windows.Forms.DateTimePicker();
  114. this.label2 = new System.Windows.Forms.Label();
  115. this.dtpdcreatesystimeE = new System.Windows.Forms.DateTimePicker();
  116. this.label3 = new System.Windows.Forms.Label();
  117. this.dtpdPreDateS = new System.Windows.Forms.DateTimePicker();
  118. this.dtpdPreDateE = new System.Windows.Forms.DateTimePicker();
  119. this.label5 = new System.Windows.Forms.Label();
  120. this.label6 = new System.Windows.Forms.Label();
  121. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  123. this.contextMenuStrip.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  126. this.groupControl1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  130. this.panelControl3.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  134. this.splitContainer1.Panel1.SuspendLayout();
  135. this.splitContainer1.Panel2.SuspendLayout();
  136. this.splitContainer1.SuspendLayout();
  137. this.panel1.SuspendLayout();
  138. ((System.ComponentModel.ISupportInitialize)(this.txtSOCode.Properties)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
  140. this.SuspendLayout();
  141. //
  142. // gridView
  143. //
  144. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  145. this.Id,
  146. this.ResourceId,
  147. this.Subject,
  148. this.Location,
  149. this.Description,
  150. this.StartTime,
  151. this.EndTime,
  152. this.ScheduledQty,
  153. this.EQPCode,
  154. this.EQPName,
  155. this.SSCode,
  156. this.SSName,
  157. this.colOPName,
  158. this.colSTIME,
  159. this.colRTIME});
  160. this.gridView.GridControl = this.grdDetail;
  161. this.gridView.IndicatorWidth = 40;
  162. this.gridView.Name = "gridView";
  163. this.gridView.OptionsPrint.AutoWidth = false;
  164. this.gridView.OptionsView.ColumnAutoWidth = false;
  165. this.gridView.OptionsView.ShowGroupPanel = false;
  166. this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
  167. new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.StartTime, DevExpress.Data.ColumnSortOrder.Ascending)});
  168. this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  169. this.gridView.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView_PopupMenuShowing);
  170. //
  171. // Id
  172. //
  173. this.Id.Caption = "Id";
  174. this.Id.FieldName = "Id";
  175. this.Id.Name = "Id";
  176. this.Id.OptionsColumn.ReadOnly = true;
  177. //
  178. // ResourceId
  179. //
  180. this.ResourceId.Caption = "ResourceId";
  181. this.ResourceId.FieldName = "ResourceId";
  182. this.ResourceId.Name = "ResourceId";
  183. this.ResourceId.OptionsColumn.ReadOnly = true;
  184. //
  185. // Subject
  186. //
  187. this.Subject.Caption = "生产订单号";
  188. this.Subject.FieldName = "Subject";
  189. this.Subject.Name = "Subject";
  190. this.Subject.OptionsColumn.ReadOnly = true;
  191. //
  192. // Location
  193. //
  194. this.Location.Caption = "工序";
  195. this.Location.FieldName = "Location";
  196. this.Location.Name = "Location";
  197. this.Location.OptionsColumn.ReadOnly = true;
  198. this.Location.Visible = true;
  199. this.Location.VisibleIndex = 8;
  200. //
  201. // Description
  202. //
  203. this.Description.Caption = "工序次序";
  204. this.Description.FieldName = "Description";
  205. this.Description.Name = "Description";
  206. this.Description.OptionsColumn.ReadOnly = true;
  207. this.Description.Visible = true;
  208. this.Description.VisibleIndex = 7;
  209. //
  210. // StartTime
  211. //
  212. this.StartTime.Caption = "开始时间";
  213. this.StartTime.FieldName = "StartTime";
  214. this.StartTime.Name = "StartTime";
  215. this.StartTime.OptionsColumn.ReadOnly = true;
  216. this.StartTime.Visible = true;
  217. this.StartTime.VisibleIndex = 0;
  218. //
  219. // EndTime
  220. //
  221. this.EndTime.Caption = "结束时间";
  222. this.EndTime.FieldName = "EndTime";
  223. this.EndTime.Name = "EndTime";
  224. this.EndTime.OptionsColumn.ReadOnly = true;
  225. this.EndTime.Visible = true;
  226. this.EndTime.VisibleIndex = 1;
  227. //
  228. // ScheduledQty
  229. //
  230. this.ScheduledQty.Caption = "排产数量";
  231. this.ScheduledQty.FieldName = "ScheduledQty";
  232. this.ScheduledQty.Name = "ScheduledQty";
  233. this.ScheduledQty.OptionsColumn.ReadOnly = true;
  234. this.ScheduledQty.Visible = true;
  235. this.ScheduledQty.VisibleIndex = 2;
  236. //
  237. // EQPCode
  238. //
  239. this.EQPCode.Caption = "机台号";
  240. this.EQPCode.FieldName = "EQPCode";
  241. this.EQPCode.Name = "EQPCode";
  242. this.EQPCode.OptionsColumn.ReadOnly = true;
  243. this.EQPCode.Visible = true;
  244. this.EQPCode.VisibleIndex = 3;
  245. //
  246. // EQPName
  247. //
  248. this.EQPName.Caption = "机台名称";
  249. this.EQPName.FieldName = "EQPName";
  250. this.EQPName.Name = "EQPName";
  251. this.EQPName.OptionsColumn.ReadOnly = true;
  252. this.EQPName.Visible = true;
  253. this.EQPName.VisibleIndex = 4;
  254. //
  255. // SSCode
  256. //
  257. this.SSCode.Caption = "产线代码";
  258. this.SSCode.FieldName = "SSCode";
  259. this.SSCode.Name = "SSCode";
  260. this.SSCode.OptionsColumn.ReadOnly = true;
  261. this.SSCode.Visible = true;
  262. this.SSCode.VisibleIndex = 5;
  263. //
  264. // SSName
  265. //
  266. this.SSName.Caption = "产线名称";
  267. this.SSName.FieldName = "SSName";
  268. this.SSName.Name = "SSName";
  269. this.SSName.OptionsColumn.ReadOnly = true;
  270. this.SSName.Visible = true;
  271. this.SSName.VisibleIndex = 6;
  272. //
  273. // colOPName
  274. //
  275. this.colOPName.Caption = "工序名称";
  276. this.colOPName.FieldName = "OPName";
  277. this.colOPName.Name = "colOPName";
  278. this.colOPName.OptionsColumn.ReadOnly = true;
  279. this.colOPName.Visible = true;
  280. this.colOPName.VisibleIndex = 9;
  281. //
  282. // colSTIME
  283. //
  284. this.colSTIME.Caption = "标准工时";
  285. this.colSTIME.FieldName = "STIME";
  286. this.colSTIME.Name = "colSTIME";
  287. this.colSTIME.OptionsColumn.ReadOnly = true;
  288. this.colSTIME.Visible = true;
  289. this.colSTIME.VisibleIndex = 10;
  290. //
  291. // colRTIME
  292. //
  293. this.colRTIME.Caption = "准备工时";
  294. this.colRTIME.FieldName = "RTIME";
  295. this.colRTIME.Name = "colRTIME";
  296. this.colRTIME.OptionsColumn.ReadOnly = true;
  297. this.colRTIME.Visible = true;
  298. this.colRTIME.VisibleIndex = 11;
  299. //
  300. // grdDetail
  301. //
  302. this.grdDetail.ContextMenuStrip = this.contextMenuStrip;
  303. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  304. gridLevelNode1.LevelTemplate = this.gridView;
  305. gridLevelNode1.RelationName = "详情";
  306. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  307. gridLevelNode1});
  308. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  309. this.grdDetail.MainView = this.grvDetail;
  310. this.grdDetail.Name = "grdDetail";
  311. this.grdDetail.Size = new System.Drawing.Size(555, 525);
  312. this.grdDetail.TabIndex = 0;
  313. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  314. this.grvDetail,
  315. this.gridView});
  316. //
  317. // contextMenuStrip
  318. //
  319. this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  320. this.tsmiToday,
  321. this.tsmiDate,
  322. this.tsmiLast,
  323. this.tsmiNext,
  324. this.tsmiTop,
  325. this.tsmiBottom});
  326. this.contextMenuStrip.Name = "contextMenuStrip1";
  327. this.contextMenuStrip.Size = new System.Drawing.Size(125, 136);
  328. this.contextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip_ItemClicked);
  329. //
  330. // tsmiToday
  331. //
  332. //this.tsmiToday.Image = global::ICSSoft.Frame.APP.Properties.Resources.change_easyicon_net;
  333. this.tsmiToday.Name = "tsmiToday";
  334. this.tsmiToday.Size = new System.Drawing.Size(124, 22);
  335. this.tsmiToday.Text = "至今日";
  336. //
  337. // tsmiDate
  338. //
  339. //this.tsmiDate.Image = global::ICSSoft.Frame.APP.Properties.Resources.refresh_easyicon_net;
  340. this.tsmiDate.Name = "tsmiDate";
  341. this.tsmiDate.Size = new System.Drawing.Size(124, 22);
  342. this.tsmiDate.Text = "跳转日期";
  343. //
  344. // tsmiLast
  345. //
  346. //this.tsmiLast.Image = global::ICSSoft.Frame.APP.Properties.Resources.box_out_easyicon_net;
  347. this.tsmiLast.Name = "tsmiLast";
  348. this.tsmiLast.Size = new System.Drawing.Size(124, 22);
  349. this.tsmiLast.Text = "上移";
  350. //
  351. // tsmiNext
  352. //
  353. // this.tsmiNext.Image = global::ICSSoft.Frame.APP.Properties.Resources.box_in_easyicon_net;
  354. this.tsmiNext.Name = "tsmiNext";
  355. this.tsmiNext.Size = new System.Drawing.Size(124, 22);
  356. this.tsmiNext.Text = "下移";
  357. //
  358. // tsmiTop
  359. //
  360. // this.tsmiTop.Image = global::ICSSoft.Frame.APP.Properties.Resources.multi_easyicon_net;
  361. this.tsmiTop.Name = "tsmiTop";
  362. this.tsmiTop.Size = new System.Drawing.Size(124, 22);
  363. this.tsmiTop.Text = "当日置顶";
  364. //
  365. // tsmiBottom
  366. //
  367. //this.tsmiBottom.Image = global::ICSSoft.Frame.APP.Properties.Resources.reply_easyicon_net;
  368. this.tsmiBottom.Name = "tsmiBottom";
  369. this.tsmiBottom.Size = new System.Drawing.Size(124, 22);
  370. this.tsmiBottom.Text = "当日置底";
  371. //
  372. // grvDetail
  373. //
  374. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  375. this.colisSelect,
  376. this.colProjectCode,
  377. this.colMOCode,
  378. this.coliRowNo,
  379. this.colcCusName,
  380. this.coliQuantity,
  381. this.coldcreatesystime,
  382. this.coldPreDate,
  383. this.colcInvStd,
  384. this.colcInvCode,
  385. this.colInvName,
  386. this.colINVUOM,
  387. this.colDepName,
  388. this.colSOCode,
  389. this.colSORow,
  390. this.colStatus,
  391. this.colWeek,
  392. this.colStartTime,
  393. this.colEndTime,
  394. this.colComplete,
  395. this.colMadeTime,
  396. this.colStopTime,
  397. this.colBomQty,
  398. this.colcMemo,
  399. this.colLotNO,
  400. this.colMUSER,
  401. this.colMUSERName,
  402. this.colMTIME,
  403. this.colEATTRIBUTE1,
  404. this.colID,
  405. this.colAutoID,
  406. this.colColor,
  407. this.colROUTECODE});
  408. this.grvDetail.GridControl = this.grdDetail;
  409. this.grvDetail.IndicatorWidth = 40;
  410. this.grvDetail.Name = "grvDetail";
  411. this.grvDetail.OptionsCustomization.AllowSort = false;
  412. this.grvDetail.OptionsPrint.AutoWidth = false;
  413. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  414. this.grvDetail.OptionsView.ShowFooter = true;
  415. this.grvDetail.OptionsView.ShowGroupPanel = false;
  416. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  417. this.grvDetail.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.grvDetail_PopupMenuShowing);
  418. //
  419. // colisSelect
  420. //
  421. this.colisSelect.Caption = "选择";
  422. this.colisSelect.FieldName = "isSelect";
  423. this.colisSelect.Name = "colisSelect";
  424. this.colisSelect.OptionsColumn.ReadOnly = true;
  425. //
  426. // colProjectCode
  427. //
  428. this.colProjectCode.Caption = "项目号";
  429. this.colProjectCode.FieldName = "ProjectCode";
  430. this.colProjectCode.Name = "colProjectCode";
  431. this.colProjectCode.OptionsColumn.ReadOnly = true;
  432. this.colProjectCode.Visible = true;
  433. this.colProjectCode.VisibleIndex = 0;
  434. //
  435. // colMOCode
  436. //
  437. this.colMOCode.Caption = "生产订单号";
  438. this.colMOCode.FieldName = "MOCode";
  439. this.colMOCode.Name = "colMOCode";
  440. this.colMOCode.OptionsColumn.ReadOnly = true;
  441. this.colMOCode.Visible = true;
  442. this.colMOCode.VisibleIndex = 1;
  443. //
  444. // coliRowNo
  445. //
  446. this.coliRowNo.Caption = "行号";
  447. this.coliRowNo.FieldName = "iRowNo";
  448. this.coliRowNo.Name = "coliRowNo";
  449. this.coliRowNo.OptionsColumn.ReadOnly = true;
  450. //
  451. // colcCusName
  452. //
  453. this.colcCusName.Caption = "客户名";
  454. this.colcCusName.FieldName = "cCusName";
  455. this.colcCusName.Name = "colcCusName";
  456. this.colcCusName.OptionsColumn.ReadOnly = true;
  457. this.colcCusName.Visible = true;
  458. this.colcCusName.VisibleIndex = 2;
  459. this.colcCusName.Width = 128;
  460. //
  461. // coliQuantity
  462. //
  463. this.coliQuantity.Caption = "数量";
  464. this.coliQuantity.FieldName = "iQuantity";
  465. this.coliQuantity.Name = "coliQuantity";
  466. this.coliQuantity.OptionsColumn.ReadOnly = true;
  467. this.coliQuantity.Visible = true;
  468. this.coliQuantity.VisibleIndex = 6;
  469. //
  470. // coldcreatesystime
  471. //
  472. this.coldcreatesystime.Caption = "预计开工时间";
  473. this.coldcreatesystime.FieldName = "dcreatesystime";
  474. this.coldcreatesystime.Name = "coldcreatesystime";
  475. this.coldcreatesystime.OptionsColumn.ReadOnly = true;
  476. this.coldcreatesystime.Visible = true;
  477. this.coldcreatesystime.VisibleIndex = 9;
  478. //
  479. // coldPreDate
  480. //
  481. this.coldPreDate.Caption = "预计完工时间";
  482. this.coldPreDate.FieldName = "dPreDate";
  483. this.coldPreDate.Name = "coldPreDate";
  484. this.coldPreDate.OptionsColumn.ReadOnly = true;
  485. this.coldPreDate.Visible = true;
  486. this.coldPreDate.VisibleIndex = 10;
  487. //
  488. // colcInvStd
  489. //
  490. this.colcInvStd.Caption = "规格型号";
  491. this.colcInvStd.FieldName = "cInvStd";
  492. this.colcInvStd.Name = "colcInvStd";
  493. this.colcInvStd.OptionsColumn.ReadOnly = true;
  494. this.colcInvStd.Visible = true;
  495. this.colcInvStd.VisibleIndex = 5;
  496. //
  497. // colcInvCode
  498. //
  499. this.colcInvCode.Caption = "产品编码";
  500. this.colcInvCode.FieldName = "cInvCode";
  501. this.colcInvCode.Name = "colcInvCode";
  502. this.colcInvCode.OptionsColumn.ReadOnly = true;
  503. this.colcInvCode.Visible = true;
  504. this.colcInvCode.VisibleIndex = 3;
  505. //
  506. // colInvName
  507. //
  508. this.colInvName.Caption = "产品名称";
  509. this.colInvName.FieldName = "InvName";
  510. this.colInvName.Name = "colInvName";
  511. this.colInvName.OptionsColumn.ReadOnly = true;
  512. this.colInvName.Visible = true;
  513. this.colInvName.VisibleIndex = 4;
  514. //
  515. // colINVUOM
  516. //
  517. this.colINVUOM.Caption = "单位";
  518. this.colINVUOM.FieldName = "INVUOM";
  519. this.colINVUOM.Name = "colINVUOM";
  520. this.colINVUOM.OptionsColumn.ReadOnly = true;
  521. this.colINVUOM.Visible = true;
  522. this.colINVUOM.VisibleIndex = 7;
  523. //
  524. // colDepName
  525. //
  526. this.colDepName.Caption = "部门";
  527. this.colDepName.FieldName = "DepName";
  528. this.colDepName.Name = "colDepName";
  529. this.colDepName.OptionsColumn.ReadOnly = true;
  530. this.colDepName.Visible = true;
  531. this.colDepName.VisibleIndex = 8;
  532. //
  533. // colSOCode
  534. //
  535. this.colSOCode.Caption = "销售订单号";
  536. this.colSOCode.FieldName = "SOCode";
  537. this.colSOCode.Name = "colSOCode";
  538. this.colSOCode.OptionsColumn.ReadOnly = true;
  539. this.colSOCode.Visible = true;
  540. this.colSOCode.VisibleIndex = 11;
  541. //
  542. // colSORow
  543. //
  544. this.colSORow.Caption = "销售订单行号";
  545. this.colSORow.FieldName = "SORow";
  546. this.colSORow.Name = "colSORow";
  547. this.colSORow.OptionsColumn.ReadOnly = true;
  548. this.colSORow.Visible = true;
  549. this.colSORow.VisibleIndex = 12;
  550. //
  551. // colStatus
  552. //
  553. this.colStatus.Caption = "工单状态";
  554. this.colStatus.FieldName = "Status";
  555. this.colStatus.Name = "colStatus";
  556. this.colStatus.OptionsColumn.ReadOnly = true;
  557. this.colStatus.Visible = true;
  558. this.colStatus.VisibleIndex = 14;
  559. //
  560. // colWeek
  561. //
  562. this.colWeek.Caption = "周";
  563. this.colWeek.FieldName = "Week";
  564. this.colWeek.Name = "colWeek";
  565. this.colWeek.OptionsColumn.ReadOnly = true;
  566. //
  567. // colStartTime
  568. //
  569. this.colStartTime.Caption = "开始时间";
  570. this.colStartTime.FieldName = "StartTime";
  571. this.colStartTime.Name = "colStartTime";
  572. this.colStartTime.OptionsColumn.ReadOnly = true;
  573. this.colStartTime.Visible = true;
  574. this.colStartTime.VisibleIndex = 16;
  575. //
  576. // colEndTime
  577. //
  578. this.colEndTime.Caption = "完成时间";
  579. this.colEndTime.FieldName = "EndTime";
  580. this.colEndTime.Name = "colEndTime";
  581. this.colEndTime.OptionsColumn.ReadOnly = true;
  582. this.colEndTime.Visible = true;
  583. this.colEndTime.VisibleIndex = 17;
  584. //
  585. // colComplete
  586. //
  587. this.colComplete.Caption = "完成排产";
  588. this.colComplete.FieldName = "Complete";
  589. this.colComplete.Name = "colComplete";
  590. this.colComplete.OptionsColumn.ReadOnly = true;
  591. this.colComplete.Visible = true;
  592. this.colComplete.VisibleIndex = 18;
  593. //
  594. // colMadeTime
  595. //
  596. this.colMadeTime.Caption = "生产停车时间";
  597. this.colMadeTime.FieldName = "MadeTime";
  598. this.colMadeTime.Name = "colMadeTime";
  599. //
  600. // colStopTime
  601. //
  602. this.colStopTime.Caption = "停车时间";
  603. this.colStopTime.FieldName = "StopTime";
  604. this.colStopTime.Name = "colStopTime";
  605. //
  606. // colBomQty
  607. //
  608. this.colBomQty.Caption = "浆料使用量";
  609. this.colBomQty.FieldName = "BomQty";
  610. this.colBomQty.Name = "colBomQty";
  611. this.colBomQty.OptionsColumn.ReadOnly = true;
  612. //
  613. // colcMemo
  614. //
  615. this.colcMemo.Caption = "备注";
  616. this.colcMemo.FieldName = "cMemo";
  617. this.colcMemo.Name = "colcMemo";
  618. this.colcMemo.Visible = true;
  619. this.colcMemo.VisibleIndex = 13;
  620. //
  621. // colLotNO
  622. //
  623. this.colLotNO.Caption = "批号";
  624. this.colLotNO.FieldName = "LotNO";
  625. this.colLotNO.Name = "colLotNO";
  626. this.colLotNO.OptionsColumn.ReadOnly = true;
  627. //
  628. // colMUSER
  629. //
  630. this.colMUSER.Caption = "维护人";
  631. this.colMUSER.FieldName = "MUSER";
  632. this.colMUSER.Name = "colMUSER";
  633. this.colMUSER.OptionsColumn.ReadOnly = true;
  634. //
  635. // colMUSERName
  636. //
  637. this.colMUSERName.Caption = "维护人名称";
  638. this.colMUSERName.FieldName = "MUSERName";
  639. this.colMUSERName.Name = "colMUSERName";
  640. this.colMUSERName.OptionsColumn.ReadOnly = true;
  641. this.colMUSERName.Visible = true;
  642. this.colMUSERName.VisibleIndex = 20;
  643. this.colMUSERName.Width = 96;
  644. //
  645. // colMTIME
  646. //
  647. this.colMTIME.Caption = "排产时间";
  648. this.colMTIME.FieldName = "MTIME";
  649. this.colMTIME.Name = "colMTIME";
  650. this.colMTIME.OptionsColumn.ReadOnly = true;
  651. this.colMTIME.Visible = true;
  652. this.colMTIME.VisibleIndex = 19;
  653. this.colMTIME.Width = 125;
  654. //
  655. // colEATTRIBUTE1
  656. //
  657. this.colEATTRIBUTE1.Caption = "保留字段";
  658. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  659. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  660. this.colEATTRIBUTE1.OptionsColumn.ReadOnly = true;
  661. //
  662. // colID
  663. //
  664. this.colID.Caption = "ID";
  665. this.colID.FieldName = "ID";
  666. this.colID.Name = "colID";
  667. this.colID.OptionsColumn.ReadOnly = true;
  668. //
  669. // colAutoID
  670. //
  671. this.colAutoID.Caption = "AutoID";
  672. this.colAutoID.FieldName = "AutoID";
  673. this.colAutoID.Name = "colAutoID";
  674. this.colAutoID.OptionsColumn.ReadOnly = true;
  675. //
  676. // colColor
  677. //
  678. this.colColor.Caption = "颜色";
  679. this.colColor.FieldName = "Color";
  680. this.colColor.Name = "colColor";
  681. this.colColor.OptionsColumn.ReadOnly = true;
  682. //
  683. // colROUTECODE
  684. //
  685. this.colROUTECODE.Caption = "途程";
  686. this.colROUTECODE.FieldName = "ROUTECODE";
  687. this.colROUTECODE.Name = "colROUTECODE";
  688. this.colROUTECODE.OptionsColumn.ReadOnly = true;
  689. this.colROUTECODE.Visible = true;
  690. this.colROUTECODE.VisibleIndex = 15;
  691. //
  692. // groupControl1
  693. //
  694. this.groupControl1.Controls.Add(this.grdDetail);
  695. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  696. this.groupControl1.Location = new System.Drawing.Point(0, 0);
  697. this.groupControl1.Name = "groupControl1";
  698. this.groupControl1.Size = new System.Drawing.Size(559, 549);
  699. this.groupControl1.TabIndex = 14;
  700. this.groupControl1.Text = "计划排产信息";
  701. //
  702. // repDate
  703. //
  704. this.repDate.AutoHeight = false;
  705. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  706. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  707. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  708. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  709. this.repDate.Name = "repDate";
  710. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  711. new DevExpress.XtraEditors.Controls.EditorButton()});
  712. //
  713. // panelControl3
  714. //
  715. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  716. this.panelControl3.Appearance.Options.UseBackColor = true;
  717. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  718. this.panelControl3.Controls.Add(this.btnExit);
  719. this.panelControl3.Controls.Add(this.btnAdd);
  720. this.panelControl3.Controls.Add(this.btnFilter);
  721. this.panelControl3.Controls.Add(this.btnOutPut);
  722. this.panelControl3.Controls.Add(this.btnEdit);
  723. this.panelControl3.Controls.Add(this.lblTitle);
  724. this.panelControl3.Controls.Add(this.btnClose);
  725. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  726. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  727. this.panelControl3.Name = "panelControl3";
  728. this.panelControl3.Size = new System.Drawing.Size(1130, 30);
  729. this.panelControl3.TabIndex = 13;
  730. //
  731. // btnExit
  732. //
  733. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  734. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  735. this.btnExit.Appearance.Options.UseFont = true;
  736. this.btnExit.Appearance.Options.UseForeColor = true;
  737. this.btnExit.Appearance.Options.UseTextOptions = true;
  738. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  739. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  740. this.btnExit.Location = new System.Drawing.Point(360, 0);
  741. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  742. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  743. this.btnExit.Name = "btnExit";
  744. this.btnExit.Size = new System.Drawing.Size(57, 30);
  745. this.btnExit.TabIndex = 49;
  746. this.btnExit.Text = "退出";
  747. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  748. //
  749. // btnAdd
  750. //
  751. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  752. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  753. this.btnAdd.Appearance.Options.UseFont = true;
  754. this.btnAdd.Appearance.Options.UseForeColor = true;
  755. this.btnAdd.Appearance.Options.UseTextOptions = true;
  756. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  757. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  758. this.btnAdd.Location = new System.Drawing.Point(143, 0);
  759. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  760. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  761. this.btnAdd.Name = "btnAdd";
  762. this.btnAdd.Size = new System.Drawing.Size(79, 30);
  763. this.btnAdd.TabIndex = 33;
  764. this.btnAdd.Text = "保存排产";
  765. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  766. //
  767. // btnFilter
  768. //
  769. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  770. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  771. this.btnFilter.Appearance.Options.UseFont = true;
  772. this.btnFilter.Appearance.Options.UseForeColor = true;
  773. this.btnFilter.Appearance.Options.UseTextOptions = true;
  774. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  775. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  776. this.btnFilter.Location = new System.Drawing.Point(78, 0);
  777. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  778. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  779. this.btnFilter.Name = "btnFilter";
  780. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  781. this.btnFilter.TabIndex = 32;
  782. this.btnFilter.Text = "搜索";
  783. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  784. //
  785. // btnOutPut
  786. //
  787. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  788. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  789. this.btnOutPut.Appearance.Options.UseFont = true;
  790. this.btnOutPut.Appearance.Options.UseForeColor = true;
  791. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  792. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  793. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  794. this.btnOutPut.Location = new System.Drawing.Point(281, 0);
  795. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  796. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  797. this.btnOutPut.Name = "btnOutPut";
  798. this.btnOutPut.Size = new System.Drawing.Size(79, 30);
  799. this.btnOutPut.TabIndex = 48;
  800. this.btnOutPut.Text = "导出明细";
  801. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  802. //
  803. // btnEdit
  804. //
  805. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  806. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  807. this.btnEdit.Appearance.Options.UseFont = true;
  808. this.btnEdit.Appearance.Options.UseForeColor = true;
  809. this.btnEdit.Appearance.Options.UseTextOptions = true;
  810. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  811. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  812. this.btnEdit.Location = new System.Drawing.Point(222, 0);
  813. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  814. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  815. this.btnEdit.Name = "btnEdit";
  816. this.btnEdit.Size = new System.Drawing.Size(59, 30);
  817. this.btnEdit.TabIndex = 23;
  818. this.btnEdit.Text = "转PR";
  819. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  820. //
  821. // lblTitle
  822. //
  823. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  824. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  825. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  826. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  827. this.lblTitle.Name = "lblTitle";
  828. this.lblTitle.Size = new System.Drawing.Size(81, 23);
  829. this.lblTitle.TabIndex = 19;
  830. this.lblTitle.Text = "计划排产";
  831. //
  832. // btnClose
  833. //
  834. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  835. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  836. this.btnClose.Appearance.Options.UseFont = true;
  837. this.btnClose.Appearance.Options.UseForeColor = true;
  838. this.btnClose.Appearance.Options.UseTextOptions = true;
  839. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  840. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  841. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  842. this.btnClose.Location = new System.Drawing.Point(1104, 0);
  843. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  844. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  845. this.btnClose.Name = "btnClose";
  846. this.btnClose.Size = new System.Drawing.Size(26, 30);
  847. this.btnClose.TabIndex = 14;
  848. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  849. //
  850. // schedulerControl
  851. //
  852. this.schedulerControl.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.WorkWeek;
  853. this.schedulerControl.Dock = System.Windows.Forms.DockStyle.Fill;
  854. this.schedulerControl.Location = new System.Drawing.Point(0, 0);
  855. this.schedulerControl.Name = "schedulerControl";
  856. this.schedulerControl.Size = new System.Drawing.Size(567, 549);
  857. this.schedulerControl.Start = new System.DateTime(2020, 10, 26, 0, 0, 0, 0);
  858. this.schedulerControl.Storage = this.schedulerStorage;
  859. this.schedulerControl.TabIndex = 15;
  860. this.schedulerControl.Text = "schedulerControl1";
  861. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  862. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.ShowRecurrence = false;
  863. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.ShowReminder = false;
  864. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.SnapToCellsMode = DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never;
  865. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  866. this.schedulerControl.Views.DayView.AppointmentDisplayOptions.StatusDisplayType = DevExpress.XtraScheduler.AppointmentStatusDisplayType.Never;
  867. this.schedulerControl.Views.DayView.TimeRulers.Add(timeRuler1);
  868. this.schedulerControl.Views.DayView.TimeScale = System.TimeSpan.Parse("01:00:00");
  869. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  870. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.PercentCompleteDisplayType = DevExpress.XtraScheduler.PercentCompleteDisplayType.None;
  871. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.ShowRecurrence = false;
  872. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.ShowReminder = false;
  873. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.SnapToCellsMode = DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never;
  874. this.schedulerControl.Views.GanttView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  875. this.schedulerControl.Views.MonthView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  876. this.schedulerControl.Views.MonthView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  877. this.schedulerControl.Views.TimelineView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  878. this.schedulerControl.Views.TimelineView.AppointmentDisplayOptions.ShowRecurrence = false;
  879. this.schedulerControl.Views.TimelineView.AppointmentDisplayOptions.ShowReminder = false;
  880. this.schedulerControl.Views.TimelineView.AppointmentDisplayOptions.SnapToCellsMode = DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never;
  881. this.schedulerControl.Views.TimelineView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  882. this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  883. this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.ShowRecurrence = false;
  884. this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.ShowReminder = false;
  885. this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  886. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  887. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.ShowRecurrence = false;
  888. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.ShowReminder = false;
  889. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.SnapToCellsMode = DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never;
  890. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
  891. this.schedulerControl.Views.WorkWeekView.AppointmentDisplayOptions.StatusDisplayType = DevExpress.XtraScheduler.AppointmentStatusDisplayType.Never;
  892. this.schedulerControl.Views.WorkWeekView.ShowFullWeek = true;
  893. this.schedulerControl.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
  894. this.schedulerControl.Views.WorkWeekView.TimeScale = System.TimeSpan.Parse("01:00:00");
  895. this.schedulerControl.InitAppointmentDisplayText += new DevExpress.XtraScheduler.AppointmentDisplayTextEventHandler(this.schedulerControl_InitAppointmentDisplayText);
  896. this.schedulerControl.PopupMenuShowing += new DevExpress.XtraScheduler.PopupMenuShowingEventHandler(this.schedulerControl_PopupMenuShowing);
  897. //
  898. // splitContainer1
  899. //
  900. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  901. | System.Windows.Forms.AnchorStyles.Left)
  902. | System.Windows.Forms.AnchorStyles.Right)));
  903. this.splitContainer1.Location = new System.Drawing.Point(0, 109);
  904. this.splitContainer1.Name = "splitContainer1";
  905. //
  906. // splitContainer1.Panel1
  907. //
  908. this.splitContainer1.Panel1.Controls.Add(this.schedulerControl);
  909. //
  910. // splitContainer1.Panel2
  911. //
  912. this.splitContainer1.Panel2.Controls.Add(this.groupControl1);
  913. this.splitContainer1.Size = new System.Drawing.Size(1130, 549);
  914. this.splitContainer1.SplitterDistance = 567;
  915. this.splitContainer1.TabIndex = 20;
  916. //
  917. // panel1
  918. //
  919. this.panel1.Controls.Add(this.btnNoScheduler);
  920. this.panel1.Controls.Add(this.btnHasScheduler);
  921. this.panel1.Controls.Add(this.btnAll);
  922. this.panel1.Location = new System.Drawing.Point(-2, 70);
  923. this.panel1.Name = "panel1";
  924. this.panel1.Size = new System.Drawing.Size(227, 31);
  925. this.panel1.TabIndex = 21;
  926. //
  927. // btnNoScheduler
  928. //
  929. this.btnNoScheduler.AutoSize = true;
  930. this.btnNoScheduler.Location = new System.Drawing.Point(162, 6);
  931. this.btnNoScheduler.Name = "btnNoScheduler";
  932. this.btnNoScheduler.Size = new System.Drawing.Size(61, 18);
  933. this.btnNoScheduler.TabIndex = 0;
  934. this.btnNoScheduler.Text = "未排产";
  935. this.btnNoScheduler.UseVisualStyleBackColor = true;
  936. //
  937. // btnHasScheduler
  938. //
  939. this.btnHasScheduler.AutoSize = true;
  940. this.btnHasScheduler.Location = new System.Drawing.Point(84, 6);
  941. this.btnHasScheduler.Name = "btnHasScheduler";
  942. this.btnHasScheduler.Size = new System.Drawing.Size(61, 18);
  943. this.btnHasScheduler.TabIndex = 0;
  944. this.btnHasScheduler.Text = "已排产";
  945. this.btnHasScheduler.UseVisualStyleBackColor = true;
  946. //
  947. // btnAll
  948. //
  949. this.btnAll.AutoSize = true;
  950. this.btnAll.Checked = true;
  951. this.btnAll.Location = new System.Drawing.Point(10, 6);
  952. this.btnAll.Name = "btnAll";
  953. this.btnAll.Size = new System.Drawing.Size(49, 18);
  954. this.btnAll.TabIndex = 0;
  955. this.btnAll.TabStop = true;
  956. this.btnAll.Text = "全部";
  957. this.btnAll.UseVisualStyleBackColor = true;
  958. //
  959. // txtSOCode
  960. //
  961. this.txtSOCode.EditValue = "";
  962. this.txtSOCode.Location = new System.Drawing.Point(72, 40);
  963. this.txtSOCode.Name = "txtSOCode";
  964. this.txtSOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  965. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  966. this.txtSOCode.Properties.NullText = "";
  967. this.txtSOCode.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  968. this.txtSOCode.Properties.View = this.gridView5;
  969. this.txtSOCode.Size = new System.Drawing.Size(140, 20);
  970. this.txtSOCode.TabIndex = 234;
  971. //
  972. // gridView5
  973. //
  974. this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  975. this.gridView5.Name = "gridView5";
  976. this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
  977. this.gridView5.OptionsView.ShowGroupPanel = false;
  978. //
  979. // label4
  980. //
  981. this.label4.AutoSize = true;
  982. this.label4.Location = new System.Drawing.Point(7, 43);
  983. this.label4.Name = "label4";
  984. this.label4.Size = new System.Drawing.Size(59, 14);
  985. this.label4.TabIndex = 233;
  986. this.label4.Text = "生产订单:";
  987. //
  988. // dtpStartTime
  989. //
  990. this.dtpStartTime.Location = new System.Drawing.Point(326, 76);
  991. this.dtpStartTime.Name = "dtpStartTime";
  992. this.dtpStartTime.Size = new System.Drawing.Size(140, 22);
  993. this.dtpStartTime.TabIndex = 235;
  994. //
  995. // label1
  996. //
  997. this.label1.AutoSize = true;
  998. this.label1.Location = new System.Drawing.Point(237, 78);
  999. this.label1.Name = "label1";
  1000. this.label1.Size = new System.Drawing.Size(83, 14);
  1001. this.label1.TabIndex = 236;
  1002. this.label1.Text = "开始排产日期:";
  1003. //
  1004. // dtpdcreatesystimeS
  1005. //
  1006. this.dtpdcreatesystimeS.Location = new System.Drawing.Point(298, 39);
  1007. this.dtpdcreatesystimeS.Name = "dtpdcreatesystimeS";
  1008. this.dtpdcreatesystimeS.Size = new System.Drawing.Size(140, 22);
  1009. this.dtpdcreatesystimeS.TabIndex = 235;
  1010. //
  1011. // label2
  1012. //
  1013. this.label2.AutoSize = true;
  1014. this.label2.Location = new System.Drawing.Point(225, 43);
  1015. this.label2.Name = "label2";
  1016. this.label2.Size = new System.Drawing.Size(71, 14);
  1017. this.label2.TabIndex = 236;
  1018. this.label2.Text = "开始日期从:";
  1019. //
  1020. // dtpdcreatesystimeE
  1021. //
  1022. this.dtpdcreatesystimeE.Location = new System.Drawing.Point(516, 39);
  1023. this.dtpdcreatesystimeE.Name = "dtpdcreatesystimeE";
  1024. this.dtpdcreatesystimeE.Size = new System.Drawing.Size(140, 22);
  1025. this.dtpdcreatesystimeE.TabIndex = 235;
  1026. //
  1027. // label3
  1028. //
  1029. this.label3.AutoSize = true;
  1030. this.label3.Location = new System.Drawing.Point(444, 43);
  1031. this.label3.Name = "label3";
  1032. this.label3.Size = new System.Drawing.Size(71, 14);
  1033. this.label3.TabIndex = 236;
  1034. this.label3.Text = "开始日期到:";
  1035. //
  1036. // dtpdPreDateS
  1037. //
  1038. this.dtpdPreDateS.Location = new System.Drawing.Point(736, 39);
  1039. this.dtpdPreDateS.Name = "dtpdPreDateS";
  1040. this.dtpdPreDateS.Size = new System.Drawing.Size(140, 22);
  1041. this.dtpdPreDateS.TabIndex = 235;
  1042. //
  1043. // dtpdPreDateE
  1044. //
  1045. this.dtpdPreDateE.Location = new System.Drawing.Point(959, 41);
  1046. this.dtpdPreDateE.Name = "dtpdPreDateE";
  1047. this.dtpdPreDateE.Size = new System.Drawing.Size(140, 22);
  1048. this.dtpdPreDateE.TabIndex = 235;
  1049. //
  1050. // label5
  1051. //
  1052. this.label5.AutoSize = true;
  1053. this.label5.Location = new System.Drawing.Point(662, 43);
  1054. this.label5.Name = "label5";
  1055. this.label5.Size = new System.Drawing.Size(71, 14);
  1056. this.label5.TabIndex = 236;
  1057. this.label5.Text = "完成日期从:";
  1058. //
  1059. // label6
  1060. //
  1061. this.label6.AutoSize = true;
  1062. this.label6.Location = new System.Drawing.Point(882, 43);
  1063. this.label6.Name = "label6";
  1064. this.label6.Size = new System.Drawing.Size(71, 14);
  1065. this.label6.TabIndex = 236;
  1066. this.label6.Text = "完成日期到:";
  1067. //
  1068. // FormScheduling
  1069. //
  1070. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  1071. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1072. this.ClientSize = new System.Drawing.Size(1130, 658);
  1073. this.Controls.Add(this.label6);
  1074. this.Controls.Add(this.label3);
  1075. this.Controls.Add(this.label5);
  1076. this.Controls.Add(this.dtpdPreDateE);
  1077. this.Controls.Add(this.label2);
  1078. this.Controls.Add(this.dtpdcreatesystimeE);
  1079. this.Controls.Add(this.dtpdPreDateS);
  1080. this.Controls.Add(this.label1);
  1081. this.Controls.Add(this.dtpdcreatesystimeS);
  1082. this.Controls.Add(this.dtpStartTime);
  1083. this.Controls.Add(this.txtSOCode);
  1084. this.Controls.Add(this.label4);
  1085. this.Controls.Add(this.panel1);
  1086. this.Controls.Add(this.splitContainer1);
  1087. this.Controls.Add(this.panelControl3);
  1088. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1089. this.Name = "FormScheduling";
  1090. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1091. this.Load += new System.EventHandler(this.FormCalendar_Load);
  1092. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  1093. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  1094. this.contextMenuStrip.ResumeLayout(false);
  1095. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  1096. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  1097. this.groupControl1.ResumeLayout(false);
  1098. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  1099. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  1100. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  1101. this.panelControl3.ResumeLayout(false);
  1102. ((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).EndInit();
  1103. ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).EndInit();
  1104. this.splitContainer1.Panel1.ResumeLayout(false);
  1105. this.splitContainer1.Panel2.ResumeLayout(false);
  1106. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1107. this.splitContainer1.ResumeLayout(false);
  1108. this.panel1.ResumeLayout(false);
  1109. this.panel1.PerformLayout();
  1110. ((System.ComponentModel.ISupportInitialize)(this.txtSOCode.Properties)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
  1112. this.ResumeLayout(false);
  1113. this.PerformLayout();
  1114. }
  1115. #endregion
  1116. private DevExpress.XtraEditors.GroupControl groupControl1;
  1117. private DevExpress.XtraEditors.PanelControl panelControl3;
  1118. private DevExpress.XtraEditors.SimpleButton btnClose;
  1119. private DevExpress.XtraEditors.LabelControl lblTitle;
  1120. private DevExpress.XtraEditors.SimpleButton btnEdit;
  1121. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  1122. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  1123. private DevExpress.XtraScheduler.SchedulerControl schedulerControl;
  1124. private DevExpress.XtraScheduler.SchedulerStorage schedulerStorage;
  1125. private System.Windows.Forms.SplitContainer splitContainer1;
  1126. private DevExpress.XtraGrid.GridControl grdDetail;
  1127. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  1128. private DevExpress.XtraGrid.Columns.GridColumn Id;
  1129. private DevExpress.XtraGrid.Columns.GridColumn ResourceId;
  1130. private DevExpress.XtraGrid.Columns.GridColumn Subject;
  1131. private DevExpress.XtraGrid.Columns.GridColumn Location;
  1132. private DevExpress.XtraGrid.Columns.GridColumn Description;
  1133. private DevExpress.XtraGrid.Columns.GridColumn StartTime;
  1134. private DevExpress.XtraGrid.Columns.GridColumn EndTime;
  1135. private DevExpress.XtraGrid.Columns.GridColumn ScheduledQty;
  1136. private DevExpress.XtraGrid.Columns.GridColumn EQPCode;
  1137. private DevExpress.XtraGrid.Columns.GridColumn EQPName;
  1138. private DevExpress.XtraGrid.Columns.GridColumn SSCode;
  1139. private DevExpress.XtraGrid.Columns.GridColumn SSName;
  1140. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  1141. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  1142. private DevExpress.XtraGrid.Columns.GridColumn colMOCode;
  1143. private DevExpress.XtraGrid.Columns.GridColumn colcCusName;
  1144. private DevExpress.XtraGrid.Columns.GridColumn coliQuantity;
  1145. private DevExpress.XtraGrid.Columns.GridColumn coldcreatesystime;
  1146. private DevExpress.XtraGrid.Columns.GridColumn coldPreDate;
  1147. private DevExpress.XtraGrid.Columns.GridColumn colcInvStd;
  1148. private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
  1149. private DevExpress.XtraGrid.Columns.GridColumn colInvName;
  1150. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  1151. private DevExpress.XtraGrid.Columns.GridColumn colDepName;
  1152. private DevExpress.XtraGrid.Columns.GridColumn colSOCode;
  1153. private DevExpress.XtraGrid.Columns.GridColumn colSORow;
  1154. private DevExpress.XtraGrid.Columns.GridColumn colWeek;
  1155. private DevExpress.XtraGrid.Columns.GridColumn colStartTime;
  1156. private DevExpress.XtraGrid.Columns.GridColumn colEndTime;
  1157. private DevExpress.XtraGrid.Columns.GridColumn colMadeTime;
  1158. private DevExpress.XtraGrid.Columns.GridColumn colStopTime;
  1159. private DevExpress.XtraGrid.Columns.GridColumn colBomQty;
  1160. private DevExpress.XtraGrid.Columns.GridColumn colcMemo;
  1161. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  1162. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  1163. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  1164. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  1165. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  1166. private DevExpress.XtraGrid.Columns.GridColumn colID;
  1167. private System.Windows.Forms.Panel panel1;
  1168. private System.Windows.Forms.RadioButton btnNoScheduler;
  1169. private System.Windows.Forms.RadioButton btnHasScheduler;
  1170. private System.Windows.Forms.RadioButton btnAll;
  1171. private DevExpress.XtraEditors.SimpleButton btnAdd;
  1172. private DevExpress.XtraEditors.SimpleButton btnFilter;
  1173. private DevExpress.XtraEditors.GridLookUpEdit txtSOCode;
  1174. private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
  1175. private System.Windows.Forms.Label label4;
  1176. private System.Windows.Forms.DateTimePicker dtpStartTime;
  1177. private System.Windows.Forms.Label label1;
  1178. private DevExpress.XtraGrid.Columns.GridColumn coliRowNo;
  1179. private DevExpress.XtraGrid.Columns.GridColumn colComplete;
  1180. private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
  1181. private System.Windows.Forms.ToolStripMenuItem tsmiToday;
  1182. private System.Windows.Forms.ToolStripMenuItem tsmiDate;
  1183. private System.Windows.Forms.ToolStripMenuItem tsmiLast;
  1184. private System.Windows.Forms.ToolStripMenuItem tsmiNext;
  1185. private System.Windows.Forms.ToolStripMenuItem tsmiTop;
  1186. private System.Windows.Forms.ToolStripMenuItem tsmiBottom;
  1187. private DevExpress.XtraGrid.Columns.GridColumn colAutoID;
  1188. private DevExpress.XtraGrid.Columns.GridColumn colColor;
  1189. private System.Windows.Forms.DateTimePicker dtpdcreatesystimeS;
  1190. private System.Windows.Forms.Label label2;
  1191. private System.Windows.Forms.DateTimePicker dtpdcreatesystimeE;
  1192. private System.Windows.Forms.Label label3;
  1193. private System.Windows.Forms.DateTimePicker dtpdPreDateS;
  1194. private System.Windows.Forms.DateTimePicker dtpdPreDateE;
  1195. private System.Windows.Forms.Label label5;
  1196. private System.Windows.Forms.Label label6;
  1197. private DevExpress.XtraEditors.SimpleButton btnExit;
  1198. private DevExpress.XtraGrid.Columns.GridColumn colProjectCode;
  1199. private DevExpress.XtraGrid.Columns.GridColumn colStatus;
  1200. private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
  1201. private DevExpress.XtraGrid.Columns.GridColumn colOPName;
  1202. private DevExpress.XtraGrid.Columns.GridColumn colSTIME;
  1203. private DevExpress.XtraGrid.Columns.GridColumn colRTIME;
  1204. }
  1205. }