MonomerDialog.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Core.StlMes.Client.YdmPipeManage.Dialog
  2. {
  3. partial class MonomerDialog
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  30. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.panel3 = new System.Windows.Forms.Panel();
  34. this.cmbProduct = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  35. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  38. this.panel2.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  40. this.panel3.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.ultraButton1);
  47. this.panel1.Controls.Add(this.ultraCheckEditor1);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.panel1.Location = new System.Drawing.Point(0, 0);
  50. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(249, 33);
  53. this.panel1.TabIndex = 0;
  54. //
  55. // ultraButton1
  56. //
  57. this.ultraButton1.Location = new System.Drawing.Point(143, 5);
  58. this.ultraButton1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.ultraButton1.Name = "ultraButton1";
  60. this.ultraButton1.Size = new System.Drawing.Size(56, 23);
  61. this.ultraButton1.TabIndex = 1;
  62. this.ultraButton1.Text = "确认";
  63. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  64. //
  65. // ultraCheckEditor1
  66. //
  67. this.ultraCheckEditor1.AutoSize = true;
  68. this.ultraCheckEditor1.Location = new System.Drawing.Point(14, 9);
  69. this.ultraCheckEditor1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  70. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  71. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  72. this.ultraCheckEditor1.TabIndex = 0;
  73. this.ultraCheckEditor1.Text = "是否补轧";
  74. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  75. //
  76. // panel2
  77. //
  78. this.panel2.Controls.Add(this.ultraTextEditor1);
  79. this.panel2.Controls.Add(this.panel3);
  80. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.panel2.Location = new System.Drawing.Point(0, 33);
  82. this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  83. this.panel2.Name = "panel2";
  84. this.panel2.Size = new System.Drawing.Size(249, 224);
  85. this.panel2.TabIndex = 1;
  86. //
  87. // ultraTextEditor1
  88. //
  89. this.ultraTextEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.ultraTextEditor1.Location = new System.Drawing.Point(0, 33);
  91. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  92. this.ultraTextEditor1.Multiline = true;
  93. this.ultraTextEditor1.Name = "ultraTextEditor1";
  94. this.ultraTextEditor1.Size = new System.Drawing.Size(249, 191);
  95. this.ultraTextEditor1.TabIndex = 0;
  96. //
  97. // panel3
  98. //
  99. this.panel3.Controls.Add(this.cmbProduct);
  100. this.panel3.Controls.Add(this.ultraLabel7);
  101. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  102. this.panel3.Location = new System.Drawing.Point(0, 0);
  103. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  104. this.panel3.Name = "panel3";
  105. this.panel3.Size = new System.Drawing.Size(249, 33);
  106. this.panel3.TabIndex = 1;
  107. //
  108. // cmbProduct
  109. //
  110. this.cmbProduct.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  111. this.cmbProduct.Location = new System.Drawing.Point(97, 5);
  112. this.cmbProduct.Name = "cmbProduct";
  113. this.cmbProduct.Size = new System.Drawing.Size(100, 21);
  114. this.cmbProduct.TabIndex = 15;
  115. //
  116. // ultraLabel7
  117. //
  118. this.ultraLabel7.Location = new System.Drawing.Point(31, 8);
  119. this.ultraLabel7.Name = "ultraLabel7";
  120. this.ultraLabel7.Size = new System.Drawing.Size(63, 21);
  121. this.ultraLabel7.TabIndex = 14;
  122. this.ultraLabel7.Text = "成品区分";
  123. //
  124. // MonomerDialog
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(249, 257);
  129. this.Controls.Add(this.panel2);
  130. this.Controls.Add(this.panel1);
  131. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  132. this.Name = "MonomerDialog";
  133. this.Text = "脱单说明";
  134. this.Load += new System.EventHandler(this.MonomerDialog_Load);
  135. this.panel1.ResumeLayout(false);
  136. this.panel1.PerformLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  138. this.panel2.ResumeLayout(false);
  139. this.panel2.PerformLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  141. this.panel3.ResumeLayout(false);
  142. this.panel3.PerformLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).EndInit();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.Panel panel1;
  148. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  149. private System.Windows.Forms.Panel panel2;
  150. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  151. private Infragistics.Win.Misc.UltraButton ultraButton1;
  152. private System.Windows.Forms.Panel panel3;
  153. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProduct;
  154. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  155. }
  156. }