frmScaleLogSelect.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  1. namespace BeltScaleSystem
  2. {
  3. partial class frmScaleLogSelect
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量预报", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationPage");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationFunction");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationId");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationPredictionNo");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationCarnNo");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationBeforeFix");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationAfterFix");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logType");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logTypeCode");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  47. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  67. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  68. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScaleLogSelect));
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  70. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  72. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
  74. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
  76. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  78. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  80. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  81. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  82. this.panel2 = new System.Windows.Forms.Panel();
  83. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  84. this.panel2Query = new System.Windows.Forms.Panel();
  85. this.ultraGridBeltPre = new Infragistics.Win.UltraWinGrid.UltraGrid();
  86. this.dataSet = new System.Data.DataSet();
  87. this.dataTable1 = new System.Data.DataTable();
  88. this.dataColumn7 = new System.Data.DataColumn();
  89. this.dataColumn8 = new System.Data.DataColumn();
  90. this.dataColumn10 = new System.Data.DataColumn();
  91. this.dataColumn1 = new System.Data.DataColumn();
  92. this.dataColumn2 = new System.Data.DataColumn();
  93. this.dataColumn3 = new System.Data.DataColumn();
  94. this.dataColumn4 = new System.Data.DataColumn();
  95. this.dataColumn5 = new System.Data.DataColumn();
  96. this.dataColumn6 = new System.Data.DataColumn();
  97. this.dataColumn9 = new System.Data.DataColumn();
  98. this.dataColumn11 = new System.Data.DataColumn();
  99. this.dataColumn12 = new System.Data.DataColumn();
  100. this.dataColumn13 = new System.Data.DataColumn();
  101. this.dataColumn14 = new System.Data.DataColumn();
  102. this.dataColumn15 = new System.Data.DataColumn();
  103. this.dataColumn16 = new System.Data.DataColumn();
  104. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  105. this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  106. this.label2 = new System.Windows.Forms.Label();
  107. this.text1 = new System.Windows.Forms.TextBox();
  108. this.text2 = new System.Windows.Forms.TextBox();
  109. this.text3 = new System.Windows.Forms.TextBox();
  110. this.label17 = new System.Windows.Forms.Label();
  111. this.checkDate = new System.Windows.Forms.CheckBox();
  112. this.label5 = new System.Windows.Forms.Label();
  113. this.label3 = new System.Windows.Forms.Label();
  114. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  115. this.label4 = new System.Windows.Forms.Label();
  116. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  117. this.label1 = new System.Windows.Forms.Label();
  118. this.panel1 = new System.Windows.Forms.Panel();
  119. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  120. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  121. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  122. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  123. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  124. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  125. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  127. this.ultraGroupBox1.SuspendLayout();
  128. this.panel2.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  130. this.ultraGroupBox4.SuspendLayout();
  131. this.panel2Query.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.dataSet)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  136. this.ultraGroupBoxCondition.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
  138. this.panel1.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  140. this.SuspendLayout();
  141. //
  142. // ultraGroupBox1
  143. //
  144. this.ultraGroupBox1.Controls.Add(this.panel2);
  145. this.ultraGroupBox1.Controls.Add(this.panel1);
  146. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  148. this.ultraGroupBox1.Name = "ultraGroupBox1";
  149. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  150. this.ultraGroupBox1.TabIndex = 1;
  151. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  152. //
  153. // panel2
  154. //
  155. this.panel2.Controls.Add(this.ultraGroupBox4);
  156. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  157. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.panel2.Location = new System.Drawing.Point(3, 30);
  159. this.panel2.Name = "panel2";
  160. this.panel2.Size = new System.Drawing.Size(1698, 673);
  161. this.panel2.TabIndex = 1;
  162. //
  163. // ultraGroupBox4
  164. //
  165. this.ultraGroupBox4.Controls.Add(this.panel2Query);
  166. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 61);
  168. this.ultraGroupBox4.Name = "ultraGroupBox4";
  169. this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 612);
  170. this.ultraGroupBox4.TabIndex = 2;
  171. this.ultraGroupBox4.Text = "数据展示区域";
  172. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  173. //
  174. // panel2Query
  175. //
  176. this.panel2Query.Controls.Add(this.ultraGridBeltPre);
  177. this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.panel2Query.Location = new System.Drawing.Point(3, 18);
  179. this.panel2Query.Name = "panel2Query";
  180. this.panel2Query.Size = new System.Drawing.Size(1692, 591);
  181. this.panel2Query.TabIndex = 3;
  182. //
  183. // ultraGridBeltPre
  184. //
  185. this.ultraGridBeltPre.DataSource = this.dataSet;
  186. ultraGridColumn1.Header.VisiblePosition = 1;
  187. ultraGridColumn1.Hidden = true;
  188. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 11;
  189. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  190. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  191. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  192. ultraGridColumn2.Header.VisiblePosition = 2;
  193. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 12;
  194. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  195. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 0);
  196. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  197. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  198. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  199. ultraGridColumn3.Header.VisiblePosition = 3;
  200. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 13;
  201. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  202. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
  203. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  204. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  205. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  206. ultraGridColumn4.Header.VisiblePosition = 4;
  207. ultraGridColumn4.Hidden = true;
  208. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
  209. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  210. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  211. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  212. ultraGridColumn5.Header.VisiblePosition = 5;
  213. ultraGridColumn5.Hidden = true;
  214. ultraGridColumn6.Header.VisiblePosition = 6;
  215. ultraGridColumn6.Hidden = true;
  216. ultraGridColumn7.Header.VisiblePosition = 7;
  217. ultraGridColumn7.Hidden = true;
  218. ultraGridColumn8.Header.VisiblePosition = 8;
  219. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  220. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  223. ultraGridColumn9.Header.VisiblePosition = 9;
  224. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  225. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  226. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  227. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  228. ultraGridColumn10.Header.VisiblePosition = 10;
  229. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 4;
  230. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  233. ultraGridColumn11.Header.VisiblePosition = 11;
  234. ultraGridColumn11.Hidden = true;
  235. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 14;
  236. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  237. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  238. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  239. ultraGridColumn12.Header.VisiblePosition = 12;
  240. ultraGridColumn12.Hidden = true;
  241. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 12;
  242. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  244. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  245. ultraGridColumn13.Header.VisiblePosition = 13;
  246. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
  247. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  248. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  249. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  250. ultraGridColumn14.Header.VisiblePosition = 14;
  251. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
  252. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  253. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  254. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  255. ultraGridColumn15.Header.VisiblePosition = 15;
  256. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
  257. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  258. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn16.Header.VisiblePosition = 16;
  261. ultraGridColumn16.Hidden = true;
  262. ultraGridColumn17.DataType = typeof(bool);
  263. ultraGridColumn17.Header.Caption = "选择";
  264. ultraGridColumn17.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  265. ultraGridColumn17.Header.VisiblePosition = 0;
  266. ultraGridColumn17.Hidden = true;
  267. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
  268. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  269. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
  270. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  271. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  272. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  273. ultraGridBand1.Columns.AddRange(new object[] {
  274. ultraGridColumn1,
  275. ultraGridColumn2,
  276. ultraGridColumn3,
  277. ultraGridColumn4,
  278. ultraGridColumn5,
  279. ultraGridColumn6,
  280. ultraGridColumn7,
  281. ultraGridColumn8,
  282. ultraGridColumn9,
  283. ultraGridColumn10,
  284. ultraGridColumn11,
  285. ultraGridColumn12,
  286. ultraGridColumn13,
  287. ultraGridColumn14,
  288. ultraGridColumn15,
  289. ultraGridColumn16,
  290. ultraGridColumn17});
  291. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  292. ultraGridBand1.SummaryFooterCaption = "合计";
  293. this.ultraGridBeltPre.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  294. this.ultraGridBeltPre.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  295. this.ultraGridBeltPre.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  296. appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  297. appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  298. appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
  299. appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  300. appearance1.ForeColor = System.Drawing.Color.IndianRed;
  301. appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
  302. this.ultraGridBeltPre.DisplayLayout.GroupByBox.Appearance = appearance1;
  303. this.ultraGridBeltPre.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
  304. this.ultraGridBeltPre.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
  305. this.ultraGridBeltPre.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  306. this.ultraGridBeltPre.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  307. appearance2.TextVAlignAsString = "Middle";
  308. this.ultraGridBeltPre.DisplayLayout.Override.CellAppearance = appearance2;
  309. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  310. appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  311. this.ultraGridBeltPre.DisplayLayout.Override.HeaderAppearance = appearance3;
  312. this.ultraGridBeltPre.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  313. this.ultraGridBeltPre.DisplayLayout.Override.MaxSelectedRows = 1;
  314. this.ultraGridBeltPre.DisplayLayout.Override.MinRowHeight = 21;
  315. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  316. appearance4.TextVAlignAsString = "Middle";
  317. this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  318. this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  319. this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  320. this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  321. this.ultraGridBeltPre.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  322. this.ultraGridBeltPre.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  323. this.ultraGridBeltPre.Dock = System.Windows.Forms.DockStyle.Fill;
  324. this.ultraGridBeltPre.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.ultraGridBeltPre.Location = new System.Drawing.Point(0, 0);
  326. this.ultraGridBeltPre.Name = "ultraGridBeltPre";
  327. this.ultraGridBeltPre.Size = new System.Drawing.Size(1692, 591);
  328. this.ultraGridBeltPre.TabIndex = 7;
  329. //
  330. // dataSet
  331. //
  332. this.dataSet.DataSetName = "NewDataSet";
  333. this.dataSet.Locale = new System.Globalization.CultureInfo("zh-CN");
  334. this.dataSet.Tables.AddRange(new System.Data.DataTable[] {
  335. this.dataTable1});
  336. //
  337. // dataTable1
  338. //
  339. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  340. this.dataColumn7,
  341. this.dataColumn8,
  342. this.dataColumn10,
  343. this.dataColumn1,
  344. this.dataColumn2,
  345. this.dataColumn3,
  346. this.dataColumn4,
  347. this.dataColumn5,
  348. this.dataColumn6,
  349. this.dataColumn9,
  350. this.dataColumn11,
  351. this.dataColumn12,
  352. this.dataColumn13,
  353. this.dataColumn14,
  354. this.dataColumn15,
  355. this.dataColumn16});
  356. this.dataTable1.TableName = "计量预报";
  357. //
  358. // dataColumn7
  359. //
  360. this.dataColumn7.Caption = "创建人编号";
  361. this.dataColumn7.ColumnName = "createManNo";
  362. //
  363. // dataColumn8
  364. //
  365. this.dataColumn8.Caption = "创建人";
  366. this.dataColumn8.ColumnName = "createManName";
  367. //
  368. // dataColumn10
  369. //
  370. this.dataColumn10.Caption = "创建时间";
  371. this.dataColumn10.ColumnName = "createTime";
  372. //
  373. // dataColumn1
  374. //
  375. this.dataColumn1.Caption = "ID";
  376. this.dataColumn1.ColumnName = "id";
  377. //
  378. // dataColumn2
  379. //
  380. this.dataColumn2.Caption = "修改人编号";
  381. this.dataColumn2.ColumnName = "updateManNo";
  382. //
  383. // dataColumn3
  384. //
  385. this.dataColumn3.Caption = "修改人";
  386. this.dataColumn3.ColumnName = "updateManName";
  387. //
  388. // dataColumn4
  389. //
  390. this.dataColumn4.Caption = "修改时间";
  391. this.dataColumn4.ColumnName = "updateTime";
  392. //
  393. // dataColumn5
  394. //
  395. this.dataColumn5.Caption = "页面名称";
  396. this.dataColumn5.ColumnName = "operationPage";
  397. //
  398. // dataColumn6
  399. //
  400. this.dataColumn6.Caption = "功能名称";
  401. this.dataColumn6.ColumnName = "operationFunction";
  402. //
  403. // dataColumn9
  404. //
  405. this.dataColumn9.Caption = "数据主键";
  406. this.dataColumn9.ColumnName = "operationId";
  407. //
  408. // dataColumn11
  409. //
  410. this.dataColumn11.Caption = "预报编号";
  411. this.dataColumn11.ColumnName = "operationPredictionNo";
  412. //
  413. // dataColumn12
  414. //
  415. this.dataColumn12.Caption = "车号";
  416. this.dataColumn12.ColumnName = "operationCarnNo";
  417. //
  418. // dataColumn13
  419. //
  420. this.dataColumn13.Caption = "修改前数据";
  421. this.dataColumn13.ColumnName = "operationBeforeFix";
  422. //
  423. // dataColumn14
  424. //
  425. this.dataColumn14.Caption = "修改后数据";
  426. this.dataColumn14.ColumnName = "operationAfterFix";
  427. //
  428. // dataColumn15
  429. //
  430. this.dataColumn15.Caption = "日志类型";
  431. this.dataColumn15.ColumnName = "logType";
  432. //
  433. // dataColumn16
  434. //
  435. this.dataColumn16.Caption = "类型编码";
  436. this.dataColumn16.ColumnName = "logTypeCode";
  437. //
  438. // ultraGroupBoxCondition
  439. //
  440. this.ultraGroupBoxCondition.Controls.Add(this.ultraCombo1);
  441. this.ultraGroupBoxCondition.Controls.Add(this.label2);
  442. this.ultraGroupBoxCondition.Controls.Add(this.text1);
  443. this.ultraGroupBoxCondition.Controls.Add(this.text2);
  444. this.ultraGroupBoxCondition.Controls.Add(this.text3);
  445. this.ultraGroupBoxCondition.Controls.Add(this.label17);
  446. this.ultraGroupBoxCondition.Controls.Add(this.checkDate);
  447. this.ultraGroupBoxCondition.Controls.Add(this.label5);
  448. this.ultraGroupBoxCondition.Controls.Add(this.label3);
  449. this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
  450. this.ultraGroupBoxCondition.Controls.Add(this.label4);
  451. this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
  452. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  453. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  454. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  455. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  456. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 61);
  457. this.ultraGroupBoxCondition.TabIndex = 0;
  458. this.ultraGroupBoxCondition.Text = "查询条件";
  459. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  460. //
  461. // ultraCombo1
  462. //
  463. this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
  464. appearance5.BackColor = System.Drawing.SystemColors.Window;
  465. appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  466. this.ultraCombo1.DisplayLayout.Appearance = appearance5;
  467. this.ultraCombo1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  468. this.ultraCombo1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  469. appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
  470. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  471. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  472. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  473. this.ultraCombo1.DisplayLayout.GroupByBox.Appearance = appearance6;
  474. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  475. this.ultraCombo1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance8;
  476. this.ultraCombo1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  477. appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  478. appearance7.BackColor2 = System.Drawing.SystemColors.Control;
  479. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  480. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  481. this.ultraCombo1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
  482. this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
  483. this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
  484. appearance11.BackColor = System.Drawing.SystemColors.Window;
  485. appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
  486. this.ultraCombo1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
  487. appearance14.BackColor = System.Drawing.SystemColors.Highlight;
  488. appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
  489. this.ultraCombo1.DisplayLayout.Override.ActiveRowAppearance = appearance14;
  490. this.ultraCombo1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  491. this.ultraCombo1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  492. appearance16.BackColor = System.Drawing.SystemColors.Window;
  493. this.ultraCombo1.DisplayLayout.Override.CardAreaAppearance = appearance16;
  494. appearance12.BorderColor = System.Drawing.Color.Silver;
  495. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  496. this.ultraCombo1.DisplayLayout.Override.CellAppearance = appearance12;
  497. this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  498. this.ultraCombo1.DisplayLayout.Override.CellPadding = 0;
  499. appearance10.BackColor = System.Drawing.SystemColors.Control;
  500. appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
  501. appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  502. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  503. appearance10.BorderColor = System.Drawing.SystemColors.Window;
  504. this.ultraCombo1.DisplayLayout.Override.GroupByRowAppearance = appearance10;
  505. appearance9.TextHAlignAsString = "Left";
  506. this.ultraCombo1.DisplayLayout.Override.HeaderAppearance = appearance9;
  507. this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  508. this.ultraCombo1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  509. appearance15.BackColor = System.Drawing.SystemColors.Window;
  510. appearance15.BorderColor = System.Drawing.Color.Silver;
  511. this.ultraCombo1.DisplayLayout.Override.RowAppearance = appearance15;
  512. this.ultraCombo1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  513. appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
  514. this.ultraCombo1.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
  515. this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  516. this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  517. this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  518. this.ultraCombo1.Font = new System.Drawing.Font("宋体", 12F);
  519. this.ultraCombo1.Location = new System.Drawing.Point(1351, 19);
  520. this.ultraCombo1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  521. this.ultraCombo1.Name = "ultraCombo1";
  522. this.ultraCombo1.Size = new System.Drawing.Size(149, 26);
  523. this.ultraCombo1.TabIndex = 138;
  524. this.ultraCombo1.Visible = false;
  525. //
  526. // label2
  527. //
  528. this.label2.AutoSize = true;
  529. this.label2.BackColor = System.Drawing.Color.Transparent;
  530. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  531. this.label2.Location = new System.Drawing.Point(1275, 24);
  532. this.label2.Name = "label2";
  533. this.label2.Size = new System.Drawing.Size(63, 14);
  534. this.label2.TabIndex = 137;
  535. this.label2.Text = "日志类型";
  536. this.label2.Visible = false;
  537. //
  538. // text1
  539. //
  540. this.text1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.text1.Location = new System.Drawing.Point(629, 20);
  542. this.text1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  543. this.text1.Name = "text1";
  544. this.text1.Size = new System.Drawing.Size(146, 25);
  545. this.text1.TabIndex = 136;
  546. //
  547. // text2
  548. //
  549. this.text2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.text2.Location = new System.Drawing.Point(867, 20);
  551. this.text2.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  552. this.text2.Name = "text2";
  553. this.text2.Size = new System.Drawing.Size(146, 25);
  554. this.text2.TabIndex = 135;
  555. //
  556. // text3
  557. //
  558. this.text3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.text3.Location = new System.Drawing.Point(1112, 19);
  560. this.text3.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  561. this.text3.Name = "text3";
  562. this.text3.Size = new System.Drawing.Size(146, 25);
  563. this.text3.TabIndex = 134;
  564. //
  565. // label17
  566. //
  567. this.label17.AutoSize = true;
  568. this.label17.BackColor = System.Drawing.Color.Transparent;
  569. this.label17.Font = new System.Drawing.Font("宋体", 10F);
  570. this.label17.Location = new System.Drawing.Point(801, 24);
  571. this.label17.Name = "label17";
  572. this.label17.Size = new System.Drawing.Size(63, 14);
  573. this.label17.TabIndex = 132;
  574. this.label17.Text = "功能名称";
  575. //
  576. // checkDate
  577. //
  578. this.checkDate.AutoSize = true;
  579. this.checkDate.Checked = true;
  580. this.checkDate.CheckState = System.Windows.Forms.CheckState.Checked;
  581. this.checkDate.Location = new System.Drawing.Point(80, 26);
  582. this.checkDate.Name = "checkDate";
  583. this.checkDate.Size = new System.Drawing.Size(15, 14);
  584. this.checkDate.TabIndex = 131;
  585. this.checkDate.UseVisualStyleBackColor = true;
  586. this.checkDate.CheckedChanged += new System.EventHandler(this.checkDate_CheckedChanged);
  587. //
  588. // label5
  589. //
  590. this.label5.AutoSize = true;
  591. this.label5.BackColor = System.Drawing.Color.Transparent;
  592. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  593. this.label5.Location = new System.Drawing.Point(1046, 24);
  594. this.label5.Name = "label5";
  595. this.label5.Size = new System.Drawing.Size(63, 14);
  596. this.label5.TabIndex = 121;
  597. this.label5.Text = "数据主键";
  598. //
  599. // label3
  600. //
  601. this.label3.AutoSize = true;
  602. this.label3.BackColor = System.Drawing.Color.Transparent;
  603. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  604. this.label3.Location = new System.Drawing.Point(563, 26);
  605. this.label3.Name = "label3";
  606. this.label3.Size = new System.Drawing.Size(63, 14);
  607. this.label3.TabIndex = 117;
  608. this.label3.Text = "页面名称";
  609. //
  610. // dtStartTime
  611. //
  612. this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
  613. this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  614. this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
  615. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  616. this.dtStartTime.Location = new System.Drawing.Point(107, 20);
  617. this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  618. this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  619. this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  620. this.dtStartTime.Name = "dtStartTime";
  621. this.dtStartTime.Size = new System.Drawing.Size(200, 26);
  622. this.dtStartTime.TabIndex = 112;
  623. //
  624. // label4
  625. //
  626. this.label4.AutoSize = true;
  627. this.label4.BackColor = System.Drawing.Color.Transparent;
  628. this.label4.Location = new System.Drawing.Point(313, 27);
  629. this.label4.Name = "label4";
  630. this.label4.Size = new System.Drawing.Size(17, 12);
  631. this.label4.TabIndex = 111;
  632. this.label4.Text = "至";
  633. //
  634. // dtEndTime
  635. //
  636. this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
  637. this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  638. this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
  639. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  640. this.dtEndTime.Location = new System.Drawing.Point(333, 20);
  641. this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  642. this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  643. this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  644. this.dtEndTime.Name = "dtEndTime";
  645. this.dtEndTime.Size = new System.Drawing.Size(200, 26);
  646. this.dtEndTime.TabIndex = 107;
  647. //
  648. // label1
  649. //
  650. this.label1.AutoSize = true;
  651. this.label1.BackColor = System.Drawing.Color.Transparent;
  652. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  653. this.label1.Location = new System.Drawing.Point(10, 28);
  654. this.label1.Name = "label1";
  655. this.label1.Size = new System.Drawing.Size(63, 14);
  656. this.label1.TabIndex = 108;
  657. this.label1.Text = "创建时间";
  658. //
  659. // panel1
  660. //
  661. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  662. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  663. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  664. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  665. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  666. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  667. this.panel1.Location = new System.Drawing.Point(3, 0);
  668. this.panel1.Name = "panel1";
  669. this.panel1.Size = new System.Drawing.Size(1698, 30);
  670. this.panel1.TabIndex = 0;
  671. //
  672. // panel1_Fill_Panel
  673. //
  674. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  675. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  676. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
  677. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  678. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
  679. this.panel1_Fill_Panel.TabIndex = 0;
  680. //
  681. // _panel1_Toolbars_Dock_Area_Left
  682. //
  683. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  684. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  685. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  686. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  687. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  688. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  689. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
  690. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  691. //
  692. // ultraToolbarsManager1
  693. //
  694. this.ultraToolbarsManager1.DesignerFlags = 1;
  695. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  696. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
  697. ultraToolbar1.DockedColumn = 0;
  698. ultraToolbar1.DockedRow = 0;
  699. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  700. buttonTool1,
  701. buttonTool2});
  702. ultraToolbar1.Text = "UltraToolbar1";
  703. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  704. ultraToolbar1});
  705. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  706. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  707. buttonTool5.SharedPropsInternal.Caption = "查询";
  708. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  709. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  710. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  711. buttonTool6.SharedPropsInternal.Caption = "导出";
  712. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  713. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  714. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  715. buttonTool7.SharedPropsInternal.Caption = "删除";
  716. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  717. appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
  718. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
  719. buttonTool8.SharedPropsInternal.Caption = "还原";
  720. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  721. appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
  722. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
  723. buttonTool10.SharedPropsInternal.Caption = "退出";
  724. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  725. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  726. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  727. buttonTool12.SharedPropsInternal.Caption = "新增";
  728. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  729. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  730. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  731. buttonTool14.SharedPropsInternal.Caption = "修改";
  732. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  733. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  734. buttonTool5,
  735. buttonTool6,
  736. buttonTool7,
  737. buttonTool8,
  738. buttonTool10,
  739. buttonTool12,
  740. buttonTool14});
  741. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  742. //
  743. // _panel1_Toolbars_Dock_Area_Right
  744. //
  745. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  746. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  747. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  748. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  749. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
  750. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  751. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
  752. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  753. //
  754. // _panel1_Toolbars_Dock_Area_Top
  755. //
  756. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  757. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  758. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  759. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  760. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  761. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  762. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
  763. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  764. //
  765. // _panel1_Toolbars_Dock_Area_Bottom
  766. //
  767. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  768. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  769. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  770. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  771. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
  772. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  773. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
  774. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  775. //
  776. // frmScaleLogSelect
  777. //
  778. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  779. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  780. this.BackColor = System.Drawing.Color.White;
  781. this.ClientSize = new System.Drawing.Size(1704, 706);
  782. this.ControlBox = false;
  783. this.Controls.Add(this.ultraGroupBox1);
  784. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  785. this.Margin = new System.Windows.Forms.Padding(2);
  786. this.MaximizeBox = false;
  787. this.MinimizeBox = false;
  788. this.Name = "frmScaleLogSelect";
  789. this.Text = "皮带秤预报管理";
  790. this.Load += new System.EventHandler(this.frmScalePredictionManage_Load);
  791. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  792. this.ultraGroupBox1.ResumeLayout(false);
  793. this.panel2.ResumeLayout(false);
  794. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  795. this.ultraGroupBox4.ResumeLayout(false);
  796. this.panel2Query.ResumeLayout(false);
  797. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).EndInit();
  798. ((System.ComponentModel.ISupportInitialize)(this.dataSet)).EndInit();
  799. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  800. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  801. this.ultraGroupBoxCondition.ResumeLayout(false);
  802. this.ultraGroupBoxCondition.PerformLayout();
  803. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
  804. this.panel1.ResumeLayout(false);
  805. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  806. this.ResumeLayout(false);
  807. }
  808. #endregion
  809. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  810. private System.Windows.Forms.Panel panel2;
  811. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  812. private System.Windows.Forms.Panel panel2Query;
  813. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltPre;
  814. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  815. private System.Windows.Forms.Label label5;
  816. private System.Windows.Forms.Label label3;
  817. private System.Windows.Forms.DateTimePicker dtStartTime;
  818. private System.Windows.Forms.Label label4;
  819. private System.Windows.Forms.DateTimePicker dtEndTime;
  820. private System.Windows.Forms.Label label1;
  821. private System.Windows.Forms.Panel panel1;
  822. private System.Windows.Forms.Panel panel1_Fill_Panel;
  823. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  824. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  825. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  826. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  827. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  828. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  829. private System.Data.DataSet dataSet;
  830. private System.Data.DataTable dataTable1;
  831. private System.Data.DataColumn dataColumn7;
  832. private System.Data.DataColumn dataColumn8;
  833. private System.Data.DataColumn dataColumn10;
  834. private System.Windows.Forms.CheckBox checkDate;
  835. private System.Windows.Forms.Label label17;
  836. private System.Windows.Forms.TextBox text3;
  837. private System.Windows.Forms.TextBox text1;
  838. private System.Windows.Forms.TextBox text2;
  839. private System.Data.DataColumn dataColumn1;
  840. private System.Data.DataColumn dataColumn2;
  841. private System.Data.DataColumn dataColumn3;
  842. private System.Data.DataColumn dataColumn4;
  843. private System.Data.DataColumn dataColumn5;
  844. private System.Data.DataColumn dataColumn6;
  845. private System.Data.DataColumn dataColumn9;
  846. private System.Data.DataColumn dataColumn11;
  847. private System.Data.DataColumn dataColumn12;
  848. private System.Data.DataColumn dataColumn13;
  849. private System.Data.DataColumn dataColumn14;
  850. private System.Data.DataColumn dataColumn15;
  851. private System.Data.DataColumn dataColumn16;
  852. private System.Windows.Forms.Label label2;
  853. private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
  854. }
  855. }