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
|
object saisienombresommet: Tsaisienombresommet
Left = 628
Height = 113
Top = 331
Width = 382
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Nombre de sommets'
ClientHeight = 113
ClientWidth = 382
Color = clAqua
Font.Height = -11
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.0.4'
object GroupBox1: TGroupBox
Left = 8
Height = 81
Top = 8
Width = 248
Caption = 'Sommets de ce polyhèdre'
ClientHeight = 59
ClientWidth = 244
ParentFont = False
TabOrder = 0
object StaticText1: TLabel
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrCenter
Left = 16
Height = 17
Top = 21
Width = 54
Caption = 'Nombre:'
ParentColor = False
ParentFont = False
end
object SpinEdit1: TSpinEdit
AnchorSideLeft.Control = StaticText1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrCenter
Left = 80
Height = 23
Top = 18
Width = 48
AutoSize = False
BorderSpacing.Left = 10
Font.Style = [fsBold]
MaxValue = 50
MinValue = 2
ParentFont = False
TabOrder = 0
Value = 4
end
end
object BitBtn1: TBitBtn
Left = 268
Height = 73
Top = 16
Width = 99
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 1
end
end
|