home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 7 A
/
CHIP_HITWARE_7A.iso
/
biuro
/
AddrOrg
/
_SETUP.1
/
ADO30.exe
/
0
/
RCDATA
/
TOPTIONSDLG
/
TOPTIONSDLG.txt
Wrap
Text File
|
1999-12-09
|
29KB
|
908 lines
object OptionsDlg: TOptionsDlg
Left = 204
Top = 123
ActiveControl = OKBtn
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 363
ClientWidth = 492
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object ButtonPanel: TPanel
Left = 407
Top = 0
Width = 85
Height = 330
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object OKBtn: TBitBtn
Left = 5
Top = 12
Width = 77
Height = 27
Hint = 'Close and Save Options'
Caption = '&Close'
TabOrder = 0
OnClick = OKBtnClick
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object HelpBtn: TBitBtn
Left = 5
Top = 50
Width = 77
Height = 27
TabOrder = 1
Kind = bkHelp
Margin = 2
Spacing = -1
IsControl = True
end
end
object Panel1: TPanel
Left = 0
Top = 330
Width = 492
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object PreviousBtn: TButton
Left = 73
Top = 3
Width = 89
Height = 25
Hint = 'Previous Page'
Caption = '<< &Previous'
TabOrder = 0
Visible = False
OnClick = PreviousBtnClick
end
object NextBtn: TButton
Left = 219
Top = 3
Width = 89
Height = 25
Hint = 'Next Page'
Caption = '&Next >>'
TabOrder = 1
OnClick = NextBtnClick
end
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 407
Height = 330
ActivePage = TabSheet1
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnChange = PageControl1Change
OnChanging = PageControl1Changing
object TabSheet1: TTabSheet
Caption = 'User Interface'
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 399
Height = 301
Align = alClient
Caption = 'User Interface Options:'
TabOrder = 0
object MenusAndSpeedBars_GB: TRadioGroup
Left = 14
Top = 16
Width = 331
Height = 81
Caption = 'Menus and Speed Bars'
Items.Strings = (
'Show Both Menus and Speed Bars'
'Show Only Menus'
'Show Only Speed Bars')
TabOrder = 0
end
object LetterTabs_GB: TRadioGroup
Left = 14
Top = 98
Width = 155
Height = 48
Caption = 'Letter Tabs (A..Z)'
Items.Strings = (
'Use Letter Tabs'
'Don'#39't Use Letter Tabs')
TabOrder = 1
end
object LTabsLoc_GB: TRadioGroup
Left = 178
Top = 98
Width = 167
Height = 48
Caption = 'Letter Tabs Location'
Items.Strings = (
'Center'
'Right')
TabOrder = 2
end
object HintMessages_GB: TRadioGroup
Left = 14
Top = 148
Width = 155
Height = 48
Caption = 'Hint Messages'
Items.Strings = (
'Show Hint Messages'
'Hide Hint Messages')
TabOrder = 3
end
object SpeedBar_GB: TRadioGroup
Left = 178
Top = 148
Width = 167
Height = 48
Caption = 'SpeedBar Location'
Items.Strings = (
'Top'
'Bottom')
TabOrder = 4
end
object Delete_GB: TRadioGroup
Left = 14
Top = 199
Width = 155
Height = 90
Caption = 'Record Delete Mode'
Items.Strings = (
'Ask User To Confirm'
'Immediate Delete')
TabOrder = 5
end
object GroupBox4: TGroupBox
Left = 178
Top = 199
Width = 167
Height = 90
Caption = 'Miscellaneous Options'
TabOrder = 6
object Tips_CB: TCheckBox
Left = 8
Top = 14
Width = 153
Height = 17
Caption = 'Display Tips On Startup'
TabOrder = 0
end
object Drop_CB: TCheckBox
Left = 8
Top = 32
Width = 153
Height = 17
Caption = 'Auto-Fill'
TabOrder = 1
end
object Remind_CB: TCheckBox
Left = 8
Top = 50
Width = 156
Height = 17
Caption = 'Don'#39't Display Reminders'
TabOrder = 2
end
object ShowTrayIcon_CB: TCheckBox
Left = 8
Top = 68
Width = 153
Height = 17
Caption = 'Display Tray Icon'
TabOrder = 3
end
end
end
end
object TabSheet2: TTabSheet
Caption = 'Modem'
object GroupBox2: TGroupBox
Left = 0
Top = 0
Width = 399
Height = 301
Align = alClient
Caption = 'Modem Settings:'
TabOrder = 0
object Label10: TLabel
Left = 16
Top = 119
Width = 37
Height = 14
Caption = 'Modem:'
end
object Label4: TLabel
Left = 16
Top = 171
Width = 135
Height = 14
Caption = 'Modem Configuration String:'
end
object Label5: TLabel
Left = 16
Top = 210
Width = 125
Height = 14
Caption = 'Modem Initialization String:'
end
object Label6: TLabel
Left = 16
Top = 250
Width = 108
Height = 14
Caption = 'Modem Hangup String:'
end
object COMPort_GB: TRadioGroup
Left = 8
Top = 16
Width = 97
Height = 97
Caption = 'COM Port'
ItemIndex = 0
Items.Strings = (
'COM 1'
'COM 2'
'COM 3'
'COM 4')
TabOrder = 0
end
object DialType_GB: TRadioGroup
Left = 120
Top = 16
Width = 97
Height = 57
Caption = 'Dial Type'
ItemIndex = 0
Items.Strings = (
'Tone'
'Pulse')
TabOrder = 1
end
object ModemCB: TComboBox
Left = 16
Top = 135
Width = 241
Height = 22
Style = csDropDownList
ItemHeight = 0
TabOrder = 2
OnChange = ModemCBChange
end
object ConfigEd: TEdit
Left = 16
Top = 184
Width = 241
Height = 22
Hint = 'Type it in or click on Modems...'
TabOrder = 3
end
object InitEd: TEdit
Left = 16
Top = 223
Width = 241
Height = 22
Hint = 'Type it in or click on Modems...'
TabOrder = 4
end
object HangupEd: TEdit
Left = 16
Top = 263
Width = 137
Height = 22
Hint = 'Type it in or click on Modems...'
TabOrder = 5
end
end
end
object TabSheet3: TTabSheet
Caption = 'Data'
object GroupBox3: TGroupBox
Left = 0
Top = 0
Width = 399
Height = 301
Align = alClient
Caption = 'Data Settings:'
TabOrder = 0
object GroupBox8: TGroupBox
Left = 8
Top = 96
Width = 305
Height = 193
Caption = 'Modify Labels'
TabOrder = 1
object Label7: TLabel
Left = 10
Top = 13
Width = 55
Height = 14
Caption = 'New Label:'
end
object Label8: TLabel
Left = 10
Top = 72
Width = 35
Height = 14
Caption = 'Labels:'
end
object Label_Ed: TEdit
Left = 10
Top = 26
Width = 169
Height = 22
Hint = 'Enter New Label Here'
TabOrder = 0
end
object Update_Btn: TBitBtn
Left = 106
Top = 52
Width = 73
Height = 26
Hint = 'Replace Selected Label'
Caption = 'Change'
Default = True
TabOrder = 1
OnClick = Update_BtnClick
Glyph.Data = {
BE060000424DBE06000000000000360400002800000024000000120000000100
0800000000008802000000000000000000000001000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
A600000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
0303030303030303030303030303030303030303030303030303030303030303
03030303030303030303030303030303030303030303FF030303030303030303
03030303030303040403030303030303030303030303030303F8F8FF03030303
03030303030303030303040202040303030303030303030303030303F80303F8
FF030303030303030303030303040202020204030303030303030303030303F8
03030303F8FF0303030303030303030304020202020202040303030303030303
0303F8030303030303F8FF030303030303030304020202FA0202020204030303
0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
0303030303030303030303FA0202020403030303030303030303030303F8FF03
03F8FF03030303030303030303030303FA020202040303030303030303030303
0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
0202040303030303030303030303030303F8FF03F8FF03030303030303030303
03030303FA0202030303030303030303030303030303F8FFF803030303030303
030303030303030303FA0303030303030303030303030303030303F803030303
0303030303030303030303030303030303030303030303030303030303030303
0303}
NumGlyphs = 2
end
object Labels_Lst: TListBox
Left = 10
Top = 84
Width = 169
Height = 102
Hint = 'Click To Select Label'
IntegralHeight = True
ItemHeight = 14
TabOrder = 2
end
object BitBtn3: TBitBtn
Left = 185
Top = 94
Width = 77
Height = 27
Hint = 'Click here to Load Labels From A Template'
Caption = '&Load'
Default = True
TabOrder = 3
OnClick = BitBtn3Click
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
F033777777777337F73309999990FFF0033377777777FFF77333099999000000
3333777777777777333333399033333333333337773333333333333903333333
3333333773333333333333303333333333333337333333333333}
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object BitBtn4: TBitBtn
Left = 185
Top = 126
Width = 77
Height = 27
Hint = 'Click here to Save Labels As A Template'
Caption = '&Save'
Default = True
TabOrder = 4
OnClick = BitBtn4Click
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
333333333333337FF3333333333333903333333333333377FF33333333333399
03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
3333777777333333333333333333333333333333333333333333}
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
end
object DataFile_GB: TRadioGroup
Left = 8
Top = 16
Width = 145
Height = 73
Caption = 'Initial Data File'
Items.Strings = (
'Load Default File'
'Load Last Used File')
TabOrder = 0
end
end
end
object TabSheet4: TTabSheet
Caption = 'Date'
object GroupBox9: TGroupBox
Left = 0
Top = 0
Width = 389
Height = 301
Align = alClient
Caption = 'Date Formats:'
TabOrder = 0
object DateFormat_GB: TRadioGroup
Left = 208
Top = 16
Width = 145
Height = 73
Caption = 'Date Format'
Items.Strings = (
'MM/DD/YYYY'
'DD/MM/YYYY'
'YYYY/MM/DD'
'YYYY')
TabOrder = 0
OnClick = DateFormat_GBClick
end
object DateFields_GB: TRadioGroup
Left = 8
Top = 16
Width = 185
Height = 209
Caption = 'Date Fields'
TabOrder = 1
OnClick = DateFields_GBClick
end
end
end
object TabSheet5: TTabSheet
Caption = 'Colors'
object GroupBox5: TGroupBox
Left = 0
Top = 0
Width = 399
Height = 301
Align = alClient
Caption = 'Colors:'
TabOrder = 0
object Label3: TLabel
Left = 8
Top = 16
Width = 102
Height = 14
Caption = 'Application Elements:'
end
object Label2: TLabel
Left = 280
Top = 16
Width = 34
Height = 14
Caption = 'Colors:'
end
object Elements_Lst: TListBox
Left = 8
Top = 32
Width = 257
Height = 209
Hint = 'Click to select the list element'
ItemHeight = 14
Items.Strings = (
'TofC - Record Button Text'
'TofC - Record Button Background'
'TofC - Selected Record Button Text'
'TofC - Selected Record Button Background'
'TofC - Not Empty Letter Tab Text'
'TofC - Not Empty Letter Tab Background'
'TofC - Empty Letter Tab Text'
'TofC - Empty Letter Tab Background'
'TofC - Selected Letter Tab Text'
'TofC - Selected Letter Tab Background'
'TofC - Labels Text'
'TofC - Labels Background'
'TofC - Pages'
'TofC - Speed Bar'
'TofC - Window Background'
'DW - Text Fields Text'
'DW - Text Fields Background'
'DW - Multi-line Fields Text'
'DW - Multi-line Fields Background'
'DW - Labels Text'
'DW - Labels Background'
'DW - Currency Text (>0)'
'DW - Currency Text (<0)'
'DW - Currency Background'
'DW - Pages'
'DW - Speed Bar'
'DW - Window Background')
TabOrder = 0
OnClick = Elements_LstClick
end
object BitBtn1: TBitBtn
Left = 9
Top = 252
Width = 77
Height = 27
Hint = 'Click here to Load Color Template'
Caption = '&Load'
Default = True
TabOrder = 1
OnClick = BitBtn1Click
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
F033777777777337F73309999990FFF0033377777777FFF77333099999000000
3333777777777777333333399033333333333337773333333333333903333333
3333333773333333333333303333333333333337333333333333}
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object BitBtn2: TBitBtn
Left = 97
Top = 252
Width = 77
Height = 27
Hint = 'Click here to Save Color Template'
Caption = '&Save'
Default = True
TabOrder = 2
OnClick = BitBtn2Click
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
333333333333337FF3333333333333903333333333333377FF33333333333399
03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
3333777777333333333333333333333333333333333333333333}
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object Color_Lst: TDrawGrid
Left = 280
Top = 32
Width = 72
Height = 210
Hint = 'Click to select a Color'
ColCount = 1
DefaultColWidth = 70
DefaultRowHeight = 12
DefaultDrawing = False
FixedCols = 0
RowCount = 16
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssNone
TabOrder = 3
OnClick = Color_LstClick
OnDrawCell = Color_LstDrawCell
end
end
end
object TabSheet6: TTabSheet
Caption = 'Fonts'
object GroupBox10: TGroupBox
Left = 0
Top = 0
Width = 385
Height = 301
Align = alClient
Caption = 'Fonts:'
TabOrder = 0
object GroupBox11: TGroupBox
Left = 184
Top = 24
Width = 169
Height = 193
Caption = 'Font'
TabOrder = 0
object Label9: TLabel
Left = 10
Top = 16
Width = 54
Height = 14
Caption = 'Font Name:'
end
object Label11: TLabel
Left = 10
Top = 56
Width = 51
Height = 14
Caption = 'Font Style:'
end
object Label12: TLabel
Left = 10
Top = 104
Width = 48
Height = 14
Caption = 'Font Size:'
end
object FontEd: TEdit
Left = 10
Top = 32
Width = 150
Height = 22
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 0
Text = 'FontEd'
end
object StyleEd: TEdit
Left = 10
Top = 72
Width = 150
Height = 22
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 1
Text = 'StyleEd'
end
object SizeEd: TEdit
Left = 10
Top = 120
Width = 150
Height = 22
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 2
Text = 'SizeEd'
end
object FontBtn: TBitBtn
Left = 30
Top = 152
Width = 113
Height = 33
Hint = 'Select Font'
Caption = 'Change Font'
TabOrder = 3
OnClick = FontBtnClick
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333333333333333333333FFF33FFFFF33333300033000
00333337773377777333333330333300033333337FF33777F333333330733300
0333333377FFF777F33333333700000073333333777777773333333333033000
3333333337FF777F333333333307300033333333377F777F3333333333703007
33333333377F7773333333333330000333333333337777F33333333333300003
33333333337777F3333333333337007333333333337777333333333333330033
3333333333377333333333333333033333333333333733333333333333333333
3333333333333333333333333333333333333333333333333333}
Margin = 5
NumGlyphs = 2
end
end
object FontComponent_CB: TRadioGroup
Left = 8
Top = 24
Width = 169
Height = 193
Caption = 'Component'
ItemIndex = 0
Items.Strings = (
'Record Buttons'
'One-Line Edit Fields'
'Multi-Line Edit Fields')
TabOrder = 1
OnClick = FontComponent_CBClick
end
end
end
object TabSheet7: TTabSheet
Caption = 'Security'
object GroupBox6: TGroupBox
Left = 0
Top = 0
Width = 385
Height = 301
Align = alClient
Caption = 'Security Options:'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 240
Width = 97
Height = 14
Caption = 'Data Root Directory:'
end
object Password_GB: TRadioGroup
Left = 8
Top = 24
Width = 209
Height = 57
Caption = 'Password'
Items.Strings = (
'Password Required'
'Password Not Required')
TabOrder = 0
end
object AccessMode_GB: TRadioGroup
Left = 8
Top = 112
Width = 233
Height = 89
Caption = 'Public Files Access Rights (All Users)'
Items.Strings = (
'As Specified In Accounts'
'Read and Write'
'Read Only'
'None')
TabOrder = 1
end
object DataDir_Ed: TDirEdit
Left = 8
Top = 256
Width = 345
Height = 24
AutoSize = False
AutoSelect = False
TabOrder = 2
end
end
end
object TabSheet8: TTabSheet
Caption = 'Users'
object GroupBox7: TGroupBox
Left = 0
Top = 0
Width = 399
Height = 301
Align = alClient
Caption = 'Users:'
TabOrder = 0
object UserCount_GB: TRadioGroup
Left = 106
Top = 79
Width = 145
Height = 57
Caption = 'Users Count'
ItemIndex = 0
Items.Strings = (
'1-User System'
'Multi-User System')
TabOrder = 0
OnClick = UserCount_GBClick
end
object UserAccts_Btn: TBitBtn
Left = 114
Top = 175
Width = 129
Height = 33
Hint = 'View or Modify User Accounts'
Caption = '&User Accounts'
TabOrder = 1
OnClick = UserAccts_BtnClick
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
00007777777777777777933393303933337073F37F37F73F3377393393303393
379037FF7F37F37FF777379793303379793037777337F3777737339933303339
93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
999037777337F377777793993330333393307377FF37F3337FF7333993303333
993033377F37F33377F7333993303333993033377337F3337737333333303333
33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
03037F7F7F7F7F7F7F7F00000000000000007777777777777777}
NumGlyphs = 2
end
end
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Options = []
Left = 432
Top = 280
end
end