namespace Construction.BatchCreateMap { partial class FormProcess { /// /// 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.PgbDoing = new System.Windows.Forms.ProgressBar(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // PgbDoing // this.PgbDoing.Location = new System.Drawing.Point(19, 35); this.PgbDoing.Name = "PgbDoing"; this.PgbDoing.Size = new System.Drawing.Size(372, 44); this.PgbDoing.Step = 1; this.PgbDoing.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.PgbDoing.TabIndex = 0; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.PgbDoing); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(412, 102); this.panel1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 1; this.label1.Text = "等值线搭接断层:"; // // FormProcess // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(412, 102); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormProcess"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FormProcess"; this.TopMost = true; this.Load += new System.EventHandler(this.FormProcess_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ProgressBar PgbDoing; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; } }