ucWeightKg.Designer.cs 10 KB

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