namespace HelpersLib.UserControls { partial class ExportImportControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnExport = new System.Windows.Forms.Button(); this.btnImport = new System.Windows.Forms.Button(); this.cmsExport = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiExportClipboard = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiExportFile = new System.Windows.Forms.ToolStripMenuItem(); this.cmsImport = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiImportClipboard = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiImportFile = new System.Windows.Forms.ToolStripMenuItem(); this.cmsExport.SuspendLayout(); this.cmsImport.SuspendLayout(); this.SuspendLayout(); // // btnExport // this.btnExport.Location = new System.Drawing.Point(0, 0); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(64, 24); this.btnExport.TabIndex = 0; this.btnExport.Text = "Export"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnExport_MouseUp); // // btnImport // this.btnImport.Location = new System.Drawing.Point(72, 0); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(64, 24); this.btnImport.TabIndex = 1; this.btnImport.Text = "Import"; this.btnImport.UseVisualStyleBackColor = true; this.btnImport.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnImport_MouseUp); // // cmsExport // this.cmsExport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiExportClipboard, this.tsmiExportFile}); this.cmsExport.Name = "cmsExport"; this.cmsExport.ShowImageMargin = false; this.cmsExport.Size = new System.Drawing.Size(117, 48); // // tsmiExportClipboard // this.tsmiExportClipboard.Name = "tsmiExportClipboard"; this.tsmiExportClipboard.Size = new System.Drawing.Size(116, 22); this.tsmiExportClipboard.Text = "To clipboard"; this.tsmiExportClipboard.Click += new System.EventHandler(this.tsmiExportClipboard_Click); // // tsmiExportFile // this.tsmiExportFile.Name = "tsmiExportFile"; this.tsmiExportFile.Size = new System.Drawing.Size(116, 22); this.tsmiExportFile.Text = "To file..."; this.tsmiExportFile.Click += new System.EventHandler(this.tsmiExportFile_Click); // // cmsImport // this.cmsImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImportClipboard, this.tsmiImportFile}); this.cmsImport.Name = "cmsImport"; this.cmsImport.ShowImageMargin = false; this.cmsImport.Size = new System.Drawing.Size(131, 48); // // tsmiImportClipboard // this.tsmiImportClipboard.Name = "tsmiImportClipboard"; this.tsmiImportClipboard.Size = new System.Drawing.Size(130, 22); this.tsmiImportClipboard.Text = "From clipboard"; this.tsmiImportClipboard.Click += new System.EventHandler(this.tsmiImportClipboard_Click); // // tsmiImportFile // this.tsmiImportFile.Name = "tsmiImportFile"; this.tsmiImportFile.Size = new System.Drawing.Size(130, 22); this.tsmiImportFile.Text = "From file..."; this.tsmiImportFile.Click += new System.EventHandler(this.tsmiImportFile_Click); // // ExportImportControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnImport); this.Controls.Add(this.btnExport); this.Name = "ExportImportControl"; this.Size = new System.Drawing.Size(136, 24); this.cmsExport.ResumeLayout(false); this.cmsImport.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnImport; private System.Windows.Forms.ContextMenuStrip cmsExport; private System.Windows.Forms.ToolStripMenuItem tsmiExportClipboard; private System.Windows.Forms.ToolStripMenuItem tsmiExportFile; private System.Windows.Forms.ContextMenuStrip cmsImport; private System.Windows.Forms.ToolStripMenuItem tsmiImportClipboard; private System.Windows.Forms.ToolStripMenuItem tsmiImportFile; } }