-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormItemStorage.Designer.cs
263 lines (257 loc) · 12.9 KB
/
FormItemStorage.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
namespace CaffeBar
{
partial class FormItemStorage
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormItemStorage));
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBoxItem = new System.Windows.Forms.TextBox();
this.textBoxId = new System.Windows.Forms.TextBox();
this.textBoxCooler = new System.Windows.Forms.TextBox();
this.textBoxPrice = new System.Windows.Forms.TextBox();
this.textBoxBackstorage = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.butttonCancel = new System.Windows.Forms.Button();
this.buttonSubmit = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.labelTitle = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(36, 112);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(27, 21);
this.label5.TabIndex = 15;
this.label5.Text = "ID";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(36, 170);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 21);
this.label1.TabIndex = 16;
this.label1.Text = "Price:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(36, 138);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 21);
this.label2.TabIndex = 17;
this.label2.Text = "Item name:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(36, 196);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(132, 21);
this.label3.TabIndex = 18;
this.label3.Text = "Cooler amount:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(36, 225);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(179, 21);
this.label4.TabIndex = 19;
this.label4.Text = "Backstorage amount:";
//
// textBoxItem
//
this.textBoxItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxItem.Location = new System.Drawing.Point(221, 139);
this.textBoxItem.Name = "textBoxItem";
this.textBoxItem.Size = new System.Drawing.Size(192, 23);
this.textBoxItem.TabIndex = 1;
//
// textBoxId
//
this.textBoxId.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxId.Location = new System.Drawing.Point(221, 110);
this.textBoxId.Name = "textBoxId";
this.textBoxId.ReadOnly = true;
this.textBoxId.Size = new System.Drawing.Size(192, 23);
this.textBoxId.TabIndex = 10;
this.textBoxId.TabStop = false;
//
// textBoxCooler
//
this.textBoxCooler.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxCooler.Location = new System.Drawing.Point(221, 197);
this.textBoxCooler.Name = "textBoxCooler";
this.textBoxCooler.Size = new System.Drawing.Size(192, 23);
this.textBoxCooler.TabIndex = 3;
//
// textBoxPrice
//
this.textBoxPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxPrice.Location = new System.Drawing.Point(221, 168);
this.textBoxPrice.Name = "textBoxPrice";
this.textBoxPrice.Size = new System.Drawing.Size(192, 23);
this.textBoxPrice.TabIndex = 2;
//
// textBoxBackstorage
//
this.textBoxBackstorage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxBackstorage.Location = new System.Drawing.Point(221, 226);
this.textBoxBackstorage.Name = "textBoxBackstorage";
this.textBoxBackstorage.Size = new System.Drawing.Size(192, 23);
this.textBoxBackstorage.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(419, 171);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(23, 17);
this.label6.TabIndex = 25;
this.label6.Text = "kn";
//
// butttonCancel
//
this.butttonCancel.BackColor = System.Drawing.Color.Tomato;
this.butttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.butttonCancel.FlatAppearance.BorderSize = 0;
this.butttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butttonCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.butttonCancel.ForeColor = System.Drawing.Color.White;
this.butttonCancel.Location = new System.Drawing.Point(261, 330);
this.butttonCancel.Name = "butttonCancel";
this.butttonCancel.Size = new System.Drawing.Size(100, 35);
this.butttonCancel.TabIndex = 6;
this.butttonCancel.Text = "Cancel";
this.butttonCancel.UseVisualStyleBackColor = false;
this.butttonCancel.Click += new System.EventHandler(this.butttonCancel_Click);
//
// buttonSubmit
//
this.buttonSubmit.BackColor = System.Drawing.Color.Tomato;
this.buttonSubmit.FlatAppearance.BorderSize = 0;
this.buttonSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSubmit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSubmit.ForeColor = System.Drawing.Color.White;
this.buttonSubmit.Location = new System.Drawing.Point(133, 330);
this.buttonSubmit.Name = "buttonSubmit";
this.buttonSubmit.Size = new System.Drawing.Size(100, 35);
this.buttonSubmit.TabIndex = 5;
this.buttonSubmit.Text = "Submit";
this.buttonSubmit.UseVisualStyleBackColor = false;
this.buttonSubmit.Click += new System.EventHandler(this.buttonInsert_Click);
//
// panel1
//
this.panel1.Controls.Add(this.labelTitle);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(509, 41);
this.panel1.TabIndex = 26;
//
// labelTitle
//
this.labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.labelTitle.AutoSize = true;
this.labelTitle.Font = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.Location = new System.Drawing.Point(216, 9);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(67, 30);
this.labelTitle.TabIndex = 11;
this.labelTitle.Text = "Item";
//
// FormItemStorage
//
this.AcceptButton = this.buttonSubmit;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(30)))), ((int)(((byte)(45)))));
this.CancelButton = this.butttonCancel;
this.ClientSize = new System.Drawing.Size(509, 452);
this.Controls.Add(this.panel1);
this.Controls.Add(this.butttonCancel);
this.Controls.Add(this.buttonSubmit);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBoxBackstorage);
this.Controls.Add(this.textBoxPrice);
this.Controls.Add(this.textBoxCooler);
this.Controls.Add(this.textBoxId);
this.Controls.Add(this.textBoxItem);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.label5);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FormItemStorage";
this.Text = "FormItemStorage";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox textBoxItem;
public System.Windows.Forms.TextBox textBoxId;
public System.Windows.Forms.TextBox textBoxCooler;
public System.Windows.Forms.TextBox textBoxPrice;
public System.Windows.Forms.TextBox textBoxBackstorage;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button butttonCancel;
private System.Windows.Forms.Button buttonSubmit;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labelTitle;
}
}