namespace sql_demo
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
///
/// 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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textCount = new System.Windows.Forms.TextBox();
this.btnCreateDB = new System.Windows.Forms.Button();
this.txtbsdf_file = new System.Windows.Forms.TextBox();
this.txtbTTime = new System.Windows.Forms.TextBox();
this.txtbEndTime = new System.Windows.Forms.TextBox();
this.txtbStartTime = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.insert = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(185, 204);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(125, 33);
this.btnUpdate.TabIndex = 45;
this.btnUpdate.Text = "Update";
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click_1);
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(185, 253);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(125, 34);
this.btnDel.TabIndex = 44;
this.btnDel.Text = "Delete";
this.btnDel.Click += new System.EventHandler(this.btnDel_Click_1);
//
// label5
//
this.label5.Location = new System.Drawing.Point(22, 161);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 20);
this.label5.Text = "Insert number:";
//
// label4
//
this.label4.Location = new System.Drawing.Point(22, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(125, 20);
this.label4.Text = "Database Name:";
//
// textCount
//
this.textCount.Location = new System.Drawing.Point(153, 161);
this.textCount.Name = "textCount";
this.textCount.Size = new System.Drawing.Size(179, 23);
this.textCount.TabIndex = 43;
this.textCount.Text = "100";
//
// btnCreateDB
//
this.btnCreateDB.Location = new System.Drawing.Point(22, 203);
this.btnCreateDB.Name = "btnCreateDB";
this.btnCreateDB.Size = new System.Drawing.Size(125, 34);
this.btnCreateDB.TabIndex = 42;
this.btnCreateDB.Text = "Create Database";
this.btnCreateDB.Click += new System.EventHandler(this.btnCreateDB_Click_1);
//
// txtbsdf_file
//
this.txtbsdf_file.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.txtbsdf_file.Location = new System.Drawing.Point(153, 30);
this.txtbsdf_file.Name = "txtbsdf_file";
this.txtbsdf_file.Size = new System.Drawing.Size(179, 23);
this.txtbsdf_file.TabIndex = 41;
this.txtbsdf_file.Text = "sqldemo.sdf";
//
// txtbTTime
//
this.txtbTTime.Location = new System.Drawing.Point(153, 130);
this.txtbTTime.Name = "txtbTTime";
this.txtbTTime.Size = new System.Drawing.Size(179, 23);
this.txtbTTime.TabIndex = 40;
//
// txtbEndTime
//
this.txtbEndTime.Location = new System.Drawing.Point(153, 94);
this.txtbEndTime.Name = "txtbEndTime";
this.txtbEndTime.Size = new System.Drawing.Size(179, 23);
this.txtbEndTime.TabIndex = 39;
//
// txtbStartTime
//
this.txtbStartTime.Location = new System.Drawing.Point(153, 62);
this.txtbStartTime.Name = "txtbStartTime";
this.txtbStartTime.Size = new System.Drawing.Size(179, 23);
this.txtbStartTime.TabIndex = 38;
//
// label3
//
this.label3.Location = new System.Drawing.Point(22, 130);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 20);
this.label3.Text = "Total:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(22, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 20);
this.label2.Text = "End time:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(22, 62);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 20);
this.label1.Text = "Start time:";
//
// insert
//
this.insert.Location = new System.Drawing.Point(22, 253);
this.insert.Name = "insert";
this.insert.Size = new System.Drawing.Size(125, 34);
this.insert.TabIndex = 37;
this.insert.Text = "insert";
this.insert.Click += new System.EventHandler(this.insert_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(358, 327);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.textCount);
this.Controls.Add(this.btnCreateDB);
this.Controls.Add(this.txtbsdf_file);
this.Controls.Add(this.txtbTTime);
this.Controls.Add(this.txtbEndTime);
this.Controls.Add(this.txtbStartTime);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.insert);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "SQL Demo";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textCount;
private System.Windows.Forms.Button btnCreateDB;
private System.Windows.Forms.TextBox txtbsdf_file;
private System.Windows.Forms.TextBox txtbTTime;
private System.Windows.Forms.TextBox txtbEndTime;
private System.Windows.Forms.TextBox txtbStartTime;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button insert;
}
}