namespace PipeLine.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.btnadd = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(5, 6); this.listBox1.Name = "listBox1"; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBox1.Size = new System.Drawing.Size(295, 172); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // btnadd // this.btnadd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnadd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnadd.Location = new System.Drawing.Point(214, 184); this.btnadd.Name = "btnadd"; this.btnadd.Size = new System.Drawing.Size(84, 23); this.btnadd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnadd.TabIndex = 30; this.btnadd.Text = "添加"; this.btnadd.Click += new System.EventHandler(this.button1_Click); // // FrmAddLayerFromDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(307, 213); this.Controls.Add(this.btnadd); this.Controls.Add(this.listBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FrmAddLayerFromDB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "数据库"; this.Load += new System.EventHandler(this.FrmAddLayerFromDB_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox listBox1; private DevComponents.DotNetBar.ButtonX btnadd; } }