220 lines
4.8 KiB
Plaintext
220 lines
4.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'ImageMagick PlugIn Demo - www.imageen.com'
|
|
ClientHeight = 564
|
|
ClientWidth = 792
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object pnlTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 792
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
792
|
|
41)
|
|
object lblStatus: TLabel
|
|
Left = 14
|
|
Top = 11
|
|
Width = 100
|
|
Height = 13
|
|
Caption = 'ImageMagick Status:'
|
|
end
|
|
object lblFormats: TLabel
|
|
Left = 275
|
|
Top = 11
|
|
Width = 43
|
|
Height = 13
|
|
Caption = 'Formats:'
|
|
end
|
|
object edtStatus: TEdit
|
|
Left = 120
|
|
Top = 8
|
|
Width = 143
|
|
Height = 21
|
|
TabStop = False
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
Text = 'Unknown'
|
|
end
|
|
object edtFormats: TEdit
|
|
Left = 324
|
|
Top = 8
|
|
Width = 406
|
|
Height = 21
|
|
TabStop = False
|
|
Anchors = [akLeft, akTop, akRight]
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = '-'
|
|
end
|
|
object btnCheck: TButton
|
|
Left = 736
|
|
Top = 6
|
|
Width = 50
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Check'
|
|
TabOrder = 2
|
|
OnClick = btnCheckClick
|
|
end
|
|
end
|
|
object pnlBottom: TPanel
|
|
Left = 0
|
|
Top = 499
|
|
Width = 792
|
|
Height = 65
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object lblInfo1: TLabel
|
|
Left = 14
|
|
Top = 4
|
|
Width = 181
|
|
Height = 13
|
|
Caption = 'You can download ImageMagick from:'
|
|
end
|
|
object lblLink2: TLabel
|
|
Left = 280
|
|
Top = 43
|
|
Width = 190
|
|
Height = 13
|
|
Cursor = crHandPoint
|
|
Caption = 'http://www.ghostscript.com/download/'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlue
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsUnderline]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
OnClick = lblLink1Click
|
|
end
|
|
object lblInfo2: TLabel
|
|
Left = 14
|
|
Top = 43
|
|
Width = 260
|
|
Height = 13
|
|
Caption = 'To load PDF, PS, PCL and you must install Ghostscript:'
|
|
end
|
|
object lblLink1: TLabel
|
|
Left = 201
|
|
Top = 4
|
|
Width = 319
|
|
Height = 13
|
|
Cursor = crHandPoint
|
|
Caption = 'http://www.imagemagick.org/script/binary-releases.php#windows'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlue
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsUnderline]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
OnClick = lblLink1Click
|
|
end
|
|
object Label1: TLabel
|
|
Left = 14
|
|
Top = 20
|
|
Width = 592
|
|
Height = 13
|
|
Caption =
|
|
'The file will be named something like: ImageMagick-X.X.X-Q16-x86' +
|
|
'-dll.exe. You will need to restart Windows after installing.'
|
|
end
|
|
end
|
|
object pnlMain: TPanel
|
|
Left = 0
|
|
Top = 41
|
|
Width = 792
|
|
Height = 458
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
BorderWidth = 6
|
|
TabOrder = 2
|
|
object Splitter1: TSplitter
|
|
Left = 191
|
|
Top = 6
|
|
Height = 446
|
|
ExplicitLeft = 194
|
|
ExplicitHeight = 447
|
|
end
|
|
object pnlNavigatation: TPanel
|
|
Left = 6
|
|
Top = 6
|
|
Width = 185
|
|
Height = 446
|
|
Align = alLeft
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object DriveComboBox1: TDriveComboBox
|
|
Left = 8
|
|
Top = 0
|
|
Width = 171
|
|
Height = 19
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DirList = DirectoryListBox1
|
|
TabOrder = 0
|
|
end
|
|
object DirectoryListBox1: TDirectoryListBox
|
|
Left = 8
|
|
Top = 25
|
|
Width = 171
|
|
Height = 169
|
|
Anchors = [akLeft, akTop, akRight]
|
|
FileList = FileListBox1
|
|
TabOrder = 1
|
|
end
|
|
object FileListBox1: TFileListBox
|
|
Left = 8
|
|
Top = 200
|
|
Width = 171
|
|
Height = 219
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ItemHeight = 13
|
|
TabOrder = 2
|
|
OnChange = FileListBox1Change
|
|
end
|
|
object FilterComboBox1: TFilterComboBox
|
|
Left = 8
|
|
Top = 425
|
|
Width = 171
|
|
Height = 21
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
FileList = FileListBox1
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 194
|
|
Top = 6
|
|
Width = 592
|
|
Height = 446
|
|
Background = clBlack
|
|
BorderStyle = bsNone
|
|
LegacyBitmap = True
|
|
MouseInteract = [miZoom, miScroll]
|
|
AutoShrink = True
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
OnClick = ImageEnView1Click
|
|
end
|
|
end
|
|
end
|