Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.DgvFileList = new System.Windows.Forms.DataGridView();
  38. this.ColNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ColFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.ColDown = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ColBack = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ColUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ColRoll = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.BtRollback = new System.Windows.Forms.Button();
  45. this.BtUpdate = new System.Windows.Forms.Button();
  46. this.BtBackup = new System.Windows.Forms.Button();
  47. this.BtDownload = new System.Windows.Forms.Button();
  48. this.PbStatus = new System.Windows.Forms.ProgressBar();
  49. this.BtClean = new System.Windows.Forms.Button();
  50. ((System.ComponentModel.ISupportInitialize)(this.DgvFileList)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // DgvFileList
  54. //
  55. this.DgvFileList.AllowUserToAddRows = false;
  56. this.DgvFileList.AllowUserToDeleteRows = false;
  57. this.DgvFileList.AllowUserToResizeColumns = false;
  58. this.DgvFileList.AllowUserToResizeRows = false;
  59. this.DgvFileList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  60. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  61. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  62. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  64. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  65. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  66. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  67. this.DgvFileList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  68. this.DgvFileList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  69. this.DgvFileList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  70. this.ColNum,
  71. this.ColFile,
  72. this.ColDown,
  73. this.ColBack,
  74. this.ColUpdate,
  75. this.ColRoll});
  76. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  77. dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
  78. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
  80. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  81. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  82. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  83. this.DgvFileList.DefaultCellStyle = dataGridViewCellStyle17;
  84. this.DgvFileList.Location = new System.Drawing.Point(12, 48);
  85. this.DgvFileList.Name = "DgvFileList";
  86. this.DgvFileList.ReadOnly = true;
  87. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
  88. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
  90. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  91. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  92. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  93. this.DgvFileList.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
  94. this.DgvFileList.RowHeadersVisible = false;
  95. this.DgvFileList.RowTemplate.Height = 23;
  96. this.DgvFileList.Size = new System.Drawing.Size(699, 424);
  97. this.DgvFileList.TabIndex = 10;
  98. //
  99. // ColNum
  100. //
  101. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. this.ColNum.DefaultCellStyle = dataGridViewCellStyle11;
  103. this.ColNum.FillWeight = 10F;
  104. this.ColNum.HeaderText = "序号";
  105. this.ColNum.Name = "ColNum";
  106. this.ColNum.ReadOnly = true;
  107. this.ColNum.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  108. this.ColNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  109. //
  110. // ColFile
  111. //
  112. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  113. this.ColFile.DefaultCellStyle = dataGridViewCellStyle12;
  114. this.ColFile.FillWeight = 40F;
  115. this.ColFile.HeaderText = "文件";
  116. this.ColFile.Name = "ColFile";
  117. this.ColFile.ReadOnly = true;
  118. this.ColFile.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  119. this.ColFile.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  120. //
  121. // ColDown
  122. //
  123. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. this.ColDown.DefaultCellStyle = dataGridViewCellStyle13;
  125. this.ColDown.FillWeight = 10F;
  126. this.ColDown.HeaderText = "下载";
  127. this.ColDown.Name = "ColDown";
  128. this.ColDown.ReadOnly = true;
  129. this.ColDown.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  130. this.ColDown.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  131. //
  132. // ColBack
  133. //
  134. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  135. this.ColBack.DefaultCellStyle = dataGridViewCellStyle14;
  136. this.ColBack.FillWeight = 10F;
  137. this.ColBack.HeaderText = "备份";
  138. this.ColBack.Name = "ColBack";
  139. this.ColBack.ReadOnly = true;
  140. this.ColBack.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  141. this.ColBack.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  142. //
  143. // ColUpdate
  144. //
  145. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  146. this.ColUpdate.DefaultCellStyle = dataGridViewCellStyle15;
  147. this.ColUpdate.FillWeight = 10F;
  148. this.ColUpdate.HeaderText = "更新";
  149. this.ColUpdate.Name = "ColUpdate";
  150. this.ColUpdate.ReadOnly = true;
  151. this.ColUpdate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  152. this.ColUpdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  153. //
  154. // ColRoll
  155. //
  156. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  157. this.ColRoll.DefaultCellStyle = dataGridViewCellStyle16;
  158. this.ColRoll.FillWeight = 10F;
  159. this.ColRoll.HeaderText = "还原";
  160. this.ColRoll.Name = "ColRoll";
  161. this.ColRoll.ReadOnly = true;
  162. this.ColRoll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  163. this.ColRoll.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  164. //
  165. // BtRollback
  166. //
  167. this.BtRollback.Location = new System.Drawing.Point(634, 15);
  168. this.BtRollback.Name = "BtRollback";
  169. this.BtRollback.Size = new System.Drawing.Size(75, 23);
  170. this.BtRollback.TabIndex = 14;
  171. this.BtRollback.Text = "还原";
  172. this.BtRollback.UseVisualStyleBackColor = true;
  173. this.BtRollback.Click += new System.EventHandler(this.BtRollback_Click);
  174. //
  175. // BtUpdate
  176. //
  177. this.BtUpdate.Location = new System.Drawing.Point(556, 15);
  178. this.BtUpdate.Name = "BtUpdate";
  179. this.BtUpdate.Size = new System.Drawing.Size(75, 23);
  180. this.BtUpdate.TabIndex = 13;
  181. this.BtUpdate.Text = "更新";
  182. this.BtUpdate.UseVisualStyleBackColor = true;
  183. this.BtUpdate.Click += new System.EventHandler(this.BtUpdate_Click);
  184. //
  185. // BtBackup
  186. //
  187. this.BtBackup.Location = new System.Drawing.Point(478, 15);
  188. this.BtBackup.Name = "BtBackup";
  189. this.BtBackup.Size = new System.Drawing.Size(75, 23);
  190. this.BtBackup.TabIndex = 12;
  191. this.BtBackup.Text = "备份";
  192. this.BtBackup.UseVisualStyleBackColor = true;
  193. this.BtBackup.Click += new System.EventHandler(this.BtBackup_Click);
  194. //
  195. // BtDownload
  196. //
  197. this.BtDownload.Location = new System.Drawing.Point(401, 15);
  198. this.BtDownload.Name = "BtDownload";
  199. this.BtDownload.Size = new System.Drawing.Size(75, 23);
  200. this.BtDownload.TabIndex = 11;
  201. this.BtDownload.Text = "下载";
  202. this.BtDownload.UseVisualStyleBackColor = true;
  203. this.BtDownload.Click += new System.EventHandler(this.BtDownload_Click);
  204. //
  205. // PbStatus
  206. //
  207. this.PbStatus.Location = new System.Drawing.Point(-6, 484);
  208. this.PbStatus.Name = "PbStatus";
  209. this.PbStatus.Size = new System.Drawing.Size(738, 23);
  210. this.PbStatus.TabIndex = 15;
  211. //
  212. // BtClean
  213. //
  214. this.BtClean.Location = new System.Drawing.Point(264, 15);
  215. this.BtClean.Name = "BtClean";
  216. this.BtClean.Size = new System.Drawing.Size(75, 23);
  217. this.BtClean.TabIndex = 16;
  218. this.BtClean.Text = "清理";
  219. this.BtClean.UseVisualStyleBackColor = true;
  220. this.BtClean.Click += new System.EventHandler(this.BtClean_Click);
  221. //
  222. // Form1
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(727, 489);
  227. this.Controls.Add(this.BtClean);
  228. this.Controls.Add(this.PbStatus);
  229. this.Controls.Add(this.DgvFileList);
  230. this.Controls.Add(this.BtRollback);
  231. this.Controls.Add(this.BtUpdate);
  232. this.Controls.Add(this.BtBackup);
  233. this.Controls.Add(this.BtDownload);
  234. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  235. this.Name = "Form1";
  236. this.Text = "Form1";
  237. this.Load += new System.EventHandler(this.Form1_Load);
  238. ((System.ComponentModel.ISupportInitialize)(this.DgvFileList)).EndInit();
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. private System.Windows.Forms.DataGridView DgvFileList;
  243. private System.Windows.Forms.DataGridViewTextBoxColumn ColNum;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn ColFile;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn ColDown;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn ColBack;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn ColUpdate;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn ColRoll;
  249. private System.Windows.Forms.Button BtRollback;
  250. private System.Windows.Forms.Button BtUpdate;
  251. private System.Windows.Forms.Button BtBackup;
  252. private System.Windows.Forms.Button BtDownload;
  253. private System.Windows.Forms.ProgressBar PbStatus;
  254. private System.Windows.Forms.Button BtClean;
  255. }
  256. }