123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- namespace Tofly.AutoUpdateSystem.Win
- {
- partial class FormAutoUpdate
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoUpdate));
- this.tblPanelMain = new System.Windows.Forms.TableLayoutPanel();
- this.label2 = new System.Windows.Forms.Label();
- this.toolStripButtons = new System.Windows.Forms.ToolStrip();
- this.tsbtnOptions = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnReadUpdate = new System.Windows.Forms.ToolStripButton();
- this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDoUpdate = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnConnectionTest = new System.Windows.Forms.ToolStripButton();
- this.dgridUpdateAssembly = new System.Windows.Forms.DataGridView();
- this.lboxUpdateRecord = new System.Windows.Forms.ListBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tblPanelMain.SuspendLayout();
- this.toolStripButtons.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgridUpdateAssembly)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.tblPanelMain.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
- this.tblPanelMain.ColumnCount = 2;
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
- this.tblPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tblPanelMain.Controls.Add(this.label2, 1, 1);
- this.tblPanelMain.Controls.Add(this.toolStripButtons, 0, 0);
- this.tblPanelMain.Controls.Add(this.dgridUpdateAssembly, 1, 2);
- this.tblPanelMain.Controls.Add(this.lboxUpdateRecord, 0, 2);
- this.tblPanelMain.Controls.Add(this.label1, 0, 1);
- this.tblPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tblPanelMain.Location = new System.Drawing.Point(0, 0);
- this.tblPanelMain.Name = "tblPanelMain";
- this.tblPanelMain.RowCount = 3;
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tblPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tblPanelMain.Size = new System.Drawing.Size(814, 398);
- this.tblPanelMain.TabIndex = 0;
-
-
-
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label2.Location = new System.Drawing.Point(205, 32);
- this.label2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(605, 15);
- this.label2.TabIndex = 4;
- this.label2.Text = "程序版本详情:";
-
-
-
- this.tblPanelMain.SetColumnSpan(this.toolStripButtons, 2);
- this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnOptions,
- this.toolStripSeparator1,
- this.tsbtnReadUpdate,
- this.tsbtnExit,
- this.tsbtnDoUpdate,
- this.toolStripSeparator2,
- this.tsbtnConnectionTest});
- this.toolStripButtons.Location = new System.Drawing.Point(1, 1);
- this.toolStripButtons.Name = "toolStripButtons";
- this.toolStripButtons.Size = new System.Drawing.Size(812, 25);
- this.toolStripButtons.TabIndex = 0;
- this.toolStripButtons.Text = "toolStrip1";
-
-
-
- this.tsbtnOptions.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOptions.Image")));
- this.tsbtnOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnOptions.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
- this.tsbtnOptions.Name = "tsbtnOptions";
- this.tsbtnOptions.Size = new System.Drawing.Size(52, 22);
- this.tsbtnOptions.Text = "设置";
- this.tsbtnOptions.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.tsbtnOptions.ToolTipText = "设置系统更新参数";
- this.tsbtnOptions.Visible = false;
- this.tsbtnOptions.Click += new System.EventHandler(this.tsbtnOptions_Click);
-
-
-
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
-
-
-
- this.tsbtnReadUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReadUpdate.Image")));
- this.tsbtnReadUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnReadUpdate.Name = "tsbtnReadUpdate";
- this.tsbtnReadUpdate.Size = new System.Drawing.Size(76, 22);
- this.tsbtnReadUpdate.Text = "读取更新";
- this.tsbtnReadUpdate.ToolTipText = "读取所有可用的待更新程序文件";
- this.tsbtnReadUpdate.Click += new System.EventHandler(this.tsbtnReadUpdate_Click);
-
-
-
- this.tsbtnExit.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
- this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExit.Name = "tsbtnExit";
- this.tsbtnExit.Size = new System.Drawing.Size(52, 22);
- this.tsbtnExit.Text = "退出";
- this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
-
-
-
- this.tsbtnDoUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDoUpdate.Image")));
- this.tsbtnDoUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDoUpdate.Name = "tsbtnDoUpdate";
- this.tsbtnDoUpdate.Size = new System.Drawing.Size(76, 22);
- this.tsbtnDoUpdate.Text = "自动更新";
- this.tsbtnDoUpdate.ToolTipText = "自动下载所有待更新的程序文件";
- this.tsbtnDoUpdate.Click += new System.EventHandler(this.tsbtnDoUpdate_Click);
-
-
-
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
-
-
-
- this.tsbtnConnectionTest.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnConnectionTest.Image")));
- this.tsbtnConnectionTest.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnConnectionTest.Name = "tsbtnConnectionTest";
- this.tsbtnConnectionTest.Size = new System.Drawing.Size(76, 22);
- this.tsbtnConnectionTest.Text = "连接测试";
- this.tsbtnConnectionTest.ToolTipText = "测试是否可以正常访问系统服务器";
- this.tsbtnConnectionTest.Click += new System.EventHandler(this.tsbtnConnectionTest_Click);
-
-
-
- this.dgridUpdateAssembly.AllowUserToAddRows = false;
- this.dgridUpdateAssembly.AllowUserToDeleteRows = false;
- this.dgridUpdateAssembly.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgridUpdateAssembly.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgridUpdateAssembly.Location = new System.Drawing.Point(203, 49);
- this.dgridUpdateAssembly.Margin = new System.Windows.Forms.Padding(1);
- this.dgridUpdateAssembly.Name = "dgridUpdateAssembly";
- this.dgridUpdateAssembly.ReadOnly = true;
- this.dgridUpdateAssembly.RowTemplate.Height = 23;
- this.dgridUpdateAssembly.Size = new System.Drawing.Size(609, 347);
- this.dgridUpdateAssembly.TabIndex = 1;
- this.dgridUpdateAssembly.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgridUpdateAssembly_RowPostPaint);
-
-
-
- this.lboxUpdateRecord.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lboxUpdateRecord.FormattingEnabled = true;
- this.lboxUpdateRecord.ItemHeight = 12;
- this.lboxUpdateRecord.Location = new System.Drawing.Point(2, 49);
- this.lboxUpdateRecord.Margin = new System.Windows.Forms.Padding(1);
- this.lboxUpdateRecord.Name = "lboxUpdateRecord";
- this.lboxUpdateRecord.Size = new System.Drawing.Size(198, 347);
- this.lboxUpdateRecord.TabIndex = 2;
- this.lboxUpdateRecord.SelectedIndexChanged += new System.EventHandler(this.lboxUpdateRecord_SelectedIndexChanged);
-
-
-
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(4, 32);
- this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(194, 15);
- this.label1.TabIndex = 3;
- this.label1.Text = "待更新程序版本:";
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(814, 398);
- this.Controls.Add(this.tblPanelMain);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "FormAutoUpdate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "系统更新";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAutoUpdate_FormClosed);
- this.Shown += new System.EventHandler(this.FormAutoUpdate_Shown);
- this.tblPanelMain.ResumeLayout(false);
- this.tblPanelMain.PerformLayout();
- this.toolStripButtons.ResumeLayout(false);
- this.toolStripButtons.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgridUpdateAssembly)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tblPanelMain;
- private System.Windows.Forms.ToolStrip toolStripButtons;
- private System.Windows.Forms.ToolStripButton tsbtnReadUpdate;
- private System.Windows.Forms.ToolStripButton tsbtnExit;
- private System.Windows.Forms.DataGridView dgridUpdateAssembly;
- private System.Windows.Forms.ToolStripButton tsbtnDoUpdate;
- private System.Windows.Forms.ToolStripButton tsbtnOptions;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ListBox lboxUpdateRecord;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnConnectionTest;
- }
- }
|