namespace WorldGIS.Forms { partial class FrmCloneFeatureDatasetStructure { /// <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.btnClose = new System.Windows.Forms.Button(); this.btnCreateModel = new System.Windows.Forms.Button(); this.commBoxModelLayerList = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBoxNewLayerName = new System.Windows.Forms.TextBox(); this.comboBoxDataSourceList = new System.Windows.Forms.ComboBox(); this.labelIP = new System.Windows.Forms.Label(); this.comboBoxTargetDataSource = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(18, 157); this.groupBox1.Name = "groupBox1"; this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupBox1.Size = new System.Drawing.Size(404, 2); this.groupBox1.TabIndex = 86; this.groupBox1.TabStop = false; // // btnClose // this.btnClose.Location = new System.Drawing.Point(321, 169); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 84; this.btnClose.Text = "取消(&C)"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnCreateModel // this.btnCreateModel.Location = new System.Drawing.Point(212, 169); this.btnCreateModel.Name = "btnCreateModel"; this.btnCreateModel.Size = new System.Drawing.Size(74, 23); this.btnCreateModel.TabIndex = 85; this.btnCreateModel.Text = "复制"; this.btnCreateModel.UseVisualStyleBackColor = true; this.btnCreateModel.Click += new System.EventHandler(this.btnCreateModel_Click); // // commBoxModelLayerList // this.commBoxModelLayerList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.commBoxModelLayerList.FormattingEnabled = true; this.commBoxModelLayerList.Location = new System.Drawing.Point(144, 51); this.commBoxModelLayerList.Name = "commBoxModelLayerList"; this.commBoxModelLayerList.Size = new System.Drawing.Size(252, 20); this.commBoxModelLayerList.TabIndex = 83; this.commBoxModelLayerList.SelectedIndexChanged += new System.EventHandler(this.commBoxModelLayerList_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 81; this.label2.Text = "新图层名称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 82; this.label1.Text = "数据库模板图层:"; // // textBoxNewLayerName // this.textBoxNewLayerName.Location = new System.Drawing.Point(144, 120); this.textBoxNewLayerName.Name = "textBoxNewLayerName"; this.textBoxNewLayerName.Size = new System.Drawing.Size(252, 21); this.textBoxNewLayerName.TabIndex = 80; // // comboBoxDataSourceList // this.comboBoxDataSourceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDataSourceList.FormattingEnabled = true; this.comboBoxDataSourceList.Location = new System.Drawing.Point(144, 17); this.comboBoxDataSourceList.Name = "comboBoxDataSourceList"; this.comboBoxDataSourceList.Size = new System.Drawing.Size(252, 20); this.comboBoxDataSourceList.TabIndex = 88; this.comboBoxDataSourceList.SelectedIndexChanged += new System.EventHandler(this.comboBoxDataSourceList_SelectedIndexChanged); // // labelIP // this.labelIP.AutoSize = true; this.labelIP.Location = new System.Drawing.Point(35, 25); this.labelIP.Name = "labelIP"; this.labelIP.Size = new System.Drawing.Size(53, 12); this.labelIP.TabIndex = 87; this.labelIP.Text = "数据源:"; // // comboBoxTargetDataSource // this.comboBoxTargetDataSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTargetDataSource.FormattingEnabled = true; this.comboBoxTargetDataSource.Location = new System.Drawing.Point(144, 86); this.comboBoxTargetDataSource.Name = "comboBoxTargetDataSource"; this.comboBoxTargetDataSource.Size = new System.Drawing.Size(254, 20); this.comboBoxTargetDataSource.TabIndex = 90; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(37, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 89; this.label3.Text = "目标数据源:"; // // FrmCloneFeatureDatasetStructure // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(435, 202); this.Controls.Add(this.comboBoxTargetDataSource); this.Controls.Add(this.label3); this.Controls.Add(this.comboBoxDataSourceList); this.Controls.Add(this.labelIP); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCreateModel); this.Controls.Add(this.commBoxModelLayerList); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxNewLayerName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmCloneFeatureDatasetStructure"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "复制要素集结构"; this.Load += new System.EventHandler(this.FrmCloneFeatureDatasetStructure_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnCreateModel; private System.Windows.Forms.ComboBox commBoxModelLayerList; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxNewLayerName; private System.Windows.Forms.ComboBox comboBoxDataSourceList; private System.Windows.Forms.Label labelIP; private System.Windows.Forms.ComboBox comboBoxTargetDataSource; private System.Windows.Forms.Label label3; } }