-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUPrincipal.dfm
338 lines (338 loc) Β· 8.48 KB
/
UPrincipal.dfm
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
338
object Form1: TForm1
Left = 0
Top = 0
Caption = 'ARTH Tools'
ClientHeight = 656
ClientWidth = 662
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 662
Height = 656
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
OnChange = PageControl1Change
ExplicitHeight = 629
object TabSheet1: TTabSheet
Caption = 'SQL Formatter'
ExplicitWidth = 642
ExplicitHeight = 583
object PageControl2: TPageControl
Left = 0
Top = 0
Width = 654
Height = 628
ActivePage = TabNewSQL
Align = alClient
TabOrder = 0
ExplicitWidth = 650
ExplicitHeight = 611
object TabNewSQL: TTabSheet
Caption = 'Format SQL'
ExplicitHeight = 573
object versionDetails: TLabel
Left = 0
Top = 584
Width = 646
Height = 16
Align = alBottom
Caption = 'Developed by Matheus Letra'
Color = clBtnHighlight
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Layout = tlCenter
ExplicitTop = 539
ExplicitWidth = 181
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 646
Height = 241
Align = alTop
BevelOuter = bvNone
Caption = 'Panel3'
TabOrder = 0
object Memo1: TMemo
Left = 3
Top = 45
Width = 633
Height = 183
ScrollBars = ssVertical
TabOrder = 0
OnKeyDown = Memo1KeyDown
end
object Panel5: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 640
Height = 41
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = 'INPUT'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Padding.Left = 50
Padding.Top = 50
Padding.Right = 50
Padding.Bottom = 50
ParentFont = False
TabOrder = 1
ExplicitWidth = 628
object Button1: TButton
Left = 544
Top = 0
Width = 89
Height = 41
Caption = 'GO!'
TabOrder = 0
OnClick = Button1Click
end
end
end
object Panel4: TPanel
Left = 0
Top = 254
Width = 646
Height = 330
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 228
object Memo2: TMemo
Left = 3
Top = 36
Width = 633
Height = 222
ScrollBars = ssVertical
TabOrder = 0
OnKeyDown = Memo2KeyDown
end
object Panel6: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 640
Height = 30
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = 'OUTPUT'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
ExplicitWidth = 628
end
end
object Button2: TButton
Left = 571
Top = 535
Width = 65
Height = 25
Caption = 'Clear All'
TabOrder = 2
OnClick = Button2Click
end
end
object TabHistory: TTabSheet
Caption = 'Recent History'
ImageIndex = 1
ExplicitHeight = 555
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 646
Height = 545
Align = alClient
DataSource = dsHistory
Options = [dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
PopupMenu = PopupMenu1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'OUTPUT'
Title.Caption = 'Register'
Width = 600000
Visible = True
end>
end
object Panel1: TPanel
Left = 0
Top = 545
Width = 646
Height = 55
Align = alBottom
TabOrder = 1
ExplicitTop = 500
object btnClearHistory: TButton
Left = 537
Top = 1
Width = 108
Height = 53
Align = alRight
Caption = 'Clear History'
TabOrder = 0
OnClick = btnClearHistoryClick
end
end
end
end
end
object TabSheet2: TTabSheet
Caption = 'Tag Converter'
ImageIndex = 1
ExplicitLeft = 8
ExplicitTop = 28
ExplicitHeight = 601
object Label1: TLabel
Left = 251
Top = 248
Width = 31
Height = 21
Caption = 'Pixels:'
Layout = tlCenter
end
object Label2: TLabel
Left = 224
Top = 208
Width = 62
Height = 13
Caption = 'Centimeters:'
Layout = tlCenter
end
object Label3: TLabel
Left = 224
Top = 168
Width = 51
Height = 13
Caption = 'Milimeters:'
Layout = tlCenter
end
object Label4: TLabel
Left = 212
Top = 115
Width = 70
Height = 13
Caption = 'Main Measure:'
end
object Edit1: TEdit
Left = 288
Top = 208
Width = 121
Height = 21
Enabled = False
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 288
Top = 248
Width = 121
Height = 21
Enabled = False
TabOrder = 1
OnKeyPress = Edit2KeyPress
end
object Button3: TButton
Left = 288
Top = 288
Width = 121
Height = 25
Caption = 'Convert'
TabOrder = 2
OnClick = Button3Click
end
object Edit3: TEdit
Left = 288
Top = 165
Width = 121
Height = 21
TabOrder = 3
OnKeyPress = Edit1KeyPress
end
object ComboBox1: TComboBox
Left = 288
Top = 112
Width = 121
Height = 21
ItemIndex = 0
TabOrder = 4
Text = 'Milimeters'
OnChange = ComboBox1Change
Items.Strings = (
'Milimeters'
'Centimeters'
'Pixels')
end
end
end
object History: TClientDataSet
Aggregates = <>
Params = <>
Left = 156
Top = 456
object HistoryID: TIntegerField
FieldName = 'ID'
end
object HistoryINPUT: TMemoField
FieldName = 'INPUT'
OnGetText = HistoryINPUTGetText
BlobType = ftMemo
end
object HistoryOUTPUT: TMemoField
FieldName = 'OUTPUT'
OnGetText = HistoryOUTPUTGetText
BlobType = ftMemo
end
end
object dsHistory: TDataSource
DataSet = History
Left = 108
Top = 456
end
object PopupMenu1: TPopupMenu
Left = 286
Top = 136
object Delete1: TMenuItem
Caption = 'Delete'
OnClick = Delete1Click
end
object Copy1: TMenuItem
Caption = 'Copy'
OnClick = Copy1Click
end
end
end