| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- namespace Core.StlMes.Client.GlBusiness.OrderForm
- {
- partial class FrmThOrderReport
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HTTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THCOHT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TPCOHT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_QTY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALNCE_PRICE");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.udtEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.udtStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.uchkDate = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.utxtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.uchkOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- 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.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udtStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uchkDate)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtOrderNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uchkOrderNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
- this.ultraGroupBox1.Controls.Add(this.udtEnd);
- this.ultraGroupBox1.Controls.Add(this.udtStart);
- this.ultraGroupBox1.Controls.Add(this.uchkDate);
- this.ultraGroupBox1.Controls.Add(this.utxtOrderNo);
- this.ultraGroupBox1.Controls.Add(this.uchkOrderNo);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1449, 72);
- this.ultraGroupBox1.TabIndex = 10;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(572, 25);
- this.ultraLabel12.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(21, 19);
- this.ultraLabel12.TabIndex = 52;
- this.ultraLabel12.Text = "至";
- //
- // udtEnd
- //
- this.udtEnd.DateTime = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
- this.udtEnd.Location = new System.Drawing.Point(596, 22);
- this.udtEnd.Margin = new System.Windows.Forms.Padding(4);
- this.udtEnd.Name = "udtEnd";
- this.udtEnd.Size = new System.Drawing.Size(159, 24);
- this.udtEnd.TabIndex = 51;
- this.udtEnd.Value = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
- //
- // udtStart
- //
- this.udtStart.DateTime = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
- this.udtStart.Location = new System.Drawing.Point(408, 22);
- this.udtStart.Margin = new System.Windows.Forms.Padding(4);
- this.udtStart.Name = "udtStart";
- this.udtStart.Size = new System.Drawing.Size(159, 24);
- this.udtStart.TabIndex = 50;
- this.udtStart.Value = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
- //
- // uchkDate
- //
- this.uchkDate.AutoSize = true;
- this.uchkDate.Location = new System.Drawing.Point(315, 23);
- this.uchkDate.Margin = new System.Windows.Forms.Padding(4);
- this.uchkDate.Name = "uchkDate";
- this.uchkDate.Size = new System.Drawing.Size(84, 22);
- this.uchkDate.TabIndex = 49;
- this.uchkDate.Text = "创建日期";
- //
- // utxtOrderNo
- //
- this.utxtOrderNo.Location = new System.Drawing.Point(111, 22);
- this.utxtOrderNo.Margin = new System.Windows.Forms.Padding(4);
- this.utxtOrderNo.Name = "utxtOrderNo";
- this.utxtOrderNo.Size = new System.Drawing.Size(184, 24);
- this.utxtOrderNo.TabIndex = 46;
- //
- // uchkOrderNo
- //
- this.uchkOrderNo.Location = new System.Drawing.Point(35, 23);
- this.uchkOrderNo.Margin = new System.Windows.Forms.Padding(4);
- this.uchkOrderNo.Name = "uchkOrderNo";
- this.uchkOrderNo.Size = new System.Drawing.Size(80, 25);
- this.uchkOrderNo.TabIndex = 45;
- this.uchkOrderNo.Text = "合同号";
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "类型";
- this.dataColumn1.ColumnName = "HTTYPE";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "天淮合同";
- this.dataColumn2.ColumnName = "THCOHT";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "本部合同";
- this.dataColumn3.ColumnName = "TPCOHT";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "订货产品";
- this.dataColumn4.ColumnName = "ORDER_DESC";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "订货量";
- this.dataColumn5.ColumnName = "ORDER_QTY";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "结算价格";
- this.dataColumn6.ColumnName = "BALNCE_PRICE";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.VisiblePosition = 2;
- ultraGridColumn3.Header.VisiblePosition = 1;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6});
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance2.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance3.BackColor2 = System.Drawing.SystemColors.Control;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
- appearance10.BackColor = System.Drawing.SystemColors.Highlight;
- appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance12.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
- appearance8.BorderColor = System.Drawing.Color.Silver;
- appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance6.BackColor = System.Drawing.SystemColors.Control;
- appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance6.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
- appearance5.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 72);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1449, 616);
- this.ultraGrid1.TabIndex = 11;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // FrmThOrderReport
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1449, 688);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "FrmThOrderReport";
- this.Text = "FrmThOrderReport";
- this.Load += new System.EventHandler(this.FrmThOrderReport_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udtStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uchkDate)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtOrderNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uchkOrderNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtEnd;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtStart;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkDate;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtOrderNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkOrderNo;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- 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 Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- }
- }
|