| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- namespace Core.StlMes.Client.Mcp.Treatment.Report
- {
- partial class FrmMatSource
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit();
- this.SuspendLayout();
- //
- // button2
- //
- this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button2.Location = new System.Drawing.Point(206, 75);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 90;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = true;
- //
- // button1
- //
- this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button1.Location = new System.Drawing.Point(112, 75);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 89;
- this.button1.Text = "确认";
- this.button1.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(22, 26);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(67, 15);
- this.label1.TabIndex = 88;
- this.label1.Text = "收料来源";
- //
- // matSource
- //
- this.matSource.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem8.DataValue = "0";
- valueListItem8.DisplayText = "生产部";
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "中间库";
- this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem8,
- valueListItem2});
- this.matSource.Location = new System.Drawing.Point(112, 22);
- this.matSource.Name = "matSource";
- this.matSource.Size = new System.Drawing.Size(144, 24);
- this.matSource.TabIndex = 87;
- //
- // FrmMatSource
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(317, 131);
- 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 System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource;
- }
- }
|