namespace Cyberpipe.GKT_Forms { partial class F_GKT数据输入输出 { /// <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.components = new System.ComponentModel.Container(); this.LB_PEDinout = new System.Windows.Forms.Label(); this.comboBox_Disk = new System.Windows.Forms.ComboBox(); this.treeView1 = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.OK = new System.Windows.Forms.Button(); this.Cancel = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // LB_PEDinout // this.LB_PEDinout.AutoSize = true; this.LB_PEDinout.Location = new System.Drawing.Point(11, 27); this.LB_PEDinout.Name = "LB_PEDinout"; this.LB_PEDinout.Size = new System.Drawing.Size(89, 12); this.LB_PEDinout.TabIndex = 0; this.LB_PEDinout.Text = "选择输出位置:"; // // comboBox_Disk // this.comboBox_Disk.FormattingEnabled = true; this.comboBox_Disk.Location = new System.Drawing.Point(265, 106); this.comboBox_Disk.Name = "comboBox_Disk"; this.comboBox_Disk.Size = new System.Drawing.Size(121, 20); this.comboBox_Disk.TabIndex = 1; this.comboBox_Disk.TextChanged += new System.EventHandler(this.comboBox_Disk_TextChanged); // // treeView1 // this.treeView1.ImageIndex = 0; this.treeView1.ImageList = this.imageList1; this.treeView1.Location = new System.Drawing.Point(30, 103); this.treeView1.Name = "treeView1"; this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(241, 124); this.treeView1.TabIndex = 2; this.treeView1.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCollapse); this.treeView1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterExpand); // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ImageSize = new System.Drawing.Size(16, 16); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // OK // this.OK.Location = new System.Drawing.Point(61, 65); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 3; this.OK.Text = "确定"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.OK_Click); // // Cancel // this.Cancel.Location = new System.Drawing.Point(215, 65); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 4; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // button1 // this.button1.Location = new System.Drawing.Point(309, 24); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(31, 22); this.button1.TabIndex = 6; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(106, 24); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(197, 21); this.textBox1.TabIndex = 7; // // F_GKT数据输入输出 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(351, 101); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); 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 = "F_GKT数据输入输出"; this.Text = "数据输入输出"; this.Load += new System.EventHandler(this.F_数据输入输出_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LB_PEDinout; private System.Windows.Forms.ComboBox comboBox_Disk; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Button OK; private System.Windows.Forms.Button Cancel; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Button button1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.TextBox textBox1; } }