namespace WinformDevFramework { partial class FrmUpdate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpdate)); this.webView21 = new System.Windows.Forms.WebBrowser(); this.panel1 = new System.Windows.Forms.Panel(); this.labUpdateVersionTitle = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.btnNo = new System.Windows.Forms.Button(); this.btnYes = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // webView21 // this.webView21.Dock = System.Windows.Forms.DockStyle.Fill; this.webView21.Location = new System.Drawing.Point(3, 19); this.webView21.Name = "webView21"; this.webView21.Size = new System.Drawing.Size(413, 318); this.webView21.TabIndex = 0; this.webView21.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webView21_DocumentCompleted); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel1.Controls.Add(this.labUpdateVersionTitle); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(419, 100); this.panel1.TabIndex = 1; // // labUpdateVersionTitle // this.labUpdateVersionTitle.AutoEllipsis = true; this.labUpdateVersionTitle.Location = new System.Drawing.Point(92, 41); this.labUpdateVersionTitle.Name = "labUpdateVersionTitle"; this.labUpdateVersionTitle.Size = new System.Drawing.Size(295, 56); this.labUpdateVersionTitle.TabIndex = 2; this.labUpdateVersionTitle.Text = "label3"; // // label2 // this.label2.BackColor = System.Drawing.SystemColors.Control; this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image"))); this.label2.Location = new System.Drawing.Point(0, 2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 69); this.label2.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.label1.Location = new System.Drawing.Point(92, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(295, 22); this.label1.TabIndex = 0; this.label1.Text = "新版本 WinformDevFramework 可用"; // // groupBox1 // this.groupBox1.Controls.Add(this.webView21); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 100); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(419, 340); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "更新说明"; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel2.Controls.Add(this.btnNo); this.panel2.Controls.Add(this.btnYes); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 417); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(419, 23); this.panel2.TabIndex = 3; // // btnNo // this.btnNo.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnNo.Image = ((System.Drawing.Image)(resources.GetObject("btnNo.Image"))); this.btnNo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnNo.Location = new System.Drawing.Point(355, 0); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(64, 23); this.btnNo.TabIndex = 1; this.btnNo.Text = "不更新"; this.btnNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnNo.UseVisualStyleBackColor = true; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // btnYes // this.btnYes.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnYes.Image = ((System.Drawing.Image)(resources.GetObject("btnYes.Image"))); this.btnYes.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnYes.Location = new System.Drawing.Point(288, 0); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(55, 23); this.btnYes.TabIndex = 0; this.btnYes.Text = "更新"; this.btnYes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnYes.UseVisualStyleBackColor = true; this.btnYes.Click += new System.EventHandler(this.btnYes_Click); // // FrmUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(419, 440); this.Controls.Add(this.panel2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "更新提示"; this.Load += new System.EventHandler(this.FrmUpdate_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private WebBrowser webView21; private Panel panel1; private Label label1; private Label label2; private GroupBox groupBox1; private Panel panel2; private Label labUpdateVersionTitle; private Button btnNo; private Button btnYes; } }