namespace Hydro.MapUI
|
{
|
partial class ProgressForm_计算
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm_计算));
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
this.label1 = new System.Windows.Forms.Label();
|
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
this.metroLabel1 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// progressBar1
|
//
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
//this.progressBar1.HideProgressText = false;
|
this.progressBar1.Location = new System.Drawing.Point(20, 49);
|
this.progressBar1.MarqueeAnimationSpeed = 250;
|
this.progressBar1.Name = "progressBar1";
|
this.progressBar1.Size = new System.Drawing.Size(363, 25);
|
this.progressBar1.Step = 1;
|
this.progressBar1.TabIndex = 1;
|
//
|
// label1
|
//
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.label1.Location = new System.Drawing.Point(20, 30);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(363, 19);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "初始化[1/1]";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
//
|
// progressBar2
|
//
|
this.progressBar2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.progressBar2.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
|
//this.progressBar2.HideProgressText = false;
|
this.progressBar2.Location = new System.Drawing.Point(20, 93);
|
this.progressBar2.MarqueeAnimationSpeed = 250;
|
this.progressBar2.Maximum = 4;
|
this.progressBar2.Name = "progressBar2";
|
this.progressBar2.Size = new System.Drawing.Size(363, 22);
|
this.progressBar2.Step = 1;
|
//this.progressBar2.Style = MetroFramework.MetroColorStyle.Green;
|
this.progressBar2.TabIndex = 1;
|
//
|
// metroLabel1
|
//
|
this.metroLabel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.metroLabel1.Location = new System.Drawing.Point(20, 74);
|
this.metroLabel1.Name = "metroLabel1";
|
this.metroLabel1.Size = new System.Drawing.Size(363, 19);
|
this.metroLabel1.TabIndex = 3;
|
this.metroLabel1.Text = "分项任务[1/1]";
|
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// ProgressForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(403, 139);
|
this.Controls.Add(this.progressBar2);
|
this.Controls.Add(this.metroLabel1);
|
this.Controls.Add(this.progressBar1);
|
this.Controls.Add(this.label1);
|
//this.DisplayHeader = false;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "ProgressForm";
|
this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
|
//this.Resizable = false;
|
this.ShowInTaskbar = false;
|
this.Text = "Progress";
|
this.TopMost = true;
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProgressForm_FormClosing);
|
this.Load += new System.EventHandler(this.ProgressForm_Load);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
public System.Windows.Forms.ProgressBar progressBar1;
|
public System.Windows.Forms.Label label1;
|
public System.Windows.Forms.ProgressBar progressBar2;
|
public System.Windows.Forms.Label metroLabel1;
|
}
|
}
|