namespace Core.StlMes.Client.BuyBillet
{
partial class FrmBuySupplier
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBuySupplier));
Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUSTOMER_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUSTOMER_NM");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_D");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_DG");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_DGF");
Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.ts_btn_AddNew = new System.Windows.Forms.ToolStripButton();
this.ts_btn_Delete = new System.Windows.Forms.ToolStripButton();
this.ts_btn_Save = new System.Windows.Forms.ToolStripButton();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ts_btn_AddNew,
this.ts_btn_Delete,
this.ts_btn_Save});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(519, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// ts_btn_AddNew
//
this.ts_btn_AddNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ts_btn_AddNew.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_AddNew.Image")));
this.ts_btn_AddNew.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ts_btn_AddNew.Name = "ts_btn_AddNew";
this.ts_btn_AddNew.Size = new System.Drawing.Size(36, 22);
this.ts_btn_AddNew.Text = "新增";
this.ts_btn_AddNew.Click += new System.EventHandler(this.ts_btn_AddNew_Click);
//
// ts_btn_Delete
//
this.ts_btn_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ts_btn_Delete.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_Delete.Image")));
this.ts_btn_Delete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ts_btn_Delete.Name = "ts_btn_Delete";
this.ts_btn_Delete.Size = new System.Drawing.Size(36, 22);
this.ts_btn_Delete.Text = "删除";
//
// ts_btn_Save
//
this.ts_btn_Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ts_btn_Save.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_Save.Image")));
this.ts_btn_Save.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ts_btn_Save.Name = "ts_btn_Save";
this.ts_btn_Save.Size = new System.Drawing.Size(36, 22);
this.ts_btn_Save.Text = "保存";
this.ts_btn_Save.Click += new System.EventHandler(this.ts_btn_Save_Click);
//
// ultraGrid1
//
appearance25.BackColor = System.Drawing.SystemColors.Window;
appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid1.DisplayLayout.Appearance = appearance25;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Hidden = true;
ultraGridColumn2.Header.Caption = "供应商名称";
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.Header.Caption = "省市";
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn4.Header.Caption = "同断面最小起订量";
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
ultraGridColumn5.Header.Caption = "同断面同钢种最小起订量";
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(160, 0);
ultraGridColumn6.Header.Caption = "同断面同钢种同单倍最小起订量";
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(200, 0);
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance26.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance28.BackColor2 = System.Drawing.SystemColors.Control;
appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
appearance29.BackColor = System.Drawing.SystemColors.Window;
appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
appearance30.BackColor = System.Drawing.SystemColors.Highlight;
appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance31.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
appearance32.BorderColor = System.Drawing.Color.Silver;
appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
appearance33.BackColor = System.Drawing.SystemColors.Control;
appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance33.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
appearance34.TextHAlignAsString = "Left";
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance35.BackColor = System.Drawing.SystemColors.Window;
appearance35.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid1.Location = new System.Drawing.Point(0, 25);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(519, 237);
this.ultraGrid1.TabIndex = 1;
this.ultraGrid1.Text = "ultraGrid1";
//
// FrmBuySupplier
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(519, 262);
this.Controls.Add(this.ultraGrid1);
this.Controls.Add(this.toolStrip1);
this.Name = "FrmBuySupplier";
this.ShowIcon = false;
this.Text = "供货商维护";
this.Load += new System.EventHandler(this.FrmBuySupplier_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton ts_btn_AddNew;
private System.Windows.Forms.ToolStripButton ts_btn_Delete;
private System.Windows.Forms.ToolStripButton ts_btn_Save;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
}
}