Form1.Designer.cs 12 KB

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