namespace Cyberpipe { partial class FrmMetadataOutput { /// <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.Cancel = new System.Windows.Forms.Button(); this.OK = new System.Windows.Forms.Button(); this.TV_MDout = new System.Windows.Forms.TreeView(); this.LB_PASinout = new System.Windows.Forms.Label(); this.CMB_MDout = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // Cancel // this.Cancel.Location = new System.Drawing.Point(226, 258); this.Cancel.Margin = new System.Windows.Forms.Padding(4); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(100, 29); this.Cancel.TabIndex = 11; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = true; // // OK // this.OK.Location = new System.Drawing.Point(15, 258); this.OK.Margin = new System.Windows.Forms.Padding(4); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(100, 29); this.OK.TabIndex = 10; this.OK.Text = "确定"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.OK_Click); // // TV_MDout // this.TV_MDout.Location = new System.Drawing.Point(15, 61); this.TV_MDout.Margin = new System.Windows.Forms.Padding(4); this.TV_MDout.Name = "TV_MDout"; this.TV_MDout.Size = new System.Drawing.Size(311, 176); this.TV_MDout.TabIndex = 9; this.TV_MDout.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TV_MDout_AfterCollapse); this.TV_MDout.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TV_MDout_AfterExpand); this.TV_MDout.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_MDout_NodeMouseClick_1); // // LB_PASinout // this.LB_PASinout.AutoSize = true; this.LB_PASinout.Location = new System.Drawing.Point(17, 21); this.LB_PASinout.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_PASinout.Name = "LB_PASinout"; this.LB_PASinout.Size = new System.Drawing.Size(82, 15); this.LB_PASinout.TabIndex = 8; this.LB_PASinout.Text = "选择磁盘:"; // // CMB_MDout // this.CMB_MDout.FormattingEnabled = true; this.CMB_MDout.Location = new System.Drawing.Point(107, 18); this.CMB_MDout.Margin = new System.Windows.Forms.Padding(4); this.CMB_MDout.Name = "CMB_MDout"; this.CMB_MDout.Size = new System.Drawing.Size(219, 23); this.CMB_MDout.TabIndex = 7; this.CMB_MDout.TextChanged += new System.EventHandler(this.CMB_MDout_TextChanged); // // FrmMetadataOutput // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(339, 300); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.Controls.Add(this.TV_MDout); this.Controls.Add(this.LB_PASinout); this.Controls.Add(this.CMB_MDout); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMetadataOutput"; this.Text = "导出设置"; this.Load += new System.EventHandler(this.FrmMetadataOutput_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Cancel; private System.Windows.Forms.Button OK; private System.Windows.Forms.TreeView TV_MDout; private System.Windows.Forms.Label LB_PASinout; private System.Windows.Forms.ComboBox CMB_MDout; } }