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
|
object saisiepointssurfaceonde: Tsaisiepointssurfaceonde
Left = 208
Height = 84
Top = 114
Width = 607
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Pour le tracé des surfaces d''onde:'
ClientHeight = 84
ClientWidth = 607
Color = clAqua
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.0.4'
object StaticText1: TLabel
Left = 8
Height = 17
Top = 24
Width = 358
Caption = 'Nombre de points calculés pour tracer une surface d''onde:'
ParentColor = False
end
object spinpoints: TSpinEdit
AnchorSideLeft.Control = StaticText1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StaticText1
AnchorSideTop.Side = asrCenter
Left = 376
Height = 25
Top = 20
Width = 49
BorderSpacing.Left = 10
MaxValue = 500
MinValue = 2
TabOrder = 0
Value = 20
end
object BitBtn1: TBitBtn
AnchorSideLeft.Control = spinpoints
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 435
Height = 63
Top = 8
Width = 162
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Right = 10
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 1
end
end
|