FrmUpgrade.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace Falit.Run
  2. {
  3. partial class FrmUpgrade
  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. this.dataViewFile = new System.Windows.Forms.DataGridView();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.LbName = new System.Windows.Forms.Label();
  31. this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  32. this.pbrLoading = new System.Windows.Forms.ProgressBar();
  33. this.lbInfo = new System.Windows.Forms.Label();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.lbPercentage = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataViewFile)).BeginInit();
  38. this.panel1.SuspendLayout();
  39. this.groupBox1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // dataViewFile
  44. //
  45. this.dataViewFile.AllowUserToAddRows = false;
  46. this.dataViewFile.AllowUserToDeleteRows = false;
  47. this.dataViewFile.BackgroundColor = System.Drawing.Color.White;
  48. this.dataViewFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  49. this.dataViewFile.Location = new System.Drawing.Point(4, 10);
  50. this.dataViewFile.Name = "dataViewFile";
  51. this.dataViewFile.ReadOnly = true;
  52. this.dataViewFile.RowHeadersVisible = false;
  53. this.dataViewFile.RowTemplate.Height = 23;
  54. this.dataViewFile.Size = new System.Drawing.Size(441, 309);
  55. this.dataViewFile.TabIndex = 2;
  56. //
  57. // panel1
  58. //
  59. this.panel1.BackColor = System.Drawing.Color.White;
  60. this.panel1.Controls.Add(this.pictureBox1);
  61. this.panel1.Controls.Add(this.LbName);
  62. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  63. this.panel1.Location = new System.Drawing.Point(0, 0);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(211, 372);
  66. this.panel1.TabIndex = 6;
  67. //
  68. // LbName
  69. //
  70. this.LbName.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.LbName.ForeColor = System.Drawing.SystemColors.WindowFrame;
  72. this.LbName.Location = new System.Drawing.Point(3, 231);
  73. this.LbName.Name = "LbName";
  74. this.LbName.Size = new System.Drawing.Size(205, 21);
  75. this.LbName.TabIndex = 3;
  76. this.LbName.Text = "南兴装备";
  77. this.LbName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  78. //
  79. // pbrLoading
  80. //
  81. this.pbrLoading.Location = new System.Drawing.Point(4, 347);
  82. this.pbrLoading.Name = "pbrLoading";
  83. this.pbrLoading.Size = new System.Drawing.Size(441, 23);
  84. this.pbrLoading.TabIndex = 3;
  85. //
  86. // lbInfo
  87. //
  88. this.lbInfo.AutoSize = true;
  89. this.lbInfo.ForeColor = System.Drawing.SystemColors.WindowFrame;
  90. this.lbInfo.Location = new System.Drawing.Point(9, 328);
  91. this.lbInfo.Name = "lbInfo";
  92. this.lbInfo.Size = new System.Drawing.Size(83, 12);
  93. this.lbInfo.TabIndex = 2;
  94. this.lbInfo.Text = "是否需升级...";
  95. //
  96. // groupBox1
  97. //
  98. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  99. this.groupBox1.Controls.Add(this.dataViewFile);
  100. this.groupBox1.Controls.Add(this.lbPercentage);
  101. this.groupBox1.Controls.Add(this.pbrLoading);
  102. this.groupBox1.Controls.Add(this.lbInfo);
  103. this.groupBox1.Location = new System.Drawing.Point(212, -6);
  104. this.groupBox1.Name = "groupBox1";
  105. this.groupBox1.Size = new System.Drawing.Size(449, 376);
  106. this.groupBox1.TabIndex = 7;
  107. this.groupBox1.TabStop = false;
  108. //
  109. // lbPercentage
  110. //
  111. this.lbPercentage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lbPercentage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  113. this.lbPercentage.Location = new System.Drawing.Point(354, 328);
  114. this.lbPercentage.Name = "lbPercentage";
  115. this.lbPercentage.Size = new System.Drawing.Size(83, 12);
  116. this.lbPercentage.TabIndex = 4;
  117. this.lbPercentage.Text = "0%";
  118. this.lbPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  119. //
  120. // pictureBox1
  121. //
  122. //this.pictureBox1.Image = global::Falit.Run.Properties.Resources.logo;
  123. this.pictureBox1.Location = new System.Drawing.Point(22, 92);
  124. this.pictureBox1.Name = "pictureBox1";
  125. this.pictureBox1.Size = new System.Drawing.Size(169, 136);
  126. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  127. this.pictureBox1.TabIndex = 4;
  128. this.pictureBox1.TabStop = false;
  129. //
  130. // FrmUpgrade
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.ClientSize = new System.Drawing.Size(662, 372);
  135. this.ControlBox = false;
  136. this.Controls.Add(this.panel1);
  137. this.Controls.Add(this.groupBox1);
  138. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  139. this.MaximizeBox = false;
  140. this.MinimizeBox = false;
  141. this.Name = "FrmUpgrade";
  142. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  143. this.Text = "自动更新";
  144. this.Shown += new System.EventHandler(this.FrmUpgrade_Shown);
  145. ((System.ComponentModel.ISupportInitialize)(this.dataViewFile)).EndInit();
  146. this.panel1.ResumeLayout(false);
  147. this.groupBox1.ResumeLayout(false);
  148. this.groupBox1.PerformLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  150. this.ResumeLayout(false);
  151. }
  152. #endregion
  153. private System.Windows.Forms.DataGridView dataViewFile;
  154. private System.Windows.Forms.Panel panel1;
  155. private System.Windows.Forms.ColorDialog colorDialog1;
  156. private System.Windows.Forms.ProgressBar pbrLoading;
  157. private System.Windows.Forms.Label lbInfo;
  158. private System.Windows.Forms.GroupBox groupBox1;
  159. private System.Windows.Forms.Label lbPercentage;
  160. private System.Windows.Forms.Label LbName;
  161. private System.Windows.Forms.PictureBox pictureBox1;
  162. }
  163. }