namespace WorldGIS.Forms { partial class FrmAddWell { /// <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.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtFolder = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.txtUpGround = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtLayerName = new System.Windows.Forms.TextBox(); this.cmbLayer = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(302, 25); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "模板文件夹 "; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(302, 64); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 0; this.button2.Text = "文件路径"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 1; this.label1.Text = "模板文件夹:"; // // txtFolder // this.txtFolder.Location = new System.Drawing.Point(121, 27); this.txtFolder.Name = "txtFolder"; this.txtFolder.Size = new System.Drawing.Size(171, 21); this.txtFolder.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 1; this.label2.Text = "坐标文件:"; // // txtPath // this.txtPath.Location = new System.Drawing.Point(121, 64); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(171, 21); this.txtPath.TabIndex = 2; // // button3 // this.button3.Location = new System.Drawing.Point(302, 220); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 0; this.button3.Text = "确定"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // txtUpGround // this.txtUpGround.Location = new System.Drawing.Point(95, 186); this.txtUpGround.Name = "txtUpGround"; this.txtUpGround.Size = new System.Drawing.Size(196, 21); this.txtUpGround.TabIndex = 4; this.txtUpGround.Text = "0.01"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 189); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 3; this.label3.Text = "高出地面:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(297, 189); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 5; this.label4.Text = "米"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(13, 154); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 3; this.label5.Text = "图层名称:"; // // txtLayerName // this.txtLayerName.Location = new System.Drawing.Point(95, 150); this.txtLayerName.Name = "txtLayerName"; this.txtLayerName.Size = new System.Drawing.Size(196, 21); this.txtLayerName.TabIndex = 4; // // cmbLayer // this.cmbLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLayer.FormattingEnabled = true; this.cmbLayer.Location = new System.Drawing.Point(121, 105); this.cmbLayer.Name = "cmbLayer"; this.cmbLayer.Size = new System.Drawing.Size(170, 20); this.cmbLayer.TabIndex = 74; this.cmbLayer.SelectedIndexChanged += new System.EventHandler(this.cmbLayer_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 107); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 12); this.label6.TabIndex = 73; this.label6.Text = "Shapefile图层:"; // // FrmAddWell // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(394, 257); this.Controls.Add(this.cmbLayer); this.Controls.Add(this.label6); this.Controls.Add(this.label4); this.Controls.Add(this.txtLayerName); this.Controls.Add(this.label5); this.Controls.Add(this.txtUpGround); this.Controls.Add(this.label3); this.Controls.Add(this.txtPath); this.Controls.Add(this.label2); this.Controls.Add(this.txtFolder); this.Controls.Add(this.label1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmAddWell"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工井模型批量入库-数据库"; this.Load += new System.EventHandler(this.FrmAddWell_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtFolder; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox txtUpGround; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtLayerName; private System.Windows.Forms.ComboBox cmbLayer; private System.Windows.Forms.Label label6; } }