namespace Cyberpipe.Forms { partial class FrmShLayers { /// <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.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.pipelineTypeCbo = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.listBox1 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(197, 12); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 0; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // pipelineTypeCbo // this.pipelineTypeCbo.DisplayMember = "Text"; this.pipelineTypeCbo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.pipelineTypeCbo.FormattingEnabled = true; this.pipelineTypeCbo.ItemHeight = 15; this.pipelineTypeCbo.Location = new System.Drawing.Point(81, 12); this.pipelineTypeCbo.Name = "pipelineTypeCbo"; this.pipelineTypeCbo.Size = new System.Drawing.Size(97, 21); this.pipelineTypeCbo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pipelineTypeCbo.TabIndex = 1; this.pipelineTypeCbo.SelectedIndexChanged += new System.EventHandler(this.pipelineTypeCbo_SelectedIndexChanged); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(12, 42); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(260, 208); this.listBox1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "管线类型:"; // // FrmShLayers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.label1); this.Controls.Add(this.listBox1); this.Controls.Add(this.pipelineTypeCbo); this.Controls.Add(this.buttonX1); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmShLayers"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "已入审核库的管线"; this.Load += new System.EventHandler(this.FrmShLayers_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.Controls.ComboBoxEx pipelineTypeCbo; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label1; } }