FrmOnLineManerger.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmOnLineManerger
  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.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  29. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  33. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  35. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // ultraTextEditor1
  42. //
  43. this.ultraTextEditor1.Location = new System.Drawing.Point(44, 20);
  44. this.ultraTextEditor1.Name = "ultraTextEditor1";
  45. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  46. this.ultraTextEditor1.TabIndex = 8;
  47. this.ultraTextEditor1.Text = "ultraTextEditor1";
  48. //
  49. // ultraLabel1
  50. //
  51. this.ultraLabel1.Location = new System.Drawing.Point(7, 25);
  52. this.ultraLabel1.Name = "ultraLabel1";
  53. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  54. this.ultraLabel1.TabIndex = 7;
  55. this.ultraLabel1.Text = "编号";
  56. //
  57. // ultraLabel2
  58. //
  59. this.ultraLabel2.Location = new System.Drawing.Point(167, 25);
  60. this.ultraLabel2.Name = "ultraLabel2";
  61. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  62. this.ultraLabel2.TabIndex = 7;
  63. this.ultraLabel2.Text = "轧制炉号";
  64. //
  65. // ultraTextEditor2
  66. //
  67. this.ultraTextEditor2.Location = new System.Drawing.Point(228, 20);
  68. this.ultraTextEditor2.Name = "ultraTextEditor2";
  69. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  70. this.ultraTextEditor2.TabIndex = 8;
  71. this.ultraTextEditor2.Text = "ultraTextEditor1";
  72. //
  73. // ultraLabel3
  74. //
  75. this.ultraLabel3.Location = new System.Drawing.Point(347, 23);
  76. this.ultraLabel3.Name = "ultraLabel3";
  77. this.ultraLabel3.Size = new System.Drawing.Size(97, 23);
  78. this.ultraLabel3.TabIndex = 7;
  79. this.ultraLabel3.Text = "当炉已轧制支数";
  80. //
  81. // ultraTextEditor3
  82. //
  83. this.ultraTextEditor3.Location = new System.Drawing.Point(437, 20);
  84. this.ultraTextEditor3.Name = "ultraTextEditor3";
  85. this.ultraTextEditor3.Size = new System.Drawing.Size(100, 21);
  86. this.ultraTextEditor3.TabIndex = 8;
  87. this.ultraTextEditor3.Text = "ultraTextEditor1";
  88. //
  89. // ultraButton1
  90. //
  91. this.ultraButton1.Location = new System.Drawing.Point(153, 70);
  92. this.ultraButton1.Name = "ultraButton1";
  93. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  94. this.ultraButton1.TabIndex = 9;
  95. this.ultraButton1.Text = "上线";
  96. //
  97. // ultraButton2
  98. //
  99. this.ultraButton2.Location = new System.Drawing.Point(298, 70);
  100. this.ultraButton2.Name = "ultraButton2";
  101. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  102. this.ultraButton2.TabIndex = 9;
  103. this.ultraButton2.Text = "取消";
  104. //
  105. // FrmOnLineManerger
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(568, 119);
  110. this.Controls.Add(this.ultraButton2);
  111. this.Controls.Add(this.ultraButton1);
  112. this.Controls.Add(this.ultraTextEditor3);
  113. this.Controls.Add(this.ultraLabel3);
  114. this.Controls.Add(this.ultraTextEditor2);
  115. this.Controls.Add(this.ultraLabel2);
  116. this.Controls.Add(this.ultraTextEditor1);
  117. this.Controls.Add(this.ultraLabel1);
  118. this.Name = "FrmOnLineManerger";
  119. this.Text = "上线管理";
  120. this.Load += new System.EventHandler(this.FrmOnLineManerger_Load);
  121. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  124. this.ResumeLayout(false);
  125. this.PerformLayout();
  126. }
  127. #endregion
  128. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  129. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  130. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  131. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  132. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  133. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  134. private Infragistics.Win.Misc.UltraButton ultraButton1;
  135. private Infragistics.Win.Misc.UltraButton ultraButton2;
  136. }
  137. }