BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/FullApps/ImageEnPainter/uRotate.dfm

102 lines
1.9 KiB
Plaintext

object frmRotate: TfrmRotate
Left = 539
Top = 139
BorderIcons = [biSystemMenu]
Caption = 'Rotate Preview'
ClientHeight = 219
ClientWidth = 316
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poOwnerFormCenter
OnActivate = FormActivate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 208
Top = 16
Width = 31
Height = 13
Caption = 'Angle:'
end
object CheckBox1: TCheckBox
Left = 208
Top = 48
Width = 87
Height = 17
Alignment = taLeftJustify
Caption = 'Antialiasing'
Checked = True
State = cbChecked
TabOrder = 0
end
object Edit1: TEdit
Left = 246
Top = 13
Width = 35
Height = 21
TabOrder = 1
Text = '90'
OnKeyUp = Edit1KeyUp
end
object ImageEnView1: TImageEnView
Left = 8
Top = 13
Width = 185
Height = 153
Background = clWhite
LegacyBitmap = False
BackgroundStyle = iebsChessboard
AutoShrink = True
EnableInteractionHints = True
TabOrder = 2
end
object UpDown1: TUpDown
Left = 281
Top = 13
Width = 16
Height = 21
Associate = Edit1
Min = -359
Max = 359
Position = 90
TabOrder = 3
OnClick = UpDown1Click
end
object Panel1: TPanel
Left = 0
Top = 178
Width = 316
Height = 41
Align = alBottom
BevelOuter = bvNone
ParentBackground = False
TabOrder = 4
object Button1: TButton
Left = 8
Top = 7
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 96
Top = 7
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end