home *** CD-ROM | disk | FTP | other *** search
- object SetupForm: TSetupForm
- Left = 153
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Desktop Setup'
- ClientHeight = 231
- ClientWidth = 529
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- object TabSet1: TTabSet
- Left = 0
- Top = 210
- Width = 529
- Height = 21
- Align = alBottom
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Tabs.Strings = (
- 'Desktop Attributes'
- 'User Passwords'
- 'Miscellaneous')
- TabIndex = 0
- OnClick = TabSet1Click
- OnChange = TabSet1Change
- end
- object Notebook1: TNotebook
- Left = 0
- Top = 0
- Width = 437
- Height = 210
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Preferences'
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 425
- Height = 188
- Caption = 'Desktop Attributes'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object MenuBar: TCheckBox
- Left = 20
- Top = 28
- Width = 361
- Height = 17
- Caption = 'Show Menu &Bar (when disabled, right click mouse for menu)'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object DisplayTabs: TCheckBox
- Left = 20
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Show Page &Tabs'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object DateTime: TCheckBox
- Left = 20
- Top = 68
- Width = 137
- Height = 17
- Caption = 'Show &Date and Time'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object AllowSizing: TCheckBox
- Left = 20
- Top = 88
- Width = 213
- Height = 17
- Caption = 'Allow Desktop &Window to be Sized'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object AllowScrolling: TCheckBox
- Left = 20
- Top = 108
- Width = 409
- Height = 17
- Caption =
- 'Allow &Scrolling when Desktop Items extend beyond Window Boundri' +
- 'es'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object WantExitPrompt: TCheckBox
- Left = 20
- Top = 128
- Width = 265
- Height = 17
- Caption = 'Ask for &Confirmation Before Exiting QuikMenu'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object KeepLog: TCheckBox
- Left = 20
- Top = 148
- Width = 397
- Height = 17
- Caption = 'Keep a time log of all desktop activity'
- TabOrder = 7
- end
- object EncryptFile: TCheckBox
- Left = 20
- Top = 168
- Width = 405
- Height = 17
- Caption =
- '&Encrypt Desktop File (prevents file from being edited with text' +
- ' editor)'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Password'
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 409
- Height = 189
- Caption = 'Password / Access Control Settings'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Label2: TLabel
- Left = 12
- Top = 28
- Width = 72
- Height = 15
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Protect What:'
- FocusControl = MenuList
- end
- object Label1: TLabel
- Left = 99
- Top = 64
- Width = 59
- Height = 15
- Caption = '&Password:'
- FocusControl = PassEdit
- end
- object TheIcon: TNeoImage
- Left = 312
- Top = 56
- Width = 32
- Height = 32
- end
- object LockClosed: TNeoImage
- Left = 8
- Top = 53
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- object LockOpen: TNeoImage
- Left = 44
- Top = 53
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Visible = False
- end
- object Bevel1: TBevel
- Left = 88
- Top = 56
- Width = 9
- Height = 61
- Shape = bsLeftLine
- end
- object NeoImage1: TNeoImage
- Left = 8
- Top = 130
- Width = 59
- Height = 41
- AutoSize = True
- Transparent = True
- end
- object Balloon1: TBalloon
- Left = 68
- Top = 134
- Width = 330
- Height = 37
- Caption =
- 'These passwords and access control settings only affect this cop' +
- 'y of QuikMenu.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- XOffset = 5
- YOffset = 3
- StemOffset = 7
- end
- object MenuList: TComboBox
- Left = 88
- Top = 24
- Width = 310
- Height = 23
- Style = csDropDownList
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- Items.Strings = (
- 'Desktop Menu'
- ' New Command '
- ' Open Command'
- ' Run Command'
- ' Exit Command'
- ' Exit in MS-DOS mode'
- 'Modify Menu'
- 'Page Menu'
- 'Options Menu'
- ' View Log Command'
- ' New Log Command'
- ' Open Log Command'
- ' Task Manager Command'
- 'Help Menu'
- 'Master Password (overrides all other passwords)'
- 'PopUp Menu (accessed via right mouse button)')
- ParentFont = False
- TabOrder = 0
- OnChange = MenuListChange
- end
- object PassEdit: TEdit
- Left = 164
- Top = 60
- Width = 142
- Height = 23
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- MaxLength = 10
- ParentFont = False
- TabOrder = 1
- OnChange = PassEditChange
- end
- object Disablemenu: TCheckBox
- Left = 100
- Top = 96
- Width = 241
- Height = 17
- Caption = '&Remove this Choice from the Menu Bar'
- Enabled = False
- TabOrder = 2
- OnClick = DisablemenuClick
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Miscellaneous'
- object TempDirPrompt: TLabel
- Left = 8
- Top = 24
- Width = 86
- Height = 15
- Caption = '&Temp Directory:'
- FocusControl = TempDirBox
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object TempBrowseButton: TSpeedButton
- Left = 401
- Top = 21
- Width = 23
- Height = 23
- Glyph.Data = {
- E6000000424DE6000000000000007600000028000000100000000E0000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 8300038303000383830083030300830383008383030083838300C3C3C3000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00111111111111
- 11111110000000000111110BBBBBBBBBB011110BBBBBBBBBB011110BBBBBBBBB
- B011110BBBBBBBBBB011110BBBBBBBBBB011110BBBBBBBBBB011110BBBBBBBBB
- B011110BBBBBBBBBB011110BBBBB0000001111100000BBBBB011111111110000
- 01111111111111111111}
- OnClick = TempBrowseButtonClick
- end
- object Label8: TLabel
- Left = 8
- Top = 81
- Width = 417
- Height = 33
- AutoSize = False
- Caption =
- 'NOTE: The Temp Directory is used to store temporary files create' +
- 'd while QuikMenu 4 Windows is in the modify mode.'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Bevel3: TBevel
- Left = 8
- Top = 127
- Width = 385
- Height = 9
- Shape = bsTopLine
- end
- object TempDirBox: TEdit
- Left = 97
- Top = 22
- Width = 300
- Height = 22
- AutoSize = False
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object UseDOSTemp: TCheckBox
- Left = 8
- Top = 57
- Width = 189
- Height = 17
- Caption = '&Use Windows Temp Directory'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = UseDOSTempClick
- end
- object BackUp: TCheckBox
- Left = 8
- Top = 160
- Width = 177
- Height = 17
- Caption = 'Create &Backup Desktop File'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
- end
- object NeoBitBtn1: TNeoBitBtn
- Left = 440
- Top = 108
- Width = 81
- Height = 29
- Caption = 'OK'
- Default = True
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
- 3333333333333333300033333333333000B0330000300000E00030BFB80FBFB0
- E0003000000BFBF0E00030BFB80FBFB0E0003000000BFBF0E00030BFB80F0FB0
- E00030000000FBF0E00030BFB800BFB0E0003300000BFB0000003333330FB033
- 33333333330B033333333333330F733333333333333073333333}
- end
- object NeoBitBtn2: TNeoBitBtn
- Left = 440
- Top = 140
- Width = 81
- Height = 29
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333707333
- 33333333330F733333333333330B033330003333330FB03000B03370000BFB00
- E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000330078FBFBF0
- E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000337000000000
- 0000333333333333333333333333333333333333333333333333}
- end
- object NeoBitBtn3: TNeoBitBtn
- Left = 440
- Top = 172
- Width = 81
- Height = 29
- Caption = '&Help'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = NeoBitBtn3Click
- Glyph.Data = {
- 76010000424D760100000000000076000000280000001B000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
- 3300003333333330000033333333333300BFBF00333333300000333333333330
- FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
- FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
- FB0BF0FBFB0BF03000003CC330BF70BF000FBF00BF07BF0000003CC330FBF0F0
- FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
- 000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
- FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
- 00FBFB003333333000003CCC3333333333000033333333300000}
- end
- end
-