Newer
Older
EMS_SZ / FrmFolderSelecter.Designer.cs
root on 21 Mar 2016 6 KB first
namespace Cyberpipe
{
    partial class FrmFolderSelecter
    {
        /// <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.listViewExDirectories = new DevComponents.DotNetBar.Controls.ListViewEx();
            this.buttonXPrevious = new DevComponents.DotNetBar.ButtonX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.textBoxXSelectedPath = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.buttonXOK = new DevComponents.DotNetBar.ButtonX();
            this.SuspendLayout();
            // 
            // listViewExDirectories
            // 
            // 
            // 
            // 
            this.listViewExDirectories.Border.Class = "ListViewBorder";
            this.listViewExDirectories.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.listViewExDirectories.Location = new System.Drawing.Point(9, 26);
            this.listViewExDirectories.MultiSelect = false;
            this.listViewExDirectories.Name = "listViewExDirectories";
            this.listViewExDirectories.Size = new System.Drawing.Size(271, 211);
            this.listViewExDirectories.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.listViewExDirectories.TabIndex = 0;
            this.listViewExDirectories.UseCompatibleStateImageBehavior = false;
            this.listViewExDirectories.View = System.Windows.Forms.View.List;
            this.listViewExDirectories.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewExDirectories_MouseDoubleClick);
            // 
            // buttonXPrevious
            // 
            this.buttonXPrevious.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonXPrevious.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonXPrevious.Location = new System.Drawing.Point(10, 3);
            this.buttonXPrevious.Name = "buttonXPrevious";
            this.buttonXPrevious.Size = new System.Drawing.Size(55, 23);
            this.buttonXPrevious.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonXPrevious.TabIndex = 1;
            this.buttonXPrevious.Text = "上一级";
            this.buttonXPrevious.Click += new System.EventHandler(this.buttonXPrevious_Click);
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(9, 252);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(44, 18);
            this.labelX1.TabIndex = 2;
            this.labelX1.Text = "路径:";
            // 
            // textBoxXSelectedPath
            // 
            // 
            // 
            // 
            this.textBoxXSelectedPath.Border.Class = "TextBoxBorder";
            this.textBoxXSelectedPath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxXSelectedPath.Location = new System.Drawing.Point(59, 250);
            this.textBoxXSelectedPath.Name = "textBoxXSelectedPath";
            this.textBoxXSelectedPath.ReadOnly = true;
            this.textBoxXSelectedPath.Size = new System.Drawing.Size(160, 21);
            this.textBoxXSelectedPath.TabIndex = 3;
            // 
            // buttonXOK
            // 
            this.buttonXOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonXOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonXOK.Location = new System.Drawing.Point(225, 250);
            this.buttonXOK.Name = "buttonXOK";
            this.buttonXOK.Size = new System.Drawing.Size(55, 23);
            this.buttonXOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonXOK.TabIndex = 4;
            this.buttonXOK.Text = "确定";
            this.buttonXOK.Click += new System.EventHandler(this.buttonXOK_Click);
            // 
            // FrmFolderSelecter
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 285);
            this.Controls.Add(this.buttonXOK);
            this.Controls.Add(this.textBoxXSelectedPath);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.buttonXPrevious);
            this.Controls.Add(this.listViewExDirectories);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmFolderSelecter";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "选择文件夹";
            this.Load += new System.EventHandler(this.FrmFolderSelecter_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private DevComponents.DotNetBar.Controls.ListViewEx listViewExDirectories;
        private DevComponents.DotNetBar.ButtonX buttonXPrevious;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxXSelectedPath;
        private DevComponents.DotNetBar.ButtonX buttonXOK;
    }
}