namespace WorldGIS { partial class FrmParticalExportLayer { /// <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.comboBoxLayerName = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.textbox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonNo = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBoxLayerName // this.comboBoxLayerName.FormattingEnabled = true; this.comboBoxLayerName.Location = new System.Drawing.Point(119, 20); this.comboBoxLayerName.Name = "comboBoxLayerName"; this.comboBoxLayerName.Size = new System.Drawing.Size(139, 20); this.comboBoxLayerName.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 1; this.label1.Text = "导出图层的名称:"; // // textbox1 // this.textbox1.Location = new System.Drawing.Point(15, 58); this.textbox1.Name = "textbox1"; this.textbox1.Size = new System.Drawing.Size(144, 21); this.textbox1.TabIndex = 2; // // button1 // this.button1.Location = new System.Drawing.Point(165, 56); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(93, 23); this.button1.TabIndex = 3; this.button1.Text = "选择导出路径"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // buttonOK // this.buttonOK.Location = new System.Drawing.Point(96, 96); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 4; this.buttonOK.Text = "确定"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonNo // this.buttonNo.Location = new System.Drawing.Point(182, 96); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(75, 23); this.buttonNo.TabIndex = 5; this.buttonNo.Text = "取消"; this.buttonNo.UseVisualStyleBackColor = true; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // FrmParticalExportLayer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(271, 132); this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonOK); this.Controls.Add(this.button1); this.Controls.Add(this.textbox1); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxLayerName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmParticalExportLayer"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "框选导出图层"; this.Load += new System.EventHandler(this.FrmParticalExportLayer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBoxLayerName; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textbox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonNo; } }