namespace WorldGIS.Forms { partial class FrmAddLayerFromDB { /// <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.listBox1 = new System.Windows.Forms.ListBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.buttonNo = new System.Windows.Forms.Button(); this.labelIP = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.comboBoxDataSourceList = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // listBox1 // this.listBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 20; this.listBox1.Location = new System.Drawing.Point(11, 44); this.listBox1.Name = "listBox1"; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBox1.Size = new System.Drawing.Size(328, 172); this.listBox1.Sorted = true; this.listBox1.TabIndex = 0; this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick); this.listBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBox1_DrawItem); // // button1 // this.button1.Location = new System.Drawing.Point(122, 230); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(59, 23); this.button1.TabIndex = 1; this.button1.Text = "添加"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(202, 230); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(53, 23); this.button2.TabIndex = 2; this.button2.Text = "删除"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // buttonNo // this.buttonNo.Location = new System.Drawing.Point(279, 232); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(58, 23); this.buttonNo.TabIndex = 3; this.buttonNo.Text = "取消"; this.buttonNo.UseVisualStyleBackColor = true; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // labelIP // this.labelIP.AutoSize = true; this.labelIP.Location = new System.Drawing.Point(12, 18); this.labelIP.Name = "labelIP"; this.labelIP.Size = new System.Drawing.Size(53, 12); this.labelIP.TabIndex = 4; this.labelIP.Text = "数据源:"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(14, 234); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(96, 16); this.checkBox1.TabIndex = 6; this.checkBox1.Text = "忽略拓扑关系"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // comboBoxDataSourceList // this.comboBoxDataSourceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDataSourceList.FormattingEnabled = true; this.comboBoxDataSourceList.Location = new System.Drawing.Point(71, 10); this.comboBoxDataSourceList.Name = "comboBoxDataSourceList"; this.comboBoxDataSourceList.Size = new System.Drawing.Size(266, 20); this.comboBoxDataSourceList.TabIndex = 7; this.comboBoxDataSourceList.SelectedIndexChanged += new System.EventHandler(this.comboBoxDataSourceList_SelectedIndexChanged); // // FrmAddLayerFromDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(349, 267); this.Controls.Add(this.comboBoxDataSourceList); this.Controls.Add(this.checkBox1); this.Controls.Add(this.labelIP); this.Controls.Add(this.buttonNo); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.listBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmAddLayerFromDB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据库"; this.Load += new System.EventHandler(this.FrmAddLayerFromDB_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button buttonNo; private System.Windows.Forms.Label labelIP; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ComboBox comboBoxDataSourceList; } }