Вы находитесь на странице: 1из 11

namespace Soal11

{
partial class BorrrowBook1
{
/// <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.components = new System.ComponentModel.Container();
this.categoryList = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.categoryTxt = new System.Windows.Forms.TextBox();
this.yearTxt = new System.Windows.Forms.TextBox();
this.authorTxt = new System.Windows.Forms.TextBox();
this.titleTxt = new System.Windows.Forms.TextBox();
this.bookIdTxt = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.titleCheckList = new System.Windows.Forms.CheckedListBox();
this.selectedList = new System.Windows.Forms.ListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.memberNameTxt = new System.Windows.Forms.TextBox();
this.usernameTxt = new System.Windows.Forms.TextBox();
this.transactionIDTxt = new System.Windows.Forms.TextBox();

this.label11 = new System.Windows.Forms.Label();


this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).Begin
Init();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// categoryList
//
this.categoryList.Font = new System.Drawing.Font("Microsoft Sans Ser
if", 10F);
this.categoryList.FormattingEnabled = true;
this.categoryList.ItemHeight = 16;
this.categoryList.Items.AddRange(new object[] {
"Mistery",
"Science Fiction",
"Programming",
"History",
"Business",
"Health",
"Others"});
this.categoryList.Location = new System.Drawing.Point(16, 51);
this.categoryList.Name = "categoryList";
this.categoryList.Size = new System.Drawing.Size(96, 132);
this.categoryList.TabIndex = 0;
this.categoryList.Click += new System.EventHandler(this.listBox1_Cli
ck);
this.categoryList.SelectedIndexChanged += new System.EventHandler(th
is.categoryList_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 2
2F);
this.label2.Location = new System.Drawing.Point(279, 9);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(188, 36);
this.label2.TabIndex = 4;
this.label2.Text = "Borrow Book";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9
.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(

0)));
this.label1.Location = new System.Drawing.Point(16, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 16);
this.label1.TabIndex = 5;
this.label1.Text = "Category";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9
.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(
0)));
this.label3.Location = new System.Drawing.Point(128, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(39, 16);
this.label3.TabIndex = 6;
this.label3.Text = "Title";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((by
te)(229)))), ((int)(((byte)(220)))), ((int)(((byte)(169)))));
this.groupBox1.Controls.Add(this.categoryTxt);
this.groupBox1.Controls.Add(this.yearTxt);
this.groupBox1.Controls.Add(this.authorTxt);
this.groupBox1.Controls.Add(this.titleTxt);
this.groupBox1.Controls.Add(this.bookIdTxt);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F, System.Drawing.FontStyle.Bold);
this.groupBox1.Location = new System.Drawing.Point(360, 20);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(349, 210);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Book Detail";
//
// categoryTxt
//
this.categoryTxt.Font = new System.Drawing.Font("Microsoft Sans Seri
f", 10F);
this.categoryTxt.Location = new System.Drawing.Point(193, 173);
this.categoryTxt.Name = "categoryTxt";
this.categoryTxt.ReadOnly = true;
this.categoryTxt.Size = new System.Drawing.Size(133, 23);
this.categoryTxt.TabIndex = 19;
//
// yearTxt
//
this.yearTxt.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.yearTxt.Location = new System.Drawing.Point(193, 143);
this.yearTxt.Name = "yearTxt";
this.yearTxt.ReadOnly = true;

this.yearTxt.Size = new System.Drawing.Size(133, 23);


this.yearTxt.TabIndex = 18;
//
// authorTxt
//
this.authorTxt.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.authorTxt.Location = new System.Drawing.Point(193, 112);
this.authorTxt.Name = "authorTxt";
this.authorTxt.ReadOnly = true;
this.authorTxt.Size = new System.Drawing.Size(133, 23);
this.authorTxt.TabIndex = 17;
//
// titleTxt
//
this.titleTxt.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.titleTxt.Location = new System.Drawing.Point(193, 66);
this.titleTxt.Multiline = true;
this.titleTxt.Name = "titleTxt";
this.titleTxt.ReadOnly = true;
this.titleTxt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.titleTxt.Size = new System.Drawing.Size(133, 38);
this.titleTxt.TabIndex = 16;
//
// bookIdTxt
//
this.bookIdTxt.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.bookIdTxt.Location = new System.Drawing.Point(193, 34);
this.bookIdTxt.Name = "bookIdTxt";
this.bookIdTxt.ReadOnly = true;
this.bookIdTxt.Size = new System.Drawing.Size(133, 23);
this.bookIdTxt.TabIndex = 15;
//
// pictureBox1
//
this.pictureBox1.ErrorImage = null;
this.pictureBox1.Location = new System.Drawing.Point(20, 60);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(94, 101);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.
StretchImage;
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 1
0F);
this.label8.Location = new System.Drawing.Point(124, 176);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 17);
this.label8.TabIndex = 4;
this.label8.Text = "Category";
//
// label7
//
this.label7.AutoSize = true;

