| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- namespace Core.XgMes.Client.JGKC.MaterialManager
- {
- partial class FrmDepotDialogNew
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPOTID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPOTNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPOT_LB");
- 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();
- Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance58 = 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.btrqr = 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.Cmb_LB = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.Chk_CKLB = 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();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_LB)).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(748, 366);
- this.panel1.TabIndex = 0;
- //
- // ultraGrid1
- //
- appearance46.BackColor = System.Drawing.SystemColors.Window;
- appearance46.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance46;
- ultraGridColumn10.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn10.Header.Caption = "仓库代码";
- ultraGridColumn10.Header.VisiblePosition = 0;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn11.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn11.Header.Caption = "仓库名称";
- ultraGridColumn11.Header.VisiblePosition = 1;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn12.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- ultraGridColumn12.Header.Caption = "仓库类别";
- ultraGridColumn12.Header.VisiblePosition = 2;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand4.Columns.AddRange(new object[] {
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12});
- 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;
- appearance47.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance47.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance47;
- appearance48.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance48;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance49.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance49.BackColor2 = System.Drawing.SystemColors.Control;
- appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance49.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance49;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance50.BackColor = System.Drawing.SystemColors.Window;
- appearance50.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance50;
- appearance51.BackColor = System.Drawing.SystemColors.Highlight;
- appearance51.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance51;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance52.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance52;
- appearance53.BorderColor = System.Drawing.Color.Silver;
- appearance53.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance53;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance54.BackColor = System.Drawing.SystemColors.Control;
- appearance54.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance54.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance54.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance54.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance54;
- appearance55.TextHAlign = Infragistics.Win.HAlign.Left;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance55;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance56.BackColor = System.Drawing.SystemColors.Window;
- appearance56.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance56;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance57.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance57;
- 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.Location = new System.Drawing.Point(0, 42);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(748, 324);
- this.ultraGrid1.TabIndex = 1;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.Cmb_LB);
- this.panel2.Controls.Add(this.Chk_CKLB);
- 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.btrqr);
- 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(748, 42);
- this.panel2.TabIndex = 0;
- //
- // btrqr
- //
- this.btrqr.Location = new System.Drawing.Point(621, 3);
- this.btrqr.Name = "btrqr";
- this.btrqr.Size = new System.Drawing.Size(75, 36);
- this.btrqr.TabIndex = 0;
- this.btrqr.Text = "确认";
- this.btrqr.UseVisualStyleBackColor = true;
- this.btrqr.Click += new System.EventHandler(this.btrqr_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(540, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 36);
- this.button1.TabIndex = 1;
- this.button1.Text = "查询";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // txt_wz
- //
- appearance59.BackColor = System.Drawing.Color.LightCyan;
- this.txt_wz.Appearance = appearance59;
- this.txt_wz.AutoSize = true;
- this.txt_wz.Enabled = false;
- this.txt_wz.FlatMode = true;
- this.txt_wz.Location = new System.Drawing.Point(250, 10);
- this.txt_wz.Name = "txt_wz";
- this.txt_wz.Size = new System.Drawing.Size(96, 19);
- this.txt_wz.TabIndex = 416;
- this.txt_wz.Tag = "";
- //
- // chk_wz
- //
- this.chk_wz.FlatMode = true;
- this.chk_wz.Location = new System.Drawing.Point(178, 14);
- this.chk_wz.Name = "chk_wz";
- this.chk_wz.Size = new System.Drawing.Size(91, 15);
- this.chk_wz.TabIndex = 415;
- this.chk_wz.Text = "仓库名称";
- this.chk_wz.CheckedChanged += new System.EventHandler(this.chk_wz_CheckedChanged);
- //
- // txt_wzdm
- //
- appearance60.BackColor = System.Drawing.Color.LightCyan;
- this.txt_wzdm.Appearance = appearance60;
- this.txt_wzdm.AutoSize = true;
- this.txt_wzdm.Enabled = false;
- this.txt_wzdm.FlatMode = true;
- this.txt_wzdm.Location = new System.Drawing.Point(76, 10);
- this.txt_wzdm.Name = "txt_wzdm";
- this.txt_wzdm.Size = new System.Drawing.Size(96, 19);
- this.txt_wzdm.TabIndex = 414;
- this.txt_wzdm.Tag = "";
- //
- // Chk_WZDM
- //
- this.Chk_WZDM.FlatMode = true;
- this.Chk_WZDM.Location = new System.Drawing.Point(3, 12);
- this.Chk_WZDM.Name = "Chk_WZDM";
- this.Chk_WZDM.Size = new System.Drawing.Size(96, 17);
- this.Chk_WZDM.TabIndex = 413;
- this.Chk_WZDM.Text = "仓库代码";
- this.Chk_WZDM.CheckedChanged += new System.EventHandler(this.Chk_WZDM_CheckedChanged);
- //
- // Cmb_LB
- //
- appearance58.BackColor = System.Drawing.Color.LightCyan;
- this.Cmb_LB.Appearance = appearance58;
- this.Cmb_LB.AutoSize = true;
- this.Cmb_LB.Enabled = false;
- this.Cmb_LB.FlatMode = true;
- this.Cmb_LB.Location = new System.Drawing.Point(429, 10);
- this.Cmb_LB.Name = "Cmb_LB";
- this.Cmb_LB.Size = new System.Drawing.Size(96, 19);
- this.Cmb_LB.TabIndex = 418;
- this.Cmb_LB.Tag = "";
- //
- // Chk_CKLB
- //
- this.Chk_CKLB.FlatMode = true;
- this.Chk_CKLB.Location = new System.Drawing.Point(352, 14);
- this.Chk_CKLB.Name = "Chk_CKLB";
- this.Chk_CKLB.Size = new System.Drawing.Size(91, 15);
- this.Chk_CKLB.TabIndex = 417;
- this.Chk_CKLB.Text = "仓库类别";
- this.Chk_CKLB.CheckedChanged += new System.EventHandler(this.Chk_CKLB_CheckedChanged);
- //
- // FrmDepotDialogNew
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(748, 366);
- this.Controls.Add(this.panel1);
- this.Name = "FrmDepotDialogNew";
- this.Text = "FrmDepotDialog";
- this.Load += new System.EventHandler(this.FrmDepotDialog_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();
- ((System.ComponentModel.ISupportInitialize)(this.Cmb_LB)).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 btrqr;
- private System.Windows.Forms.Button button1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Cmb_LB;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor Chk_CKLB;
- 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;
- }
- }
|