AutoPassDataCollect.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace UAS_AutoPass
  2. {
  3. partial class AutoPassDataCollect
  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. this.components = new System.ComponentModel.Container();
  29. this.CollectNum = new System.Windows.Forms.NumericUpDown();
  30. this.CollectNum_label = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.CollectData = new System.Windows.Forms.TextBox();
  33. this.Start = new System.Windows.Forms.Button();
  34. this.Stop = new System.Windows.Forms.Button();
  35. this.AutoPastTimer = new System.Windows.Forms.Timer(this.components);
  36. this.CollectTime_label = new System.Windows.Forms.Label();
  37. this.CollectTime = new System.Windows.Forms.NumericUpDown();
  38. this.Status_label = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.CollectNum)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.CollectTime)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // CollectNum
  44. //
  45. this.CollectNum.Location = new System.Drawing.Point(206, 55);
  46. this.CollectNum.Name = "CollectNum";
  47. this.CollectNum.Size = new System.Drawing.Size(163, 25);
  48. this.CollectNum.TabIndex = 0;
  49. //
  50. // CollectNum_label
  51. //
  52. this.CollectNum_label.AutoSize = true;
  53. this.CollectNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.CollectNum_label.Location = new System.Drawing.Point(98, 54);
  55. this.CollectNum_label.Name = "CollectNum_label";
  56. this.CollectNum_label.Size = new System.Drawing.Size(92, 27);
  57. this.CollectNum_label.TabIndex = 1;
  58. this.CollectNum_label.Text = "采集板数";
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label1.Location = new System.Drawing.Point(98, 139);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(92, 27);
  67. this.label1.TabIndex = 2;
  68. this.label1.Text = "采集数据";
  69. //
  70. // CollectData
  71. //
  72. this.CollectData.Location = new System.Drawing.Point(206, 141);
  73. this.CollectData.Name = "CollectData";
  74. this.CollectData.Size = new System.Drawing.Size(163, 25);
  75. this.CollectData.TabIndex = 3;
  76. this.CollectData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CollectData_KeyDown);
  77. //
  78. // Start
  79. //
  80. this.Start.Location = new System.Drawing.Point(137, 197);
  81. this.Start.Name = "Start";
  82. this.Start.Size = new System.Drawing.Size(75, 37);
  83. this.Start.TabIndex = 4;
  84. this.Start.Text = "开始";
  85. this.Start.UseVisualStyleBackColor = true;
  86. this.Start.Click += new System.EventHandler(this.Start_Click);
  87. //
  88. // Stop
  89. //
  90. this.Stop.Location = new System.Drawing.Point(254, 197);
  91. this.Stop.Name = "Stop";
  92. this.Stop.Size = new System.Drawing.Size(75, 37);
  93. this.Stop.TabIndex = 5;
  94. this.Stop.Text = "结束";
  95. this.Stop.UseVisualStyleBackColor = true;
  96. this.Stop.Click += new System.EventHandler(this.Stop_Click);
  97. //
  98. // CollectTime_label
  99. //
  100. this.CollectTime_label.AutoSize = true;
  101. this.CollectTime_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.CollectTime_label.Location = new System.Drawing.Point(98, 98);
  103. this.CollectTime_label.Name = "CollectTime_label";
  104. this.CollectTime_label.Size = new System.Drawing.Size(92, 27);
  105. this.CollectTime_label.TabIndex = 6;
  106. this.CollectTime_label.Text = "采集时长";
  107. //
  108. // CollectTime
  109. //
  110. this.CollectTime.Location = new System.Drawing.Point(206, 98);
  111. this.CollectTime.Name = "CollectTime";
  112. this.CollectTime.Size = new System.Drawing.Size(163, 25);
  113. this.CollectTime.TabIndex = 7;
  114. //
  115. // Status_label
  116. //
  117. this.Status_label.AutoSize = true;
  118. this.Status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.Status_label.Location = new System.Drawing.Point(11, 10);
  120. this.Status_label.Name = "Status_label";
  121. this.Status_label.Size = new System.Drawing.Size(72, 27);
  122. this.Status_label.TabIndex = 8;
  123. this.Status_label.Text = "未开始";
  124. //
  125. // Form1
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(468, 267);
  130. this.Controls.Add(this.Status_label);
  131. this.Controls.Add(this.CollectTime);
  132. this.Controls.Add(this.CollectTime_label);
  133. this.Controls.Add(this.Stop);
  134. this.Controls.Add(this.Start);
  135. this.Controls.Add(this.CollectData);
  136. this.Controls.Add(this.label1);
  137. this.Controls.Add(this.CollectNum_label);
  138. this.Controls.Add(this.CollectNum);
  139. this.Name = "Form1";
  140. this.Text = "自动采集";
  141. this.Load += new System.EventHandler(this.Form1_Load);
  142. ((System.ComponentModel.ISupportInitialize)(this.CollectNum)).EndInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.CollectTime)).EndInit();
  144. this.ResumeLayout(true);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.NumericUpDown CollectNum;
  149. private System.Windows.Forms.Label CollectNum_label;
  150. private System.Windows.Forms.Label label1;
  151. private System.Windows.Forms.TextBox CollectData;
  152. private System.Windows.Forms.Button Start;
  153. private System.Windows.Forms.Button Stop;
  154. private System.Windows.Forms.Timer AutoPastTimer;
  155. private System.Windows.Forms.Label CollectTime_label;
  156. private System.Windows.Forms.NumericUpDown CollectTime;
  157. private System.Windows.Forms.Label Status_label;
  158. }
  159. }