Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Pure VPN - Up to 27 Months
vgp
Updated:
Yesterday at 8:10 AM
එක පැකේජ් එකයි මාසෙටම Unlimited Internet. තාමත් DATA CARD දාන්න සල්ලි වියදම් කරනවද? අඩුම මිලට අපෙන්.
sayuru bandara
Updated:
Tuesday at 12:30 PM
Ad icon
ඉන්ටර්නෙට් එකෙන් හරියටම සල්ලි හොයන්න සහ Success වෙන්න කැමතිද? 🚀 (E-Money & Success Stories)
siri sumana
Updated:
May 30, 2026
Gemini AI PRO 18 months Offer
Hawaka
Updated:
May 27, 2026
Ad icon
koko account
DasunEranga
Updated:
May 27, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Education
C# and SQL
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Core" data-source="post: 10769210" data-attributes="member: 263471"><p>[code] </p><p>form1.designer.cs</p><p></p><p></p><p>namespace DataBase_UserDetails</p><p>{</p><p> partial class Form1</p><p> {</p><p> /// <summary></p><p> /// Required designer variable.</p><p> /// </summary></p><p> private System.ComponentModel.IContainer components = null;</p><p></p><p> /// <summary></p><p> /// Clean up any resources being used.</p><p> /// </summary></p><p> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param></p><p> protected override void Dispose(bool disposing)</p><p> {</p><p> if (disposing && (components != null))</p><p> {</p><p> components.Dispose();</p><p> }</p><p> base.Dispose(disposing);</p><p> }</p><p></p><p> #region Windows Form Designer generated code</p><p></p><p> /// <summary></p><p> /// Required method for Designer support - do not modify</p><p> /// the contents of this method with the code editor.</p><p> /// </summary></p><p> private void InitializeComponent()</p><p> {</p><p> this.btnCreate = new System.Windows.Forms.Button();</p><p> this.treeView1 = new System.Windows.Forms.TreeView();</p><p> this.btn_newDB = new System.Windows.Forms.Button();</p><p> this.btnSelectAll = new System.Windows.Forms.Button();</p><p> this.btnInsert = new System.Windows.Forms.Button();</p><p> this.btnDelete = new System.Windows.Forms.Button();</p><p> this.btnUpdate = new System.Windows.Forms.Button();</p><p> this.txtID = new System.Windows.Forms.TextBox();</p><p> this.txtName = new System.Windows.Forms.TextBox();</p><p> this.txtEmail = new System.Windows.Forms.TextBox();</p><p> this.txtPass = new System.Windows.Forms.TextBox();</p><p> this.txtState = new System.Windows.Forms.TextBox();</p><p> this.label1 = new System.Windows.Forms.Label();</p><p> this.txtDate = new System.Windows.Forms.DateTimePicker();</p><p> this.label2 = new System.Windows.Forms.Label();</p><p> this.label3 = new System.Windows.Forms.Label();</p><p> this.label4 = new System.Windows.Forms.Label();</p><p> this.label5 = new System.Windows.Forms.Label();</p><p> this.label6 = new System.Windows.Forms.Label();</p><p> this.btnSearch = new System.Windows.Forms.Button();</p><p> this.txtSearchKey = new System.Windows.Forms.TextBox();</p><p> this.label7 = new System.Windows.Forms.Label();</p><p> this.btnClear = new System.Windows.Forms.Button();</p><p> this.SuspendLayout();</p><p> //</p><p> // btnCreate</p><p> //</p><p> this.btnCreate.Location = new System.Drawing.Point(47, 393);</p><p> this.btnCreate.Name = "btnCreate";</p><p> this.btnCreate.Size = new System.Drawing.Size(108, 43);</p><p> this.btnCreate.TabIndex = 0;</p><p> this.btnCreate.Text = "Create a Table";</p><p> this.btnCreate.UseVisualStyleBackColor = true;</p><p> this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);</p><p> //</p><p> // treeView1</p><p> //</p><p> this.treeView1.Location = new System.Drawing.Point(43, 34);</p><p> this.treeView1.Name = "treeView1";</p><p> this.treeView1.Size = new System.Drawing.Size(364, 277);</p><p> this.treeView1.TabIndex = 1;</p><p> this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);</p><p> //</p><p> // btn_newDB</p><p> //</p><p> this.btn_newDB.Location = new System.Drawing.Point(170, 393);</p><p> this.btn_newDB.Name = "btn_newDB";</p><p> this.btn_newDB.Size = new System.Drawing.Size(123, 43);</p><p> this.btn_newDB.TabIndex = 2;</p><p> this.btn_newDB.Text = "Create New DataBase";</p><p> this.btn_newDB.UseVisualStyleBackColor = true;</p><p> this.btn_newDB.Click += new System.EventHandler(this.btn_newDB_Click);</p><p> //</p><p> // btnSelectAll</p><p> //</p><p> this.btnSelectAll.Location = new System.Drawing.Point(47, 346);</p><p> this.btnSelectAll.Name = "btnSelectAll";</p><p> this.btnSelectAll.Size = new System.Drawing.Size(108, 41);</p><p> this.btnSelectAll.TabIndex = 3;</p><p> this.btnSelectAll.Text = "Retrieve Data";</p><p> this.btnSelectAll.UseVisualStyleBackColor = true;</p><p> this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);</p><p> //</p><p> // btnInsert</p><p> //</p><p> this.btnInsert.Location = new System.Drawing.Point(170, 346);</p><p> this.btnInsert.Name = "btnInsert";</p><p> this.btnInsert.Size = new System.Drawing.Size(108, 41);</p><p> this.btnInsert.TabIndex = 4;</p><p> this.btnInsert.Text = "Insert Data";</p><p> this.btnInsert.UseVisualStyleBackColor = true;</p><p> this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);</p><p> //</p><p> // btnDelete</p><p> //</p><p> this.btnDelete.Location = new System.Drawing.Point(299, 393);</p><p> this.btnDelete.Name = "btnDelete";</p><p> this.btnDelete.Size = new System.Drawing.Size(108, 41);</p><p> this.btnDelete.TabIndex = 5;</p><p> this.btnDelete.Text = "Delete Data";</p><p> this.btnDelete.UseVisualStyleBackColor = true;</p><p> this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);</p><p> //</p><p> // btnUpdate</p><p> //</p><p> this.btnUpdate.Location = new System.Drawing.Point(299, 346);</p><p> this.btnUpdate.Name = "btnUpdate";</p><p> this.btnUpdate.Size = new System.Drawing.Size(108, 41);</p><p> this.btnUpdate.TabIndex = 6;</p><p> this.btnUpdate.Text = "Update Data";</p><p> this.btnUpdate.UseVisualStyleBackColor = true;</p><p> this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);</p><p> //</p><p> // txtID</p><p> //</p><p> this.txtID.Location = new System.Drawing.Point(530, 59);</p><p> this.txtID.Name = "txtID";</p><p> this.txtID.Size = new System.Drawing.Size(179, 20);</p><p> this.txtID.TabIndex = 7;</p><p> //</p><p> // txtName</p><p> //</p><p> this.txtName.Location = new System.Drawing.Point(530, 85);</p><p> this.txtName.Name = "txtName";</p><p> this.txtName.Size = new System.Drawing.Size(179, 20);</p><p> this.txtName.TabIndex = 8;</p><p> //</p><p> // txtEmail</p><p> //</p><p> this.txtEmail.Location = new System.Drawing.Point(530, 189);</p><p> this.txtEmail.Name = "txtEmail";</p><p> this.txtEmail.Size = new System.Drawing.Size(179, 20);</p><p> this.txtEmail.TabIndex = 9;</p><p> //</p><p> // txtPass</p><p> //</p><p> this.txtPass.Location = new System.Drawing.Point(530, 111);</p><p> this.txtPass.Name = "txtPass";</p><p> this.txtPass.Size = new System.Drawing.Size(179, 20);</p><p> this.txtPass.TabIndex = 10;</p><p> //</p><p> // txtState</p><p> //</p><p> this.txtState.Location = new System.Drawing.Point(530, 163);</p><p> this.txtState.Name = "txtState";</p><p> this.txtState.Size = new System.Drawing.Size(179, 20);</p><p> this.txtState.TabIndex = 11;</p><p> //</p><p> // label1</p><p> //</p><p> this.label1.AutoSize = true;</p><p> this.label1.Location = new System.Drawing.Point(425, 66);</p><p> this.label1.Name = "label1";</p><p> this.label1.Size = new System.Drawing.Size(64, 13);</p><p> this.label1.TabIndex = 13;</p><p> this.label1.Text = "Enter the ID";</p><p> //</p><p> // txtDate</p><p> //</p><p> this.txtDate.Location = new System.Drawing.Point(530, 137);</p><p> this.txtDate.Name = "txtDate";</p><p> this.txtDate.Size = new System.Drawing.Size(179, 20);</p><p> this.txtDate.TabIndex = 14;</p><p> //</p><p> // label2</p><p> //</p><p> this.label2.AutoSize = true;</p><p> this.label2.Location = new System.Drawing.Point(425, 92);</p><p> this.label2.Name = "label2";</p><p> this.label2.Size = new System.Drawing.Size(81, 13);</p><p> this.label2.TabIndex = 15;</p><p> this.label2.Text = "Enter the Name";</p><p> //</p><p> // label3</p><p> //</p><p> this.label3.AutoSize = true;</p><p> this.label3.Location = new System.Drawing.Point(425, 118);</p><p> this.label3.Name = "label3";</p><p> this.label3.Size = new System.Drawing.Size(99, 13);</p><p> this.label3.TabIndex = 16;</p><p> this.label3.Text = "Enter the Password";</p><p> //</p><p> // label4</p><p> //</p><p> this.label4.AutoSize = true;</p><p> this.label4.Location = new System.Drawing.Point(425, 144);</p><p> this.label4.Name = "label4";</p><p> this.label4.Size = new System.Drawing.Size(76, 13);</p><p> this.label4.TabIndex = 17;</p><p> this.label4.Text = "Enter the Date";</p><p> //</p><p> // label5</p><p> //</p><p> this.label5.AutoSize = true;</p><p> this.label5.Location = new System.Drawing.Point(425, 170);</p><p> this.label5.Name = "label5";</p><p> this.label5.Size = new System.Drawing.Size(78, 13);</p><p> this.label5.TabIndex = 18;</p><p> this.label5.Text = "Enter the State";</p><p> //</p><p> // label6</p><p> //</p><p> this.label6.AutoSize = true;</p><p> this.label6.Location = new System.Drawing.Point(425, 196);</p><p> this.label6.Name = "label6";</p><p> this.label6.Size = new System.Drawing.Size(78, 13);</p><p> this.label6.TabIndex = 19;</p><p> this.label6.Text = "Enter the Email";</p><p> //</p><p> // btnSearch</p><p> //</p><p> this.btnSearch.Location = new System.Drawing.Point(604, 350);</p><p> this.btnSearch.Name = "btnSearch";</p><p> this.btnSearch.Size = new System.Drawing.Size(105, 33);</p><p> this.btnSearch.TabIndex = 20;</p><p> this.btnSearch.Text = "Search";</p><p> this.btnSearch.UseVisualStyleBackColor = true;</p><p> this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);</p><p> //</p><p> // txtSearchKey</p><p> //</p><p> this.txtSearchKey.Location = new System.Drawing.Point(565, 317);</p><p> this.txtSearchKey.Name = "txtSearchKey";</p><p> this.txtSearchKey.Size = new System.Drawing.Size(144, 20);</p><p> this.txtSearchKey.TabIndex = 21;</p><p> //</p><p> // label7</p><p> //</p><p> this.label7.AutoSize = true;</p><p> this.label7.Location = new System.Drawing.Point(511, 320);</p><p> this.label7.Name = "label7";</p><p> this.label7.Size = new System.Drawing.Size(48, 13);</p><p> this.label7.TabIndex = 22;</p><p> this.label7.Text = "Keyword";</p><p> //</p><p> // btnClear</p><p> //</p><p> this.btnClear.Location = new System.Drawing.Point(604, 389);</p><p> this.btnClear.Name = "btnClear";</p><p> this.btnClear.Size = new System.Drawing.Size(105, 33);</p><p> this.btnClear.TabIndex = 23;</p><p> this.btnClear.Text = "Clear";</p><p> this.btnClear.UseVisualStyleBackColor = true;</p><p> this.btnClear.Click += new System.EventHandler(this.btnClear_Click);</p><p> //</p><p> // Form1</p><p> //</p><p> this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);</p><p> this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;</p><p> this.ClientSize = new System.Drawing.Size(758, 467);</p><p> this.Controls.Add(this.btnClear);</p><p> this.Controls.Add(this.label7);</p><p> this.Controls.Add(this.txtSearchKey);</p><p> this.Controls.Add(this.btnSearch);</p><p> this.Controls.Add(this.label6);</p><p> this.Controls.Add(this.label5);</p><p> this.Controls.Add(this.label4);</p><p> this.Controls.Add(this.label3);</p><p> this.Controls.Add(this.label2);</p><p> this.Controls.Add(this.txtDate);</p><p> this.Controls.Add(this.label1);</p><p> this.Controls.Add(this.txtState);</p><p> this.Controls.Add(this.txtPass);</p><p> this.Controls.Add(this.txtEmail);</p><p> this.Controls.Add(this.txtName);</p><p> this.Controls.Add(this.txtID);</p><p> this.Controls.Add(this.btnUpdate);</p><p> this.Controls.Add(this.btnDelete);</p><p> this.Controls.Add(this.btnInsert);</p><p> this.Controls.Add(this.btnSelectAll);</p><p> this.Controls.Add(this.btn_newDB);</p><p> this.Controls.Add(this.treeView1);</p><p> this.Controls.Add(this.btnCreate);</p><p> this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;</p><p> this.Name = "Form1";</p><p> this.Text = "Main Window";</p><p> this.ResumeLayout(false);</p><p> this.PerformLayout();</p><p></p><p> }</p><p></p><p> #endregion</p><p></p><p> private System.Windows.Forms.Button btnCreate;</p><p> private System.Windows.Forms.TreeView treeView1;</p><p> private System.Windows.Forms.Button btn_newDB;</p><p> private System.Windows.Forms.Button btnSelectAll;</p><p> private System.Windows.Forms.Button btnInsert;</p><p> private System.Windows.Forms.Button btnDelete;</p><p> private System.Windows.Forms.Button btnUpdate;</p><p> private System.Windows.Forms.TextBox txtID;</p><p> private System.Windows.Forms.TextBox txtName;</p><p> private System.Windows.Forms.TextBox txtEmail;</p><p> private System.Windows.Forms.TextBox txtPass;</p><p> private System.Windows.Forms.TextBox txtState;</p><p> private System.Windows.Forms.Label label1;</p><p> private System.Windows.Forms.DateTimePicker txtDate;</p><p> private System.Windows.Forms.Label label2;</p><p> private System.Windows.Forms.Label label3;</p><p> private System.Windows.Forms.Label label4;</p><p> private System.Windows.Forms.Label label5;</p><p> private System.Windows.Forms.Label label6;</p><p> private System.Windows.Forms.Button btnSearch;</p><p> private System.Windows.Forms.TextBox txtSearchKey;</p><p> private System.Windows.Forms.Label label7;</p><p> private System.Windows.Forms.Button btnClear;[/code]</p></blockquote><p></p>
[QUOTE="Core, post: 10769210, member: 263471"] [code] form1.designer.cs namespace DataBase_UserDetails { partial class Form1 { /// <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.btnCreate = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.btn_newDB = new System.Windows.Forms.Button(); this.btnSelectAll = new System.Windows.Forms.Button(); this.btnInsert = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.txtID = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.txtEmail = new System.Windows.Forms.TextBox(); this.txtPass = new System.Windows.Forms.TextBox(); this.txtState = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtDate = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearchKey = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.btnClear = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnCreate // this.btnCreate.Location = new System.Drawing.Point(47, 393); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(108, 43); this.btnCreate.TabIndex = 0; this.btnCreate.Text = "Create a Table"; this.btnCreate.UseVisualStyleBackColor = true; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // treeView1 // this.treeView1.Location = new System.Drawing.Point(43, 34); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(364, 277); this.treeView1.TabIndex = 1; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // btn_newDB // this.btn_newDB.Location = new System.Drawing.Point(170, 393); this.btn_newDB.Name = "btn_newDB"; this.btn_newDB.Size = new System.Drawing.Size(123, 43); this.btn_newDB.TabIndex = 2; this.btn_newDB.Text = "Create New DataBase"; this.btn_newDB.UseVisualStyleBackColor = true; this.btn_newDB.Click += new System.EventHandler(this.btn_newDB_Click); // // btnSelectAll // this.btnSelectAll.Location = new System.Drawing.Point(47, 346); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(108, 41); this.btnSelectAll.TabIndex = 3; this.btnSelectAll.Text = "Retrieve Data"; this.btnSelectAll.UseVisualStyleBackColor = true; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // btnInsert // this.btnInsert.Location = new System.Drawing.Point(170, 346); this.btnInsert.Name = "btnInsert"; this.btnInsert.Size = new System.Drawing.Size(108, 41); this.btnInsert.TabIndex = 4; this.btnInsert.Text = "Insert Data"; this.btnInsert.UseVisualStyleBackColor = true; this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(299, 393); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(108, 41); this.btnDelete.TabIndex = 5; this.btnDelete.Text = "Delete Data"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(299, 346); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(108, 41); this.btnUpdate.TabIndex = 6; this.btnUpdate.Text = "Update Data"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // txtID // this.txtID.Location = new System.Drawing.Point(530, 59); this.txtID.Name = "txtID"; this.txtID.Size = new System.Drawing.Size(179, 20); this.txtID.TabIndex = 7; // // txtName // this.txtName.Location = new System.Drawing.Point(530, 85); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(179, 20); this.txtName.TabIndex = 8; // // txtEmail // this.txtEmail.Location = new System.Drawing.Point(530, 189); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(179, 20); this.txtEmail.TabIndex = 9; // // txtPass // this.txtPass.Location = new System.Drawing.Point(530, 111); this.txtPass.Name = "txtPass"; this.txtPass.Size = new System.Drawing.Size(179, 20); this.txtPass.TabIndex = 10; // // txtState // this.txtState.Location = new System.Drawing.Point(530, 163); this.txtState.Name = "txtState"; this.txtState.Size = new System.Drawing.Size(179, 20); this.txtState.TabIndex = 11; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(425, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 13); this.label1.TabIndex = 13; this.label1.Text = "Enter the ID"; // // txtDate // this.txtDate.Location = new System.Drawing.Point(530, 137); this.txtDate.Name = "txtDate"; this.txtDate.Size = new System.Drawing.Size(179, 20); this.txtDate.TabIndex = 14; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(425, 92); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 13); this.label2.TabIndex = 15; this.label2.Text = "Enter the Name"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(425, 118); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(99, 13); this.label3.TabIndex = 16; this.label3.Text = "Enter the Password"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(425, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(76, 13); this.label4.TabIndex = 17; this.label4.Text = "Enter the Date"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(425, 170); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 13); this.label5.TabIndex = 18; this.label5.Text = "Enter the State"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(425, 196); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 13); this.label6.TabIndex = 19; this.label6.Text = "Enter the Email"; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(604, 350); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(105, 33); this.btnSearch.TabIndex = 20; this.btnSearch.Text = "Search"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearchKey // this.txtSearchKey.Location = new System.Drawing.Point(565, 317); this.txtSearchKey.Name = "txtSearchKey"; this.txtSearchKey.Size = new System.Drawing.Size(144, 20); this.txtSearchKey.TabIndex = 21; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(511, 320); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(48, 13); this.label7.TabIndex = 22; this.label7.Text = "Keyword"; // // btnClear // this.btnClear.Location = new System.Drawing.Point(604, 389); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(105, 33); this.btnClear.TabIndex = 23; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(758, 467); this.Controls.Add(this.btnClear); this.Controls.Add(this.label7); this.Controls.Add(this.txtSearchKey); this.Controls.Add(this.btnSearch); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtDate); this.Controls.Add(this.label1); this.Controls.Add(this.txtState); this.Controls.Add(this.txtPass); this.Controls.Add(this.txtEmail); this.Controls.Add(this.txtName); this.Controls.Add(this.txtID); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnInsert); this.Controls.Add(this.btnSelectAll); this.Controls.Add(this.btn_newDB); this.Controls.Add(this.treeView1); this.Controls.Add(this.btnCreate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form1"; this.Text = "Main Window"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCreate; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Button btn_newDB; private System.Windows.Forms.Button btnSelectAll; private System.Windows.Forms.Button btnInsert; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.TextBox txtID; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtEmail; private System.Windows.Forms.TextBox txtPass; private System.Windows.Forms.TextBox txtState; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker txtDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtSearchKey; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnClear;[/code] [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom