-
Notifications
You must be signed in to change notification settings - Fork 1
/
Form1.Designer.vb
337 lines (332 loc) · 17 KB
/
Form1.Designer.vb
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.Button1 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
Me.Button2 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
Me.Button3 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
Me.cmbImageFormat = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Close_app = New System.Windows.Forms.Button()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
CType(Me.cmbImageFormat, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox1.ForeColor = System.Drawing.Color.White
Me.TextBox1.Location = New System.Drawing.Point(86, 42)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(185, 20)
Me.TextBox1.TabIndex = 0
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox2.ForeColor = System.Drawing.Color.White
Me.TextBox2.Location = New System.Drawing.Point(129, 161)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(142, 20)
Me.TextBox2.TabIndex = 1
'
'TextBox3
'
Me.TextBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.TextBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox3.ForeColor = System.Drawing.Color.White
Me.TextBox3.Location = New System.Drawing.Point(114, 122)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(143, 20)
Me.TextBox3.TabIndex = 2
'
'Button1
'
Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button1.Location = New System.Drawing.Point(277, 42)
Me.Button1.Name = "Button1"
Me.Button1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue
Me.Button1.Size = New System.Drawing.Size(42, 20)
Me.Button1.StateCommon.Content.ShortText.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.TabIndex = 3
Me.Button1.Values.Text = "..."
'
'Button2
'
Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button2.Location = New System.Drawing.Point(277, 161)
Me.Button2.Name = "Button2"
Me.Button2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue
Me.Button2.Size = New System.Drawing.Size(42, 20)
Me.Button2.StateCommon.Content.ShortText.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.TabIndex = 4
Me.Button2.Values.Text = "..."
'
'Button3
'
Me.Button3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button3.Location = New System.Drawing.Point(128, 196)
Me.Button3.Name = "Button3"
Me.Button3.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue
Me.Button3.Size = New System.Drawing.Size(95, 25)
Me.Button3.TabIndex = 5
Me.Button3.Values.Text = "Convert"
'
'cmbImageFormat
'
Me.cmbImageFormat.Cursor = System.Windows.Forms.Cursors.Hand
Me.cmbImageFormat.DropDownWidth = 128
Me.cmbImageFormat.Location = New System.Drawing.Point(105, 81)
Me.cmbImageFormat.Name = "cmbImageFormat"
Me.cmbImageFormat.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue
Me.cmbImageFormat.Size = New System.Drawing.Size(118, 21)
Me.cmbImageFormat.StateCommon.ComboBox.Back.Color1 = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.cmbImageFormat.StateCommon.ComboBox.Content.Color1 = System.Drawing.Color.White
Me.cmbImageFormat.StateCommon.DropBack.Color1 = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.cmbImageFormat.StateCommon.DropBack.Color2 = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.cmbImageFormat.StateCommon.Item.Back.Color1 = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.cmbImageFormat.StateCommon.Item.Back.Color2 = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.cmbImageFormat.StateCommon.Item.Content.ShortText.Color1 = System.Drawing.Color.White
Me.cmbImageFormat.StateCommon.Item.Content.ShortText.Color2 = System.Drawing.Color.White
Me.cmbImageFormat.TabIndex = 6
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(13, 45)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(67, 15)
Me.Label1.TabIndex = 8
Me.Label1.Text = "Select File:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(13, 85)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(86, 15)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Select Format:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(13, 125)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(95, 15)
Me.Label3.TabIndex = 10
Me.Label3.Text = "New File Name:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(13, 164)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(110, 15)
Me.Label4.TabIndex = 11
Me.Label4.Text = "Select Destination:"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.InfoText
Me.Panel1.Controls.Add(Me.PictureBox2)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.Close_app)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(491, 25)
Me.Panel1.TabIndex = 12
'
'PictureBox2
'
Me.PictureBox2.BackgroundImage = Global.Image_File_Converter.My.Resources.Resources.Convert_image
Me.PictureBox2.Image = Global.Image_File_Converter.My.Resources.Resources.Convert_image
Me.PictureBox2.Location = New System.Drawing.Point(2, 2)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(25, 25)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 17
Me.PictureBox2.TabStop = False
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(33, 6)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(151, 14)
Me.Label5.TabIndex = 1
Me.Label5.Text = "Roasting Image Converter"
'
'Close_app
'
Me.Close_app.BackColor = System.Drawing.Color.Red
Me.Close_app.Cursor = System.Windows.Forms.Cursors.Hand
Me.Close_app.Dock = System.Windows.Forms.DockStyle.Right
Me.Close_app.FlatAppearance.BorderColor = System.Drawing.Color.Maroon
Me.Close_app.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Maroon
Me.Close_app.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Close_app.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Close_app.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Close_app.ForeColor = System.Drawing.Color.White
Me.Close_app.Location = New System.Drawing.Point(466, 0)
Me.Close_app.Name = "Close_app"
Me.Close_app.Size = New System.Drawing.Size(25, 25)
Me.Close_app.TabIndex = 0
Me.Close_app.Text = "X"
Me.Close_app.UseVisualStyleBackColor = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(336, 196)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(37, 14)
Me.Label6.TabIndex = 15
Me.Label6.Text = "Width:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(409, 196)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(40, 14)
Me.Label7.TabIndex = 16
Me.Label7.Text = "Height:"
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.PictureBox1.Location = New System.Drawing.Point(339, 42)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(140, 140)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(370, 196)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(0, 13)
Me.Label8.TabIndex = 17
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(446, 196)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(0, 13)
Me.Label9.TabIndex = 18
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Gray
Me.ClientSize = New System.Drawing.Size(491, 237)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.cmbImageFormat)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ForeColor = System.Drawing.Color.White
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximumSize = New System.Drawing.Size(491, 237)
Me.MinimumSize = New System.Drawing.Size(491, 237)
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form1"
CType(Me.cmbImageFormat, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TextBox3 As TextBox
Friend WithEvents Button1 As ComponentFactory.Krypton.Toolkit.KryptonButton
Friend WithEvents Button2 As ComponentFactory.Krypton.Toolkit.KryptonButton
Friend WithEvents Button3 As ComponentFactory.Krypton.Toolkit.KryptonButton
Friend WithEvents cmbImageFormat As ComponentFactory.Krypton.Toolkit.KryptonComboBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Panel1 As Panel
Friend WithEvents Label5 As Label
Friend WithEvents Close_app As Button
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents OpenFileDialog1 As OpenFileDialog
End Class