FormAutoUpdate.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace Tofly.AutoUpdateSystem.Win
  2. {
  3. partial class FormAutoUpdate
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoUpdate));
  29. this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.toolStripButtons = new System.Windows.Forms.ToolStrip();
  32. this.tsbtnOptions = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tsbtnReadUpdate = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnDoUpdate = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnConnectionTest = new System.Windows.Forms.ToolStripButton();
  39. this.dgridUpdateAssembly = new System.Windows.Forms.DataGridView();
  40. this.lboxUpdateRecord = new System.Windows.Forms.ListBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.tblPanelMain.SuspendLayout();
  43. this.toolStripButtons.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgridUpdateAssembly)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // tblPanelMain
  48. //
  49. this.tblPanelMain.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  50. this.tblPanelMain.ColumnCount = 2;
  51. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
  52. this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  53. this.tblPanelMain.Controls.Add(this.label2, 1, 1);
  54. this.tblPanelMain.Controls.Add(this.toolStripButtons, 0, 0);
  55. this.tblPanelMain.Controls.Add(this.dgridUpdateAssembly, 1, 2);
  56. this.tblPanelMain.Controls.Add(this.lboxUpdateRecord, 0, 2);
  57. this.tblPanelMain.Controls.Add(this.label1, 0, 1);
  58. this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
  60. this.tblPanelMain.Name = "tblPanelMain";
  61. this.tblPanelMain.RowCount = 3;
  62. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  63. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  64. this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.tblPanelMain.Size = new System.Drawing.Size(814, 398);
  66. this.tblPanelMain.TabIndex = 0;
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.label2.Location = new System.Drawing.Point(205, 32);
  73. this.label2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(605, 15);
  76. this.label2.TabIndex = 4;
  77. this.label2.Text = "程序版本详情:";
  78. //
  79. // toolStripButtons
  80. //
  81. this.tblPanelMain.SetColumnSpan(this.toolStripButtons, 2);
  82. this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  83. this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.tsbtnOptions,
  85. this.toolStripSeparator1,
  86. this.tsbtnReadUpdate,
  87. this.tsbtnExit,
  88. this.tsbtnDoUpdate,
  89. this.toolStripSeparator2,
  90. this.tsbtnConnectionTest});
  91. this.toolStripButtons.Location = new System.Drawing.Point(1, 1);
  92. this.toolStripButtons.Name = "toolStripButtons";
  93. this.toolStripButtons.Size = new System.Drawing.Size(812, 25);
  94. this.toolStripButtons.TabIndex = 0;
  95. this.toolStripButtons.Text = "toolStrip1";
  96. //
  97. // tsbtnOptions
  98. //
  99. this.tsbtnOptions.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOptions.Image")));
  100. this.tsbtnOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnOptions.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
  102. this.tsbtnOptions.Name = "tsbtnOptions";
  103. this.tsbtnOptions.Size = new System.Drawing.Size(52, 22);
  104. this.tsbtnOptions.Text = "设置";
  105. this.tsbtnOptions.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  106. this.tsbtnOptions.ToolTipText = "设置系统更新参数";
  107. this.tsbtnOptions.Visible = false;
  108. this.tsbtnOptions.Click += new System.EventHandler(this.tsbtnOptions_Click);
  109. //
  110. // toolStripSeparator1
  111. //
  112. this.toolStripSeparator1.Name = "toolStripSeparator1";
  113. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  114. //
  115. // tsbtnReadUpdate
  116. //
  117. this.tsbtnReadUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReadUpdate.Image")));
  118. this.tsbtnReadUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.tsbtnReadUpdate.Name = "tsbtnReadUpdate";
  120. this.tsbtnReadUpdate.Size = new System.Drawing.Size(76, 22);
  121. this.tsbtnReadUpdate.Text = "读取更新";
  122. this.tsbtnReadUpdate.ToolTipText = "读取所有可用的待更新程序文件";
  123. this.tsbtnReadUpdate.Click += new System.EventHandler(this.tsbtnReadUpdate_Click);
  124. //
  125. // tsbtnExit
  126. //
  127. this.tsbtnExit.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  128. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  129. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnExit.Name = "tsbtnExit";
  131. this.tsbtnExit.Size = new System.Drawing.Size(52, 22);
  132. this.tsbtnExit.Text = "退出";
  133. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  134. //
  135. // tsbtnDoUpdate
  136. //
  137. this.tsbtnDoUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDoUpdate.Image")));
  138. this.tsbtnDoUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.tsbtnDoUpdate.Name = "tsbtnDoUpdate";
  140. this.tsbtnDoUpdate.Size = new System.Drawing.Size(76, 22);
  141. this.tsbtnDoUpdate.Text = "自动更新";
  142. this.tsbtnDoUpdate.ToolTipText = "自动下载所有待更新的程序文件";
  143. this.tsbtnDoUpdate.Click += new System.EventHandler(this.tsbtnDoUpdate_Click);
  144. //
  145. // toolStripSeparator2
  146. //
  147. this.toolStripSeparator2.Name = "toolStripSeparator2";
  148. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  149. //
  150. // tsbtnConnectionTest
  151. //
  152. this.tsbtnConnectionTest.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnConnectionTest.Image")));
  153. this.tsbtnConnectionTest.ImageTransparentColor = System.Drawing.Color.Magenta;
  154. this.tsbtnConnectionTest.Name = "tsbtnConnectionTest";
  155. this.tsbtnConnectionTest.Size = new System.Drawing.Size(76, 22);
  156. this.tsbtnConnectionTest.Text = "连接测试";
  157. this.tsbtnConnectionTest.ToolTipText = "测试是否可以正常访问系统服务器";
  158. this.tsbtnConnectionTest.Click += new System.EventHandler(this.tsbtnConnectionTest_Click);
  159. //
  160. // dgridUpdateAssembly
  161. //
  162. this.dgridUpdateAssembly.AllowUserToAddRows = false;
  163. this.dgridUpdateAssembly.AllowUserToDeleteRows = false;
  164. this.dgridUpdateAssembly.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  165. this.dgridUpdateAssembly.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.dgridUpdateAssembly.Location = new System.Drawing.Point(203, 49);
  167. this.dgridUpdateAssembly.Margin = new System.Windows.Forms.Padding(1);
  168. this.dgridUpdateAssembly.Name = "dgridUpdateAssembly";
  169. this.dgridUpdateAssembly.ReadOnly = true;
  170. this.dgridUpdateAssembly.RowTemplate.Height = 23;
  171. this.dgridUpdateAssembly.Size = new System.Drawing.Size(609, 347);
  172. this.dgridUpdateAssembly.TabIndex = 1;
  173. this.dgridUpdateAssembly.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgridUpdateAssembly_RowPostPaint);
  174. //
  175. // lboxUpdateRecord
  176. //
  177. this.lboxUpdateRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.lboxUpdateRecord.FormattingEnabled = true;
  179. this.lboxUpdateRecord.ItemHeight = 12;
  180. this.lboxUpdateRecord.Location = new System.Drawing.Point(2, 49);
  181. this.lboxUpdateRecord.Margin = new System.Windows.Forms.Padding(1);
  182. this.lboxUpdateRecord.Name = "lboxUpdateRecord";
  183. this.lboxUpdateRecord.Size = new System.Drawing.Size(198, 347);
  184. this.lboxUpdateRecord.TabIndex = 2;
  185. this.lboxUpdateRecord.SelectedIndexChanged += new System.EventHandler(this.lboxUpdateRecord_SelectedIndexChanged);
  186. //
  187. // label1
  188. //
  189. this.label1.AutoSize = true;
  190. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.label1.Location = new System.Drawing.Point(4, 32);
  192. this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
  193. this.label1.Name = "label1";
  194. this.label1.Size = new System.Drawing.Size(194, 15);
  195. this.label1.TabIndex = 3;
  196. this.label1.Text = "待更新程序版本:";
  197. //
  198. // FormAutoUpdate
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(814, 398);
  203. this.Controls.Add(this.tblPanelMain);
  204. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  205. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  206. this.MaximizeBox = false;
  207. this.Name = "FormAutoUpdate";
  208. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  209. this.Text = "系统更新";
  210. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAutoUpdate_FormClosed);
  211. this.Shown += new System.EventHandler(this.FormAutoUpdate_Shown);
  212. this.tblPanelMain.ResumeLayout(false);
  213. this.tblPanelMain.PerformLayout();
  214. this.toolStripButtons.ResumeLayout(false);
  215. this.toolStripButtons.PerformLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.dgridUpdateAssembly)).EndInit();
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. private System.Windows.Forms.TableLayoutPanel tblPanelMain;
  221. private System.Windows.Forms.ToolStrip toolStripButtons;
  222. private System.Windows.Forms.ToolStripButton tsbtnReadUpdate;
  223. private System.Windows.Forms.ToolStripButton tsbtnExit;
  224. private System.Windows.Forms.DataGridView dgridUpdateAssembly;
  225. private System.Windows.Forms.ToolStripButton tsbtnDoUpdate;
  226. private System.Windows.Forms.ToolStripButton tsbtnOptions;
  227. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  228. private System.Windows.Forms.ListBox lboxUpdateRecord;
  229. private System.Windows.Forms.Label label1;
  230. private System.Windows.Forms.Label label2;
  231. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  232. private System.Windows.Forms.ToolStripButton tsbtnConnectionTest;
  233. }
  234. }