You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.0 KiB
92 lines
3.0 KiB
namespace WinFormsApp1
|
|
{
|
|
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()
|
|
{
|
|
button1 = new Button();
|
|
txt_constr = new TextBox();
|
|
textBox1 = new TextBox();
|
|
txt_removeTbFirstName = new TextBox();
|
|
SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(197, 115);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(461, 23);
|
|
button1.TabIndex = 0;
|
|
button1.Text = "button1";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += button1_Click;
|
|
//
|
|
// txt_constr
|
|
//
|
|
txt_constr.Location = new Point(197, 38);
|
|
txt_constr.Name = "txt_constr";
|
|
txt_constr.Size = new Size(461, 23);
|
|
txt_constr.TabIndex = 1;
|
|
txt_constr.Text = "Server=dev.ccwin-in.com,13319;Database=Store_Main;uid=ccwin-in;pwd=Microsoft@2022;Packet Size=512;";
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Location = new Point(12, 144);
|
|
textBox1.Multiline = true;
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Size = new Size(776, 294);
|
|
textBox1.TabIndex = 2;
|
|
//
|
|
// txt_removeTbFirstName
|
|
//
|
|
txt_removeTbFirstName.Location = new Point(197, 77);
|
|
txt_removeTbFirstName.Name = "txt_removeTbFirstName";
|
|
txt_removeTbFirstName.Size = new Size(461, 23);
|
|
txt_removeTbFirstName.TabIndex = 3;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(txt_removeTbFirstName);
|
|
Controls.Add(textBox1);
|
|
Controls.Add(txt_constr);
|
|
Controls.Add(button1);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button button1;
|
|
private TextBox txt_constr;
|
|
private TextBox textBox1;
|
|
private TextBox txt_removeTbFirstName;
|
|
}
|
|
}
|