using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmThreeOracle { /// <summary> /// Required designer variable. /// </summary> private 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.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.buttonXOK = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.buttonXOK); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Location = new System.Drawing.Point(12, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(300, 373); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "数据源"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "数据类型:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(76, 23); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(177, 20); this.comboBox1.TabIndex = 1; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(8, 48); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(279, 280); this.listBox1.TabIndex = 0; // // buttonXOK // this.buttonXOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXOK.Location = new System.Drawing.Point(204, 334); this.buttonXOK.Name = "buttonXOK"; this.buttonXOK.Size = new System.Drawing.Size(75, 30); this.buttonXOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXOK.TabIndex = 4; this.buttonXOK.Text = "添加"; this.buttonXOK.Click += new System.EventHandler(this.buttonXOK_Click); // // FrmThreeOracle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(324, 378); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmThreeOracle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据查看"; this.Load += new System.EventHandler(this.FrmThreeOracle_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupBox groupBox1; private Label label1; private ComboBox comboBox1; private ListBox listBox1; private ButtonX buttonXOK; } }