using System.ComponentModel; using System.Windows.Forms; namespace Cyberpipe.PATM_Forms { partial class F_PATMInout { /// <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(F_PATMInout)); this.LB_PATMinout = new System.Windows.Forms.Label(); 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.textBox1 = new System.Windows.Forms.TextBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.SuspendLayout(); // // LB_PATMinout // this.LB_PATMinout.AutoSize = true; this.LB_PATMinout.Location = new System.Drawing.Point(19, 32); this.LB_PATMinout.Name = "LB_PATMinout"; this.LB_PATMinout.Size = new System.Drawing.Size(65, 12); this.LB_PATMinout.TabIndex = 0; this.LB_PATMinout.Text = "选择磁盘:"; // // 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"); this.imageList1.Images.SetKeyName(1, "1.png"); // // OK // this.OK.Location = new System.Drawing.Point(54, 78); 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(214, 78); 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(295, 28); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(32, 22); this.button1.TabIndex = 10; 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(83, 28); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(206, 21); this.textBox1.TabIndex = 9; // // F_PATMInout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(337, 122); 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_PATMinout); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "F_PATMInout"; this.Text = "数据输入输出"; this.Load += new System.EventHandler(this.F_PATMInout_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label LB_PATMinout; private Button OK; private Button Cancel; private ImageList imageList1; private Button button1; private TextBox textBox1; private FolderBrowserDialog folderBrowserDialog1; } }