File: mainunit.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 (145 lines) | stat: -rw-r--r-- 2,969 bytes parent folder | download | duplicates (10)
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
object LazConverterForm: TLazConverterForm
  Left = 286
  Height = 463
  Top = 118
  Width = 578
  HorzScrollBar.Page = 577
  VertScrollBar.Page = 462
  Caption = 'Codepage LazConverter for PAS, LFM, LRS, LRT & INC files v0.0.6'
  ClientHeight = 463
  ClientWidth = 578
  Constraints.MinHeight = 463
  Constraints.MinWidth = 578
  OnShow = Form1Show
  Position = poScreenCenter
  LCLVersion = '0.9.31'
  object Panel1: TPanel
    Left = 0
    Height = 200
    Top = 0
    Width = 578
    Align = alTop
    ClientHeight = 200
    ClientWidth = 578
    FullRepaint = False
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Height = 14
      Top = 16
      Width = 102
      Caption = 'Path to your project:'
      ParentColor = False
    end
    object Label2: TLabel
      Left = 8
      Height = 14
      Top = 64
      Width = 71
      Caption = 'Convert From:'
      ParentColor = False
    end
    object Label3: TLabel
      Left = 216
      Height = 14
      Top = 64
      Width = 59
      Caption = 'Convert To:'
      ParentColor = False
    end
    object Label6: TLabel
      Left = 8
      Height = 14
      Top = 149
      Width = 559
      Anchors = [akTop, akLeft, akRight]
      Caption = 'Ready...'
      ParentColor = False
    end
    object Edit1: TEdit
      Left = 8
      Height = 21
      Top = 32
      Width = 479
      Anchors = [akTop, akLeft, akRight]
      TabOrder = 0
    end
    object Button1: TButton
      Left = 496
      Height = 23
      Top = 32
      Width = 75
      Anchors = [akTop, akRight]
      Caption = 'Path'
      OnClick = Button1Click
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 8
      Height = 21
      Top = 80
      Width = 200
      ItemHeight = 13
      TabOrder = 2
    end
    object ComboBox2: TComboBox
      Left = 216
      Height = 21
      Top = 80
      Width = 200
      ItemHeight = 13
      TabOrder = 5
    end
    object Button2: TButton
      Left = 8
      Height = 25
      Top = 112
      Width = 75
      Caption = 'Search'
      OnClick = Button2Click
      TabOrder = 3
    end
    object Button3: TButton
      Left = 88
      Height = 25
      Top = 112
      Width = 123
      Caption = 'Convert'
      OnClick = Button3Click
      TabOrder = 4
    end
    object ProgressBar1: TProgressBar
      Left = 1
      Height = 17
      Top = 182
      Width = 576
      Align = alBottom
      TabOrder = 6
      TabStop = True
    end
  end
  object FileListBox1: TFileListBox
    Left = 0
    Height = 263
    Top = 200
    Width = 578
    Align = alClient
    ItemHeight = 13
    PopupMenu = PopupMenu1
    TabOrder = 1
  end
  object SelectDirectoryDialog1: TSelectDirectoryDialog
    Title = 'Select Directory'
    FilterIndex = 0
    left = 8
    top = 480
  end
  object PopupMenu1: TPopupMenu
    left = 272
    top = 123
    object MenuItem1: TMenuItem
      Caption = 'Remove from conversion'
      OnClick = MenuItem1Click
    end
  end
end