namespace Core.StlMes.Client.SalePrice.BaseForm { partial class FrmPriceDoc { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SlmPriceDocEntity", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PriceVerId"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PriceVerDesc", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ValiddateBegin"); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ValiddateEnd"); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Createname"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Createdate"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Updatename"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Updatedate"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance(); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox(); this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.gdPriceDoc = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.slmPriceDocEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gdPriceDoc)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.slmPriceDocEntityBindingSource)).BeginInit(); this.SuspendLayout(); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.chkValid); this.ultraPanel1.ClientArea.Controls.Add(this.labelTextBox2); this.ultraPanel1.ClientArea.Controls.Add(this.labelTextBox1); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraPanel1.Location = new System.Drawing.Point(0, 0); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(633, 38); this.ultraPanel1.TabIndex = 2; // // chkValid // this.chkValid.AutoSize = true; this.chkValid.Location = new System.Drawing.Point(450, 9); this.chkValid.Name = "chkValid"; this.chkValid.Size = new System.Drawing.Size(71, 19); this.chkValid.TabIndex = 1; this.chkValid.Text = "包含无效"; this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged); // // labelTextBox2 // // // // this.labelTextBox2.CheckBox.AutoSize = true; this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(4, 4); this.labelTextBox2.CheckBox.Name = "checkBox1"; this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(15, 14); this.labelTextBox2.CheckBox.TabIndex = 1; this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true; // // // this.labelTextBox2.Label.AutoSize = true; this.labelTextBox2.Label.Location = new System.Drawing.Point(21, 4); this.labelTextBox2.Label.Name = "label1"; this.labelTextBox2.Label.Size = new System.Drawing.Size(65, 12); this.labelTextBox2.Label.TabIndex = 0; this.labelTextBox2.Label.Text = "文件版本号"; this.labelTextBox2.Location = new System.Drawing.Point(231, 9); this.labelTextBox2.Name = "labelTextBox2"; this.labelTextBox2.Size = new System.Drawing.Size(197, 21); this.labelTextBox2.TabIndex = 0; // // // this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTextBox2.TextBox.Enabled = false; this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0); this.labelTextBox2.TextBox.Name = "textBox1"; this.labelTextBox2.TextBox.Size = new System.Drawing.Size(108, 21); this.labelTextBox2.TextBox.TabIndex = 1; // // labelTextBox1 // // // // this.labelTextBox1.CheckBox.AutoSize = true; this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4); this.labelTextBox1.CheckBox.Name = "checkBox1"; this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14); this.labelTextBox1.CheckBox.TabIndex = 1; this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true; // // // this.labelTextBox1.Label.AutoSize = true; this.labelTextBox1.Label.Location = new System.Drawing.Point(21, 4); this.labelTextBox1.Label.Name = "label1"; this.labelTextBox1.Label.Size = new System.Drawing.Size(77, 12); this.labelTextBox1.Label.TabIndex = 0; this.labelTextBox1.Label.Text = "文件版本描述"; this.labelTextBox1.Location = new System.Drawing.Point(13, 9); this.labelTextBox1.Name = "labelTextBox1"; this.labelTextBox1.Size = new System.Drawing.Size(197, 21); this.labelTextBox1.TabIndex = 0; // // // this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTextBox1.TextBox.Enabled = false; this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0); this.labelTextBox1.TextBox.Name = "textBox1"; this.labelTextBox1.TextBox.Size = new System.Drawing.Size(96, 21); this.labelTextBox1.TextBox.TabIndex = 1; // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.gdPriceDoc); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraPanel2.Location = new System.Drawing.Point(0, 38); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(633, 303); this.ultraPanel2.TabIndex = 3; // // gdPriceDoc // this.gdPriceDoc.DataSource = this.slmPriceDocEntityBindingSource; appearance9.BackColor = System.Drawing.SystemColors.Window; appearance9.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.gdPriceDoc.DisplayLayout.Appearance = appearance9; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2; appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); ultraGridColumn2.CellAppearance = appearance4; ultraGridColumn2.Header.VisiblePosition = 2; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); ultraGridColumn3.CellAppearance = appearance5; ultraGridColumn3.Header.VisiblePosition = 3; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date; appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); ultraGridColumn4.CellAppearance = appearance6; ultraGridColumn4.Header.VisiblePosition = 4; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date; ultraGridColumn5.Header.VisiblePosition = 5; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.Header.VisiblePosition = 6; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn7.Header.VisiblePosition = 7; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 14; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn8.Header.VisiblePosition = 8; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 16; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn9.Header.VisiblePosition = 9; ultraGridColumn9.RowLayoutColumnInfo.OriginX = 18; ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn10.DataType = typeof(bool); ultraGridColumn10.DefaultCellValue = false; ultraGridColumn10.Header.Caption = "选择"; ultraGridColumn10.Header.VisiblePosition = 1; ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.gdPriceDoc.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.gdPriceDoc.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.gdPriceDoc.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance14.BorderColor = System.Drawing.SystemColors.Window; this.gdPriceDoc.DisplayLayout.GroupByBox.Appearance = appearance14; appearance15.ForeColor = System.Drawing.SystemColors.GrayText; this.gdPriceDoc.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15; this.gdPriceDoc.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance16.BackColor2 = System.Drawing.SystemColors.Control; appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance16.ForeColor = System.Drawing.SystemColors.GrayText; this.gdPriceDoc.DisplayLayout.GroupByBox.PromptAppearance = appearance16; this.gdPriceDoc.DisplayLayout.MaxColScrollRegions = 1; this.gdPriceDoc.DisplayLayout.MaxRowScrollRegions = 1; appearance17.BackColor = System.Drawing.SystemColors.Window; appearance17.ForeColor = System.Drawing.SystemColors.ControlText; this.gdPriceDoc.DisplayLayout.Override.ActiveCellAppearance = appearance17; appearance18.BackColor = System.Drawing.SystemColors.Highlight; appearance18.ForeColor = System.Drawing.SystemColors.HighlightText; this.gdPriceDoc.DisplayLayout.Override.ActiveRowAppearance = appearance18; this.gdPriceDoc.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom; this.gdPriceDoc.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.gdPriceDoc.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance19.BackColor = System.Drawing.SystemColors.Window; this.gdPriceDoc.DisplayLayout.Override.CardAreaAppearance = appearance19; appearance20.BorderColor = System.Drawing.Color.Silver; appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.gdPriceDoc.DisplayLayout.Override.CellAppearance = appearance20; this.gdPriceDoc.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.gdPriceDoc.DisplayLayout.Override.CellPadding = 0; appearance22.BackColor = System.Drawing.SystemColors.Control; appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance22.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance22.BorderColor = System.Drawing.SystemColors.Window; this.gdPriceDoc.DisplayLayout.Override.GroupByRowAppearance = appearance22; appearance23.TextHAlignAsString = "Left"; this.gdPriceDoc.DisplayLayout.Override.HeaderAppearance = appearance23; this.gdPriceDoc.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.gdPriceDoc.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance24.BackColor = System.Drawing.SystemColors.Window; appearance24.BorderColor = System.Drawing.Color.Silver; this.gdPriceDoc.DisplayLayout.Override.RowAppearance = appearance24; this.gdPriceDoc.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance25.BackColor = System.Drawing.SystemColors.ControlLight; this.gdPriceDoc.DisplayLayout.Override.TemplateAddRowAppearance = appearance25; this.gdPriceDoc.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.gdPriceDoc.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.gdPriceDoc.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.gdPriceDoc.Dock = System.Windows.Forms.DockStyle.Fill; this.gdPriceDoc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gdPriceDoc.Location = new System.Drawing.Point(0, 0); this.gdPriceDoc.Name = "gdPriceDoc"; this.gdPriceDoc.Size = new System.Drawing.Size(633, 303); this.gdPriceDoc.TabIndex = 4; this.gdPriceDoc.Text = "ultraGrid1"; this.gdPriceDoc.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gdPriceDoc_InitializeRow); this.gdPriceDoc.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gdPriceDoc_AfterRowInsert); // // slmPriceDocEntityBindingSource // this.slmPriceDocEntityBindingSource.DataSource = typeof(com.steering.pss.sale.price.entity.SlmPriceDocEntity); // // FrmPriceDoc // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(633, 341); this.Controls.Add(this.ultraPanel2); this.Controls.Add(this.ultraPanel1); this.Name = "FrmPriceDoc"; this.Text = "FrmPriceDoc"; this.Load += new System.EventHandler(this.FrmPriceDoc_Load); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ClientArea.PerformLayout(); this.ultraPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit(); this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gdPriceDoc)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.slmPriceDocEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid; private Mes.Client.Comm.Control.LabelTextBox labelTextBox2; private Mes.Client.Comm.Control.LabelTextBox labelTextBox1; private System.Windows.Forms.BindingSource slmPriceDocEntityBindingSource; private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Infragistics.Win.UltraWinGrid.UltraGrid gdPriceDoc; } }