File: Unitgpl.lfm

package info (click to toggle)
optgeo 2.11-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,264 kB
  • sloc: pascal: 56,972; makefile: 100; xml: 63
file content (24 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
object Formgpl: TFormgpl
  Left = 406
  Height = 453
  Top = 196
  Width = 516
  BorderStyle = bsDialog
  Caption = 'License GPL'
  ClientHeight = 453
  ClientWidth = 516
  Font.Height = -11
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object Memogpl: TMemo
    Left = 0
    Height = 453
    Top = 0
    Width = 516
    Align = alClient
    ReadOnly = True
    ScrollBars = ssAutoBoth
    TabOrder = 0
  end
end