| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- namespace Core.StlMes.Client.LgCommon
- {
- partial class frmMaterial
- {
- /// <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 appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELFORSHORT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELUNITS");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JMTYPE");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.btnNo = new System.Windows.Forms.Button();
- this.btnOk = new System.Windows.Forms.Button();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.rbtn_ALL = new System.Windows.Forms.RadioButton();
- this.rbtn_WS = new System.Windows.Forms.RadioButton();
- this.rbtn_HJ = new System.Windows.Forms.RadioButton();
- this.rbtn_FL = new System.Windows.Forms.RadioButton();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table1";
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance2.TextVAlignAsString = "Middle";
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance2;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(225)))));
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- appearance4.BackColor = System.Drawing.Color.MintCream;
- this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance4;
- appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(225)))));
- this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance5;
- appearance6.BackColor = System.Drawing.Color.LemonChiffon;
- appearance6.FontData.BoldAsString = "True";
- appearance6.ForeColor = System.Drawing.Color.Blue;
- this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 38);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(389, 313);
- this.ultraGrid1.TabIndex = 1;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "物料编码";
- this.dataColumn1.ColumnName = "MATERIELCODE";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "物料类型";
- this.dataColumn2.ColumnName = "MATERIELTYPE";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "物料全称";
- this.dataColumn3.ColumnName = "MATERIELNAME";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "物料简称";
- this.dataColumn4.ColumnName = "MATERIELFORSHORT";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "单位";
- this.dataColumn5.ColumnName = "MATERIELUNITS";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "加料类型";
- this.dataColumn6.ColumnName = "JMTYPE";
- //
- // btnNo
- //
- this.btnNo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnNo.Location = new System.Drawing.Point(200, 366);
- this.btnNo.Name = "btnNo";
- this.btnNo.Size = new System.Drawing.Size(75, 25);
- this.btnNo.TabIndex = 1;
- this.btnNo.Text = "取消";
- this.btnNo.UseVisualStyleBackColor = false;
- this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(114, 366);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 25);
- this.btnOk.TabIndex = 0;
- this.btnOk.Text = "确定";
- this.btnOk.UseVisualStyleBackColor = false;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // ultraPanel1
- //
- this.ultraPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.InsetSoft;
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_ALL);
- this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_WS);
- this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_HJ);
- this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_FL);
- 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(389, 38);
- this.ultraPanel1.TabIndex = 0;
- //
- // rbtn_ALL
- //
- this.rbtn_ALL.AutoSize = true;
- this.rbtn_ALL.Location = new System.Drawing.Point(200, 10);
- this.rbtn_ALL.Name = "rbtn_ALL";
- this.rbtn_ALL.Size = new System.Drawing.Size(71, 16);
- this.rbtn_ALL.TabIndex = 3;
- this.rbtn_ALL.TabStop = true;
- this.rbtn_ALL.Text = "全部类别";
- this.rbtn_ALL.UseVisualStyleBackColor = true;
- this.rbtn_ALL.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
- //
- // rbtn_WS
- //
- this.rbtn_WS.AutoSize = true;
- this.rbtn_WS.Location = new System.Drawing.Point(137, 10);
- this.rbtn_WS.Name = "rbtn_WS";
- this.rbtn_WS.Size = new System.Drawing.Size(47, 16);
- this.rbtn_WS.TabIndex = 2;
- this.rbtn_WS.TabStop = true;
- this.rbtn_WS.Text = "喂丝";
- this.rbtn_WS.UseVisualStyleBackColor = true;
- this.rbtn_WS.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
- //
- // rbtn_HJ
- //
- this.rbtn_HJ.AutoSize = true;
- this.rbtn_HJ.Location = new System.Drawing.Point(74, 10);
- this.rbtn_HJ.Name = "rbtn_HJ";
- this.rbtn_HJ.Size = new System.Drawing.Size(47, 16);
- this.rbtn_HJ.TabIndex = 1;
- this.rbtn_HJ.TabStop = true;
- this.rbtn_HJ.Text = "合金";
- this.rbtn_HJ.UseVisualStyleBackColor = true;
- this.rbtn_HJ.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
- //
- // rbtn_FL
- //
- this.rbtn_FL.AutoSize = true;
- this.rbtn_FL.Location = new System.Drawing.Point(11, 10);
- this.rbtn_FL.Name = "rbtn_FL";
- this.rbtn_FL.Size = new System.Drawing.Size(47, 16);
- this.rbtn_FL.TabIndex = 0;
- this.rbtn_FL.TabStop = true;
- this.rbtn_FL.Text = "辅料";
- this.rbtn_FL.UseVisualStyleBackColor = true;
- this.rbtn_FL.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
- //
- // frmMaterial
- //
- this.AcceptButton = this.btnOk;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gainsboro;
- this.CancelButton = this.btnNo;
- this.ClientSize = new System.Drawing.Size(389, 403);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraPanel1);
- this.Controls.Add(this.btnNo);
- this.Controls.Add(this.btnOk);
- this.Name = "frmMaterial";
- this.Text = "物料选择";
- this.Load += new System.EventHandler(this.frmMaterial_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataSet dataSet1;
- private System.Windows.Forms.Button btnNo;
- private System.Windows.Forms.Button btnOk;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private System.Windows.Forms.RadioButton rbtn_ALL;
- private System.Windows.Forms.RadioButton rbtn_WS;
- private System.Windows.Forms.RadioButton rbtn_HJ;
- private System.Windows.Forms.RadioButton rbtn_FL;
- }
- }
|