namespace WorldGIS.Forms { partial class FrmCancelLayerjoint { /// <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.cmbLayers = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.btnExit = new System.Windows.Forms.Button(); this.btnApply = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.cmbLayers); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Location = new System.Drawing.Point(34, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(291, 81); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; // // cmbLayers // this.cmbLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLayers.FormattingEnabled = true; this.cmbLayers.Location = new System.Drawing.Point(88, 31); this.cmbLayers.Name = "cmbLayers"; this.cmbLayers.Size = new System.Drawing.Size(169, 20); this.cmbLayers.TabIndex = 5; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(20, 35); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 4; this.label9.Text = "图层名称:"; // // btnExit // this.btnExit.Location = new System.Drawing.Point(207, 111); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 7; this.btnExit.Text = "退出"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnApply // this.btnApply.Location = new System.Drawing.Point(74, 111); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 7; this.btnApply.Text = "处理"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // FrmCancelLayerjoint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(361, 150); this.Controls.Add(this.btnExit); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnApply); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmCancelLayerjoint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "取消管线图层自动化拼接"; this.Load += new System.EventHandler(this.FrmPipelineLayerButtjoint_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cmbLayers; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnApply; } }