LeftLabels.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace ProjectBase.Controls
  2. {
  3. partial class LeftLabels
  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(LeftLabels));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  35. this.circleLabel1 = new ProjectBase.Controls.CircleLabel();
  36. this.tableLayoutPanel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.BackColor = System.Drawing.Color.LawnGreen;
  42. this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);
  43. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  45. this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.label1.Location = new System.Drawing.Point(2, 2);
  47. this.label1.Margin = new System.Windows.Forms.Padding(0);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(215, 57);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "右上部螺栓";
  52. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  53. //
  54. // label2
  55. //
  56. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  58. this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label2.Location = new System.Drawing.Point(2, 61);
  60. this.label2.Margin = new System.Windows.Forms.Padding(0);
  61. this.label2.Name = "label2";
  62. this.label2.Size = new System.Drawing.Size(90, 57);
  63. this.label2.TabIndex = 1;
  64. this.label2.Text = "扭矩";
  65. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  66. //
  67. // label3
  68. //
  69. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  71. this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label3.Location = new System.Drawing.Point(2, 120);
  73. this.label3.Margin = new System.Windows.Forms.Padding(0);
  74. this.label3.Name = "label3";
  75. this.label3.Size = new System.Drawing.Size(90, 58);
  76. this.label3.TabIndex = 2;
  77. this.label3.Text = "角度";
  78. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  79. //
  80. // label4
  81. //
  82. this.label4.BackColor = System.Drawing.Color.Cyan;
  83. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  85. this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.label4.Location = new System.Drawing.Point(94, 61);
  87. this.label4.Margin = new System.Windows.Forms.Padding(0);
  88. this.label4.Name = "label4";
  89. this.label4.Size = new System.Drawing.Size(123, 57);
  90. this.label4.TabIndex = 3;
  91. this.label4.Text = "69.3";
  92. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  93. //
  94. // label5
  95. //
  96. this.label5.BackColor = System.Drawing.Color.Cyan;
  97. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  99. this.label5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label5.Location = new System.Drawing.Point(94, 120);
  101. this.label5.Margin = new System.Windows.Forms.Padding(0);
  102. this.label5.Name = "label5";
  103. this.label5.Size = new System.Drawing.Size(123, 58);
  104. this.label5.TabIndex = 4;
  105. this.label5.Text = "22.3";
  106. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  107. //
  108. // tableLayoutPanel1
  109. //
  110. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
  111. this.tableLayoutPanel1.ColumnCount = 3;
  112. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.04878F));
  113. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.10976F));
  114. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  115. this.tableLayoutPanel1.Controls.Add(this.label5, 1, 2);
  116. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  117. this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
  118. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
  119. this.tableLayoutPanel1.Controls.Add(this.label4, 1, 1);
  120. this.tableLayoutPanel1.Controls.Add(this.circleLabel1, 2, 1);
  121. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  123. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(7);
  124. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  125. this.tableLayoutPanel1.RowCount = 3;
  126. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  127. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  128. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  129. this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 180);
  130. this.tableLayoutPanel1.TabIndex = 5;
  131. //
  132. // circleLabel1
  133. //
  134. this.circleLabel1.BackColor = System.Drawing.Color.Transparent;
  135. this.circleLabel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("circleLabel1.BackgroundImage")));
  136. this.circleLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  137. this.circleLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.circleLabel1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.circleLabel1.Location = new System.Drawing.Point(219, 61);
  140. this.circleLabel1.Margin = new System.Windows.Forms.Padding(0);
  141. this.circleLabel1.Name = "circleLabel1";
  142. this.tableLayoutPanel1.SetRowSpan(this.circleLabel1, 2);
  143. this.circleLabel1.Size = new System.Drawing.Size(109, 117);
  144. this.circleLabel1.TabIndex = 5;
  145. this.circleLabel1.WorkState = ProjectBase.Controls.LedState.OK;
  146. //
  147. // LeftLabels
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 35F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.Controls.Add(this.tableLayoutPanel1);
  152. this.Font = new System.Drawing.Font("微软雅黑", 16F);
  153. this.Margin = new System.Windows.Forms.Padding(7);
  154. this.Name = "LeftLabels";
  155. this.Size = new System.Drawing.Size(330, 180);
  156. this.FontChanged += new System.EventHandler(this.LeftLabels_FontChanged);
  157. this.tableLayoutPanel1.ResumeLayout(false);
  158. this.ResumeLayout(false);
  159. }
  160. #endregion
  161. private System.Windows.Forms.Label label1;
  162. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  163. private System.Windows.Forms.Label label5;
  164. private System.Windows.Forms.Label label2;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.Label label4;
  167. private CircleLabel circleLabel1;
  168. }
  169. }