Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. namespace Version.Update
  2. {
  3. partial class Form1
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.DgvFileList = new System.Windows.Forms.DataGridView();
  36. this.ColNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ColFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ColDown = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ColUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.PbStatus = new System.Windows.Forms.ProgressBar();
  41. this.LbStatus = new System.Windows.Forms.Label();
  42. this.LbTitle = new System.Windows.Forms.Label();
  43. this.LbRetry = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.DgvFileList)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // DgvFileList
  48. //
  49. this.DgvFileList.AllowUserToAddRows = false;
  50. this.DgvFileList.AllowUserToDeleteRows = false;
  51. this.DgvFileList.AllowUserToResizeColumns = false;
  52. this.DgvFileList.AllowUserToResizeRows = false;
  53. this.DgvFileList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  54. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  55. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  56. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  58. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  59. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  60. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  61. this.DgvFileList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  62. this.DgvFileList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  63. this.DgvFileList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  64. this.ColNum,
  65. this.ColFile,
  66. this.ColDown,
  67. this.ColUpdate});
  68. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  69. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  70. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  72. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  73. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  74. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  75. this.DgvFileList.DefaultCellStyle = dataGridViewCellStyle6;
  76. this.DgvFileList.Location = new System.Drawing.Point(11, 124);
  77. this.DgvFileList.Name = "DgvFileList";
  78. this.DgvFileList.ReadOnly = true;
  79. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  80. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  82. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  83. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  84. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  85. this.DgvFileList.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  86. this.DgvFileList.RowHeadersVisible = false;
  87. this.DgvFileList.RowTemplate.Height = 23;
  88. this.DgvFileList.Size = new System.Drawing.Size(379, 252);
  89. this.DgvFileList.TabIndex = 10;
  90. //
  91. // ColNum
  92. //
  93. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. this.ColNum.DefaultCellStyle = dataGridViewCellStyle2;
  95. this.ColNum.FillWeight = 10F;
  96. this.ColNum.HeaderText = "序号";
  97. this.ColNum.Name = "ColNum";
  98. this.ColNum.ReadOnly = true;
  99. this.ColNum.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  100. this.ColNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  101. //
  102. // ColFile
  103. //
  104. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  105. this.ColFile.DefaultCellStyle = dataGridViewCellStyle3;
  106. this.ColFile.FillWeight = 40F;
  107. this.ColFile.HeaderText = "文件";
  108. this.ColFile.Name = "ColFile";
  109. this.ColFile.ReadOnly = true;
  110. this.ColFile.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  111. this.ColFile.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  112. //
  113. // ColDown
  114. //
  115. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  116. this.ColDown.DefaultCellStyle = dataGridViewCellStyle4;
  117. this.ColDown.FillWeight = 10F;
  118. this.ColDown.HeaderText = "下载";
  119. this.ColDown.Name = "ColDown";
  120. this.ColDown.ReadOnly = true;
  121. this.ColDown.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  122. this.ColDown.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  123. //
  124. // ColUpdate
  125. //
  126. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. this.ColUpdate.DefaultCellStyle = dataGridViewCellStyle5;
  128. this.ColUpdate.FillWeight = 10F;
  129. this.ColUpdate.HeaderText = "更新";
  130. this.ColUpdate.Name = "ColUpdate";
  131. this.ColUpdate.ReadOnly = true;
  132. this.ColUpdate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  133. this.ColUpdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  134. //
  135. // PbStatus
  136. //
  137. this.PbStatus.Location = new System.Drawing.Point(12, 40);
  138. this.PbStatus.Name = "PbStatus";
  139. this.PbStatus.Size = new System.Drawing.Size(379, 16);
  140. this.PbStatus.TabIndex = 15;
  141. //
  142. // LbStatus
  143. //
  144. this.LbStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  145. this.LbStatus.Location = new System.Drawing.Point(12, 73);
  146. this.LbStatus.Name = "LbStatus";
  147. this.LbStatus.Size = new System.Drawing.Size(378, 23);
  148. this.LbStatus.TabIndex = 16;
  149. this.LbStatus.Text = "更新状态";
  150. this.LbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  151. this.LbStatus.DoubleClick += new System.EventHandler(this.LbStatus_DoubleClick);
  152. //
  153. // LbTitle
  154. //
  155. this.LbTitle.AutoSize = true;
  156. this.LbTitle.Location = new System.Drawing.Point(12, 13);
  157. this.LbTitle.Name = "LbTitle";
  158. this.LbTitle.Size = new System.Drawing.Size(71, 12);
  159. this.LbTitle.TabIndex = 17;
  160. this.LbTitle.Text = "正在更新...";
  161. //
  162. // LbRetry
  163. //
  164. this.LbRetry.AutoSize = true;
  165. this.LbRetry.ForeColor = System.Drawing.SystemColors.Highlight;
  166. this.LbRetry.Location = new System.Drawing.Point(349, 13);
  167. this.LbRetry.Name = "LbRetry";
  168. this.LbRetry.Size = new System.Drawing.Size(29, 12);
  169. this.LbRetry.TabIndex = 18;
  170. this.LbRetry.Text = "重试";
  171. this.LbRetry.Click += new System.EventHandler(this.LbRetry_Click);
  172. //
  173. // Form1
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(403, 381);
  178. this.Controls.Add(this.LbRetry);
  179. this.Controls.Add(this.LbTitle);
  180. this.Controls.Add(this.LbStatus);
  181. this.Controls.Add(this.PbStatus);
  182. this.Controls.Add(this.DgvFileList);
  183. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  184. this.MaximizeBox = false;
  185. this.MinimizeBox = false;
  186. this.Name = "Form1";
  187. this.Text = "更新程序";
  188. this.Load += new System.EventHandler(this.Form1_Load);
  189. ((System.ComponentModel.ISupportInitialize)(this.DgvFileList)).EndInit();
  190. this.ResumeLayout(false);
  191. this.PerformLayout();
  192. }
  193. #endregion
  194. private System.Windows.Forms.DataGridView DgvFileList;
  195. private System.Windows.Forms.ProgressBar PbStatus;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn ColNum;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn ColFile;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn ColDown;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn ColUpdate;
  200. private System.Windows.Forms.Label LbStatus;
  201. private System.Windows.Forms.Label LbTitle;
  202. private System.Windows.Forms.Label LbRetry;
  203. }
  204. }