123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- namespace Uninpho.Tools
- {
- partial class NewTask
- {
- /// <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()
- {
- 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;
- }
- }
|