namespace Cyberpipe.PAS_Forms { partial class F_PASInout { /// <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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PASInout)); this.LB_PASinout = new System.Windows.Forms.Label(); this.Cancel = new System.Windows.Forms.Button(); this.OK = new System.Windows.Forms.Button(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.SuspendLayout(); // // LB_PASinout // this.LB_PASinout.AutoSize = true; this.LB_PASinout.Location = new System.Drawing.Point(18, 27); this.LB_PASinout.Name = "LB_PASinout"; this.LB_PASinout.Size = new System.Drawing.Size(65, 12); this.LB_PASinout.TabIndex = 1; this.LB_PASinout.Text = "选择路径:"; // // Cancel // this.Cancel.Location = new System.Drawing.Point(248, 68); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 6; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click_1); // // OK // this.OK.Location = new System.Drawing.Point(77, 68); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 5; 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"); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(89, 24); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(218, 21); this.textBox1.TabIndex = 7; // // button1 // this.button1.Location = new System.Drawing.Point(313, 24); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(27, 23); this.button1.TabIndex = 8; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // F_PASInout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(363, 111); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.Controls.Add(this.LB_PASinout); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "F_PASInout"; this.Text = "文件导入导出"; this.Load += new System.EventHandler(this.F_PASInout_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LB_PASinout; private System.Windows.Forms.Button Cancel; private System.Windows.Forms.Button OK; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; } }