this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 1


0F);
this.label7.Location = new System.Drawing.Point(124, 146);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(38, 17);
this.label7.TabIndex = 3;
this.label7.Text = "Year";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 1
0F);
this.label6.Location = new System.Drawing.Point(124, 115);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(50, 17);
this.label6.TabIndex = 2;
this.label6.Text = "Author";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 1
0F);
this.label5.Location = new System.Drawing.Point(124, 66);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 17);
this.label5.TabIndex = 1;
this.label5.Text = "Title";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 1
0F);
this.label4.Location = new System.Drawing.Point(124, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(57, 17);
this.label4.TabIndex = 0;
this.label4.Text = "Book ID";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((by
te)(229)))), ((int)(((byte)(220)))), ((int)(((byte)(169)))));
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.categoryList);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.titleCheckList);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F, System.Drawing.FontStyle.Bold);
this.groupBox2.Location = new System.Drawing.Point(10, 20);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(343, 210);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Book List";
//
// button1

//
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.button1.Location = new System.Drawing.Point(274, 83);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(58, 65);
this.button1.TabIndex = 7;
this.button1.Text = "Add to cart";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// titleCheckList
//
this.titleCheckList.Font = new System.Drawing.Font("Microsoft Sans S
erif", 10F);
this.titleCheckList.FormattingEnabled = true;
this.titleCheckList.HorizontalExtent = 300;
this.titleCheckList.HorizontalScrollbar = true;
this.titleCheckList.Location = new System.Drawing.Point(132, 52);
this.titleCheckList.Name = "titleCheckList";
this.titleCheckList.Size = new System.Drawing.Size(131, 130);
this.titleCheckList.TabIndex = 2;
this.titleCheckList.SelectedIndexChanged += new System.EventHandler(
this.titleCheckList_SelectedIndexChanged);
//
// selectedList
//
this.selectedList.Font = new System.Drawing.Font("Microsoft Sans Ser
if", 10F);
this.selectedList.FormattingEnabled = true;
this.selectedList.HorizontalExtent = 300;
this.selectedList.HorizontalScrollbar = true;
this.selectedList.ItemHeight = 16;
this.selectedList.Location = new System.Drawing.Point(26, 33);
this.selectedList.Name = "selectedList";
this.selectedList.Size = new System.Drawing.Size(128, 132);
this.selectedList.TabIndex = 9;
this.selectedList.SelectedIndexChanged += new System.EventHandler(th
is.selectedList_SelectedIndexChanged);
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((by
te)(229)))), ((int)(((byte)(220)))), ((int)(((byte)(169)))));
this.groupBox3.Controls.Add(this.comboBox3);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.comboBox2);
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.memberNameTxt);
this.groupBox3.Controls.Add(this.usernameTxt);
this.groupBox3.Controls.Add(this.transactionIDTxt);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.groupBox3.Location = new System.Drawing.Point(12, 48);
this.groupBox3.Name = "groupBox3";

this.groupBox3.Size = new System.Drawing.Size(719, 128);


this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Header Transaction";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter
);
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Dr
opDownList;
this.comboBox3.Enabled = false;
this.comboBox3.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"Public",
"Student",
"Lecture"});
this.comboBox3.Location = new System.Drawing.Point(513, 86);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(157, 24);
this.comboBox3.TabIndex = 18;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 1
0F);
this.label9.Location = new System.Drawing.Point(375, 89);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(95, 17);
this.label9.TabIndex = 17;
this.label9.Text = "Member Type";
//
// comboBox2
//
this.comboBox2.Enabled = false;
this.comboBox2.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"US001",
"US002"});
this.comboBox2.Location = new System.Drawing.Point(161, 56);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(157, 24);
this.comboBox2.TabIndex = 16;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Dr
opDownList;
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 10F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(513, 28);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(157, 24);
this.comboBox1.TabIndex = 15;

