FrmAutoUpgradeInfomation.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.AutoUpgrade
  3. {
  4. partial class FrmAutoUpgradeInfomation
  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(FrmAutoUpgradeInfomation));
  30. this.txtUpgradeInfo = new System.Windows.Forms.TextBox();
  31. this.lblInfo = new System.Windows.Forms.Label();
  32. this.lblThanks = new System.Windows.Forms.Label();
  33. this.pbDownFile = new System.Windows.Forms.ProgressBar();
  34. this.btnFinish = new System.Windows.Forms.Button();
  35. this.lblOk3 = new System.Windows.Forms.Label();
  36. this.lblOk2 = new System.Windows.Forms.Label();
  37. this.lblOk1 = new System.Windows.Forms.Label();
  38. this.lblCon3 = new System.Windows.Forms.Label();
  39. this.lblCon2 = new System.Windows.Forms.Label();
  40. this.lblCon1 = new System.Windows.Forms.Label();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // txtUpgradeInfo
  46. //
  47. this.txtUpgradeInfo.BackColor = System.Drawing.SystemColors.Control;
  48. this.txtUpgradeInfo.Location = new System.Drawing.Point(105, 33);
  49. this.txtUpgradeInfo.Multiline = true;
  50. this.txtUpgradeInfo.Name = "txtUpgradeInfo";
  51. this.txtUpgradeInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  52. this.txtUpgradeInfo.Size = new System.Drawing.Size(346, 217);
  53. this.txtUpgradeInfo.TabIndex = 1;
  54. this.txtUpgradeInfo.Text = "一、下载更新文件\r\n\r\n\r\n二、解压更新文件\r\n\r\n\r\n三、更新本地文件\r\n\r\n";
  55. //
  56. // lblInfo
  57. //
  58. this.lblInfo.AutoSize = true;
  59. this.lblInfo.BackColor = System.Drawing.Color.Transparent;
  60. this.lblInfo.Location = new System.Drawing.Point(12, 9);
  61. this.lblInfo.Name = "lblInfo";
  62. this.lblInfo.Size = new System.Drawing.Size(101, 12);
  63. this.lblInfo.TabIndex = 58;
  64. this.lblInfo.Text = "更新版本信息提示";
  65. //
  66. // lblThanks
  67. //
  68. this.lblThanks.AutoSize = true;
  69. this.lblThanks.BackColor = System.Drawing.Color.Transparent;
  70. this.lblThanks.ForeColor = System.Drawing.Color.Blue;
  71. this.lblThanks.Location = new System.Drawing.Point(12, 289);
  72. this.lblThanks.Name = "lblThanks";
  73. this.lblThanks.Size = new System.Drawing.Size(287, 12);
  74. this.lblThanks.TabIndex = 62;
  75. this.lblThanks.Text = "注:自动更新与网络及电脑配置有关,请耐心等待...";
  76. //
  77. // pbDownFile
  78. //
  79. this.pbDownFile.Location = new System.Drawing.Point(105, 256);
  80. this.pbDownFile.Name = "pbDownFile";
  81. this.pbDownFile.Size = new System.Drawing.Size(347, 17);
  82. this.pbDownFile.TabIndex = 63;
  83. //
  84. // btnFinish
  85. //
  86. this.btnFinish.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.btnOk;
  87. this.btnFinish.Location = new System.Drawing.Point(366, 289);
  88. this.btnFinish.Name = "btnFinish";
  89. this.btnFinish.Size = new System.Drawing.Size(85, 30);
  90. this.btnFinish.TabIndex = 70;
  91. this.btnFinish.UseVisualStyleBackColor = true;
  92. this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
  93. //
  94. // lblOk3
  95. //
  96. this.lblOk3.BackColor = System.Drawing.SystemColors.Control;
  97. this.lblOk3.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
  98. this.lblOk3.Location = new System.Drawing.Point(364, 105);
  99. this.lblOk3.Name = "lblOk3";
  100. this.lblOk3.Size = new System.Drawing.Size(33, 23);
  101. this.lblOk3.TabIndex = 69;
  102. //
  103. // lblOk2
  104. //
  105. this.lblOk2.BackColor = System.Drawing.SystemColors.Control;
  106. this.lblOk2.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
  107. this.lblOk2.Location = new System.Drawing.Point(364, 69);
  108. this.lblOk2.Name = "lblOk2";
  109. this.lblOk2.Size = new System.Drawing.Size(33, 23);
  110. this.lblOk2.TabIndex = 68;
  111. //
  112. // lblOk1
  113. //
  114. this.lblOk1.BackColor = System.Drawing.SystemColors.Control;
  115. this.lblOk1.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
  116. this.lblOk1.Location = new System.Drawing.Point(364, 36);
  117. this.lblOk1.Name = "lblOk1";
  118. this.lblOk1.Size = new System.Drawing.Size(33, 23);
  119. this.lblOk1.TabIndex = 67;
  120. //
  121. // lblCon3
  122. //
  123. this.lblCon3.BackColor = System.Drawing.SystemColors.Control;
  124. this.lblCon3.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
  125. this.lblCon3.Location = new System.Drawing.Point(364, 105);
  126. this.lblCon3.Name = "lblCon3";
  127. this.lblCon3.Size = new System.Drawing.Size(33, 23);
  128. this.lblCon3.TabIndex = 66;
  129. //
  130. // lblCon2
  131. //
  132. this.lblCon2.BackColor = System.Drawing.SystemColors.Control;
  133. this.lblCon2.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
  134. this.lblCon2.Location = new System.Drawing.Point(364, 69);
  135. this.lblCon2.Name = "lblCon2";
  136. this.lblCon2.Size = new System.Drawing.Size(33, 23);
  137. this.lblCon2.TabIndex = 65;
  138. //
  139. // lblCon1
  140. //
  141. this.lblCon1.BackColor = System.Drawing.SystemColors.Control;
  142. this.lblCon1.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
  143. this.lblCon1.Location = new System.Drawing.Point(364, 36);
  144. this.lblCon1.Name = "lblCon1";
  145. this.lblCon1.Size = new System.Drawing.Size(33, 23);
  146. this.lblCon1.TabIndex = 64;
  147. //
  148. // pictureBox1
  149. //
  150. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  151. this.pictureBox1.Location = new System.Drawing.Point(3, 33);
  152. this.pictureBox1.Name = "pictureBox1";
  153. this.pictureBox1.Size = new System.Drawing.Size(96, 240);
  154. this.pictureBox1.TabIndex = 61;
  155. this.pictureBox1.TabStop = false;
  156. //
  157. // FrmAutoUpgradeInfomation
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.bg;
  162. this.ClientSize = new System.Drawing.Size(464, 335);
  163. this.Controls.Add(this.btnFinish);
  164. this.Controls.Add(this.pbDownFile);
  165. this.Controls.Add(this.lblThanks);
  166. this.Controls.Add(this.pictureBox1);
  167. this.Controls.Add(this.lblInfo);
  168. this.Controls.Add(this.lblOk1);
  169. this.Controls.Add(this.lblOk2);
  170. this.Controls.Add(this.lblOk3);
  171. this.Controls.Add(this.lblCon3);
  172. this.Controls.Add(this.lblCon2);
  173. this.Controls.Add(this.lblCon1);
  174. this.Controls.Add(this.txtUpgradeInfo);
  175. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  176. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  177. this.MaximizeBox = false;
  178. this.MinimizeBox = false;
  179. this.Name = "FrmAutoUpgradeInfomation";
  180. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  181. this.Text = "自动更新";
  182. this.Shown += new System.EventHandler(this.FrmAutoUpgradeInfomation_Shown);
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  184. this.ResumeLayout(false);
  185. this.PerformLayout();
  186. }
  187. #endregion
  188. private System.Windows.Forms.TextBox txtUpgradeInfo;
  189. private System.Windows.Forms.Label lblInfo;
  190. private System.Windows.Forms.PictureBox pictureBox1;
  191. private System.Windows.Forms.Label lblThanks;
  192. private System.Windows.Forms.ProgressBar pbDownFile;
  193. private System.Windows.Forms.Label lblCon1;
  194. private System.Windows.Forms.Label lblCon2;
  195. private System.Windows.Forms.Label lblCon3;
  196. private System.Windows.Forms.Label lblOk1;
  197. private System.Windows.Forms.Label lblOk2;
  198. private System.Windows.Forms.Label lblOk3;
  199. private System.Windows.Forms.Button btnFinish;
  200. }
  201. }