UCAxisPos.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace HRT_Measure
  2. {
  3. partial class UCAxisPos
  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. this.components = new System.ComponentModel.Container();
  29. this.uiLabel2 = new Sunny.UI.UILabel();
  30. this.uiLabel1 = new Sunny.UI.UILabel();
  31. this.btnWrite = new Sunny.UI.UIButton();
  32. this.txtSpeed = new Sunny.UI.UITextBox();
  33. this.txtPos = new Sunny.UI.UITextBox();
  34. this.btnPosGo = new Sunny.UI.UIButton();
  35. this.uiLight = new Sunny.UI.UILight();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. this.SuspendLayout();
  38. //
  39. // uiLabel2
  40. //
  41. this.uiLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  43. this.uiLabel2.Location = new System.Drawing.Point(201, 11);
  44. this.uiLabel2.Name = "uiLabel2";
  45. this.uiLabel2.Size = new System.Drawing.Size(41, 20);
  46. this.uiLabel2.TabIndex = 13;
  47. this.uiLabel2.Text = "mm/min";
  48. //
  49. // uiLabel1
  50. //
  51. this.uiLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  53. this.uiLabel1.Location = new System.Drawing.Point(138, 11);
  54. this.uiLabel1.Name = "uiLabel1";
  55. this.uiLabel1.Size = new System.Drawing.Size(22, 20);
  56. this.uiLabel1.TabIndex = 12;
  57. this.uiLabel1.Text = "mm";
  58. //
  59. // btnWrite
  60. //
  61. this.btnWrite.Cursor = System.Windows.Forms.Cursors.Hand;
  62. this.btnWrite.FillColor = System.Drawing.Color.LightSkyBlue;
  63. this.btnWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.btnWrite.ForeColor = System.Drawing.Color.Black;
  65. this.btnWrite.Location = new System.Drawing.Point(247, 3);
  66. this.btnWrite.MinimumSize = new System.Drawing.Size(1, 1);
  67. this.btnWrite.Name = "btnWrite";
  68. this.btnWrite.Size = new System.Drawing.Size(47, 28);
  69. this.btnWrite.TabIndex = 11;
  70. this.btnWrite.Text = "写入";
  71. this.btnWrite.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  72. this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
  73. //
  74. // txtSpeed
  75. //
  76. this.txtSpeed.Cursor = System.Windows.Forms.Cursors.IBeam;
  77. this.txtSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.txtSpeed.Location = new System.Drawing.Point(165, 7);
  79. this.txtSpeed.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  80. this.txtSpeed.MinimumSize = new System.Drawing.Size(1, 16);
  81. this.txtSpeed.Name = "txtSpeed";
  82. this.txtSpeed.Padding = new System.Windows.Forms.Padding(5);
  83. this.txtSpeed.ShowText = false;
  84. this.txtSpeed.Size = new System.Drawing.Size(35, 24);
  85. this.txtSpeed.TabIndex = 10;
  86. this.txtSpeed.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  87. this.txtSpeed.Watermark = "";
  88. //
  89. // txtPos
  90. //
  91. this.txtPos.Cursor = System.Windows.Forms.Cursors.IBeam;
  92. this.txtPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  93. this.txtPos.Location = new System.Drawing.Point(100, 7);
  94. this.txtPos.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  95. this.txtPos.MinimumSize = new System.Drawing.Size(1, 16);
  96. this.txtPos.Name = "txtPos";
  97. this.txtPos.Padding = new System.Windows.Forms.Padding(5);
  98. this.txtPos.ShowText = false;
  99. this.txtPos.Size = new System.Drawing.Size(35, 24);
  100. this.txtPos.TabIndex = 9;
  101. this.txtPos.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  102. this.txtPos.Watermark = "";
  103. //
  104. // btnPosGo
  105. //
  106. this.btnPosGo.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.btnPosGo.FillColor = System.Drawing.Color.LightSkyBlue;
  108. this.btnPosGo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  109. this.btnPosGo.ForeColor = System.Drawing.Color.Black;
  110. this.btnPosGo.Location = new System.Drawing.Point(32, 3);
  111. this.btnPosGo.MinimumSize = new System.Drawing.Size(1, 1);
  112. this.btnPosGo.Name = "btnPosGo";
  113. this.btnPosGo.Size = new System.Drawing.Size(63, 28);
  114. this.btnPosGo.TabIndex = 8;
  115. this.btnPosGo.Text = "Go";
  116. this.btnPosGo.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.btnPosGo.Click += new System.EventHandler(this.btnPosGo_Click);
  118. //
  119. // uiLight
  120. //
  121. this.uiLight.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  122. this.uiLight.Location = new System.Drawing.Point(3, 3);
  123. this.uiLight.MinimumSize = new System.Drawing.Size(1, 1);
  124. this.uiLight.Name = "uiLight";
  125. this.uiLight.Radius = 22;
  126. this.uiLight.Size = new System.Drawing.Size(22, 22);
  127. this.uiLight.TabIndex = 7;
  128. this.uiLight.Text = "uiLight1";
  129. //
  130. // timer1
  131. //
  132. this.timer1.Interval = 1000;
  133. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  134. //
  135. // UCAxisPos
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.BackColor = System.Drawing.Color.AliceBlue;
  140. this.Controls.Add(this.uiLabel2);
  141. this.Controls.Add(this.uiLabel1);
  142. this.Controls.Add(this.btnWrite);
  143. this.Controls.Add(this.txtSpeed);
  144. this.Controls.Add(this.txtPos);
  145. this.Controls.Add(this.btnPosGo);
  146. this.Controls.Add(this.uiLight);
  147. this.Name = "UCAxisPos";
  148. this.Size = new System.Drawing.Size(304, 37);
  149. this.Load += new System.EventHandler(this.UCM01M02取料X轴点位_Load);
  150. this.Leave += new System.EventHandler(this.UCAxisPos_Leave);
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private Sunny.UI.UILabel uiLabel2;
  155. private Sunny.UI.UILabel uiLabel1;
  156. private Sunny.UI.UIButton btnWrite;
  157. private Sunny.UI.UITextBox txtSpeed;
  158. private Sunny.UI.UITextBox txtPos;
  159. private Sunny.UI.UIButton btnPosGo;
  160. private Sunny.UI.UILight uiLight;
  161. public System.Windows.Forms.Timer timer1;
  162. }
  163. }