namespace ExportData
{
partial class ExportData
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.cboTables = new System.Windows.Forms.ComboBox();
this.btnExport = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(124, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Select a Table to Export:";
//
// cboTables
//
this.cboTables.FormattingEnabled = true;
this.cboTables.Location = new System.Drawing.Point(155, 23);
this.cboTables.Name = "cboTables";
this.cboTables.Size = new System.Drawing.Size(240, 21);
this.cboTables.TabIndex = 1;
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(256, 50);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(139, 23);
this.btnExport.TabIndex = 2;
this.btnExport.Text = "Export Data";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// ExportData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(407, 117);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.cboTables);
this.Controls.Add(this.label1);
this.Name = "ExportData";
this.Text = "Export Data";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboTables;
private System.Windows.Forms.Button btnExport;
}
}