137 lines
2.9 KiB
Plaintext
137 lines
2.9 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 216
|
|
Top = 114
|
|
Caption = 'EXIF 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
|
|
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
|
|
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
|
|
TabOrder = 4
|
|
end
|
|
object FileListBox1: TFileListBox
|
|
Left = 6
|
|
Top = 357
|
|
Width = 195
|
|
Height = 189
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
ItemHeight = 13
|
|
Mask = '*.jpeg;*.jpg;*.tif;*.tiff'
|
|
TabOrder = 5
|
|
OnChange = FileListBox1Change
|
|
end
|
|
object btnSaveChanges: TButton
|
|
Left = 8
|
|
Top = 552
|
|
Width = 81
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Save Changes'
|
|
TabOrder = 6
|
|
OnClick = btnSaveChangesClick
|
|
end
|
|
object btnViewMakerNote: TButton
|
|
Left = 107
|
|
Top = 552
|
|
Width = 91
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'View Maker Note'
|
|
TabOrder = 7
|
|
OnClick = btnViewMakerNoteClick
|
|
end
|
|
object cmbMethod: TComboBox
|
|
Left = 34
|
|
Top = 8
|
|
Width = 167
|
|
Height = 21
|
|
Style = csDropDownList
|
|
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
|