namespace Lskj.AutoUpdate { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 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(FrmMain)); this.splitter1 = new System.Windows.Forms.Splitter(); this.label5 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.splitter2 = new System.Windows.Forms.Splitter(); this.panel4 = new System.Windows.Forms.Panel(); this.richTextBox = new System.Windows.Forms.RichTextBox(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // splitter1 // this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(0, 77); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(446, 2); this.splitter1.TabIndex = 12; this.splitter1.TabStop = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(37, 49); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 12); this.label5.TabIndex = 3; this.label5.Text = "是否现在更新?"; // // panel3 // this.panel3.Controls.Add(this.btnOk); this.panel3.Controls.Add(this.btnCancel); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 237); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(446, 44); this.panel3.TabIndex = 11; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(254, 10); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(83, 23); this.btnOk.TabIndex = 0; this.btnOk.Text = "确定"; this.btnOk.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(350, 10); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(83, 23); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(354, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(79, 55); this.pictureBox1.TabIndex = 4; this.pictureBox1.TabStop = false; // // panel2 // this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label4); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 77); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(446, 204); this.panel2.TabIndex = 10; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(21, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 12); this.label3.TabIndex = 0; this.label3.Text = "系统名:ERP"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 34); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 12); this.label4.TabIndex = 0; this.label4.Text = "来 自:更新服务器"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label5); 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(446, 77); this.panel1.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(149, 12); this.label2.TabIndex = 3; this.label2.Text = "系统检测到有新的版本可用"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(11, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 2; this.label1.Text = "发现更新"; // // splitter2 // this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitter2.Location = new System.Drawing.Point(0, 281); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(446, 2); this.splitter2.TabIndex = 13; this.splitter2.TabStop = false; // // panel4 // this.panel4.Controls.Add(this.richTextBox); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 126); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(446, 111); this.panel4.TabIndex = 14; // // richTextBox // this.richTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox.Location = new System.Drawing.Point(0, 0); this.richTextBox.Name = "richTextBox"; this.richTextBox.Size = new System.Drawing.Size(446, 111); this.richTextBox.TabIndex = 6; this.richTextBox.Text = ""; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(446, 283); this.Controls.Add(this.panel4); this.Controls.Add(this.splitter1); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.splitter2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "自动升级"; this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Splitter splitter2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.RichTextBox richTextBox; } }