| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- namespace Core.StlMes.Client.Mcp.Mch.Report
- {
- partial class FrmLoadReport
- {
- /// <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 valueListItem9 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit();
- this.SuspendLayout();
- //
- // matSource
- //
- valueListItem8.DataValue = "0";
- valueListItem8.DisplayText = "生产部";
- valueListItem9.DataValue = "1";
- valueListItem9.DisplayText = "中间库";
- valueListItem1.DataValue = "2";
- valueListItem1.DisplayText = "热处理";
- this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem8,
- valueListItem9,
- valueListItem1});
- this.matSource.Location = new System.Drawing.Point(807, 322);
- this.matSource.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.matSource.Name = "matSource";
- this.matSource.Size = new System.Drawing.Size(144, 24);
- this.matSource.TabIndex = 85;
- this.matSource.Visible = false;
- //
- // FrmLoadReport
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1759, 669);
- this.Controls.Add(this.matSource);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "FrmLoadReport";
- this.Text = "上料台帐";
- ((System.ComponentModel.ISupportInitialize)(this.matSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource;
- }
- }
|