FrmPlineCode.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace Core.StlMes.Client.YdmBcPipeManage
  2. {
  3. partial class FrmPlineCode
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPlineCode));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. this.panel2.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // panel2
  38. //
  39. this.panel2.Controls.Add(this.button1);
  40. this.panel2.Controls.Add(this.label2);
  41. this.panel2.Controls.Add(this.ultraComboEditor2);
  42. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.panel2.Location = new System.Drawing.Point(0, 0);
  44. this.panel2.Margin = new System.Windows.Forms.Padding(1);
  45. this.panel2.Name = "panel2";
  46. this.panel2.Size = new System.Drawing.Size(271, 31);
  47. this.panel2.TabIndex = 13;
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(193, 3);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(62, 23);
  54. this.button1.TabIndex = 947;
  55. this.button1.Text = "确认";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.BackColor = System.Drawing.Color.Transparent;
  63. this.label2.Location = new System.Drawing.Point(17, 10);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(29, 12);
  66. this.label2.TabIndex = 946;
  67. this.label2.Text = "产线";
  68. //
  69. // ultraComboEditor2
  70. //
  71. this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  72. this.ultraComboEditor2.Location = new System.Drawing.Point(50, 5);
  73. this.ultraComboEditor2.Name = "ultraComboEditor2";
  74. this.ultraComboEditor2.Size = new System.Drawing.Size(131, 21);
  75. this.ultraComboEditor2.TabIndex = 945;
  76. //
  77. // FrmPlineCode
  78. //
  79. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81. this.ClientSize = new System.Drawing.Size(271, 30);
  82. this.Controls.Add(this.panel2);
  83. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  84. this.Name = "FrmPlineCode";
  85. this.Text = "产线指定";
  86. this.Load += new System.EventHandler(this.FrmPlineCode_Load);
  87. this.panel2.ResumeLayout(false);
  88. this.panel2.PerformLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. private System.Windows.Forms.Panel panel2;
  94. private System.Windows.Forms.Label label2;
  95. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  96. private System.Windows.Forms.Button button1;
  97. }
  98. }