94 lines
1.8 KiB
Plaintext
94 lines
1.8 KiB
Plaintext
object fRotate: TfRotate
|
|
Left = 249
|
|
Top = 179
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Rotate preview'
|
|
ClientHeight = 236
|
|
ClientWidth = 323
|
|
Color = clBtnFace
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poMainFormCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 12
|
|
Width = 305
|
|
Height = 185
|
|
Caption = 'Rotate'
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 206
|
|
Top = 20
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Angle:'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 244
|
|
Top = 17
|
|
Width = 35
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = '0'
|
|
OnChange = Edit1Change
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 279
|
|
Top = 17
|
|
Width = 15
|
|
Height = 21
|
|
Associate = Edit1
|
|
Min = -359
|
|
Max = 359
|
|
TabOrder = 1
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 208
|
|
Top = 48
|
|
Width = 85
|
|
Height = 17
|
|
Alignment = taLeftJustify
|
|
Caption = 'Antialiasing'
|
|
TabOrder = 2
|
|
OnClick = Edit1Change
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 10
|
|
Top = 20
|
|
Width = 185
|
|
Height = 153
|
|
ParentCtl3D = False
|
|
LegacyBitmap = False
|
|
EnableInteractionHints = True
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 10
|
|
Top = 202
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 98
|
|
Top = 202
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|