File: Unit9.lfm

package info (click to toggle)
optgeo 2.21-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,156 kB
  • ctags: 2,773
  • sloc: pascal: 58,720; makefile: 102; xml: 63
file content (72 lines) | stat: -rwxr-xr-x 1,393 bytes parent folder | download | duplicates (3)
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
object saisietexte: Tsaisietexte
  Left = 231
  Height = 83
  Top = 180
  Width = 632
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Saisir le texte à afficher'
  ClientHeight = 83
  ClientWidth = 632
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object SpeedButton1: TSpeedButton
    Left = 368
    Height = 57
    Top = 16
    Width = 73
    Caption = 'Police'
    Color = clBtnFace
    NumGlyphs = 0
    OnClick = SpeedButton1Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Height = 65
    Top = 8
    Width = 353
    Caption = 'Texte'
    ClientHeight = 47
    ClientWidth = 349
    TabOrder = 0
    object Edit1: TEdit
      Left = 8
      Height = 21
      Top = 16
      Width = 329
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 448
    Height = 55
    Top = 16
    Width = 89
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 552
    Height = 55
    Top = 17
    Width = 73
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 2
  end
  object FontDialog1: TFontDialog
    Font.Height = -11
    MinFontSize = 0
    MaxFontSize = 0
    left = 216
    top = 256
  end
end