File: Unit5.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 (49 lines) | stat: -rwxr-xr-x 995 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
object saisienombrerayons: Tsaisienombrerayons
  Left = 461
  Height = 73
  Top = 98
  Width = 441
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Nombre de rayons'
  ClientHeight = 73
  ClientWidth = 441
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.30'
  object StaticText1: TLabel
    Left = 8
    Height = 14
    Top = 24
    Width = 251
    Caption = 'Nombre de rayons émis par cette source ponctuelle:'
    ParentColor = False
  end
  object SpinEdit1: TSpinEdit
    Left = 288
    Height = 21
    Top = 17
    Width = 42
    AutoSize = False
    Font.Style = [fsBold]
    MaxValue = 50
    MinValue = 2
    ParentFont = False
    TabOrder = 0
    Value = 5
  end
  object BitBtn1: TBitBtn
    Left = 352
    Height = 65
    Top = 3
    Width = 81
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    OnClick = BitBtn1Click
    TabOrder = 1
  end
end