FrmMatSource.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace Core.StlMes.Client.Mcp.Treatment.Report
  2. {
  3. partial class FrmMatSource
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // button2
  38. //
  39. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  40. this.button2.Location = new System.Drawing.Point(206, 75);
  41. this.button2.Name = "button2";
  42. this.button2.Size = new System.Drawing.Size(75, 23);
  43. this.button2.TabIndex = 90;
  44. this.button2.Text = "取消";
  45. this.button2.UseVisualStyleBackColor = true;
  46. //
  47. // button1
  48. //
  49. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  50. this.button1.Location = new System.Drawing.Point(112, 75);
  51. this.button1.Name = "button1";
  52. this.button1.Size = new System.Drawing.Size(75, 23);
  53. this.button1.TabIndex = 89;
  54. this.button1.Text = "确认";
  55. this.button1.UseVisualStyleBackColor = true;
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Location = new System.Drawing.Point(22, 26);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(67, 15);
  63. this.label1.TabIndex = 88;
  64. this.label1.Text = "收料来源";
  65. //
  66. // matSource
  67. //
  68. this.matSource.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  69. valueListItem8.DataValue = "0";
  70. valueListItem8.DisplayText = "生产部";
  71. valueListItem2.DataValue = "1";
  72. valueListItem2.DisplayText = "中间库";
  73. this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  74. valueListItem8,
  75. valueListItem2});
  76. this.matSource.Location = new System.Drawing.Point(112, 22);
  77. this.matSource.Name = "matSource";
  78. this.matSource.Size = new System.Drawing.Size(144, 24);
  79. this.matSource.TabIndex = 87;
  80. //
  81. // FrmMatSource
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(317, 131);
  86. this.Controls.Add(this.button2);
  87. this.Controls.Add(this.button1);
  88. this.Controls.Add(this.label1);
  89. this.Controls.Add(this.matSource);
  90. this.Name = "FrmMatSource";
  91. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  92. this.Text = "收料来源";
  93. ((System.ComponentModel.ISupportInitialize)(this.matSource)).EndInit();
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. private System.Windows.Forms.Button button2;
  99. private System.Windows.Forms.Button button1;
  100. private System.Windows.Forms.Label label1;
  101. private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource;
  102. }
  103. }