namespace Dongke.IBOSS.PRD.Client { partial class F_SYS_0103 { /// /// 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(F_SYS_0103)); this.lblInfo = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.txtUpgradeInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblThanks = new System.Windows.Forms.Label(); this.btnNext = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // lblInfo // this.lblInfo.AutoSize = true; this.lblInfo.BackColor = System.Drawing.Color.Transparent; this.lblInfo.Location = new System.Drawing.Point(12, 9); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(101, 12); this.lblInfo.TabIndex = 58; this.lblInfo.Text = "更新版本信息提示"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 33); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(96, 240); this.pictureBox1.TabIndex = 61; this.pictureBox1.TabStop = false; // // txtUpgradeInfo // this.txtUpgradeInfo.ErrorMessage = null; this.txtUpgradeInfo.FixCharsPattern = null; this.txtUpgradeInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUpgradeInfo.HasError = false; this.txtUpgradeInfo.IsMustInput = false; this.txtUpgradeInfo.Location = new System.Drawing.Point(105, 33); this.txtUpgradeInfo.MinLength = 0; this.txtUpgradeInfo.Multiline = true; this.txtUpgradeInfo.Name = "txtUpgradeInfo"; this.txtUpgradeInfo.ReadOnly = true; this.txtUpgradeInfo.RejectCharsPattern = null; this.txtUpgradeInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtUpgradeInfo.Size = new System.Drawing.Size(347, 240); this.txtUpgradeInfo.TabIndex = 1; this.txtUpgradeInfo.TextFormat = null; this.txtUpgradeInfo.TextValue = null; // // lblThanks // this.lblThanks.AutoSize = true; this.lblThanks.BackColor = System.Drawing.Color.Transparent; this.lblThanks.ForeColor = System.Drawing.Color.Blue; this.lblThanks.Location = new System.Drawing.Point(1, 289); this.lblThanks.Name = "lblThanks"; this.lblThanks.Size = new System.Drawing.Size(263, 12); this.lblThanks.TabIndex = 63; this.lblThanks.Text = "注:自动更新与网络及电脑配置有关,请耐心等待"; // // btnNext // this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnNext.BackColor = System.Drawing.Color.Transparent; this.btnNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNext.BackgroundImage"))); this.btnNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNext.ForeColor = System.Drawing.Color.White; this.btnNext.Location = new System.Drawing.Point(276, 280); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(85, 30); this.btnNext.TabIndex = 60; this.btnNext.Text = "下一步"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(367, 280); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 59; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // F_SYS_0103 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(464, 335); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnNext); this.Controls.Add(this.lblThanks); this.Controls.Add(this.txtUpgradeInfo); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.lblInfo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_SYS_0103"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "自动更新"; this.Controls.SetChildIndex(this.lblInfo, 0); this.Controls.SetChildIndex(this.pictureBox1, 0); this.Controls.SetChildIndex(this.txtUpgradeInfo, 0); this.Controls.SetChildIndex(this.lblThanks, 0); this.Controls.SetChildIndex(this.btnNext, 0); this.Controls.SetChildIndex(this.btnClose, 0); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.PictureBox pictureBox1; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUpgradeInfo; private System.Windows.Forms.Label lblThanks; private Basics.BaseControls.C_Button btnNext; private Basics.BaseControls.C_Button btnClose; } }