286 lines
5.7 KiB
Plaintext
286 lines
5.7 KiB
Plaintext
object Form1: TForm1
|
|
Left = 201
|
|
Top = 106
|
|
Caption = 'Curved Text demo - www.ImageEn.com'
|
|
ClientHeight = 617
|
|
ClientWidth = 936
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnVect1: TImageEnVect
|
|
Left = 0
|
|
Top = 0
|
|
Width = 783
|
|
Height = 617
|
|
Background = clBtnFace
|
|
LegacyBitmap = False
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
OnNewObject = ImageEnVect1NewObject
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 783
|
|
Top = 0
|
|
Width = 153
|
|
Height = 617
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 32
|
|
Top = 51
|
|
Width = 73
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Down = True
|
|
Caption = 'New'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object SpeedButton2: TSpeedButton
|
|
Left = 32
|
|
Top = 83
|
|
Width = 73
|
|
Height = 25
|
|
GroupIndex = 1
|
|
Caption = 'Select'
|
|
OnClick = SpeedButton2Click
|
|
end
|
|
object Label6: TLabel
|
|
Left = 8
|
|
Top = 544
|
|
Width = 26
|
|
Height = 13
|
|
Caption = 'Zoom'
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 131
|
|
Width = 137
|
|
Height = 177
|
|
Caption = ' Curve properties'
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 16
|
|
Width = 24
|
|
Height = 13
|
|
Caption = 'Type'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 57
|
|
Width = 29
|
|
Height = 13
|
|
Caption = 'Phase'
|
|
end
|
|
object Label7: TLabel
|
|
Left = 8
|
|
Top = 128
|
|
Width = 64
|
|
Height = 13
|
|
Caption = 'Char rotation'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 75
|
|
Top = 147
|
|
Width = 48
|
|
Height = 13
|
|
Caption = '(-1=auto)'
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 6
|
|
Top = 32
|
|
Width = 123
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = ComboBox1Change
|
|
Items.Strings = (
|
|
'None'
|
|
'Ellipse'
|
|
'Cosine'
|
|
'Vertical'
|
|
'Horizontal'
|
|
'Arc'
|
|
'FromCurve')
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 8
|
|
Top = 73
|
|
Width = 49
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '0'
|
|
OnChange = ComboBox1Change
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 8
|
|
Top = 104
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Forward'
|
|
TabOrder = 2
|
|
OnClick = ComboBox1Change
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 57
|
|
Top = 73
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit1
|
|
Min = -365
|
|
Max = 365
|
|
TabOrder = 3
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 8
|
|
Top = 143
|
|
Width = 49
|
|
Height = 21
|
|
TabOrder = 4
|
|
Text = '-1'
|
|
OnChange = ComboBox1Change
|
|
end
|
|
object UpDown3: TUpDown
|
|
Left = 57
|
|
Top = 143
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit3
|
|
Min = -1
|
|
Max = 365
|
|
Position = -1
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 8
|
|
Top = 315
|
|
Width = 137
|
|
Height = 161
|
|
Caption = ' General '
|
|
TabOrder = 1
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 48
|
|
Width = 66
|
|
Height = 13
|
|
Caption = 'Transparency'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 72
|
|
Width = 25
|
|
Height = 13
|
|
Caption = 'Color'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 96
|
|
Width = 22
|
|
Height = 13
|
|
Caption = 'Font'
|
|
end
|
|
object Panel2: TShape
|
|
Left = 40
|
|
Top = 68
|
|
Width = 48
|
|
Height = 20
|
|
Brush.Color = clBlack
|
|
OnMouseDown = Panel2MouseDown
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 8
|
|
Top = 24
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Shadow'
|
|
TabOrder = 0
|
|
OnClick = ComboBox1Change
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 80
|
|
Top = 44
|
|
Width = 25
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '255'
|
|
OnChange = ComboBox1Change
|
|
end
|
|
object UpDown2: TUpDown
|
|
Left = 105
|
|
Top = 44
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit2
|
|
Max = 255
|
|
Position = 255
|
|
TabOrder = 2
|
|
end
|
|
object Button2: TButton
|
|
Left = 40
|
|
Top = 91
|
|
Width = 47
|
|
Height = 25
|
|
Caption = '...'
|
|
TabOrder = 3
|
|
OnClick = Button2Click
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 24
|
|
Top = 483
|
|
Width = 113
|
|
Height = 25
|
|
Caption = 'Merge Objects'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
object TrackBar1: TTrackBar
|
|
Left = 48
|
|
Top = 536
|
|
Width = 97
|
|
Height = 25
|
|
Max = 3000
|
|
Min = 1
|
|
Frequency = 100
|
|
Position = 100
|
|
TabOrder = 3
|
|
OnChange = TrackBar1Change
|
|
end
|
|
object Button4: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 129
|
|
Height = 25
|
|
Caption = 'Load Background'
|
|
TabOrder = 4
|
|
OnClick = Button4Click
|
|
end
|
|
end
|
|
object ColorDialog1: TColorDialog
|
|
Left = 840
|
|
Top = 416
|
|
end
|
|
object FontDialog1: TFontDialog
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Left = 808
|
|
Top = 504
|
|
end
|
|
end
|