Newer
Older
GHFX_REFACTOR / NewFunction / FrmCitySevenLineType.designer.cs
wxn on 9 Nov 2016 7 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;
using DevComponents.Editors;

namespace Cyberpipe
{
    partial class FrmCitySevenLineType
    {
        /// <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.textBoxCitySevenLineName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.buttonCancel = new DevComponents.DotNetBar.ButtonX();
            this.buttonOK = new DevComponents.DotNetBar.ButtonX();
            this.comboBoxListCitySevenLine = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.comboItem6 = new DevComponents.Editors.ComboItem();
            this.comboItem7 = new DevComponents.Editors.ComboItem();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "七线名称:";
            // 
            // textBoxCitySevenLineName
            // 
            this.textBoxCitySevenLineName.Location = new System.Drawing.Point(80, 10);
            this.textBoxCitySevenLineName.Name = "textBoxCitySevenLineName";
            this.textBoxCitySevenLineName.Size = new System.Drawing.Size(200, 21);
            this.textBoxCitySevenLineName.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 47);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "七线类型:";
            // 
            // buttonCancel
            // 
            this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonCancel.Location = new System.Drawing.Point(218, 65);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(62, 23);
            this.buttonCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonCancel.TabIndex = 6;
            this.buttonCancel.Text = "取消";
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonOK
            // 
            this.buttonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonOK.Location = new System.Drawing.Point(80, 66);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(62, 23);
            this.buttonOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonOK.TabIndex = 7;
            this.buttonOK.Text = "确定";
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            // 
            // comboBoxListCitySevenLine
            // 
            this.comboBoxListCitySevenLine.DisplayMember = "Text";
            this.comboBoxListCitySevenLine.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxListCitySevenLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxListCitySevenLine.FormattingEnabled = true;
            this.comboBoxListCitySevenLine.ItemHeight = 15;
            this.comboBoxListCitySevenLine.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3,
            this.comboItem4,
            this.comboItem5,
            this.comboItem6,
            this.comboItem7});
            this.comboBoxListCitySevenLine.Location = new System.Drawing.Point(80, 38);
            this.comboBoxListCitySevenLine.Name = "comboBoxListCitySevenLine";
            this.comboBoxListCitySevenLine.Size = new System.Drawing.Size(200, 21);
            this.comboBoxListCitySevenLine.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxListCitySevenLine.TabIndex = 8;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "城市红线";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "城市橙线";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "城市黄线";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "城市绿线";
            // 
            // comboItem5
            // 
            this.comboItem5.Text = "城市蓝线";
            // 
            // comboItem6
            // 
            this.comboItem6.Text = "城市紫线";
            // 
            // comboItem7
            // 
            this.comboItem7.Text = "城市黑线";
            // 
            // FrmCitySevenLineType
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 96);
            this.Controls.Add(this.comboBoxListCitySevenLine);
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBoxCitySevenLineName);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmCitySevenLineType";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "选择城市七线类型";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Label label1;
        private TextBox textBoxCitySevenLineName;
        private Label label2;
        private ButtonX buttonCancel;
        private ButtonX buttonOK;
        private ComboBoxEx comboBoxListCitySevenLine;
        private ComboItem comboItem1;
        private ComboItem comboItem2;
        private ComboItem comboItem3;
        private ComboItem comboItem4;
        private ComboItem comboItem5;
        private ComboItem comboItem6;
        private ComboItem comboItem7;
    }
}