File: Unit19.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 (77 lines) | stat: -rwxr-xr-x 1,582 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
73
74
75
76
77
object saisieempennage: Tsaisieempennage
  Left = 200
  Height = 211
  Top = 104
  Width = 377
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Propriétés de l''empennage des rayons'
  ClientHeight = 211
  ClientWidth = 377
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object Label2: TLabel
    Left = 8
    Height = 14
    Top = 24
    Width = 193
    Caption = 'Position de l''empennage sur le segment:'
    ParentColor = False
  end
  object Label1: TLabel
    Left = 120
    Height = 14
    Top = 56
    Width = 178
    Caption = '(en 1000éme de la taille du segment)'
    ParentColor = False
  end
  object Label3: TLabel
    Left = 16
    Height = 14
    Top = 96
    Width = 107
    Caption = 'Taille de l''empennage:'
    ParentColor = False
  end
  object Label4: TLabel
    Left = 64
    Height = 14
    Top = 128
    Width = 247
    Caption = '(en 1000éme de la diagonale de l''espace de travail)'
    ParentColor = False
  end
  object spinposition: TSpinEdit
    Left = 224
    Height = 21
    Top = 24
    Width = 57
    MaxValue = 1000
    TabOrder = 0
    Value = 500
  end
  object SpinEdit1: TSpinEdit
    Left = 144
    Height = 21
    Top = 88
    Width = 57
    MaxValue = 1000
    TabOrder = 1
    Value = 10
  end
  object BitBtn1: TBitBtn
    Left = 8
    Height = 57
    Top = 153
    Width = 362
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 2
  end
end