this.comboBox1.SelectionChangeCommitted += new System.EventHandler(t


his.comboBox1_SelectionChangeCommitted);
//
// memberNameTxt
//
this.memberNameTxt.Font = new System.Drawing.Font("Microsoft Sans Se
rif", 10F);
this.memberNameTxt.Location = new System.Drawing.Point(513, 58);
this.memberNameTxt.Name = "memberNameTxt";
this.memberNameTxt.ReadOnly = true;
this.memberNameTxt.Size = new System.Drawing.Size(157, 23);
this.memberNameTxt.TabIndex = 14;
//
// usernameTxt
//
this.usernameTxt.Font = new System.Drawing.Font("Microsoft Sans Seri
f", 10F);
this.usernameTxt.Location = new System.Drawing.Point(161, 86);
this.usernameTxt.Name = "usernameTxt";
this.usernameTxt.ReadOnly = true;
this.usernameTxt.Size = new System.Drawing.Size(157, 23);
this.usernameTxt.TabIndex = 12;
//
// transactionIDTxt
//
this.transactionIDTxt.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F);
this.transactionIDTxt.Location = new System.Drawing.Point(161, 28);
this.transactionIDTxt.Name = "transactionIDTxt";
this.transactionIDTxt.Size = new System.Drawing.Size(157, 23);
this.transactionIDTxt.TabIndex = 10;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.label11.Location = new System.Drawing.Point(26, 89);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(79, 17);
this.label11.TabIndex = 9;
this.label11.Text = "User Name";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.label10.Location = new System.Drawing.Point(375, 61);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(100, 17);
this.label10.TabIndex = 8;
this.label10.Text = "Member Name";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.label12.Location = new System.Drawing.Point(375, 31);

this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(76, 17);
this.label12.TabIndex = 7;
this.label12.Text = "Member ID";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.label13.Location = new System.Drawing.Point(26, 59);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(55, 17);
this.label13.TabIndex = 6;
this.label13.Text = "User ID";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.label14.Location = new System.Drawing.Point(26, 31);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(100, 17);
this.label14.TabIndex = 5;
this.label14.Text = "Transaction ID";
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((by
te)(229)))), ((int)(((byte)(220)))), ((int)(((byte)(169)))));
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.button2);
this.groupBox4.Controls.Add(this.selectedList);
this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)
(0)));
this.groupBox4.Location = new System.Drawing.Point(209, 431);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(278, 180);
this.groupBox4.TabIndex = 12;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Cart";
//
// button3
//
this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel
;
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.button3.Location = new System.Drawing.Point(181, 125);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(77, 37);
this.button3.TabIndex = 11;
this.button3.Text = "Clear All";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//

this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
;
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.button2.Location = new System.Drawing.Point(181, 42);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(77, 37);
this.button2.TabIndex = 10;
this.button2.Text = "Remove";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte
)(229)))), ((int)(((byte)(220)))), ((int)(((byte)(169)))));
this.button4.DialogResult = System.Windows.Forms.DialogResult.Cancel
;
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif",
10F);
this.button4.Location = new System.Drawing.Point(496, 514);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(77, 37);
this.button4.TabIndex = 13;
this.button4.Text = "Submit";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.groupBox2);
this.groupBox5.Controls.Add(this.groupBox1);
this.groupBox5.Font = new System.Drawing.Font("Microsoft Sans Serif"
, 12F, System.Drawing.FontStyle.Bold);
this.groupBox5.Location = new System.Drawing.Point(12, 182);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(719, 243);
this.groupBox5.TabIndex = 14;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Pick Book";
//
// BorrrowBook1
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(740, 622);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.button4);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.label2);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.MaximizeBox = false;
this.Name = "BorrrowBook1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterSc
reen;
this.Text = "Borrow Book";
this.Load += new System.EventHandler(this.BorrowBook_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();

((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndIn
it();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
private
}
}

System.Windows.Forms.ListBox categoryList;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label3;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.TextBox categoryTxt;
System.Windows.Forms.TextBox yearTxt;
System.Windows.Forms.TextBox authorTxt;
System.Windows.Forms.TextBox titleTxt;
System.Windows.Forms.TextBox bookIdTxt;
System.Windows.Forms.PictureBox pictureBox1;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label4;
System.Windows.Forms.GroupBox groupBox2;
System.Windows.Forms.Button button1;
System.Windows.Forms.ListBox selectedList;
System.Windows.Forms.GroupBox groupBox3;
System.Windows.Forms.TextBox memberNameTxt;
System.Windows.Forms.TextBox usernameTxt;
System.Windows.Forms.TextBox transactionIDTxt;
System.Windows.Forms.Label label11;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label12;
System.Windows.Forms.Label label13;
System.Windows.Forms.Label label14;
System.Windows.Forms.GroupBox groupBox4;
System.Windows.Forms.Button button3;
System.Windows.Forms.Button button2;
System.Windows.Forms.Button button4;
System.Windows.Forms.GroupBox groupBox5;
System.Windows.Forms.ComboBox comboBox1;
System.Windows.Forms.ComboBox comboBox2;
System.Windows.Forms.CheckedListBox titleCheckList;
System.Windows.Forms.ComboBox comboBox3;
System.Windows.Forms.Label label9;
System.Windows.Forms.Timer timer1;

Вам также может понравиться