CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
10.0KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmPrBar
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrBar));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnStart = new System.Windows.Forms.Button();
  31. this.btnGoon = new System.Windows.Forms.Button();
  32. this.btnStop = new System.Windows.Forms.Button();
  33. this.btnPause = new System.Windows.Forms.Button();
  34. this.lblCount = new System.Windows.Forms.Label();
  35. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  36. this.lblMsg = new System.Windows.Forms.Label();
  37. this.lblPercentage = new System.Windows.Forms.Label();
  38. this.pictureBoxCancel = new System.Windows.Forms.PictureBox();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCancel)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  46. this.panel1.Controls.Add(this.btnStart);
  47. this.panel1.Controls.Add(this.btnGoon);
  48. this.panel1.Controls.Add(this.btnStop);
  49. this.panel1.Controls.Add(this.btnPause);
  50. this.panel1.Controls.Add(this.lblCount);
  51. this.panel1.Controls.Add(this.progressBar1);
  52. this.panel1.Controls.Add(this.lblMsg);
  53. this.panel1.Controls.Add(this.lblPercentage);
  54. this.panel1.Controls.Add(this.pictureBoxCancel);
  55. this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.panel1.Location = new System.Drawing.Point(1, 2);
  57. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(331, 96);
  60. this.panel1.TabIndex = 2;
  61. //
  62. // btnStart
  63. //
  64. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  65. this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
  66. this.btnStart.Location = new System.Drawing.Point(4, 70);
  67. this.btnStart.Name = "btnStart";
  68. this.btnStart.Size = new System.Drawing.Size(75, 23);
  69. this.btnStart.TabIndex = 8;
  70. this.btnStart.Text = "开始";
  71. this.btnStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  72. this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  73. this.btnStart.UseVisualStyleBackColor = true;
  74. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  75. //
  76. // btnGoon
  77. //
  78. this.btnGoon.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  79. this.btnGoon.Image = ((System.Drawing.Image)(resources.GetObject("btnGoon.Image")));
  80. this.btnGoon.Location = new System.Drawing.Point(169, 70);
  81. this.btnGoon.Name = "btnGoon";
  82. this.btnGoon.Size = new System.Drawing.Size(75, 23);
  83. this.btnGoon.TabIndex = 7;
  84. this.btnGoon.Text = "继续";
  85. this.btnGoon.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  86. this.btnGoon.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  87. this.btnGoon.UseVisualStyleBackColor = true;
  88. this.btnGoon.Click += new System.EventHandler(this.btnGoon_Click);
  89. //
  90. // btnStop
  91. //
  92. this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  93. this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
  94. this.btnStop.Location = new System.Drawing.Point(251, 70);
  95. this.btnStop.Name = "btnStop";
  96. this.btnStop.Size = new System.Drawing.Size(75, 23);
  97. this.btnStop.TabIndex = 6;
  98. this.btnStop.Text = "停止";
  99. this.btnStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  100. this.btnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  101. this.btnStop.UseVisualStyleBackColor = true;
  102. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  103. //
  104. // btnPause
  105. //
  106. this.btnPause.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  107. this.btnPause.Image = ((System.Drawing.Image)(resources.GetObject("btnPause.Image")));
  108. this.btnPause.Location = new System.Drawing.Point(87, 70);
  109. this.btnPause.Name = "btnPause";
  110. this.btnPause.Size = new System.Drawing.Size(75, 23);
  111. this.btnPause.TabIndex = 5;
  112. this.btnPause.Text = "暂停";
  113. this.btnPause.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  114. this.btnPause.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  115. this.btnPause.UseVisualStyleBackColor = true;
  116. this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
  117. //
  118. // lblCount
  119. //
  120. this.lblCount.Location = new System.Drawing.Point(239, 17);
  121. this.lblCount.Name = "lblCount";
  122. this.lblCount.Size = new System.Drawing.Size(87, 21);
  123. this.lblCount.TabIndex = 4;
  124. this.lblCount.Text = "1/1";
  125. this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  126. //
  127. // progressBar1
  128. //
  129. this.progressBar1.Location = new System.Drawing.Point(4, 41);
  130. this.progressBar1.Name = "progressBar1";
  131. this.progressBar1.Size = new System.Drawing.Size(322, 23);
  132. this.progressBar1.TabIndex = 3;
  133. //
  134. // lblMsg
  135. //
  136. this.lblMsg.Location = new System.Drawing.Point(3, 17);
  137. this.lblMsg.Name = "lblMsg";
  138. this.lblMsg.Size = new System.Drawing.Size(230, 21);
  139. this.lblMsg.TabIndex = 1;
  140. this.lblMsg.Text = "准备就绪";
  141. this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  142. //
  143. // lblPercentage
  144. //
  145. this.lblPercentage.AutoSize = true;
  146. this.lblPercentage.ForeColor = System.Drawing.Color.Black;
  147. this.lblPercentage.Location = new System.Drawing.Point(231, 28);
  148. this.lblPercentage.Name = "lblPercentage";
  149. this.lblPercentage.Size = new System.Drawing.Size(12, 17);
  150. this.lblPercentage.TabIndex = 3;
  151. this.lblPercentage.Text = " ";
  152. this.lblPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  153. //
  154. // pictureBoxCancel
  155. //
  156. this.pictureBoxCancel.Location = new System.Drawing.Point(308, 5);
  157. this.pictureBoxCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  158. this.pictureBoxCancel.Name = "pictureBoxCancel";
  159. this.pictureBoxCancel.Size = new System.Drawing.Size(14, 13);
  160. this.pictureBoxCancel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  161. this.pictureBoxCancel.TabIndex = 2;
  162. this.pictureBoxCancel.TabStop = false;
  163. this.pictureBoxCancel.Visible = false;
  164. //
  165. // frmPrBar
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.ClientSize = new System.Drawing.Size(332, 100);
  170. this.ControlBox = false;
  171. this.Controls.Add(this.panel1);
  172. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  174. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  175. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  176. this.Name = "frmPrBar";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = " ";
  179. this.TopMost = true;
  180. this.panel1.ResumeLayout(false);
  181. this.panel1.PerformLayout();
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCancel)).EndInit();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private System.Windows.Forms.Panel panel1;
  187. public System.Windows.Forms.Label lblCount;
  188. private System.Windows.Forms.ProgressBar progressBar1;
  189. public System.Windows.Forms.Label lblMsg;
  190. private System.Windows.Forms.Label lblPercentage;
  191. private System.Windows.Forms.PictureBox pictureBoxCancel;
  192. private System.Windows.Forms.Button btnPause;
  193. private System.Windows.Forms.Button btnGoon;
  194. private System.Windows.Forms.Button btnStop;
  195. private System.Windows.Forms.Button btnStart;
  196. }
  197. }