-
Notifications
You must be signed in to change notification settings - Fork 0
/
Java.dfm
71 lines (71 loc) · 1.62 KB
/
Java.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
object frmMain: TfrmMain
Left = 349
Top = 164
BorderStyle = bsDialog
Caption = #1052#1077#1090#1088#1086#1083#1086#1075#1080#1103
ClientHeight = 552
ClientWidth = 1052
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 18
object memoSource: TMemo
Left = 8
Top = 56
Width = 585
Height = 241
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
object btnLoadText: TButton
Left = 8
Top = 8
Width = 585
Height = 33
Action = aLoadCode
TabOrder = 1
end
object memoCode: TMemo
Left = 8
Top = 304
Width = 585
Height = 241
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 2
end
object memoResult: TMemo
Left = 608
Top = 8
Width = 433
Height = 537
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 3
end
object dlgFileOpen: TOpenDialog
Filter = 'Java Files|*.java'
Left = 424
Top = 8
end
object alMain: TActionList
Left = 392
Top = 8
object aLoadCode: TAction
Caption = #1042#1099#1073#1088#1072#1090#1100' '#1092#1072#1081#1083' '#1080' '#1087#1086#1089#1095#1080#1090#1072#1090#1100' '#1079#1085#1072#1095#1077#1085#1080#1103' '#1084#1077#1090#1088#1080#1082
OnExecute = aLoadCodeExecute
end
end
end