-
Notifications
You must be signed in to change notification settings - Fork 2
/
frm5SearchForMember.designer.cs
156 lines (151 loc) · 7.52 KB
/
frm5SearchForMember.designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
namespace SA47Team10a_GalaxyLibrary
{
partial class frm5SearchForMember
{
/// <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.gvsearch = new System.Windows.Forms.DataGridView();
this.btnok = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.txInput = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.gvsearch)).BeginInit();
this.SuspendLayout();
//
// gvsearch
//
this.gvsearch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvsearch.Location = new System.Drawing.Point(84, 250);
this.gvsearch.Name = "gvsearch";
this.gvsearch.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.gvsearch.RowTemplate.Height = 27;
this.gvsearch.Size = new System.Drawing.Size(900, 343);
this.gvsearch.TabIndex = 5;
this.gvsearch.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvsearch_CellClick);
this.gvsearch.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvsearch_CellContentClick);
//
// btnok
//
this.btnok.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnok.Location = new System.Drawing.Point(307, 635);
this.btnok.Name = "btnok";
this.btnok.Size = new System.Drawing.Size(84, 35);
this.btnok.TabIndex = 6;
this.btnok.Text = "OK";
this.btnok.UseVisualStyleBackColor = true;
this.btnok.Click += new System.EventHandler(this.btnView_Click);
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.Location = new System.Drawing.Point(646, 635);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(84, 35);
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// comboBox1
//
this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"BookID",
"Title",
"Author",
"Publisher",
"BookCategory",
"TotalStock",
"Availability"});
this.comboBox1.Location = new System.Drawing.Point(165, 202);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(220, 33);
this.comboBox1.TabIndex = 8;
//
// txInput
//
this.txInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txInput.Location = new System.Drawing.Point(408, 205);
this.txInput.Name = "txInput";
this.txInput.Size = new System.Drawing.Size(419, 30);
this.txInput.TabIndex = 10;
//
// btnSearch
//
this.btnSearch.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSearch.Location = new System.Drawing.Point(874, 199);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(110, 36);
this.btnSearch.TabIndex = 11;
this.btnSearch.Text = "Search";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label14.Font = new System.Drawing.Font("Trebuchet MS", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label14.Location = new System.Drawing.Point(381, 118);
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(319, 49);
this.label14.TabIndex = 34;
this.label14.Text = "GALAXY LIBRARY";
//
// frm5SearchForMember
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1082, 753);
this.Controls.Add(this.label14);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.txInput);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnok);
this.Controls.Add(this.gvsearch);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "frm5SearchForMember";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Galaxy Libray | Book Search";
this.Load += new System.EventHandler(this.frmRetrieve_Load);
((System.ComponentModel.ISupportInitialize)(this.gvsearch)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView gvsearch;
private System.Windows.Forms.Button btnok;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox txInput;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Label label14;
}
}