namespace Uninpho.Tools
{
partial class NewTask
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.lblShow = new DevExpress.XtraEditors.LabelControl();
this.label2 = new System.Windows.Forms.Label();
this.txtoutdir = new System.Windows.Forms.TextBox();
this.txtindir = new System.Windows.Forms.TextBox();
this.btnStart = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.chkRebuildLod = new DevExpress.XtraEditors.CheckEdit();
this.txtLon = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtLat = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtAlt = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chkRebuildLod.Properties)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.simpleButton3);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.lblShow);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtoutdir);
this.groupBox1.Controls.Add(this.txtindir);
this.groupBox1.ForeColor = System.Drawing.Color.MidnightBlue;
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(683, 94);
this.groupBox1.TabIndex = 13;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "输入输出目录";
//
// simpleButton3
//
this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton3.Location = new System.Drawing.Point(599, 61);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(75, 23);
this.simpleButton3.TabIndex = 7;
this.simpleButton3.Text = "浏览...";
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.Location = new System.Drawing.Point(599, 22);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 7;
this.simpleButton2.Text = "浏览...";
//
// lblShow
//
this.lblShow.Location = new System.Drawing.Point(22, 26);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(54, 14);
this.lblShow.TabIndex = 10;
this.lblShow.Text = "osgb目录:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(81, 14);
this.label2.TabIndex = 2;
this.label2.Text = "3dTiels目录:";
//
// txtoutdir
//
this.txtoutdir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtoutdir.Location = new System.Drawing.Point(106, 62);
this.txtoutdir.Name = "txtoutdir";
this.txtoutdir.Size = new System.Drawing.Size(487, 22);
this.txtoutdir.TabIndex = 4;
//
// txtindir
//
this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtindir.Location = new System.Drawing.Point(106, 23);
this.txtindir.Name = "txtindir";
this.txtindir.Size = new System.Drawing.Size(487, 22);
this.txtindir.TabIndex = 4;
//
// btnStart
//
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.Location = new System.Drawing.Point(512, 232);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(75, 23);
this.btnStart.TabIndex = 7;
this.btnStart.Text = "确定";
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Location = new System.Drawing.Point(611, 232);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "关闭";
//
// chkRebuildLod
//
this.chkRebuildLod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.chkRebuildLod.EditValue = true;
this.chkRebuildLod.Location = new System.Drawing.Point(34, 195);
this.chkRebuildLod.Name = "chkRebuildLod";
this.chkRebuildLod.Properties.Caption = "重构LOD";
this.chkRebuildLod.Size = new System.Drawing.Size(75, 19);
this.chkRebuildLod.TabIndex = 13;
//
// txtLon
//
this.txtLon.Location = new System.Drawing.Point(106, 25);
this.txtLon.Name = "txtLon";
this.txtLon.Size = new System.Drawing.Size(134, 22);
this.txtLon.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 14);
this.label1.TabIndex = 2;
this.label1.Text = "经度:";
//
// txtLat
//
this.txtLat.Location = new System.Drawing.Point(322, 25);
this.txtLat.Name = "txtLat";
this.txtLat.Size = new System.Drawing.Size(134, 22);
this.txtLat.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(260, 28);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(43, 14);
this.label4.TabIndex = 2;
this.label4.Text = "纬度:";
//
// txtAlt
//
this.txtAlt.Location = new System.Drawing.Point(532, 25);
this.txtAlt.Name = "txtAlt";
this.txtAlt.Size = new System.Drawing.Size(134, 22);
this.txtAlt.TabIndex = 4;
this.txtAlt.Text = "0";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(469, 28);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(43, 14);
this.label5.TabIndex = 2;
this.label5.Text = "高度:";
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.txtLon);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.txtLat);
this.groupBox3.Controls.Add(this.txtAlt);
this.groupBox3.ForeColor = System.Drawing.Color.MidnightBlue;
this.groupBox3.Location = new System.Drawing.Point(12, 112);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(683, 73);
this.groupBox3.TabIndex = 15;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "中心点位置";
//
// marqueeProgressBarControl1
//
this.marqueeProgressBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.marqueeProgressBarControl1.EditValue = 0;
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(34, 230);
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(451, 23);
this.marqueeProgressBarControl1.TabIndex = 16;
this.marqueeProgressBarControl1.Visible = false;
//
// NewTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(701, 271);
this.Controls.Add(this.marqueeProgressBarControl1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.chkRebuildLod);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnStart);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(717, 309);
this.Name = "NewTask";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "OSGB转换工具";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.chkRebuildLod.Properties)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl lblShow;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtindir;
private DevExpress.XtraEditors.SimpleButton btnStart;
private DevExpress.XtraEditors.SimpleButton btnClose;
private System.Windows.Forms.TextBox txtoutdir;
private DevExpress.XtraEditors.CheckEdit chkRebuildLod;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtAlt;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtLat;
private System.Windows.Forms.TextBox txtLon;
private System.Windows.Forms.GroupBox groupBox3;
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
}
}