Files
SignauxComplexes/UnitConfigTCO.dfm
f1iwq2 ce096cfcb7 V1.6
2020-04-17 15:59:50 +02:00

110 lines
2.0 KiB
Plaintext

object FormConfigTCO: TFormConfigTCO
Left = 542
Top = 389
Width = 360
Height = 251
Caption = 'Configuration du TCO'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 83
Height = 13
Caption = 'Taille des cellules'
end
object Label2: TLabel
Left = 160
Top = 16
Width = 5
Height = 13
Caption = 'x'
end
object Label3: TLabel
Left = 16
Top = 56
Width = 156
Height = 13
Caption = 'Nombre de cellules en horizontal:'
end
object Label4: TLabel
Left = 16
Top = 80
Width = 145
Height = 13
Caption = 'Nombre de cellules en vertical:'
end
object LabelErreur: TLabel
Left = 35
Top = 144
Width = 3
Height = 13
end
object ButtonOK: TButton
Left = 240
Top = 176
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = ButtonOKClick
end
object EditTailleCellX: TEdit
Left = 104
Top = 16
Width = 41
Height = 21
TabOrder = 1
Text = 'EditTailleCellX'
end
object EditTailleCellY: TEdit
Left = 176
Top = 16
Width = 41
Height = 21
TabOrder = 2
Text = 'EditTailleCellY'
end
object ButtonDessine: TButton
Left = 24
Top = 176
Width = 75
Height = 25
Caption = 'Dessine'
TabOrder = 3
OnClick = ButtonDessineClick
end
object CheckDessineGrille: TCheckBox
Left = 16
Top = 104
Width = 105
Height = 17
Caption = 'dessine grille'
TabOrder = 4
end
object EditNbCellX: TEdit
Left = 184
Top = 56
Width = 49
Height = 21
TabOrder = 5
Text = 'EditNbCellX'
end
object EditNbCellY: TEdit
Left = 184
Top = 80
Width = 49
Height = 21
TabOrder = 6
Text = 'EditNbCellY'
end
end