BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/FullApps/ConvertTo/frmPropDlg.dfm

106 lines
2.0 KiB
Plaintext

object PropertiesDlg: TPropertiesDlg
Left = 316
Top = 207
BorderStyle = bsDialog
Caption = 'Properties'
ClientHeight = 208
ClientWidth = 384
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 300
Top = 6
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object ImageEn1: TImageEnView
Left = 302
Top = 127
Width = 64
Height = 64
ParentCtl3D = False
LegacyBitmap = False
AutoFit = True
EnableInteractionHints = True
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 277
Height = 187
Caption = 'File Properties'
TabOrder = 2
object txtFilename: TLabel
Left = 22
Top = 24
Width = 56
Height = 13
Caption = 'txtFilename'
end
object txtSize: TLabel
Left = 22
Top = 43
Width = 33
Height = 13
Caption = 'txtSize'
end
object txtColors: TLabel
Left = 22
Top = 62
Width = 44
Height = 13
Caption = 'txtColors'
end
object txtmem: TLabel
Left = 22
Top = 82
Width = 36
Height = 13
Caption = 'txtmem'
end
object txtFileType: TLabel
Left = 22
Top = 101
Width = 54
Height = 13
Caption = 'txtFileType'
end
object txtDPI: TLabel
Left = 22
Top = 121
Width = 31
Height = 13
Caption = 'txtDPI'
end
object txtDPIY: TLabel
Left = 22
Top = 140
Width = 37
Height = 13
Caption = 'txtDPIY'
end
object txtColorMapCount: TLabel
Left = 22
Top = 160
Width = 88
Height = 13
Caption = 'txtColorMapCount'
end
end
end