ucWeightT.designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. namespace RailLocalMeter
  2. {
  3. partial class ucWeightT
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucWeightT));
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.txtUnit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.btnExceedRange = new System.Windows.Forms.Button();
  35. this.picExceed = new System.Windows.Forms.PictureBox();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.btnStable = new System.Windows.Forms.Button();
  38. this.picStable = new System.Windows.Forms.PictureBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).BeginInit();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.picExceed)).BeginInit();
  43. this.panel2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.picStable)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // txtWeight
  48. //
  49. appearance1.BackColor = System.Drawing.Color.Black;
  50. appearance1.ForeColor = System.Drawing.Color.Lime;
  51. appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
  52. appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
  53. appearance1.TextHAlignAsString = "Right";
  54. this.txtWeight.Appearance = appearance1;
  55. this.txtWeight.BackColor = System.Drawing.Color.Black;
  56. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  57. this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.txtWeight.Enabled = false;
  59. this.txtWeight.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  60. this.txtWeight.Location = new System.Drawing.Point(0, 0);
  61. this.txtWeight.Multiline = true;
  62. this.txtWeight.Name = "txtWeight";
  63. this.txtWeight.ReadOnly = true;
  64. this.txtWeight.Size = new System.Drawing.Size(194, 68);
  65. this.txtWeight.TabIndex = 588;
  66. this.txtWeight.Text = "0";
  67. //
  68. // txtUnit
  69. //
  70. appearance2.BackColor = System.Drawing.Color.Black;
  71. appearance2.ForeColor = System.Drawing.Color.Lime;
  72. appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
  73. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  74. appearance2.TextHAlignAsString = "Right";
  75. this.txtUnit.Appearance = appearance2;
  76. this.txtUnit.BackColor = System.Drawing.Color.Black;
  77. this.txtUnit.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  78. this.txtUnit.Dock = System.Windows.Forms.DockStyle.Right;
  79. this.txtUnit.Enabled = false;
  80. this.txtUnit.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  81. this.txtUnit.Location = new System.Drawing.Point(194, 0);
  82. this.txtUnit.Multiline = true;
  83. this.txtUnit.Name = "txtUnit";
  84. this.txtUnit.ReadOnly = true;
  85. this.txtUnit.Size = new System.Drawing.Size(69, 68);
  86. this.txtUnit.TabIndex = 587;
  87. this.txtUnit.Text = "T";
  88. //
  89. // panel1
  90. //
  91. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  92. this.panel1.Controls.Add(this.btnExceedRange);
  93. this.panel1.Controls.Add(this.picExceed);
  94. this.panel1.Controls.Add(this.panel2);
  95. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  96. this.panel1.Location = new System.Drawing.Point(263, 0);
  97. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  98. this.panel1.Name = "panel1";
  99. this.panel1.Size = new System.Drawing.Size(120, 68);
  100. this.panel1.TabIndex = 586;
  101. //
  102. // btnExceedRange
  103. //
  104. this.btnExceedRange.BackColor = System.Drawing.Color.White;
  105. this.btnExceedRange.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.btnExceedRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  107. this.btnExceedRange.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  108. this.btnExceedRange.ForeColor = System.Drawing.Color.Black;
  109. this.btnExceedRange.Location = new System.Drawing.Point(36, 34);
  110. this.btnExceedRange.Name = "btnExceedRange";
  111. this.btnExceedRange.Size = new System.Drawing.Size(82, 32);
  112. this.btnExceedRange.TabIndex = 590;
  113. this.btnExceedRange.Text = "超量程";
  114. this.btnExceedRange.UseVisualStyleBackColor = false;
  115. //
  116. // picExceed
  117. //
  118. this.picExceed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  119. this.picExceed.Dock = System.Windows.Forms.DockStyle.Left;
  120. this.picExceed.Image = ((System.Drawing.Image)(resources.GetObject("picExceed.Image")));
  121. this.picExceed.Location = new System.Drawing.Point(0, 34);
  122. this.picExceed.Margin = new System.Windows.Forms.Padding(2);
  123. this.picExceed.Name = "picExceed";
  124. this.picExceed.Size = new System.Drawing.Size(36, 32);
  125. this.picExceed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  126. this.picExceed.TabIndex = 589;
  127. this.picExceed.TabStop = false;
  128. //
  129. // panel2
  130. //
  131. this.panel2.Controls.Add(this.btnStable);
  132. this.panel2.Controls.Add(this.picStable);
  133. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  134. this.panel2.Location = new System.Drawing.Point(0, 0);
  135. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  136. this.panel2.Name = "panel2";
  137. this.panel2.Size = new System.Drawing.Size(118, 34);
  138. this.panel2.TabIndex = 0;
  139. //
  140. // btnStable
  141. //
  142. this.btnStable.BackColor = System.Drawing.Color.White;
  143. this.btnStable.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.btnStable.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.btnStable.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  146. this.btnStable.ForeColor = System.Drawing.Color.Black;
  147. this.btnStable.Location = new System.Drawing.Point(36, 0);
  148. this.btnStable.Name = "btnStable";
  149. this.btnStable.Size = new System.Drawing.Size(82, 34);
  150. this.btnStable.TabIndex = 589;
  151. this.btnStable.Text = "重量稳定";
  152. this.btnStable.UseVisualStyleBackColor = false;
  153. //
  154. // picStable
  155. //
  156. this.picStable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  157. this.picStable.Dock = System.Windows.Forms.DockStyle.Left;
  158. this.picStable.Image = ((System.Drawing.Image)(resources.GetObject("picStable.Image")));
  159. this.picStable.Location = new System.Drawing.Point(0, 0);
  160. this.picStable.Margin = new System.Windows.Forms.Padding(2);
  161. this.picStable.Name = "picStable";
  162. this.picStable.Size = new System.Drawing.Size(36, 34);
  163. this.picStable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  164. this.picStable.TabIndex = 588;
  165. this.picStable.TabStop = false;
  166. //
  167. // ucWeightT
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.Controls.Add(this.txtWeight);
  172. this.Controls.Add(this.txtUnit);
  173. this.Controls.Add(this.panel1);
  174. this.Margin = new System.Windows.Forms.Padding(2);
  175. this.Name = "ucWeightT";
  176. this.Size = new System.Drawing.Size(383, 68);
  177. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).EndInit();
  179. this.panel1.ResumeLayout(false);
  180. ((System.ComponentModel.ISupportInitialize)(this.picExceed)).EndInit();
  181. this.panel2.ResumeLayout(false);
  182. ((System.ComponentModel.ISupportInitialize)(this.picStable)).EndInit();
  183. this.ResumeLayout(false);
  184. this.PerformLayout();
  185. }
  186. #endregion
  187. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  188. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUnit;
  189. private System.Windows.Forms.Panel panel1;
  190. private System.Windows.Forms.Panel panel2;
  191. private System.Windows.Forms.Button btnStable;
  192. private System.Windows.Forms.PictureBox picStable;
  193. private System.Windows.Forms.Button btnExceedRange;
  194. private System.Windows.Forms.PictureBox picExceed;
  195. }
  196. }