Line | |
---|
1 | object FormMain: TFormMain
|
---|
2 | Left = 629
|
---|
3 | Height = 771
|
---|
4 | Top = 388
|
---|
5 | Width = 1091
|
---|
6 | Caption = 'Dirty C++ to Pascal Converter'
|
---|
7 | ClientHeight = 771
|
---|
8 | ClientWidth = 1091
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '2.0.12.0'
|
---|
11 | object EditDir: TEdit
|
---|
12 | Left = 27
|
---|
13 | Height = 42
|
---|
14 | Top = 19
|
---|
15 | Width = 880
|
---|
16 | Anchors = [akTop, akLeft, akRight]
|
---|
17 | TabOrder = 0
|
---|
18 | Text = ''
|
---|
19 | end
|
---|
20 | object ButtonBrowse: TButton
|
---|
21 | Left = 928
|
---|
22 | Height = 46
|
---|
23 | Top = 19
|
---|
24 | Width = 145
|
---|
25 | Anchors = [akTop, akRight]
|
---|
26 | Caption = 'Browse'
|
---|
27 | OnClick = ButtonBrowseClick
|
---|
28 | TabOrder = 1
|
---|
29 | end
|
---|
30 | object ButtonProcess: TButton
|
---|
31 | Left = 32
|
---|
32 | Height = 38
|
---|
33 | Top = 74
|
---|
34 | Width = 113
|
---|
35 | Caption = 'Process'
|
---|
36 | OnClick = ButtonProcessClick
|
---|
37 | TabOrder = 2
|
---|
38 | end
|
---|
39 | object MemoLog: TMemo
|
---|
40 | Left = 33
|
---|
41 | Height = 623
|
---|
42 | Top = 122
|
---|
43 | Width = 1031
|
---|
44 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
45 | TabOrder = 3
|
---|
46 | end
|
---|
47 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.