| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- namespace Core.StlMes.Client.SalePrice.BaseForm
- {
- partial class FrmPriceFactorRange
- {
- /// <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.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SlmPriceFactorClassifyEntity", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClassDId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClassDName");
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SortNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VerType", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FactorId");
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
- Infragistics.Win.Appearance appearance3 = 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 appearance21 = 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();
- 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.gdFactorRange = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.slmPriceFactorClassifyEntityBindingSource = 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.gdFactorRange)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.slmPriceFactorClassifyEntityBindingSource)).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 = 0;
- //
- // chkValid
- //
- this.chkValid.AutoSize = true;
- this.chkValid.Location = new System.Drawing.Point(440, 12);
- this.chkValid.Name = "chkValid";
- this.chkValid.Size = new System.Drawing.Size(71, 19);
- this.chkValid.TabIndex = 4;
- 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(41, 12);
- this.labelTextBox2.Label.TabIndex = 0;
- this.labelTextBox2.Label.Text = "范围ID";
- this.labelTextBox2.Location = new System.Drawing.Point(221, 12);
- this.labelTextBox2.Name = "labelTextBox2";
- this.labelTextBox2.Size = new System.Drawing.Size(197, 21);
- this.labelTextBox2.TabIndex = 3;
- //
- //
- //
- 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(132, 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(53, 12);
- this.labelTextBox1.Label.TabIndex = 0;
- this.labelTextBox1.Label.Text = "范围名称";
- this.labelTextBox1.Location = new System.Drawing.Point(3, 12);
- this.labelTextBox1.Name = "labelTextBox1";
- this.labelTextBox1.Size = new System.Drawing.Size(197, 21);
- this.labelTextBox1.TabIndex = 2;
- //
- //
- //
- 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(120, 21);
- this.labelTextBox1.TextBox.TabIndex = 1;
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.gdFactorRange);
- 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 = 1;
- //
- // gdFactorRange
- //
- this.gdFactorRange.DataSource = this.slmPriceFactorClassifyEntityBindingSource;
- appearance2.BackColor = System.Drawing.SystemColors.Window;
- appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.gdFactorRange.DisplayLayout.Appearance = appearance2;
- ultraGridColumn1.Header.VisiblePosition = 1;
- appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- ultraGridColumn2.CellAppearance = appearance6;
- ultraGridColumn2.Header.VisiblePosition = 2;
- ultraGridColumn3.Header.VisiblePosition = 3;
- appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- ultraGridColumn4.CellAppearance = appearance7;
- ultraGridColumn4.Header.Caption = "VERTYPE";
- ultraGridColumn4.Header.VisiblePosition = 4;
- appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- ultraGridColumn5.CellAppearance = appearance8;
- ultraGridColumn5.Header.VisiblePosition = 5;
- ultraGridColumn6.Header.VisiblePosition = 6;
- ultraGridColumn7.Header.VisiblePosition = 7;
- ultraGridColumn8.Header.VisiblePosition = 8;
- ultraGridColumn9.Header.VisiblePosition = 9;
- ultraGridColumn10.Header.VisiblePosition = 10;
- ultraGridColumn11.DataType = typeof(bool);
- ultraGridColumn11.DefaultCellValue = false;
- ultraGridColumn11.Header.Caption = "选择";
- ultraGridColumn11.Header.VisiblePosition = 0;
- ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11});
- this.gdFactorRange.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.gdFactorRange.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.gdFactorRange.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance3.BorderColor = System.Drawing.SystemColors.Window;
- this.gdFactorRange.DisplayLayout.GroupByBox.Appearance = appearance3;
- appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
- this.gdFactorRange.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
- this.gdFactorRange.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.gdFactorRange.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
- this.gdFactorRange.DisplayLayout.MaxColScrollRegions = 1;
- this.gdFactorRange.DisplayLayout.MaxRowScrollRegions = 1;
- appearance17.BackColor = System.Drawing.SystemColors.Window;
- appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gdFactorRange.DisplayLayout.Override.ActiveCellAppearance = appearance17;
- appearance18.BackColor = System.Drawing.SystemColors.Highlight;
- appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.gdFactorRange.DisplayLayout.Override.ActiveRowAppearance = appearance18;
- this.gdFactorRange.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
- this.gdFactorRange.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.gdFactorRange.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance19.BackColor = System.Drawing.SystemColors.Window;
- this.gdFactorRange.DisplayLayout.Override.CardAreaAppearance = appearance19;
- appearance20.BorderColor = System.Drawing.Color.Silver;
- appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.gdFactorRange.DisplayLayout.Override.CellAppearance = appearance20;
- this.gdFactorRange.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.gdFactorRange.DisplayLayout.Override.CellPadding = 0;
- appearance21.BackColor = System.Drawing.SystemColors.Control;
- appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance21.BorderColor = System.Drawing.SystemColors.Window;
- this.gdFactorRange.DisplayLayout.Override.GroupByRowAppearance = appearance21;
- appearance22.TextHAlignAsString = "Left";
- this.gdFactorRange.DisplayLayout.Override.HeaderAppearance = appearance22;
- this.gdFactorRange.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.gdFactorRange.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance23.BackColor = System.Drawing.SystemColors.Window;
- appearance23.BorderColor = System.Drawing.Color.Silver;
- this.gdFactorRange.DisplayLayout.Override.RowAppearance = appearance23;
- this.gdFactorRange.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
- this.gdFactorRange.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
- this.gdFactorRange.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.gdFactorRange.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.gdFactorRange.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.gdFactorRange.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gdFactorRange.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gdFactorRange.Location = new System.Drawing.Point(0, 0);
- this.gdFactorRange.Name = "gdFactorRange";
- this.gdFactorRange.Size = new System.Drawing.Size(633, 303);
- this.gdFactorRange.TabIndex = 2;
- this.gdFactorRange.Text = "ultraGrid1";
- this.gdFactorRange.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gdFactorRange_InitializeRow);
- this.gdFactorRange.AfterRowActivate += new System.EventHandler(this.gdFactorRange_AfterRowActivate);
- this.gdFactorRange.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gdFactorRange_AfterRowInsert);
- this.gdFactorRange.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gdFactorRange_CellChange);
- //
- // slmPriceFactorClassifyEntityBindingSource
- //
- this.slmPriceFactorClassifyEntityBindingSource.DataSource = typeof(com.steering.pss.sale.price.entity.SlmPriceFactorClassifyEntity);
- //
- // FrmPriceFactorRange
- //
- 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 = "FrmPriceFactorRange";
- this.Text = "FrmPriceFactorRange";
- this.Load += new System.EventHandler(this.FrmPriceFactorRange_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.gdFactorRange)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.slmPriceFactorClassifyEntityBindingSource)).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 Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid gdFactorRange;
- private System.Windows.Forms.BindingSource slmPriceFactorClassifyEntityBindingSource;
- }
- }
|