BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/InputOutput/XMP/umain.dfm

123 lines
2.6 KiB
Plaintext

object MainForm: TMainForm
Left = 216
Top = 114
Caption = 'XMP Demo - www.ImageEn.com'
ClientHeight = 586
ClientWidth = 872
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 208
Height = 586
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
208
586)
object lblMethod: TLabel
Left = 8
Top = 11
Width = 22
Height = 13
Caption = 'Use:'
end
object ImageEnView1: TImageEnView
Left = 8
Top = 37
Width = 193
Height = 161
Background = clBtnFace
LegacyBitmap = True
AutoFit = True
OnProgress = ImageEnView1Progress
EnableInteractionHints = True
TabOrder = 1
end
object ProgressBar1: TProgressBar
Left = 8
Top = 205
Width = 193
Height = 17
TabOrder = 2
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 229
Width = 195
Height = 19
DirList = DirectoryListBox1
TabOrder = 3
end
object DirectoryListBox1: TDirectoryListBox
Left = 7
Top = 253
Width = 195
Height = 97
FileList = FileListBox1
ItemHeight = 16
TabOrder = 4
end
object FileListBox1: TFileListBox
Left = 6
Top = 357
Width = 195
Height = 220
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 13
Mask = '*.jpeg;*.jpg;*.tif;*.tiff'
TabOrder = 5
OnChange = FileListBox1Change
end
object cmbMethod: TComboBox
Left = 34
Top = 8
Width = 167
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = cmbMethodChange
Items.Strings = (
'Standard ImageEn Properties'
'Helpers in iexMetaHelpers')
end
end
object StringGrid1: TStringGrid
Left = 208
Top = 0
Width = 664
Height = 586
Align = alClient
ColCount = 2
DefaultColWidth = 256
DefaultRowHeight = 18
FixedCols = 0
RowCount = 80
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking]
TabOrder = 0
ColWidths = (
256
385)
end
object OpenDialog1: TOpenDialog
Left = 312
Top = 272
end
object SaveDialog1: TSaveDialog
Left = 312
Top = 320
end
end