namespace ImportPrevuXLSClientData
{
partial class Form1
{
///
/// 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.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.importDocTbx = new System.Windows.Forms.TextBox();
this.errorLogTbx = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.sqlPrepScriptTbx = new System.Windows.Forms.TextBox();
this.databaseServerNametbx = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.dbUserIDTbx = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.dbPwdtbx = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.databaseNameTbx = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(880, 110);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(149, 23);
this.button1.TabIndex = 12;
this.button1.Text = "Load xls data into prevu";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 140);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(1017, 441);
this.dataGridView1.TabIndex = 13;
this.dataGridView1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 120);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Errors";
//
// importDocTbx
//
this.importDocTbx.Location = new System.Drawing.Point(149, 96);
this.importDocTbx.Name = "importDocTbx";
this.importDocTbx.Size = new System.Drawing.Size(308, 20);
this.importDocTbx.TabIndex = 5;
//
// errorLogTbx
//
this.errorLogTbx.Location = new System.Drawing.Point(149, 56);
this.errorLogTbx.Name = "errorLogTbx";
this.errorLogTbx.Size = new System.Drawing.Size(308, 20);
this.errorLogTbx.TabIndex = 3;
this.errorLogTbx.Text = "c:\\temp\\errors.csv";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Error Log File:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 13);
this.label3.TabIndex = 7;
this.label3.Text = "XLS Doc:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(463, 63);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(13, 13);
this.button2.TabIndex = 4;
this.button2.Text = ".....";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(463, 99);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(13, 13);
this.button3.TabIndex = 6;
this.button3.Text = ".....";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(463, 17);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(13, 13);
this.button4.TabIndex = 2;
this.button4.Text = ".....";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(131, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Pre Import Clean up script:";
//
// sqlPrepScriptTbx
//
this.sqlPrepScriptTbx.Location = new System.Drawing.Point(149, 12);
this.sqlPrepScriptTbx.Name = "sqlPrepScriptTbx";
this.sqlPrepScriptTbx.Size = new System.Drawing.Size(308, 20);
this.sqlPrepScriptTbx.TabIndex = 1;
//
// databaseServerNametbx
//
this.databaseServerNametbx.Location = new System.Drawing.Point(616, 15);
this.databaseServerNametbx.Name = "databaseServerNametbx";
this.databaseServerNametbx.Size = new System.Drawing.Size(100, 20);
this.databaseServerNametbx.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(523, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 13);
this.label5.TabIndex = 14;
this.label5.Text = "Sql Server Name";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(523, 74);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 13);
this.label6.TabIndex = 16;
this.label6.Text = "Db UserID";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// dbUserIDTbx
//
this.dbUserIDTbx.Location = new System.Drawing.Point(616, 67);
this.dbUserIDTbx.Name = "dbUserIDTbx";
this.dbUserIDTbx.Size = new System.Drawing.Size(100, 20);
this.dbUserIDTbx.TabIndex = 10;
this.dbUserIDTbx.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(523, 100);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(45, 13);
this.label7.TabIndex = 18;
this.label7.Text = "Db Pwd";
//
// dbPwdtbx
//
this.dbPwdtbx.Location = new System.Drawing.Point(616, 93);
this.dbPwdtbx.Name = "dbPwdtbx";
this.dbPwdtbx.Size = new System.Drawing.Size(100, 20);
this.dbPwdtbx.TabIndex = 11;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(744, 69);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(117, 17);
this.checkBox1.TabIndex = 9;
this.checkBox1.Text = "Use Windows Auth";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(523, 48);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(52, 13);
this.label8.TabIndex = 21;
this.label8.Text = "Db Name";
//
// databaseNameTbx
//
this.databaseNameTbx.Location = new System.Drawing.Point(616, 41);
this.databaseNameTbx.Name = "databaseNameTbx";
this.databaseNameTbx.Size = new System.Drawing.Size(100, 20);
this.databaseNameTbx.TabIndex = 8;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1109, 610);
this.Controls.Add(this.label8);
this.Controls.Add(this.databaseNameTbx);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label7);
this.Controls.Add(this.dbPwdtbx);
this.Controls.Add(this.label6);
this.Controls.Add(this.dbUserIDTbx);
this.Controls.Add(this.label5);
this.Controls.Add(this.databaseServerNametbx);
this.Controls.Add(this.button4);
this.Controls.Add(this.label4);
this.Controls.Add(this.sqlPrepScriptTbx);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.errorLogTbx);
this.Controls.Add(this.importDocTbx);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox importDocTbx;
private System.Windows.Forms.TextBox errorLogTbx;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox sqlPrepScriptTbx;
private System.Windows.Forms.TextBox databaseServerNametbx;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox dbUserIDTbx;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox dbPwdtbx;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox databaseNameTbx;
}
}