namespace SuperMap.RealEstate.Launcher.Loading { partial class frmProgress { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProgress)); this.label1 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.buttonCancel = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.progressBar2 = new System.Windows.Forms.ProgressBar(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Cursor = System.Windows.Forms.Cursors.Hand; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(154, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(394, 89); this.label1.TabIndex = 1; this.label1.Text = "正\r\n在\r\n初\r\n始\r\n化...\r\n1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n"; this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick); this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); this.label1.MouseHover += new System.EventHandler(this.label1_MouseHover); // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.BackColor = System.Drawing.Color.LightSkyBlue; this.progressBar1.Location = new System.Drawing.Point(38, 164); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(268, 30); this.progressBar1.TabIndex = 2; this.progressBar1.Visible = false; this.progressBar1.VisibleChanged += new System.EventHandler(this.progressBar1_VisibleChanged); this.progressBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(55, 249); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(86, 35); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "取 消(&C)"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Visible = false; // // timer1 // this.timer1.Interval = 3000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // progressBar2 // this.progressBar2.Location = new System.Drawing.Point(12, 249); this.progressBar2.Maximum = 0; this.progressBar2.Name = "progressBar2"; this.progressBar2.Size = new System.Drawing.Size(36, 89); this.progressBar2.TabIndex = 4; this.progressBar2.Visible = false; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(42, 140); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(115, 18); this.label2.TabIndex = 5; this.label2.Text = "第 1 个 共 10 个"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label2.Visible = false; this.label2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(161, 141); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(33, 17); this.label3.TabIndex = 6; this.label3.Text = "50%"; this.label3.Visible = false; this.label3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Black; this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 214); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(560, 1); this.panel2.TabIndex = 11; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; 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(560, 1); this.panel1.TabIndex = 12; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Black; this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Location = new System.Drawing.Point(559, 1); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1, 213); this.panel3.TabIndex = 13; // // panel4 // this.panel4.BackColor = System.Drawing.Color.Black; this.panel4.Dock = System.Windows.Forms.DockStyle.Left; this.panel4.Location = new System.Drawing.Point(0, 1); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1, 213); this.panel4.TabIndex = 14; // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Font = new System.Drawing.Font("微软雅黑", 8.5F); this.richTextBox1.Location = new System.Drawing.Point(512, 48); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(38, 34); this.richTextBox1.TabIndex = 15; this.richTextBox1.Text = ""; this.richTextBox1.Visible = false; this.richTextBox1.DoubleClick += new System.EventHandler(this.richTextBox1_DoubleClick); // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(530, 10); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(20, 20); this.label6.TabIndex = 17; this.label6.Text = "X"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label6.Click += new System.EventHandler(this.label6_Click); this.label6.MouseEnter += new System.EventHandler(this.label6_MouseEnter); this.label6.MouseLeave += new System.EventHandler(this.label6_MouseLeave); this.label6.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label6_MouseMove); // // frmProgress // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(560, 215); this.Controls.Add(this.label6); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label1); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.progressBar2); this.Controls.Add(this.progressBar1); this.Controls.Add(this.buttonCancel); this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(560, 230); this.MinimizeBox = false; this.Name = "frmProgress"; this.Text = "提示"; this.TopMost = true; this.Load += new System.EventHandler(this.frmProgress_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ProgressBar progressBar2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.RichTextBox richTextBox1; //private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Label label6; } }