frmTest.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class frmTest
  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.ucResAdditiveBase1 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
  29. this.ucResAdditiveBase2 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
  30. this.ucResAdditiveBase3 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
  31. this.ucResAdditive1 = new Core.StlMes.Client.LgCommon.ucResAdditive();
  32. this.SuspendLayout();
  33. //
  34. // ucResAdditiveBase1
  35. //
  36. this.ucResAdditiveBase1.BackColor = System.Drawing.Color.PapayaWhip;
  37. this.ucResAdditiveBase1.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Automatic;
  38. this.ucResAdditiveBase1.Location = new System.Drawing.Point(12, 12);
  39. this.ucResAdditiveBase1.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.FL;
  40. this.ucResAdditiveBase1.Name = "ucResAdditiveBase1";
  41. this.ucResAdditiveBase1.Size = new System.Drawing.Size(882, 151);
  42. this.ucResAdditiveBase1.TabIndex = 0;
  43. //
  44. // ucResAdditiveBase2
  45. //
  46. this.ucResAdditiveBase2.BackColor = System.Drawing.Color.PapayaWhip;
  47. this.ucResAdditiveBase2.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Automatic;
  48. this.ucResAdditiveBase2.Location = new System.Drawing.Point(12, 169);
  49. this.ucResAdditiveBase2.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.HJ;
  50. this.ucResAdditiveBase2.Name = "ucResAdditiveBase2";
  51. this.ucResAdditiveBase2.Size = new System.Drawing.Size(882, 151);
  52. this.ucResAdditiveBase2.TabIndex = 0;
  53. //
  54. // ucResAdditiveBase3
  55. //
  56. this.ucResAdditiveBase3.BackColor = System.Drawing.Color.PapayaWhip;
  57. this.ucResAdditiveBase3.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Manual;
  58. this.ucResAdditiveBase3.Location = new System.Drawing.Point(12, 326);
  59. this.ucResAdditiveBase3.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.FL_HJ_WS;
  60. this.ucResAdditiveBase3.Name = "ucResAdditiveBase3";
  61. this.ucResAdditiveBase3.Size = new System.Drawing.Size(882, 151);
  62. this.ucResAdditiveBase3.TabIndex = 1;
  63. //
  64. // ucResAdditive1
  65. //
  66. this.ucResAdditive1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.ucResAdditive1.Location = new System.Drawing.Point(0, 0);
  68. this.ucResAdditive1.Name = "ucResAdditive1";
  69. this.ucResAdditive1.Size = new System.Drawing.Size(1138, 188);
  70. this.ucResAdditive1.TabIndex = 2;
  71. //
  72. // frmTest
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(1138, 479);
  77. this.Controls.Add(this.ucResAdditive1);
  78. this.Controls.Add(this.ucResAdditiveBase3);
  79. this.Controls.Add(this.ucResAdditiveBase2);
  80. this.Controls.Add(this.ucResAdditiveBase1);
  81. this.Name = "frmTest";
  82. this.Text = "frmTest";
  83. this.Load += new System.EventHandler(this.frmTest_Load);
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. private ucResAdditiveBase ucResAdditiveBase1;
  88. private ucResAdditiveBase ucResAdditiveBase2;
  89. private ucResAdditiveBase ucResAdditiveBase3;
  90. private ucResAdditive ucResAdditive1;
  91. }
  92. }