namespace Core.XgMes.Client.JGKC.MaterialManager
{
partial class FrmMaterialLBDaioage
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL__LB_CODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL__LB_NAME");
Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
this.panel1 = new System.Windows.Forms.Panel();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.panel2 = new System.Windows.Forms.Panel();
this.btnQR = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txt_wz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.chk_wz = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.txt_wzdm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.Chk_WZDM = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_wz)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_wzdm)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.ultraGrid1);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(631, 310);
this.panel1.TabIndex = 0;
//
// ultraGrid1
//
appearance41.BackColor = System.Drawing.SystemColors.Window;
appearance41.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid1.DisplayLayout.Appearance = appearance41;
ultraGridColumn7.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
ultraGridColumn7.Header.Caption = "物资类别代码";
ultraGridColumn7.Header.VisiblePosition = 0;
ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
ultraGridColumn8.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
ultraGridColumn8.Header.Caption = "物资类别名称";
ultraGridColumn8.Header.VisiblePosition = 1;
ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
ultraGridBand4.Columns.AddRange(new object[] {
ultraGridColumn7,
ultraGridColumn8});
ultraGridBand4.UseRowLayout = true;
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance42.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance42.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance42;
appearance43.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance43;
this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance44.BackColor2 = System.Drawing.SystemColors.Control;
appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
appearance45.BackColor = System.Drawing.SystemColors.Window;
appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance45;
appearance46.BackColor = System.Drawing.SystemColors.Highlight;
appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance46;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance47.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance47;
appearance48.BorderColor = System.Drawing.Color.Silver;
appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance48;
this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
appearance49.BackColor = System.Drawing.SystemColors.Control;
appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance49.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance49;
appearance50.TextHAlign = Infragistics.Win.HAlign.Left;
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance50;
this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance51.BackColor = System.Drawing.SystemColors.Window;
appearance51.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance51;
this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
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, 41);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(631, 269);
this.ultraGrid1.TabIndex = 1;
this.ultraGrid1.Text = "ultraGrid1";
//
// panel2
//
this.panel2.Controls.Add(this.txt_wz);
this.panel2.Controls.Add(this.chk_wz);
this.panel2.Controls.Add(this.txt_wzdm);
this.panel2.Controls.Add(this.Chk_WZDM);
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.btnQR);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(631, 41);
this.panel2.TabIndex = 0;
//
// btnQR
//
this.btnQR.Location = new System.Drawing.Point(523, 3);
this.btnQR.Name = "btnQR";
this.btnQR.Size = new System.Drawing.Size(75, 30);
this.btnQR.TabIndex = 0;
this.btnQR.Text = "确认";
this.btnQR.UseVisualStyleBackColor = true;
this.btnQR.Click += new System.EventHandler(this.btnQR_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(442, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 30);
this.button1.TabIndex = 1;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txt_wz
//
appearance53.BackColor = System.Drawing.Color.LightCyan;
this.txt_wz.Appearance = appearance53;
this.txt_wz.AutoSize = true;
this.txt_wz.Enabled = false;
this.txt_wz.FlatMode = true;
this.txt_wz.Location = new System.Drawing.Point(313, 11);
this.txt_wz.Name = "txt_wz";
this.txt_wz.Size = new System.Drawing.Size(96, 19);
this.txt_wz.TabIndex = 412;
this.txt_wz.Tag = "";
//
// chk_wz
//
this.chk_wz.FlatMode = true;
this.chk_wz.Location = new System.Drawing.Point(216, 14);
this.chk_wz.Name = "chk_wz";
this.chk_wz.Size = new System.Drawing.Size(91, 15);
this.chk_wz.TabIndex = 411;
this.chk_wz.Text = "物资类别名称";
this.chk_wz.CheckedChanged += new System.EventHandler(this.chk_wz_CheckedChanged);
//
// txt_wzdm
//
appearance54.BackColor = System.Drawing.Color.LightCyan;
this.txt_wzdm.Appearance = appearance54;
this.txt_wzdm.AutoSize = true;
this.txt_wzdm.Enabled = false;
this.txt_wzdm.FlatMode = true;
this.txt_wzdm.Location = new System.Drawing.Point(114, 10);
this.txt_wzdm.Name = "txt_wzdm";
this.txt_wzdm.Size = new System.Drawing.Size(96, 19);
this.txt_wzdm.TabIndex = 410;
this.txt_wzdm.Tag = "";
//
// Chk_WZDM
//
this.Chk_WZDM.FlatMode = true;
this.Chk_WZDM.Location = new System.Drawing.Point(22, 12);
this.Chk_WZDM.Name = "Chk_WZDM";
this.Chk_WZDM.Size = new System.Drawing.Size(96, 17);
this.Chk_WZDM.TabIndex = 409;
this.Chk_WZDM.Text = "物资类别代码";
this.Chk_WZDM.CheckedChanged += new System.EventHandler(this.Chk_WZDM_CheckedChanged);
//
// FrmMaterialLBDaioage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(631, 310);
this.Controls.Add(this.panel1);
this.Name = "FrmMaterialLBDaioage";
this.Text = "FrmMaterialDaioage";
this.Load += new System.EventHandler(this.FrmMaterialLBDaioage_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_wz)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_wzdm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnQR;
private System.Windows.Forms.Button button1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wz;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_wz;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wzdm;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor Chk_WZDM;
}
}