frmSchedulingShift.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmSchedulingShift
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShiftName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Shift", -1, 885661282);
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShiftDate");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ShiftContent");
  45. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(885661282);
  46. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  51. this.dataSet1 = new System.Data.DataSet();
  52. this.dataTable1 = new System.Data.DataTable();
  53. this.XMCode = new System.Data.DataColumn();
  54. this.XMName = new System.Data.DataColumn();
  55. this.XMType = new System.Data.DataColumn();
  56. this.GWName = new System.Data.DataColumn();
  57. this.dataColumn1 = new System.Data.DataColumn();
  58. this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  59. this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  60. this.cmbxShiftQuery = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.ckbTime = new System.Windows.Forms.CheckBox();
  63. this.chkShift = new System.Windows.Forms.CheckBox();
  64. this.txtContent = new System.Windows.Forms.TextBox();
  65. this.cmbxShift = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  66. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  67. this.ultraGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  68. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  69. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  70. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  71. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  72. this.ShiftTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  73. this.butClear = new System.Windows.Forms.Button();
  74. this.ultxtMan = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  75. this.lblShiftTime = new System.Windows.Forms.Label();
  76. this.lblContent = new System.Windows.Forms.Label();
  77. this.lblShift = new System.Windows.Forms.Label();
  78. this.lblman = new System.Windows.Forms.Label();
  79. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  80. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.cmbxShiftQuery)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.cmbxShift)).BeginInit();
  86. this.FrmBase_Fill_Panel.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  89. this.ultraGroupBox1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  91. this.ultraExpandableGroupBox1.SuspendLayout();
  92. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  94. this.ultraGroupBox3.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.ShiftTime)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultxtMan)).BeginInit();
  97. this.SuspendLayout();
  98. //
  99. // dataSet1
  100. //
  101. this.dataSet1.DataSetName = "NewDataSet";
  102. this.dataSet1.Locale = new System.Globalization.CultureInfo("zh-CN");
  103. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  104. this.dataTable1});
  105. //
  106. // dataTable1
  107. //
  108. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  109. this.XMCode,
  110. this.XMName,
  111. this.XMType,
  112. this.GWName,
  113. this.dataColumn1});
  114. this.dataTable1.TableName = "Table1";
  115. //
  116. // XMCode
  117. //
  118. this.XMCode.Caption = "序号";
  119. this.XMCode.ColumnName = "ID";
  120. this.XMCode.ReadOnly = true;
  121. //
  122. // XMName
  123. //
  124. this.XMName.Caption = "交班人";
  125. this.XMName.ColumnName = "ShiftName";
  126. //
  127. // XMType
  128. //
  129. this.XMType.Caption = "班次";
  130. this.XMType.ColumnName = "Shift";
  131. //
  132. // GWName
  133. //
  134. this.GWName.Caption = "交班时间";
  135. this.GWName.ColumnName = "ShiftDate";
  136. //
  137. // dataColumn1
  138. //
  139. this.dataColumn1.Caption = "交班内容";
  140. this.dataColumn1.ColumnName = "ShiftContent";
  141. //
  142. // uldtEndTime
  143. //
  144. this.uldtEndTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  145. this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  146. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  147. this.uldtEndTime.Location = new System.Drawing.Point(277, 13);
  148. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  149. this.uldtEndTime.Name = "uldtEndTime";
  150. this.uldtEndTime.Size = new System.Drawing.Size(146, 19);
  151. this.uldtEndTime.TabIndex = 279;
  152. this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  153. this.uldtEndTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  154. //
  155. // uldtBeginTime
  156. //
  157. this.uldtBeginTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  158. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  159. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  160. this.uldtBeginTime.Location = new System.Drawing.Point(102, 13);
  161. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  162. this.uldtBeginTime.Name = "uldtBeginTime";
  163. this.uldtBeginTime.Size = new System.Drawing.Size(142, 19);
  164. this.uldtBeginTime.TabIndex = 278;
  165. this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  166. this.uldtBeginTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  167. //
  168. // cmbxShiftQuery
  169. //
  170. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  171. appearance1.BorderColor = System.Drawing.Color.Black;
  172. this.cmbxShiftQuery.Appearance = appearance1;
  173. this.cmbxShiftQuery.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  174. this.cmbxShiftQuery.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  175. this.cmbxShiftQuery.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. valueListItem1.DataValue = "甲班";
  177. valueListItem2.DataValue = "乙班";
  178. valueListItem3.DataValue = "丙班";
  179. valueListItem4.DataValue = "丁班";
  180. this.cmbxShiftQuery.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  181. valueListItem1,
  182. valueListItem2,
  183. valueListItem3,
  184. valueListItem4});
  185. this.cmbxShiftQuery.Location = new System.Drawing.Point(486, 13);
  186. this.cmbxShiftQuery.Name = "cmbxShiftQuery";
  187. this.cmbxShiftQuery.Size = new System.Drawing.Size(79, 19);
  188. this.cmbxShiftQuery.TabIndex = 277;
  189. this.cmbxShiftQuery.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  190. //
  191. // label4
  192. //
  193. this.label4.AutoSize = true;
  194. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.label4.Location = new System.Drawing.Point(250, 15);
  196. this.label4.Name = "label4";
  197. this.label4.Size = new System.Drawing.Size(21, 14);
  198. this.label4.TabIndex = 96;
  199. this.label4.Text = "到";
  200. //
  201. // ckbTime
  202. //
  203. this.ckbTime.AutoSize = true;
  204. this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  205. this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.ckbTime.Location = new System.Drawing.Point(17, 13);
  207. this.ckbTime.Name = "ckbTime";
  208. this.ckbTime.Size = new System.Drawing.Size(79, 18);
  209. this.ckbTime.TabIndex = 97;
  210. this.ckbTime.Text = "时间 从";
  211. this.ckbTime.UseVisualStyleBackColor = true;
  212. this.ckbTime.CheckStateChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
  213. //
  214. // chkShift
  215. //
  216. this.chkShift.AutoSize = true;
  217. this.chkShift.BackColor = System.Drawing.Color.Transparent;
  218. this.chkShift.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  219. this.chkShift.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.chkShift.Location = new System.Drawing.Point(433, 13);
  221. this.chkShift.Name = "chkShift";
  222. this.chkShift.Size = new System.Drawing.Size(51, 18);
  223. this.chkShift.TabIndex = 77;
  224. this.chkShift.Text = "班次";
  225. this.chkShift.UseVisualStyleBackColor = false;
  226. this.chkShift.CheckedChanged += new System.EventHandler(this.chkShift_CheckedChanged);
  227. //
  228. // txtContent
  229. //
  230. this.txtContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  231. this.txtContent.Location = new System.Drawing.Point(85, 39);
  232. this.txtContent.Multiline = true;
  233. this.txtContent.Name = "txtContent";
  234. this.txtContent.Size = new System.Drawing.Size(511, 110);
  235. this.txtContent.TabIndex = 2;
  236. this.txtContent.TextChanged += new System.EventHandler(this.txtContent_TextChanged);
  237. this.txtContent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContent_KeyPress);
  238. //
  239. // cmbxShift
  240. //
  241. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  242. appearance2.BorderColor = System.Drawing.Color.Black;
  243. this.cmbxShift.Appearance = appearance2;
  244. this.cmbxShift.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  245. this.cmbxShift.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  246. this.cmbxShift.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. valueListItem5.DataValue = "甲班";
  248. valueListItem6.DataValue = "乙班";
  249. valueListItem7.DataValue = "丙班";
  250. valueListItem8.DataValue = "丁班";
  251. this.cmbxShift.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  252. valueListItem5,
  253. valueListItem6,
  254. valueListItem7,
  255. valueListItem8});
  256. this.cmbxShift.Location = new System.Drawing.Point(271, 10);
  257. this.cmbxShift.Name = "cmbxShift";
  258. this.cmbxShift.Size = new System.Drawing.Size(65, 21);
  259. this.cmbxShift.TabIndex = 4;
  260. this.cmbxShift.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  261. //
  262. // FrmBase_Fill_Panel
  263. //
  264. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid);
  265. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  266. this.FrmBase_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  267. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  268. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  270. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  271. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(808, 552);
  272. this.FrmBase_Fill_Panel.TabIndex = 1;
  273. //
  274. // ultraGrid
  275. //
  276. this.ultraGrid.DataMember = "Table1";
  277. this.ultraGrid.DataSource = this.dataSet1;
  278. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  279. ultraGridColumn1.Header.VisiblePosition = 0;
  280. ultraGridColumn1.Hidden = true;
  281. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  282. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  283. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  284. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  285. ultraGridColumn1.Width = 39;
  286. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  287. ultraGridColumn2.Header.VisiblePosition = 1;
  288. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  289. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  290. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  291. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  292. ultraGridColumn2.Width = 71;
  293. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  294. ultraGridColumn3.Header.VisiblePosition = 2;
  295. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  296. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  297. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  298. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  299. ultraGridColumn3.Width = 57;
  300. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  301. ultraGridColumn4.Header.VisiblePosition = 3;
  302. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  303. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  304. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  305. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  306. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  307. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  308. ultraGridColumn5.Header.VisiblePosition = 4;
  309. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  310. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  311. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(456, 0);
  312. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  313. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  314. ultraGridBand1.Columns.AddRange(new object[] {
  315. ultraGridColumn1,
  316. ultraGridColumn2,
  317. ultraGridColumn3,
  318. ultraGridColumn4,
  319. ultraGridColumn5});
  320. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  321. this.ultraGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  322. valueList1.Key = "duty";
  323. valueListItem9.DataValue = "1";
  324. valueListItem9.DisplayText = "甲班";
  325. valueListItem10.DataValue = "2";
  326. valueListItem10.DisplayText = "乙班";
  327. valueListItem11.DataValue = "3";
  328. valueListItem11.DisplayText = "丙班";
  329. valueListItem12.DataValue = "4";
  330. valueListItem12.DisplayText = "丁班";
  331. valueList1.ValueListItems.AddRange(new Infragistics.Win.ValueListItem[] {
  332. valueListItem9,
  333. valueListItem10,
  334. valueListItem11,
  335. valueListItem12});
  336. this.ultraGrid.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
  337. valueList1});
  338. this.ultraGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.ultraGrid.Location = new System.Drawing.Point(0, 45);
  340. this.ultraGrid.Name = "ultraGrid";
  341. this.ultraGrid.Size = new System.Drawing.Size(808, 328);
  342. this.ultraGrid.TabIndex = 2;
  343. this.ultraGrid.Click += new System.EventHandler(this.ultraGrid_Click);
  344. //
  345. // ultraGroupBox1
  346. //
  347. this.ultraGroupBox1.Controls.Add(this.uldtEndTime);
  348. this.ultraGroupBox1.Controls.Add(this.uldtBeginTime);
  349. this.ultraGroupBox1.Controls.Add(this.chkShift);
  350. this.ultraGroupBox1.Controls.Add(this.cmbxShiftQuery);
  351. this.ultraGroupBox1.Controls.Add(this.ckbTime);
  352. this.ultraGroupBox1.Controls.Add(this.label4);
  353. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  354. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  355. this.ultraGroupBox1.Name = "ultraGroupBox1";
  356. this.ultraGroupBox1.Size = new System.Drawing.Size(808, 45);
  357. this.ultraGroupBox1.TabIndex = 3;
  358. //
  359. // ultraExpandableGroupBox1
  360. //
  361. appearance3.BackColor = System.Drawing.SystemColors.Control;
  362. this.ultraExpandableGroupBox1.Appearance = appearance3;
  363. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  364. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  365. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(808, 179);
  366. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 373);
  367. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  368. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(808, 179);
  369. this.ultraExpandableGroupBox1.TabIndex = 1;
  370. this.ultraExpandableGroupBox1.Text = "编辑区";
  371. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  372. //
  373. // ultraExpandableGroupBoxPanel1
  374. //
  375. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox3);
  376. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  377. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  378. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  379. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(804, 157);
  380. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  381. //
  382. // ultraGroupBox3
  383. //
  384. this.ultraGroupBox3.Controls.Add(this.ShiftTime);
  385. this.ultraGroupBox3.Controls.Add(this.butClear);
  386. this.ultraGroupBox3.Controls.Add(this.ultxtMan);
  387. this.ultraGroupBox3.Controls.Add(this.lblShiftTime);
  388. this.ultraGroupBox3.Controls.Add(this.txtContent);
  389. this.ultraGroupBox3.Controls.Add(this.cmbxShift);
  390. this.ultraGroupBox3.Controls.Add(this.lblContent);
  391. this.ultraGroupBox3.Controls.Add(this.lblShift);
  392. this.ultraGroupBox3.Controls.Add(this.lblman);
  393. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  395. this.ultraGroupBox3.Name = "ultraGroupBox3";
  396. this.ultraGroupBox3.Size = new System.Drawing.Size(804, 157);
  397. this.ultraGroupBox3.TabIndex = 3;
  398. //
  399. // ShiftTime
  400. //
  401. this.ShiftTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  402. this.ShiftTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.ShiftTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  404. this.ShiftTime.FormatString = "yyyy-MM-dd HH:mm";
  405. this.ShiftTime.Location = new System.Drawing.Point(453, 10);
  406. this.ShiftTime.MaskInput = "yyyy-mm-dd hh:mm";
  407. this.ShiftTime.Name = "ShiftTime";
  408. this.ShiftTime.Size = new System.Drawing.Size(142, 21);
  409. this.ShiftTime.TabIndex = 279;
  410. this.ShiftTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  411. this.ShiftTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  412. //
  413. // butClear
  414. //
  415. this.butClear.Location = new System.Drawing.Point(602, 8);
  416. this.butClear.Name = "butClear";
  417. this.butClear.Size = new System.Drawing.Size(56, 23);
  418. this.butClear.TabIndex = 277;
  419. this.butClear.Text = "清空";
  420. this.butClear.UseVisualStyleBackColor = true;
  421. this.butClear.Click += new System.EventHandler(this.butClear_Click);
  422. //
  423. // ultxtMan
  424. //
  425. this.ultxtMan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.ultxtMan.Location = new System.Drawing.Point(85, 10);
  427. this.ultxtMan.Name = "ultxtMan";
  428. this.ultxtMan.Size = new System.Drawing.Size(108, 21);
  429. this.ultxtMan.TabIndex = 60;
  430. this.ultxtMan.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  431. //
  432. // lblShiftTime
  433. //
  434. this.lblShiftTime.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.lblShiftTime.Location = new System.Drawing.Point(376, 12);
  436. this.lblShiftTime.Name = "lblShiftTime";
  437. this.lblShiftTime.Size = new System.Drawing.Size(71, 21);
  438. this.lblShiftTime.TabIndex = 8;
  439. this.lblShiftTime.Text = "交班时间";
  440. this.lblShiftTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  441. //
  442. // lblContent
  443. //
  444. this.lblContent.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.lblContent.Location = new System.Drawing.Point(10, 39);
  446. this.lblContent.Name = "lblContent";
  447. this.lblContent.Size = new System.Drawing.Size(79, 21);
  448. this.lblContent.TabIndex = 1;
  449. this.lblContent.Text = "交班内容";
  450. this.lblContent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  451. //
  452. // lblShift
  453. //
  454. this.lblShift.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.lblShift.Location = new System.Drawing.Point(227, 12);
  456. this.lblShift.Name = "lblShift";
  457. this.lblShift.Size = new System.Drawing.Size(46, 21);
  458. this.lblShift.TabIndex = 3;
  459. this.lblShift.Text = "班次";
  460. this.lblShift.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  461. //
  462. // lblman
  463. //
  464. this.lblman.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.lblman.Location = new System.Drawing.Point(26, 12);
  466. this.lblman.Name = "lblman";
  467. this.lblman.Size = new System.Drawing.Size(57, 21);
  468. this.lblman.TabIndex = 0;
  469. this.lblman.Text = "交班人";
  470. this.lblman.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  471. //
  472. // frmSchedulingShift
  473. //
  474. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  475. this.ClientSize = new System.Drawing.Size(808, 552);
  476. this.Controls.Add(this.FrmBase_Fill_Panel);
  477. this.Name = "frmSchedulingShift";
  478. this.Text = "调度交班信息";
  479. this.Load += new System.EventHandler(this.frmSchedulingShift_Load);
  480. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.cmbxShiftQuery)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.cmbxShift)).EndInit();
  486. this.FrmBase_Fill_Panel.ResumeLayout(false);
  487. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  489. this.ultraGroupBox1.ResumeLayout(false);
  490. this.ultraGroupBox1.PerformLayout();
  491. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  492. this.ultraExpandableGroupBox1.ResumeLayout(false);
  493. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  494. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  495. this.ultraGroupBox3.ResumeLayout(false);
  496. this.ultraGroupBox3.PerformLayout();
  497. ((System.ComponentModel.ISupportInitialize)(this.ShiftTime)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.ultxtMan)).EndInit();
  499. this.ResumeLayout(false);
  500. }
  501. #endregion
  502. private System.Data.DataSet dataSet1;
  503. private System.Data.DataTable dataTable1;
  504. private System.Data.DataColumn XMCode;
  505. private System.Data.DataColumn XMName;
  506. private System.Data.DataColumn XMType;
  507. private System.Data.DataColumn GWName;
  508. private System.Windows.Forms.CheckBox chkShift;
  509. private System.Windows.Forms.TextBox txtContent;
  510. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbxShift;
  511. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  512. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  513. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  514. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  515. private System.Windows.Forms.Label lblContent;
  516. private System.Windows.Forms.Label lblShift;
  517. private System.Windows.Forms.Label lblman;
  518. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  519. private System.Windows.Forms.Label lblShiftTime;
  520. private System.Data.DataColumn dataColumn1;
  521. private System.Windows.Forms.Label label4;
  522. private System.Windows.Forms.CheckBox ckbTime;
  523. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultcboShift;
  524. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMan;
  525. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbxShiftQuery;
  526. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid;
  527. private System.Windows.Forms.Button butClear;
  528. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  529. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  530. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ShiftTime;
  531. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  532. }
  533. }