Newer
Older
GHFX_REFACTOR / HFS_Forms / Frm_HFSfiles.designer.cs
wxn on 2 Nov 2016 5 KB 提交
namespace Cyberpipe.HFS_Forms
{
    partial class Frm_HFSfiles
    {
        /// <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.BT_CANEL = new System.Windows.Forms.Button();
            this.BT_OK = new System.Windows.Forms.Button();
            this.BT_DELETE = new System.Windows.Forms.Button();
            this.BT_ADD = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.TB_名称 = new System.Windows.Forms.TextBox();
            this.LB_名称 = new System.Windows.Forms.Label();
            this.listView_Dir = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // BT_CANEL
            // 
            this.BT_CANEL.Location = new System.Drawing.Point(238, 134);
            this.BT_CANEL.Name = "BT_CANEL";
            this.BT_CANEL.Size = new System.Drawing.Size(51, 23);
            this.BT_CANEL.TabIndex = 12;
            this.BT_CANEL.Text = "取消";
            this.BT_CANEL.UseVisualStyleBackColor = true;
            this.BT_CANEL.Click += new System.EventHandler(this.BT_CANEL_Click);
            // 
            // BT_OK
            // 
            this.BT_OK.Location = new System.Drawing.Point(169, 134);
            this.BT_OK.Name = "BT_OK";
            this.BT_OK.Size = new System.Drawing.Size(51, 23);
            this.BT_OK.TabIndex = 11;
            this.BT_OK.Text = "确定";
            this.BT_OK.UseVisualStyleBackColor = true;
            this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click);
            // 
            // BT_DELETE
            // 
            this.BT_DELETE.Location = new System.Drawing.Point(90, 134);
            this.BT_DELETE.Name = "BT_DELETE";
            this.BT_DELETE.Size = new System.Drawing.Size(51, 23);
            this.BT_DELETE.TabIndex = 10;
            this.BT_DELETE.Text = "删除";
            this.BT_DELETE.UseVisualStyleBackColor = true;
            this.BT_DELETE.Click += new System.EventHandler(this.BT_DELETE_Click);
            // 
            // BT_ADD
            // 
            this.BT_ADD.Location = new System.Drawing.Point(25, 134);
            this.BT_ADD.Name = "BT_ADD";
            this.BT_ADD.Size = new System.Drawing.Size(51, 23);
            this.BT_ADD.TabIndex = 9;
            this.BT_ADD.Text = "添加";
            this.BT_ADD.UseVisualStyleBackColor = true;
            this.BT_ADD.Click += new System.EventHandler(this.BT_ADD_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // TB_名称
            // 
            this.TB_名称.Location = new System.Drawing.Point(138, 61);
            this.TB_名称.Name = "TB_名称";
            this.TB_名称.Size = new System.Drawing.Size(136, 21);
            this.TB_名称.TabIndex = 8;
            // 
            // LB_名称
            // 
            this.LB_名称.AutoSize = true;
            this.LB_名称.Location = new System.Drawing.Point(45, 64);
            this.LB_名称.Name = "LB_名称";
            this.LB_名称.Size = new System.Drawing.Size(65, 12);
            this.LB_名称.TabIndex = 7;
            this.LB_名称.Text = "文件名称:";
            // 
            // listView_Dir
            // 
            this.listView_Dir.Location = new System.Drawing.Point(12, 12);
            this.listView_Dir.Name = "listView_Dir";
            this.listView_Dir.Size = new System.Drawing.Size(291, 116);
            this.listView_Dir.TabIndex = 13;
            this.listView_Dir.UseCompatibleStateImageBehavior = false;
            // 
            // Frm_HFSfiles
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(312, 168);
            this.Controls.Add(this.BT_CANEL);
            this.Controls.Add(this.BT_OK);
            this.Controls.Add(this.BT_DELETE);
            this.Controls.Add(this.BT_ADD);
            this.Controls.Add(this.TB_名称);
            this.Controls.Add(this.LB_名称);
            this.Controls.Add(this.listView_Dir);
            this.Name = "Frm_HFSfiles";
            this.Text = "添加文件";
            this.Load += new System.EventHandler(this.Frm_HFSfiles_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button BT_CANEL;
        private System.Windows.Forms.Button BT_OK;
        private System.Windows.Forms.Button BT_DELETE;
        private System.Windows.Forms.Button BT_ADD;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.TextBox TB_名称;
        private System.Windows.Forms.Label LB_名称;
        private System.Windows.Forms.ListView listView_Dir;
    }
}