using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class frmPipeSetEdit { /// <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.label1 = new System.Windows.Forms.Label(); this.cmbPipeShow = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 2; this.label1.Text = "管线类型:"; // // cmbPipeShow // this.cmbPipeShow.DisplayMember = "Text"; this.cmbPipeShow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbPipeShow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPipeShow.FormattingEnabled = true; this.cmbPipeShow.ItemHeight = 15; this.cmbPipeShow.Location = new System.Drawing.Point(67, 16); this.cmbPipeShow.Name = "cmbPipeShow"; this.cmbPipeShow.Size = new System.Drawing.Size(125, 21); this.cmbPipeShow.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbPipeShow.TabIndex = 3; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(205, 16); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 4; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.btnEnter_Click); // // frmPipeSetEdit // this.AcceptButton = this.buttonX1; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(289, 60); this.Controls.Add(this.buttonX1); this.Controls.Add(this.cmbPipeShow); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPipeSetEdit"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择绘制管线的类型"; this.Load += new System.EventHandler(this.frmPipeSetEdit_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private ComboBoxEx cmbPipeShow; private ButtonX buttonX1; } }