namespace GeBoShi.UI.Load { partial class InitFrm { /// /// 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.components = new System.ComponentModel.Container(); this.StsTextBox = new System.Windows.Forms.TextBox(); this.skinButton1 = new CCWin.SkinControl.SkinButton(); this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.SuspendLayout(); // // StsTextBox // this.StsTextBox.Cursor = System.Windows.Forms.Cursors.AppStarting; this.StsTextBox.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.StsTextBox.Location = new System.Drawing.Point(12, 46); this.StsTextBox.Multiline = true; this.StsTextBox.Name = "StsTextBox"; this.StsTextBox.ReadOnly = true; this.StsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.StsTextBox.Size = new System.Drawing.Size(433, 366); this.StsTextBox.TabIndex = 39; this.StsTextBox.Text = "1\r\n2\r\n3\r\n43\r\n4\r\n5\r\n56\r\n6\r\n7"; // // skinButton1 // this.skinButton1.BackColor = System.Drawing.Color.Transparent; this.skinButton1.BorderColor = System.Drawing.Color.Silver; this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal; this.skinButton1.DownBack = null; this.skinButton1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.skinButton1.Location = new System.Drawing.Point(12, 418); this.skinButton1.MouseBack = null; this.skinButton1.Name = "skinButton1"; this.skinButton1.NormlBack = null; this.skinButton1.Radius = 16; this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All; this.skinButton1.Size = new System.Drawing.Size(99, 38); this.skinButton1.TabIndex = 38; this.skinButton1.Text = "跳过"; this.skinButton1.UseVisualStyleBackColor = false; this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click); // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(461, 46); this.uiTitel1.TabIndex = 37; // // backgroundWorker1 // this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); // // InitFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.ClientSize = new System.Drawing.Size(461, 461); this.Controls.Add(this.StsTextBox); this.Controls.Add(this.skinButton1); this.Controls.Add(this.uiTitel1); this.Name = "InitFrm"; this.Text = "初始化"; this.Load += new System.EventHandler(this.InitFrm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox StsTextBox; private CCWin.SkinControl.SkinButton skinButton1; private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1; private System.ComponentModel.BackgroundWorker backgroundWorker1; } }