
23.03.2009, 08:12
|
Прохожий
|
|
Регистрация: 25.02.2009
Сообщения: 22
Репутация: 10
|
|
Вот файл tester.dfm
Код:
object Form1: TForm1
Left = 204
Top = 199
Width = 696
Height = 435
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
DesignSize = (
688
404)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 96
Top = 104
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 96
Top = 144
Width = 32
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 96
Top = 184
Width = 32
Height = 13
Caption = 'Label3'
end
object Label4: TLabel
Left = 96
Top = 216
Width = 32
Height = 13
Caption = 'Label4'
end
object Label5: TLabel
Left = 64
Top = 16
Width = 32
Height = 13
Caption = 'Label5'
end
object Image1: TImage
Left = 56
Top = 56
Width = 41
Height = 41
end
object RadioButton1: TRadioButton
Left = 64
Top = 104
Width = 17
Height = 17
Caption = 'RadioButton1'
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 64
Top = 144
Width = 17
Height = 17
Caption = 'RadioButton2'
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 64
Top = 184
Width = 17
Height = 17
Caption = 'RadioButton3'
TabOrder = 2
end
object RadioButton4: TRadioButton
Left = 64
Top = 216
Width = 17
Height = 17
Caption = 'RadioButton4'
TabOrder = 3
end
object RadioButton5: TRadioButton
Left = 64
Top = 248
Width = 113
Height = 17
Caption = 'RadioButton5'
TabOrder = 4
end
object Button1: TButton
Left = 288
Top = 315
Width = 75
Height = 25
Anchors = [akBottom]
Caption = 'OK'
TabOrder = 5
end
object Panel1: TPanel
Left = 0
Top = 359
Width = 688
Height = 45
Align = alBottom
TabOrder = 6
end
end
|