| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861 |
- namespace BeltScaleSystem
- {
- partial class frmScaleLogSelect
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量预报", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationPage");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationFunction");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationPredictionNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationCarnNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationBeforeFix");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("operationAfterFix");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logTypeCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScaleLogSelect));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
- Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
- Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2Query = new System.Windows.Forms.Panel();
- this.ultraGridBeltPre = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.label2 = new System.Windows.Forms.Label();
- this.text1 = new System.Windows.Forms.TextBox();
- this.text2 = new System.Windows.Forms.TextBox();
- this.text3 = new System.Windows.Forms.TextBox();
- this.label17 = new System.Windows.Forms.Label();
- this.checkDate = new System.Windows.Forms.CheckBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.dtStartTime = new System.Windows.Forms.DateTimePicker();
- this.label4 = new System.Windows.Forms.Label();
- this.dtEndTime = new System.Windows.Forms.DateTimePicker();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
- this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
- this.ultraGroupBox4.SuspendLayout();
- this.panel2Query.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
- this.ultraGroupBoxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.panel2);
- this.ultraGroupBox1.Controls.Add(this.panel1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
- this.ultraGroupBox1.TabIndex = 1;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraGroupBox4);
- this.panel2.Controls.Add(this.ultraGroupBoxCondition);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 30);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1698, 673);
- this.panel2.TabIndex = 1;
- //
- // ultraGroupBox4
- //
- this.ultraGroupBox4.Controls.Add(this.panel2Query);
- this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox4.Location = new System.Drawing.Point(0, 61);
- this.ultraGroupBox4.Name = "ultraGroupBox4";
- this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 612);
- this.ultraGroupBox4.TabIndex = 2;
- this.ultraGroupBox4.Text = "数据展示区域";
- this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2Query
- //
- this.panel2Query.Controls.Add(this.ultraGridBeltPre);
- this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2Query.Location = new System.Drawing.Point(3, 18);
- this.panel2Query.Name = "panel2Query";
- this.panel2Query.Size = new System.Drawing.Size(1692, 591);
- this.panel2Query.TabIndex = 3;
- //
- // ultraGridBeltPre
- //
- this.ultraGridBeltPre.DataSource = this.dataSet;
- ultraGridColumn1.Header.VisiblePosition = 1;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 0);
- ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn3.Header.VisiblePosition = 3;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
- ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn4.Header.VisiblePosition = 4;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 5;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn6.Header.VisiblePosition = 6;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.Header.VisiblePosition = 7;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.Header.VisiblePosition = 8;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 9;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 10;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 11;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 12;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 13;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 14;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 15;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 16;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn17.DataType = typeof(bool);
- ultraGridColumn17.Header.Caption = "选择";
- ultraGridColumn17.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn17.Header.VisiblePosition = 0;
- ultraGridColumn17.Hidden = true;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
- ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- ultraGridBand1.SummaryFooterCaption = "合计";
- this.ultraGridBeltPre.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridBeltPre.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
- this.ultraGridBeltPre.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
- appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.ForeColor = System.Drawing.Color.IndianRed;
- appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.Appearance = appearance1;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
- this.ultraGridBeltPre.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltPre.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
- appearance2.TextVAlignAsString = "Middle";
- this.ultraGridBeltPre.DisplayLayout.Override.CellAppearance = appearance2;
- appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.ultraGridBeltPre.DisplayLayout.Override.HeaderAppearance = appearance3;
- this.ultraGridBeltPre.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGridBeltPre.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGridBeltPre.DisplayLayout.Override.MinRowHeight = 21;
- appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance4.TextVAlignAsString = "Middle";
- this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorAppearance = appearance4;
- this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGridBeltPre.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltPre.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGridBeltPre.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridBeltPre.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridBeltPre.Location = new System.Drawing.Point(0, 0);
- this.ultraGridBeltPre.Name = "ultraGridBeltPre";
- this.ultraGridBeltPre.Size = new System.Drawing.Size(1692, 591);
- this.ultraGridBeltPre.TabIndex = 7;
- //
- // dataSet
- //
- this.dataSet.DataSetName = "NewDataSet";
- this.dataSet.Locale = new System.Globalization.CultureInfo("zh-CN");
- this.dataSet.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn10,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn9,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16});
- this.dataTable1.TableName = "计量预报";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "创建人编号";
- this.dataColumn7.ColumnName = "createManNo";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "创建人";
- this.dataColumn8.ColumnName = "createManName";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "创建时间";
- this.dataColumn10.ColumnName = "createTime";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "ID";
- this.dataColumn1.ColumnName = "id";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "修改人编号";
- this.dataColumn2.ColumnName = "updateManNo";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "修改人";
- this.dataColumn3.ColumnName = "updateManName";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "修改时间";
- this.dataColumn4.ColumnName = "updateTime";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "页面名称";
- this.dataColumn5.ColumnName = "operationPage";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "功能名称";
- this.dataColumn6.ColumnName = "operationFunction";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "数据主键";
- this.dataColumn9.ColumnName = "operationId";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "预报编号";
- this.dataColumn11.ColumnName = "operationPredictionNo";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "车号";
- this.dataColumn12.ColumnName = "operationCarnNo";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "修改前数据";
- this.dataColumn13.ColumnName = "operationBeforeFix";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "修改后数据";
- this.dataColumn14.ColumnName = "operationAfterFix";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "日志类型";
- this.dataColumn15.ColumnName = "logType";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "类型编码";
- this.dataColumn16.ColumnName = "logTypeCode";
- //
- // ultraGroupBoxCondition
- //
- this.ultraGroupBoxCondition.Controls.Add(this.ultraCombo1);
- this.ultraGroupBoxCondition.Controls.Add(this.label2);
- this.ultraGroupBoxCondition.Controls.Add(this.text1);
- this.ultraGroupBoxCondition.Controls.Add(this.text2);
- this.ultraGroupBoxCondition.Controls.Add(this.text3);
- this.ultraGroupBoxCondition.Controls.Add(this.label17);
- this.ultraGroupBoxCondition.Controls.Add(this.checkDate);
- this.ultraGroupBoxCondition.Controls.Add(this.label5);
- this.ultraGroupBoxCondition.Controls.Add(this.label3);
- this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
- this.ultraGroupBoxCondition.Controls.Add(this.label4);
- this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
- this.ultraGroupBoxCondition.Controls.Add(this.label1);
- this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
- this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 61);
- this.ultraGroupBoxCondition.TabIndex = 0;
- this.ultraGroupBoxCondition.Text = "查询条件";
- this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraCombo1
- //
- this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
- appearance5.BackColor = System.Drawing.SystemColors.Window;
- appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraCombo1.DisplayLayout.Appearance = appearance5;
- this.ultraCombo1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraCombo1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance6.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.GroupByBox.Appearance = appearance6;
- appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraCombo1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance8;
- this.ultraCombo1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance7.BackColor2 = System.Drawing.SystemColors.Control;
- appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraCombo1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
- this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraCombo1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
- appearance14.BackColor = System.Drawing.SystemColors.Highlight;
- appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraCombo1.DisplayLayout.Override.ActiveRowAppearance = appearance14;
- this.ultraCombo1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraCombo1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance16.BackColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.Override.CardAreaAppearance = appearance16;
- appearance12.BorderColor = System.Drawing.Color.Silver;
- appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraCombo1.DisplayLayout.Override.CellAppearance = appearance12;
- this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraCombo1.DisplayLayout.Override.CellPadding = 0;
- appearance10.BackColor = System.Drawing.SystemColors.Control;
- appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance10.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraCombo1.DisplayLayout.Override.GroupByRowAppearance = appearance10;
- appearance9.TextHAlignAsString = "Left";
- this.ultraCombo1.DisplayLayout.Override.HeaderAppearance = appearance9;
- this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraCombo1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance15.BackColor = System.Drawing.SystemColors.Window;
- appearance15.BorderColor = System.Drawing.Color.Silver;
- this.ultraCombo1.DisplayLayout.Override.RowAppearance = appearance15;
- this.ultraCombo1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraCombo1.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
- this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraCombo1.Font = new System.Drawing.Font("宋体", 12F);
- this.ultraCombo1.Location = new System.Drawing.Point(1351, 19);
- this.ultraCombo1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.ultraCombo1.Name = "ultraCombo1";
- this.ultraCombo1.Size = new System.Drawing.Size(149, 26);
- this.ultraCombo1.TabIndex = 138;
- this.ultraCombo1.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.Location = new System.Drawing.Point(1275, 24);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 14);
- this.label2.TabIndex = 137;
- this.label2.Text = "日志类型";
- this.label2.Visible = false;
- //
- // text1
- //
- this.text1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.text1.Location = new System.Drawing.Point(629, 20);
- this.text1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.text1.Name = "text1";
- this.text1.Size = new System.Drawing.Size(146, 25);
- this.text1.TabIndex = 136;
- //
- // text2
- //
- this.text2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.text2.Location = new System.Drawing.Point(867, 20);
- this.text2.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.text2.Name = "text2";
- this.text2.Size = new System.Drawing.Size(146, 25);
- this.text2.TabIndex = 135;
- //
- // text3
- //
- this.text3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.text3.Location = new System.Drawing.Point(1112, 19);
- this.text3.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.text3.Name = "text3";
- this.text3.Size = new System.Drawing.Size(146, 25);
- this.text3.TabIndex = 134;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Font = new System.Drawing.Font("宋体", 10F);
- this.label17.Location = new System.Drawing.Point(801, 24);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(63, 14);
- this.label17.TabIndex = 132;
- this.label17.Text = "功能名称";
- //
- // checkDate
- //
- this.checkDate.AutoSize = true;
- this.checkDate.Checked = true;
- this.checkDate.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkDate.Location = new System.Drawing.Point(80, 26);
- this.checkDate.Name = "checkDate";
- this.checkDate.Size = new System.Drawing.Size(15, 14);
- this.checkDate.TabIndex = 131;
- this.checkDate.UseVisualStyleBackColor = true;
- this.checkDate.CheckedChanged += new System.EventHandler(this.checkDate_CheckedChanged);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 10F);
- this.label5.Location = new System.Drawing.Point(1046, 24);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(63, 14);
- this.label5.TabIndex = 121;
- this.label5.Text = "数据主键";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 10F);
- this.label3.Location = new System.Drawing.Point(563, 26);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(63, 14);
- this.label3.TabIndex = 117;
- this.label3.Text = "页面名称";
- //
- // dtStartTime
- //
- this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
- this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
- this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtStartTime.Location = new System.Drawing.Point(107, 20);
- this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
- this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dtStartTime.Name = "dtStartTime";
- this.dtStartTime.Size = new System.Drawing.Size(200, 26);
- this.dtStartTime.TabIndex = 112;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(313, 27);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 111;
- this.label4.Text = "至";
- //
- // dtEndTime
- //
- this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
- this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
- this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtEndTime.Location = new System.Drawing.Point(333, 20);
- this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
- this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dtEndTime.Name = "dtEndTime";
- this.dtEndTime.Size = new System.Drawing.Size(200, 26);
- this.dtEndTime.TabIndex = 107;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.Location = new System.Drawing.Point(10, 28);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 108;
- this.label1.Text = "创建时间";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel1_Fill_Panel);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(3, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1698, 30);
- this.panel1.TabIndex = 0;
- //
- // panel1_Fill_Panel
- //
- this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
- this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
- this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
- this.panel1_Fill_Panel.TabIndex = 0;
- //
- // _panel1_Toolbars_Dock_Area_Left
- //
- this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
- this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
- this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool2});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
- buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
- buttonTool5.SharedPropsInternal.Caption = "查询";
- buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
- buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
- buttonTool6.SharedPropsInternal.Caption = "导出";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
- buttonTool7.SharedPropsInternal.Caption = "删除";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
- buttonTool8.SharedPropsInternal.Caption = "还原";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
- buttonTool10.SharedPropsInternal.Caption = "退出";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
- buttonTool12.SharedPropsInternal.Caption = "新增";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
- buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
- buttonTool14.SharedPropsInternal.Caption = "修改";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool5,
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool10,
- buttonTool12,
- buttonTool14});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _panel1_Toolbars_Dock_Area_Right
- //
- this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
- this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
- this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Top
- //
- this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
- this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
- this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Bottom
- //
- this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
- this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
- this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
- this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // frmScaleLogSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1704, 706);
- this.ControlBox = false;
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmScaleLogSelect";
- this.Text = "皮带秤预报管理";
- this.Load += new System.EventHandler(this.frmScalePredictionManage_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
- this.ultraGroupBox4.ResumeLayout(false);
- this.panel2Query.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
- this.ultraGroupBoxCondition.ResumeLayout(false);
- this.ultraGroupBoxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
- private System.Windows.Forms.Panel panel2Query;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltPre;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DateTimePicker dtStartTime;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.DateTimePicker dtEndTime;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel1_Fill_Panel;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
- private System.Data.DataSet dataSet;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn10;
- private System.Windows.Forms.CheckBox checkDate;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.TextBox text3;
- private System.Windows.Forms.TextBox text1;
- private System.Windows.Forms.TextBox text2;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
- }
- }
|