namespace HXX.Scanner.Client.UI.mask { partial class frmMask { /// /// 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() { this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.but_close = new System.Windows.Forms.PictureBox(); this.txtContent = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.but_close)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(155)))), ((int)(((byte)(213))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(222, 262); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(211, 71); this.button1.TabIndex = 3; this.button1.Text = "立即升级"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(251, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(155, 36); this.label1.TabIndex = 2; this.label1.Text = "发现新版本"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.txtContent); this.panel1.Controls.Add(this.but_close); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button1); this.panel1.Location = new System.Drawing.Point(190, 281); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(663, 355); this.panel1.TabIndex = 4; // // but_close // this.but_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.but_close.Image = global::HXX.Scanner.Client.Properties.Resources.关闭_close_2x; this.but_close.Location = new System.Drawing.Point(611, 13); this.but_close.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.but_close.Name = "but_close"; this.but_close.Size = new System.Drawing.Size(35, 31); this.but_close.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.but_close.TabIndex = 41; this.but_close.TabStop = false; this.but_close.Click += new System.EventHandler(this.but_close_Click); // // txtContent // this.txtContent.BackColor = System.Drawing.Color.White; this.txtContent.Location = new System.Drawing.Point(25, 67); this.txtContent.Margin = new System.Windows.Forms.Padding(4); this.txtContent.Multiline = true; this.txtContent.Name = "txtContent"; this.txtContent.ReadOnly = true; this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtContent.Size = new System.Drawing.Size(606, 167); this.txtContent.TabIndex = 44; // // frmMask // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.ClientSize = new System.Drawing.Size(1063, 814); this.ControlBox = false; this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "frmMask"; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.frmMask_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.but_close)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox but_close; private System.Windows.Forms.TextBox txtContent; } }