107 lines
2.0 KiB
Plaintext
107 lines
2.0 KiB
Plaintext
object frmRotate: TfrmRotate
|
|
Left = 219
|
|
Top = 183
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Rotate preview'
|
|
ClientHeight = 232
|
|
ClientWidth = 323
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 5
|
|
Width = 305
|
|
Height = 180
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 208
|
|
Top = 16
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Angle:'
|
|
end
|
|
object lblAntialiasing: TLabel
|
|
Left = 208
|
|
Top = 48
|
|
Width = 62
|
|
Height = 13
|
|
Caption = 'Anti-aliasing:'
|
|
end
|
|
object edtAngle: TEdit
|
|
Left = 246
|
|
Top = 13
|
|
Width = 35
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = '0'
|
|
OnChange = edtAngleChange
|
|
end
|
|
object updAngle: TUpDown
|
|
Left = 281
|
|
Top = 13
|
|
Width = 15
|
|
Height = 21
|
|
Associate = edtAngle
|
|
Min = -359
|
|
Max = 359
|
|
Increment = 15
|
|
TabOrder = 1
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 8
|
|
Top = 16
|
|
Width = 185
|
|
Height = 153
|
|
Background = clBtnFace
|
|
ParentCtl3D = False
|
|
LegacyBitmap = False
|
|
EnableInteractionHints = True
|
|
TabOrder = 2
|
|
end
|
|
object cmbAntiAliasing: TComboBox
|
|
Left = 229
|
|
Top = 64
|
|
Width = 67
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 3
|
|
OnChange = edtAngleChange
|
|
Items.Strings = (
|
|
'None'
|
|
'Fast'
|
|
'Bilinear'
|
|
'Bicubic')
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 154
|
|
Top = 197
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 237
|
|
Top = 197
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|