namespace Cyberpipe.DZ_Forms { partial class F_GKT1添加文件 { /// <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.LB_名称 = new System.Windows.Forms.Label(); this.TB_名称 = new System.Windows.Forms.TextBox(); this.BT_ADD = new System.Windows.Forms.Button(); this.BT_DELETE = new System.Windows.Forms.Button(); this.BT_OK = new System.Windows.Forms.Button(); this.BT_CANEL = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.listView_Dir = new System.Windows.Forms.ListView(); this.SuspendLayout(); // // LB_名称 // this.LB_名称.AutoSize = true; this.LB_名称.Location = new System.Drawing.Point(33, 52); this.LB_名称.Name = "LB_名称"; this.LB_名称.Size = new System.Drawing.Size(65, 12); this.LB_名称.TabIndex = 0; this.LB_名称.Text = "文件名称:"; // // TB_名称 // this.TB_名称.Location = new System.Drawing.Point(126, 49); this.TB_名称.Name = "TB_名称"; this.TB_名称.Size = new System.Drawing.Size(136, 21); this.TB_名称.TabIndex = 1; // // BT_ADD // this.BT_ADD.Location = new System.Drawing.Point(13, 122); this.BT_ADD.Name = "BT_ADD"; this.BT_ADD.Size = new System.Drawing.Size(51, 23); this.BT_ADD.TabIndex = 2; this.BT_ADD.Text = "添加"; this.BT_ADD.UseVisualStyleBackColor = true; this.BT_ADD.Click += new System.EventHandler(this.BT_ADD_Click); // // BT_DELETE // this.BT_DELETE.Location = new System.Drawing.Point(78, 122); this.BT_DELETE.Name = "BT_DELETE"; this.BT_DELETE.Size = new System.Drawing.Size(51, 23); this.BT_DELETE.TabIndex = 3; this.BT_DELETE.Text = "删除"; this.BT_DELETE.UseVisualStyleBackColor = true; this.BT_DELETE.Click += new System.EventHandler(this.BT_DELETE_Click); // // BT_OK // this.BT_OK.Location = new System.Drawing.Point(157, 122); this.BT_OK.Name = "BT_OK"; this.BT_OK.Size = new System.Drawing.Size(51, 23); this.BT_OK.TabIndex = 4; this.BT_OK.Text = "确定"; this.BT_OK.UseVisualStyleBackColor = true; this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click); // // BT_CANEL // this.BT_CANEL.Location = new System.Drawing.Point(226, 122); this.BT_CANEL.Name = "BT_CANEL"; this.BT_CANEL.Size = new System.Drawing.Size(51, 23); this.BT_CANEL.TabIndex = 5; this.BT_CANEL.Text = "取消"; this.BT_CANEL.UseVisualStyleBackColor = true; this.BT_CANEL.Click += new System.EventHandler(this.BT_CANEL_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // listView_Dir // this.listView_Dir.Location = new System.Drawing.Point(0, 0); this.listView_Dir.Name = "listView_Dir"; this.listView_Dir.Size = new System.Drawing.Size(291, 116); this.listView_Dir.TabIndex = 6; this.listView_Dir.UseCompatibleStateImageBehavior = false; // // F_GKT1添加文件 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 152); 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 = "F_GKT1添加文件"; this.Text = "添加文件"; this.Load += new System.EventHandler(this.F_添加文件_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.F_添加文件_KeyPress); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LB_名称; private System.Windows.Forms.TextBox TB_名称; private System.Windows.Forms.Button BT_ADD; private System.Windows.Forms.Button BT_DELETE; private System.Windows.Forms.Button BT_OK; private System.Windows.Forms.Button BT_CANEL; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ListView listView_Dir; } }