using System.ComponentModel; using System.Windows.Forms; namespace Cyberpipe.HFS_Forms { partial class Frm_HFSinout { /// <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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_HFSinout)); this.Cancel = new System.Windows.Forms.Button(); this.OK = new System.Windows.Forms.Button(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.treeView1 = new System.Windows.Forms.TreeView(); this.comboBox_Disk = new System.Windows.Forms.ComboBox(); this.LB_PEDinout = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.SuspendLayout(); // // Cancel // this.Cancel.Location = new System.Drawing.Point(228, 71); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 9; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // OK // this.OK.Location = new System.Drawing.Point(92, 72); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 8; this.OK.Text = "确定"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.OK_Click); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "0.png"); // // treeView1 // this.treeView1.ImageIndex = 0; this.treeView1.ImageList = this.imageList1; this.treeView1.Location = new System.Drawing.Point(384, 27); this.treeView1.Name = "treeView1"; this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(241, 37); this.treeView1.TabIndex = 7; this.treeView1.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCollapse); this.treeView1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterExpand); this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick); // // comboBox_Disk // this.comboBox_Disk.FormattingEnabled = true; this.comboBox_Disk.Location = new System.Drawing.Point(505, 9); this.comboBox_Disk.Name = "comboBox_Disk"; this.comboBox_Disk.Size = new System.Drawing.Size(121, 20); this.comboBox_Disk.TabIndex = 6; this.comboBox_Disk.TextChanged += new System.EventHandler(this.comboBox_Disk_TextChanged); // // LB_PEDinout // this.LB_PEDinout.AutoSize = true; this.LB_PEDinout.Location = new System.Drawing.Point(412, 12); this.LB_PEDinout.Name = "LB_PEDinout"; this.LB_PEDinout.Size = new System.Drawing.Size(65, 12); this.LB_PEDinout.TabIndex = 5; this.LB_PEDinout.Text = "选择磁盘:"; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(116, 24); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(197, 21); this.textBox1.TabIndex = 12; // // button1 // this.button1.Location = new System.Drawing.Point(319, 24); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(31, 22); this.button1.TabIndex = 11; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 10; this.label1.Text = "选择输出位置:"; // // Frm_HFSinout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(375, 118); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.Controls.Add(this.treeView1); this.Controls.Add(this.comboBox_Disk); this.Controls.Add(this.LB_PEDinout); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "Frm_HFSinout"; this.Text = "数据输入输出"; this.Load += new System.EventHandler(this.Frm_HFSinout_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button Cancel; private Button OK; private ImageList imageList1; private TreeView treeView1; private ComboBox comboBox_Disk; private Label LB_PEDinout; private TextBox textBox1; private Button button1; private Label label1; private FolderBrowserDialog folderBrowserDialog1; } }