File: unit12.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 (61 lines) | stat: -rwxr-xr-x 1,212 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
object saisiediametre: Tsaisiediametre
  Left = 200
  Height = 106
  Top = 108
  Width = 328
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Saissez le diamètre de la lentille'
  ClientHeight = 106
  ClientWidth = 328
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object GroupBox1: TGroupBox
    Left = 8
    Height = 89
    Top = 8
    Width = 209
    Caption = 'Saisissez'
    ClientHeight = 71
    ClientWidth = 205
    TabOrder = 0
    object StaticText1: TLabel
      Left = 8
      Height = 14
      Top = 32
      Width = 52
      Caption = 'Diamètre='
      ParentColor = False
    end
    object log1: TLabel
      Left = 160
      Height = 14
      Top = 32
      Width = 21
      Caption = 'log1'
      ParentColor = False
    end
    object editdia: TEdit
      Left = 64
      Height = 21
      Top = 32
      Width = 89
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 224
    Height = 83
    Top = 16
    Width = 97
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    OnClick = BitBtn1Click
    TabOrder = 1
  end
end