FrmMatSource.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace Core.StlMes.Client.Mcp.Mch.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. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // matSource
  39. //
  40. this.matSource.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  41. valueListItem8.DataValue = "0";
  42. valueListItem8.DisplayText = "生产部";
  43. valueListItem2.DataValue = "1";
  44. valueListItem2.DisplayText = "中间库";
  45. valueListItem1.DataValue = "2";
  46. valueListItem1.DisplayText = "热处理";
  47. this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  48. valueListItem8,
  49. valueListItem2,
  50. valueListItem1});
  51. this.matSource.Location = new System.Drawing.Point(116, 32);
  52. this.matSource.Name = "matSource";
  53. this.matSource.Size = new System.Drawing.Size(144, 24);
  54. this.matSource.TabIndex = 83;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(26, 36);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(67, 15);
  62. this.label1.TabIndex = 84;
  63. this.label1.Text = "收料来源";
  64. //
  65. // button1
  66. //
  67. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  68. this.button1.Location = new System.Drawing.Point(116, 85);
  69. this.button1.Name = "button1";
  70. this.button1.Size = new System.Drawing.Size(75, 23);
  71. this.button1.TabIndex = 85;
  72. this.button1.Text = "确认";
  73. this.button1.UseVisualStyleBackColor = true;
  74. //
  75. // button2
  76. //
  77. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  78. this.button2.Location = new System.Drawing.Point(210, 85);
  79. this.button2.Name = "button2";
  80. this.button2.Size = new System.Drawing.Size(75, 23);
  81. this.button2.TabIndex = 86;
  82. this.button2.Text = "取消";
  83. this.button2.UseVisualStyleBackColor = true;
  84. //
  85. // FrmMatSource
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(318, 133);
  90. this.Controls.Add(this.button2);
  91. this.Controls.Add(this.button1);
  92. this.Controls.Add(this.label1);
  93. this.Controls.Add(this.matSource);
  94. this.Name = "FrmMatSource";
  95. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  96. this.Text = "收料来源";
  97. ((System.ComponentModel.ISupportInitialize)(this.matSource)).EndInit();
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource;
  103. private System.Windows.Forms.Label label1;
  104. private System.Windows.Forms.Button button1;
  105. private System.Windows.Forms.Button button2;
  106. }
  107. }