frmCheckUpdate.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. 
  2. namespace HXX.Scanner.Starter
  3. {
  4. partial class frmCheckUpdate
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckUpdate));
  30. this.btnDownload = new HXX.Scanner.Starter.forms.roundButton();
  31. this.btnCancel = new HXX.Scanner.Starter.forms.roundButton();
  32. this.lbl_server_version = new System.Windows.Forms.Label();
  33. this.lbl_current_version = new System.Windows.Forms.Label();
  34. this.pl_button = new System.Windows.Forms.Panel();
  35. this.pl_download = new System.Windows.Forms.Panel();
  36. this.lbl_progress = new System.Windows.Forms.Label();
  37. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.lblText = new System.Windows.Forms.Label();
  40. this.pl_button.SuspendLayout();
  41. this.pl_download.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // btnDownload
  45. //
  46. this.btnDownload.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
  47. this.btnDownload.EnterForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
  48. this.btnDownload.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  49. this.btnDownload.FlatAppearance.BorderSize = 0;
  50. this.btnDownload.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  51. this.btnDownload.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  52. this.btnDownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  53. this.btnDownload.Font = new System.Drawing.Font("黑体", 20F);
  54. this.btnDownload.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
  55. this.btnDownload.HoverForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
  56. this.btnDownload.Location = new System.Drawing.Point(25, 25);
  57. this.btnDownload.Name = "btnDownload";
  58. this.btnDownload.PressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
  59. this.btnDownload.PressForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
  60. this.btnDownload.Radius = 8;
  61. this.btnDownload.Size = new System.Drawing.Size(198, 59);
  62. this.btnDownload.TabIndex = 1;
  63. this.btnDownload.Text = "下载最新版本";
  64. this.btnDownload.UseVisualStyleBackColor = true;
  65. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  66. this.btnDownload.MouseEnter += new System.EventHandler(this.roundButton1_MouseEnter);
  67. this.btnDownload.MouseLeave += new System.EventHandler(this.roundButton1_MouseLeave);
  68. //
  69. // btnCancel
  70. //
  71. this.btnCancel.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
  72. this.btnCancel.EnterForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
  73. this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  74. this.btnCancel.FlatAppearance.BorderSize = 0;
  75. this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  76. this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  77. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btnCancel.Font = new System.Drawing.Font("黑体", 20F);
  79. this.btnCancel.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
  80. this.btnCancel.HoverForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
  81. this.btnCancel.Location = new System.Drawing.Point(241, 25);
  82. this.btnCancel.Name = "btnCancel";
  83. this.btnCancel.PressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
  84. this.btnCancel.PressForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
  85. this.btnCancel.Radius = 8;
  86. this.btnCancel.Size = new System.Drawing.Size(117, 59);
  87. this.btnCancel.TabIndex = 2;
  88. this.btnCancel.Text = "取消";
  89. this.btnCancel.UseVisualStyleBackColor = true;
  90. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  91. this.btnCancel.MouseEnter += new System.EventHandler(this.btnCancel_MouseEnter);
  92. this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
  93. //
  94. // lbl_server_version
  95. //
  96. this.lbl_server_version.AutoSize = true;
  97. this.lbl_server_version.Font = new System.Drawing.Font("黑体", 30F);
  98. this.lbl_server_version.Location = new System.Drawing.Point(40, 100);
  99. this.lbl_server_version.Name = "lbl_server_version";
  100. this.lbl_server_version.Size = new System.Drawing.Size(257, 40);
  101. this.lbl_server_version.TabIndex = 3;
  102. this.lbl_server_version.Text = "发现最新版本";
  103. //
  104. // lbl_current_version
  105. //
  106. this.lbl_current_version.AutoSize = true;
  107. this.lbl_current_version.Font = new System.Drawing.Font("黑体", 18F);
  108. this.lbl_current_version.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
  109. this.lbl_current_version.Location = new System.Drawing.Point(47, 154);
  110. this.lbl_current_version.Name = "lbl_current_version";
  111. this.lbl_current_version.Size = new System.Drawing.Size(106, 24);
  112. this.lbl_current_version.TabIndex = 4;
  113. this.lbl_current_version.Text = "当前版本";
  114. //
  115. // pl_button
  116. //
  117. this.pl_button.Controls.Add(this.btnDownload);
  118. this.pl_button.Controls.Add(this.btnCancel);
  119. this.pl_button.Location = new System.Drawing.Point(22, 416);
  120. this.pl_button.Name = "pl_button";
  121. this.pl_button.Size = new System.Drawing.Size(378, 100);
  122. this.pl_button.TabIndex = 5;
  123. //
  124. // pl_download
  125. //
  126. this.pl_download.Controls.Add(this.lbl_progress);
  127. this.pl_download.Controls.Add(this.progressBar1);
  128. this.pl_download.Location = new System.Drawing.Point(428, 416);
  129. this.pl_download.Name = "pl_download";
  130. this.pl_download.Size = new System.Drawing.Size(378, 100);
  131. this.pl_download.TabIndex = 6;
  132. this.pl_download.Visible = false;
  133. //
  134. // lbl_progress
  135. //
  136. this.lbl_progress.AutoSize = true;
  137. this.lbl_progress.Font = new System.Drawing.Font("黑体", 14F);
  138. this.lbl_progress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
  139. this.lbl_progress.Location = new System.Drawing.Point(33, 54);
  140. this.lbl_progress.Name = "lbl_progress";
  141. this.lbl_progress.Size = new System.Drawing.Size(89, 19);
  142. this.lbl_progress.TabIndex = 1;
  143. this.lbl_progress.Text = "版本更新";
  144. //
  145. // progressBar1
  146. //
  147. this.progressBar1.Location = new System.Drawing.Point(35, 25);
  148. this.progressBar1.Name = "progressBar1";
  149. this.progressBar1.Size = new System.Drawing.Size(322, 10);
  150. this.progressBar1.TabIndex = 0;
  151. //
  152. // panel1
  153. //
  154. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
  155. this.panel1.Location = new System.Drawing.Point(47, 200);
  156. this.panel1.Name = "panel1";
  157. this.panel1.Size = new System.Drawing.Size(3, 191);
  158. this.panel1.TabIndex = 7;
  159. //
  160. // lblText
  161. //
  162. this.lblText.Font = new System.Drawing.Font("黑体", 18F);
  163. this.lblText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
  164. this.lblText.Location = new System.Drawing.Point(73, 210);
  165. this.lblText.Name = "lblText";
  166. this.lblText.Size = new System.Drawing.Size(389, 168);
  167. this.lblText.TabIndex = 8;
  168. this.lblText.Paint += new System.Windows.Forms.PaintEventHandler(this.lblText_Paint);
  169. //
  170. // frmCheckUpdate
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.BackgroundImage = global::HXX.Scanner.Starter.Properties.Resources.弹窗;
  175. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  176. this.ClientSize = new System.Drawing.Size(914, 560);
  177. this.Controls.Add(this.lblText);
  178. this.Controls.Add(this.panel1);
  179. this.Controls.Add(this.pl_download);
  180. this.Controls.Add(this.pl_button);
  181. this.Controls.Add(this.lbl_current_version);
  182. this.Controls.Add(this.lbl_server_version);
  183. this.DoubleBuffered = true;
  184. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  185. this.Name = "frmCheckUpdate";
  186. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  187. this.Text = "";
  188. this.Load += new System.EventHandler(this.frmCheckUpdate_Load);
  189. this.pl_button.ResumeLayout(false);
  190. this.pl_download.ResumeLayout(false);
  191. this.pl_download.PerformLayout();
  192. this.ResumeLayout(false);
  193. this.PerformLayout();
  194. }
  195. #endregion
  196. private forms.roundButton btnDownload;
  197. private forms.roundButton btnCancel;
  198. private System.Windows.Forms.Label lbl_server_version;
  199. private System.Windows.Forms.Label lbl_current_version;
  200. private System.Windows.Forms.Panel pl_button;
  201. private System.Windows.Forms.Panel pl_download;
  202. private System.Windows.Forms.Label lbl_progress;
  203. private System.Windows.Forms.ProgressBar progressBar1;
  204. private System.Windows.Forms.Panel panel1;
  205. private System.Windows.Forms.Label lblText;
  206. }
  207. }