File: unit11.lfm

package info (click to toggle)
dozzaqueux 3.51-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,764 kB
  • sloc: pascal: 35,831; xml: 961; makefile: 50; sh: 32
file content (84 lines) | stat: -rwxr-xr-x 2,080 bytes parent folder | download | duplicates (5)
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
object saisietitre: Tsaisietitre
  Left = 336
  Height = 109
  Top = 195
  Width = 610
  ActiveControl = Edittitre
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Titre du graphe'
  ClientHeight = 109
  ClientWidth = 610
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.2.2.0'
  object Label1: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 10
    Height = 20
    Top = 10
    Width = 112
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Titre du graphe:'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Label1
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 56
    Top = 50
    Width = 101
    BorderSpacing.Left = 10
    BorderSpacing.Top = 20
    Caption = 'Police'
    OnClick = SpeedButton1Click
  end
  object Edittitre: TEdit
    AnchorSideLeft.Control = Label1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Label1
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 132
    Height = 28
    Top = 6
    Width = 468
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 10
    BorderSpacing.Right = 10
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    AnchorSideLeft.Control = SpeedButton1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = SpeedButton1
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 131
    Height = 52
    Top = 52
    Width = 469
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 20
    BorderSpacing.Right = 10
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    TabOrder = 1
  end
  object FontDialog1: TFontDialog
    MinFontSize = 0
    MaxFontSize = 0
    left = 184
    top = 48
  end
end