frmSendJXY.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmSendJXY
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  34. this.txtHeatNo = new System.Windows.Forms.TextBox();
  35. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  36. this.txtSteel = new System.Windows.Forms.TextBox();
  37. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  38. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  39. this.cbbFlowNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.btnNo = new System.Windows.Forms.Button();
  41. this.btnSend = new System.Windows.Forms.Button();
  42. ((System.ComponentModel.ISupportInitialize)(this.cbbFlowNo)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // txtHeatNo
  46. //
  47. this.txtHeatNo.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  48. this.txtHeatNo.Location = new System.Drawing.Point(58, 14);
  49. this.txtHeatNo.MaxLength = 4;
  50. this.txtHeatNo.Name = "txtHeatNo";
  51. this.txtHeatNo.Size = new System.Drawing.Size(88, 24);
  52. this.txtHeatNo.TabIndex = 19;
  53. //
  54. // ultraLabel1
  55. //
  56. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.ultraLabel1.Location = new System.Drawing.Point(12, 16);
  58. this.ultraLabel1.Name = "ultraLabel1";
  59. this.ultraLabel1.Size = new System.Drawing.Size(44, 20);
  60. this.ultraLabel1.TabIndex = 18;
  61. this.ultraLabel1.Text = "炉号";
  62. //
  63. // txtSteel
  64. //
  65. this.txtSteel.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  66. this.txtSteel.Location = new System.Drawing.Point(58, 47);
  67. this.txtSteel.MaxLength = 4;
  68. this.txtSteel.Name = "txtSteel";
  69. this.txtSteel.Size = new System.Drawing.Size(217, 24);
  70. this.txtSteel.TabIndex = 21;
  71. //
  72. // ultraLabel2
  73. //
  74. this.ultraLabel2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.ultraLabel2.Location = new System.Drawing.Point(12, 49);
  76. this.ultraLabel2.Name = "ultraLabel2";
  77. this.ultraLabel2.Size = new System.Drawing.Size(44, 20);
  78. this.ultraLabel2.TabIndex = 20;
  79. this.ultraLabel2.Text = "牌号";
  80. //
  81. // ultraLabel3
  82. //
  83. this.ultraLabel3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.ultraLabel3.Location = new System.Drawing.Point(161, 16);
  85. this.ultraLabel3.Name = "ultraLabel3";
  86. this.ultraLabel3.Size = new System.Drawing.Size(44, 20);
  87. this.ultraLabel3.TabIndex = 22;
  88. this.ultraLabel3.Text = "流号";
  89. //
  90. // cbbFlowNo
  91. //
  92. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  93. appearance1.BorderColor = System.Drawing.Color.Black;
  94. this.cbbFlowNo.Appearance = appearance1;
  95. this.cbbFlowNo.AutoSize = true;
  96. this.cbbFlowNo.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  97. this.cbbFlowNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  98. this.cbbFlowNo.FlatMode = true;
  99. this.cbbFlowNo.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. valueListItem1.DataValue = "1";
  101. valueListItem1.DisplayText = "1流";
  102. valueListItem2.DataValue = "2";
  103. valueListItem2.DisplayText = "2流";
  104. valueListItem3.DataValue = "3";
  105. valueListItem3.DisplayText = "3流";
  106. valueListItem4.DataValue = "4";
  107. valueListItem4.DisplayText = "4流";
  108. valueListItem5.DataValue = "5";
  109. valueListItem5.DisplayText = "5流";
  110. this.cbbFlowNo.Items.Add(valueListItem1);
  111. this.cbbFlowNo.Items.Add(valueListItem2);
  112. this.cbbFlowNo.Items.Add(valueListItem3);
  113. this.cbbFlowNo.Items.Add(valueListItem4);
  114. this.cbbFlowNo.Items.Add(valueListItem5);
  115. this.cbbFlowNo.Location = new System.Drawing.Point(207, 15);
  116. this.cbbFlowNo.Name = "cbbFlowNo";
  117. this.cbbFlowNo.Size = new System.Drawing.Size(68, 22);
  118. this.cbbFlowNo.TabIndex = 289;
  119. //
  120. // btnNo
  121. //
  122. this.btnNo.Location = new System.Drawing.Point(180, 85);
  123. this.btnNo.Name = "btnNo";
  124. this.btnNo.Size = new System.Drawing.Size(68, 26);
  125. this.btnNo.TabIndex = 291;
  126. this.btnNo.Text = "取 消";
  127. this.btnNo.UseVisualStyleBackColor = false;
  128. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  129. //
  130. // btnSend
  131. //
  132. this.btnSend.Location = new System.Drawing.Point(57, 85);
  133. this.btnSend.Name = "btnSend";
  134. this.btnSend.Size = new System.Drawing.Size(68, 26);
  135. this.btnSend.TabIndex = 290;
  136. this.btnSend.Text = "发送";
  137. this.btnSend.UseVisualStyleBackColor = false;
  138. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  139. //
  140. // frmSendJXY
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(290, 125);
  145. this.Controls.Add(this.btnNo);
  146. this.Controls.Add(this.btnSend);
  147. this.Controls.Add(this.cbbFlowNo);
  148. this.Controls.Add(this.ultraLabel3);
  149. this.Controls.Add(this.txtSteel);
  150. this.Controls.Add(this.ultraLabel2);
  151. this.Controls.Add(this.txtHeatNo);
  152. this.Controls.Add(this.ultraLabel1);
  153. this.MaximizeBox = false;
  154. this.MinimizeBox = false;
  155. this.Name = "frmSendJXY";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  157. this.Text = "发送金相试样指示";
  158. this.Load += new System.EventHandler(this.frmSendJXY_Load);
  159. ((System.ComponentModel.ISupportInitialize)(this.cbbFlowNo)).EndInit();
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.TextBox txtHeatNo;
  165. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  166. private System.Windows.Forms.TextBox txtSteel;
  167. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  168. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  169. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbFlowNo;
  170. private System.Windows.Forms.Button btnNo;
  171. private System.Windows.Forms.Button btnSend;
  172. }
  173. }