frmSteelResults.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace Core.StlMes.Client.LgResMgt
  2. {
  3. partial class frmSteelResults
  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.Appearance appearance2 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  34. this.ucResStovePlan1 = new Core.StlMes.Client.LgCommon.ucResStovePlan();
  35. this.Temperature = new Core.StlMes.Client.LgCommon.公共自定义控件.温度.ucNewTemperature();
  36. this.plMain = new System.Windows.Forms.Panel();
  37. this.ucResAdditive = new Core.StlMes.Client.LgCommon.ucResAdditive();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  39. this.splitContainer2.Panel1.SuspendLayout();
  40. this.splitContainer2.Panel2.SuspendLayout();
  41. this.splitContainer2.SuspendLayout();
  42. this.upMain.ClientArea.SuspendLayout();
  43. this.upMain.SuspendLayout();
  44. this.ultraPalMic.ClientArea.SuspendLayout();
  45. this.ultraPalMic.SuspendLayout();
  46. this.ultraPanel1.ClientArea.SuspendLayout();
  47. this.ultraPanel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.MicContainer)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.egpChem)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // splitContainer2
  54. //
  55. this.splitContainer2.Margin = new System.Windows.Forms.Padding(5);
  56. this.splitContainer2.Size = new System.Drawing.Size(1042, 573);
  57. this.splitContainer2.SplitterDistance = 702;
  58. this.splitContainer2.SplitterWidth = 7;
  59. //
  60. // upMain
  61. //
  62. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  63. this.upMain.Appearance = appearance2;
  64. //
  65. // upMain.ClientArea
  66. //
  67. this.upMain.ClientArea.Controls.Add(this.ucResAdditive);
  68. this.upMain.ClientArea.Controls.Add(this.plMain);
  69. this.upMain.ClientArea.Controls.Add(this.ucResStovePlan1);
  70. this.upMain.Margin = new System.Windows.Forms.Padding(5);
  71. this.upMain.Size = new System.Drawing.Size(702, 573);
  72. //
  73. // ultraPalMic
  74. //
  75. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  76. this.ultraPalMic.Appearance = appearance3;
  77. //
  78. // ultraPalMic.ClientArea
  79. //
  80. this.ultraPalMic.ClientArea.Controls.Add(this.Temperature);
  81. this.ultraPalMic.Size = new System.Drawing.Size(306, 567);
  82. //
  83. // ultraPanel1
  84. //
  85. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  86. this.ultraPanel1.Appearance = appearance4;
  87. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(5);
  88. this.ultraPanel1.Size = new System.Drawing.Size(1341, 137);
  89. //
  90. // ucNewChemelEment
  91. //
  92. this.ucNewChemelEment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  93. this.ucNewChemelEment.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  94. this.ucNewChemelEment.Size = new System.Drawing.Size(1337, 133);
  95. //
  96. // MainContainer
  97. //
  98. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  99. appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  100. this.MainContainer.Appearance = appearance5;
  101. this.MainContainer.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
  102. this.MainContainer.ExpandedSize = new System.Drawing.Size(300, 573);
  103. this.MainContainer.Margin = new System.Windows.Forms.Padding(5);
  104. this.MainContainer.Size = new System.Drawing.Size(300, 573);
  105. this.MainContainer.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Default;
  106. //
  107. // MicContainer
  108. //
  109. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  110. appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  111. this.MicContainer.Appearance = appearance1;
  112. this.MicContainer.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
  113. this.MicContainer.ExpandedSize = new System.Drawing.Size(333, 573);
  114. this.MicContainer.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Default;
  115. this.MicContainer.Margin = new System.Windows.Forms.Padding(5);
  116. this.MicContainer.Size = new System.Drawing.Size(333, 573);
  117. this.MicContainer.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Default;
  118. //
  119. // egpChem
  120. //
  121. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  122. appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  123. this.egpChem.Appearance = appearance6;
  124. this.egpChem.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
  125. this.egpChem.ExpandedSize = new System.Drawing.Size(1347, 163);
  126. this.egpChem.Margin = new System.Windows.Forms.Padding(5);
  127. this.egpChem.Size = new System.Drawing.Size(1347, 163);
  128. this.egpChem.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Default;
  129. //
  130. // ucResStovePlan1
  131. //
  132. this.ucResStovePlan1.BackColor = System.Drawing.Color.Honeydew;
  133. this.ucResStovePlan1.Dock = System.Windows.Forms.DockStyle.Top;
  134. this.ucResStovePlan1.Location = new System.Drawing.Point(0, 0);
  135. this.ucResStovePlan1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  136. this.ucResStovePlan1.Name = "ucResStovePlan1";
  137. this.ucResStovePlan1.Size = new System.Drawing.Size(702, 80);
  138. this.ucResStovePlan1.TabIndex = 1;
  139. //
  140. // Temperature
  141. //
  142. this.Temperature.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.Temperature.Location = new System.Drawing.Point(0, 0);
  144. this.Temperature.Margin = new System.Windows.Forms.Padding(5);
  145. this.Temperature.Name = "Temperature";
  146. this.Temperature.Size = new System.Drawing.Size(302, 563);
  147. this.Temperature.TabIndex = 0;
  148. //
  149. // plMain
  150. //
  151. this.plMain.Dock = System.Windows.Forms.DockStyle.Top;
  152. this.plMain.Location = new System.Drawing.Point(0, 80);
  153. this.plMain.Margin = new System.Windows.Forms.Padding(4);
  154. this.plMain.Name = "plMain";
  155. this.plMain.Size = new System.Drawing.Size(702, 190);
  156. this.plMain.TabIndex = 2;
  157. //
  158. // ucResAdditive
  159. //
  160. this.ucResAdditive.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.ucResAdditive.FL_VISIBLE = true;
  162. this.ucResAdditive.HJ_VISIBLE = true;
  163. this.ucResAdditive.Location = new System.Drawing.Point(0, 270);
  164. this.ucResAdditive.Margin = new System.Windows.Forms.Padding(5);
  165. this.ucResAdditive.Name = "ucResAdditive";
  166. this.ucResAdditive.Size = new System.Drawing.Size(702, 303);
  167. this.ucResAdditive.STL_VISIBLE = true;
  168. this.ucResAdditive.TabIndex = 3;
  169. this.ucResAdditive.WS_VISIBLE = true;
  170. //
  171. // frmSteelResults
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.ClientSize = new System.Drawing.Size(1347, 741);
  176. this.Margin = new System.Windows.Forms.Padding(5);
  177. this.Name = "frmSteelResults";
  178. this.Text = "frmSteelResults";
  179. this.splitContainer2.Panel1.ResumeLayout(false);
  180. this.splitContainer2.Panel2.ResumeLayout(false);
  181. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  182. this.splitContainer2.ResumeLayout(false);
  183. this.upMain.ClientArea.ResumeLayout(false);
  184. this.upMain.ResumeLayout(false);
  185. this.ultraPalMic.ClientArea.ResumeLayout(false);
  186. this.ultraPalMic.ResumeLayout(false);
  187. this.ultraPanel1.ClientArea.ResumeLayout(false);
  188. this.ultraPanel1.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.MicContainer)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.egpChem)).EndInit();
  192. this.ResumeLayout(false);
  193. }
  194. #endregion
  195. protected System.Windows.Forms.Panel plMain;
  196. protected LgCommon.ucResStovePlan ucResStovePlan1;
  197. protected LgCommon.ucResAdditive ucResAdditive;
  198. protected LgCommon.公共自定义控件.温度.ucNewTemperature Temperature;
  199. }
  200. }