File: fpce_mainform.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (62 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (7)
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
object formCorelExplorer: TformCorelExplorer
  Left = 216
  Height = 345
  Top = 192
  Width = 466
  Caption = 'FP Corel Explorer'
  ClientHeight = 345
  ClientWidth = 466
  LCLVersion = '0.9.31'
  object Label1: TLabel
    Left = 8
    Height = 18
    Top = 40
    Width = 158
    Caption = 'Location of the Input file:'
    ParentColor = False
  end
  object Label2: TLabel
    Left = 8
    Height = 32
    Top = 8
    Width = 224
    AutoSize = False
    Caption = 'This application helps us explore the internal structure of Corel Draw files (*.cdr).'
    ParentColor = False
    WordWrap = True
  end
  object shellInput: TShellTreeView
    Left = 8
    Height = 272
    Top = 64
    Width = 224
    FileSortType = fstFoldersFirst
    TabOrder = 0
    OnSelectionChanged = shellInputSelectionChanged
    ObjectTypes = [otFolders, otNonFolders]
  end
  object labelFilename: TLabel
    Left = 256
    Height = 18
    Top = 65
    Width = 62
    Caption = 'Filename:'
    ParentColor = False
  end
  object labelVersion: TLabel
    Left = 256
    Height = 18
    Top = 88
    Width = 52
    Caption = 'Version:'
    ParentColor = False
  end
  object labelSize: TLabel
    Left = 256
    Height = 18
    Top = 112
    Width = 32
    Caption = 'Size:'
    ParentColor = False
  end
end