namespace Core.StlMes.Client.Mcp.Mch.Report { partial class FrmMatSource { /// /// 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() { Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit(); this.SuspendLayout(); // // matSource // this.matSource.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem8.DataValue = "0"; valueListItem8.DisplayText = "生产部"; valueListItem2.DataValue = "1"; valueListItem2.DisplayText = "中间库"; valueListItem1.DataValue = "2"; valueListItem1.DisplayText = "热处理"; this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem8, valueListItem2, valueListItem1}); this.matSource.Location = new System.Drawing.Point(116, 32); this.matSource.Name = "matSource"; this.matSource.Size = new System.Drawing.Size(144, 24); this.matSource.TabIndex = 83; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 36); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 84; this.label1.Text = "收料来源"; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(116, 85); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 85; this.button1.Text = "确认"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(210, 85); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 86; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; // // FrmMatSource // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(318, 133); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.matSource); this.Name = "FrmMatSource"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "收料来源"; ((System.ComponentModel.ISupportInitialize)(this.matSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; } }