96 lines
4.3 KiB
C#
96 lines
4.3 KiB
C#
|
namespace Grant.Framework
|
|||
|
{
|
|||
|
partial class UpdateSoft
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
|
|||
|
this.button1 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.statusBar_process = new DevExpress.XtraEditors.ProgressBarControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.statusBar_process.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// webBrowser1
|
|||
|
//
|
|||
|
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
|
|||
|
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
|
|||
|
this.webBrowser1.Name = "webBrowser1";
|
|||
|
this.webBrowser1.ScrollBarsEnabled = false;
|
|||
|
this.webBrowser1.Size = new System.Drawing.Size(539, 482);
|
|||
|
this.webBrowser1.TabIndex = 0;
|
|||
|
this.webBrowser1.WebBrowserShortcutsEnabled = false;
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|||
|
this.button1.Location = new System.Drawing.Point(183, 525);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(165, 29);
|
|||
|
this.button1.TabIndex = 1;
|
|||
|
this.button1.Text = "开始更新";
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// statusBar_process
|
|||
|
//
|
|||
|
this.statusBar_process.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.statusBar_process.Location = new System.Drawing.Point(0, 488);
|
|||
|
this.statusBar_process.Name = "statusBar_process";
|
|||
|
this.statusBar_process.Size = new System.Drawing.Size(539, 31);
|
|||
|
this.statusBar_process.TabIndex = 2;
|
|||
|
//
|
|||
|
// UpdateSoft
|
|||
|
//
|
|||
|
this.AcceptButton = this.button1;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(539, 561);
|
|||
|
this.Controls.Add(this.statusBar_process);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.webBrowser1);
|
|||
|
this.IconOptions.ShowIcon = false;
|
|||
|
this.Name = "UpdateSoft";
|
|||
|
this.Text = "程序更新说明";
|
|||
|
this.TopMost = true;
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateSoft_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.UpdateSoft_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.statusBar_process.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.WebBrowser webBrowser1;
|
|||
|
private DevExpress.XtraEditors.SimpleButton button1;
|
|||
|
private DevExpress.XtraEditors.ProgressBarControl statusBar_process;
|
|||
|
}
|
|||
|
}
|