Newer
Older
EMS_SZ / PAS_Forms / F_PASFiles.designer.cs
root on 21 Mar 2016 8 KB first
namespace Cyberpipe.PAS_Forms
{
    partial class F_PASFiles
    {
        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.TB_PASfilename = new System.Windows.Forms.TextBox();
            this.LB_PASfilename = new System.Windows.Forms.Label();
            this.LV_PASfileDir = new System.Windows.Forms.ListView();
            this.Cancel = new System.Windows.Forms.Button();
            this.OK = new System.Windows.Forms.Button();
            this.BT_DEL = new System.Windows.Forms.Button();
            this.BT_ADD = new System.Windows.Forms.Button();
            this.OFD_ADDFile = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.TB_PASfilename);
            this.splitContainer1.Panel1.Controls.Add(this.LB_PASfilename);
            this.splitContainer1.Panel1.Controls.Add(this.LV_PASfileDir);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.Cancel);
            this.splitContainer1.Panel2.Controls.Add(this.OK);
            this.splitContainer1.Panel2.Controls.Add(this.BT_DEL);
            this.splitContainer1.Panel2.Controls.Add(this.BT_ADD);
            this.splitContainer1.Size = new System.Drawing.Size(427, 294);
            this.splitContainer1.SplitterDistance = 226;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.TabIndex = 0;
            // 
            // TB_PASfilename
            // 
            this.TB_PASfilename.Location = new System.Drawing.Point(216, 91);
            this.TB_PASfilename.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.TB_PASfilename.Name = "TB_PASfilename";
            this.TB_PASfilename.Size = new System.Drawing.Size(132, 25);
            this.TB_PASfilename.TabIndex = 2;
            // 
            // LB_PASfilename
            // 
            this.LB_PASfilename.AutoSize = true;
            this.LB_PASfilename.Location = new System.Drawing.Point(61, 95);
            this.LB_PASfilename.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.LB_PASfilename.Name = "LB_PASfilename";
            this.LB_PASfilename.Size = new System.Drawing.Size(82, 15);
            this.LB_PASfilename.TabIndex = 1;
            this.LB_PASfilename.Text = "文件名称:";
            // 
            // LV_PASfileDir
            // 
            this.LV_PASfileDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LV_PASfileDir.Location = new System.Drawing.Point(0, 0);
            this.LV_PASfileDir.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.LV_PASfileDir.Name = "LV_PASfileDir";
            this.LV_PASfileDir.Size = new System.Drawing.Size(427, 226);
            this.LV_PASfileDir.TabIndex = 0;
            this.LV_PASfileDir.UseCompatibleStateImageBehavior = false;
            // 
            // Cancel
            // 
            this.Cancel.Location = new System.Drawing.Point(331, 18);
            this.Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Cancel.Name = "Cancel";
            this.Cancel.Size = new System.Drawing.Size(60, 29);
            this.Cancel.TabIndex = 3;
            this.Cancel.Text = "取消";
            this.Cancel.UseVisualStyleBackColor = true;
            this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
            // 
            // OK
            // 
            this.OK.Location = new System.Drawing.Point(249, 18);
            this.OK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(60, 29);
            this.OK.TabIndex = 2;
            this.OK.Text = "确定";
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // BT_DEL
            // 
            this.BT_DEL.Location = new System.Drawing.Point(121, 18);
            this.BT_DEL.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BT_DEL.Name = "BT_DEL";
            this.BT_DEL.Size = new System.Drawing.Size(60, 29);
            this.BT_DEL.TabIndex = 1;
            this.BT_DEL.Text = "删除";
            this.BT_DEL.UseVisualStyleBackColor = true;
            this.BT_DEL.Click += new System.EventHandler(this.BT_DEL_Click);
            // 
            // BT_ADD
            // 
            this.BT_ADD.Location = new System.Drawing.Point(41, 18);
            this.BT_ADD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BT_ADD.Name = "BT_ADD";
            this.BT_ADD.Size = new System.Drawing.Size(60, 29);
            this.BT_ADD.TabIndex = 0;
            this.BT_ADD.Text = "添加";
            this.BT_ADD.UseVisualStyleBackColor = true;
            this.BT_ADD.Click += new System.EventHandler(this.BT_ADD_Click);
            // 
            // OFD_ADDFile
            // 
            this.OFD_ADDFile.FileName = "添加文件";
            // 
            // F_PASFiles
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(427, 294);
            this.Controls.Add(this.splitContainer1);
            this.DoubleBuffered = true;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "F_PASFiles";
            this.Text = "导入文件";
            this.Load += new System.EventHandler(this.F_PASFiles_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TextBox TB_PASfilename;
        private System.Windows.Forms.Label LB_PASfilename;
        private System.Windows.Forms.ListView LV_PASfileDir;
        private System.Windows.Forms.Button Cancel;
        private System.Windows.Forms.Button OK;
        private System.Windows.Forms.Button BT_DEL;
        private System.Windows.Forms.Button BT_ADD;
        private System.Windows.Forms.OpenFileDialog OFD_ADDFile;

    }
}