home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / SYSPROP.DFM / SYSPROP.txt < prev   
Text File  |  1997-02-17  |  12KB  |  451 lines

  1. object SysPropDlg: TSysPropDlg
  2.   Left = 213
  3.   Top = 100
  4.   HelpContext = 57
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'System Properties'
  8.   ClientHeight = 337
  9.   ClientWidth = 313
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 72
  21.     Top = 306
  22.     Width = 77
  23.     Height = 27
  24.     TabOrder = 1
  25.     OnClick = OKBtnClick
  26.     Kind = bkOK
  27.     Margin = 4
  28.     Style = bsNew
  29.     Spacing = -1
  30.     IsControl = True
  31.   end
  32.   object CancelBtn: TBitBtn
  33.     Left = 152
  34.     Top = 306
  35.     Width = 77
  36.     Height = 27
  37.     TabOrder = 2
  38.     Kind = bkCancel
  39.     Margin = 4
  40.     Style = bsNew
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object Notebook: TTabbedNotebook
  45.     Left = 2
  46.     Top = 0
  47.     Width = 309
  48.     Height = 303
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     TabsPerRow = 4
  54.     TabFont.Color = clBtnText
  55.     TabFont.Height = -11
  56.     TabFont.Name = 'MS Sans Serif'
  57.     TabFont.Style = []
  58.     TabOrder = 0
  59.     OnChange = NotebookChange
  60.     object TTabPage
  61.       Left = 5
  62.       Top = 26
  63.       Caption = 'General'
  64.       object Bevel1: TBevel
  65.         Left = 10
  66.         Top = 12
  67.         Width = 279
  68.         Height = 65
  69.         Shape = bsFrame
  70.       end
  71.       object Label2: TLabel
  72.         Left = 20
  73.         Top = 22
  74.         Width = 114
  75.         Height = 13
  76.         Caption = '&System window caption:'
  77.         FocusControl = CapEdit
  78.       end
  79.       object Label1: TLabel
  80.         Left = 12
  81.         Top = 96
  82.         Width = 69
  83.         Height = 13
  84.         Caption = '&Preferences'
  85.         FocusControl = PrefList
  86.         Font.Color = clBlack
  87.         Font.Height = -11
  88.         Font.Name = 'MS Sans Serif'
  89.         Font.Style = [fsBold]
  90.         ParentFont = False
  91.       end
  92.       object CapEdit: TEdit
  93.         Left = 22
  94.         Top = 40
  95.         Width = 253
  96.         Height = 20
  97.         TabOrder = 0
  98.       end
  99.       object PrefList: TCheckList
  100.         Left = 10
  101.         Top = 114
  102.         Width = 279
  103.         Height = 142
  104.         Color = clBtnFace
  105.         IntegralHeight = True
  106.         ItemHeight = 20
  107.         Items.Strings = (
  108.           'Display splash screen during loading'
  109.           'Restore system window after loading'
  110.           'Quit Calmira when the system window is closed'
  111.           'Ask for confirmation before exiting the program'
  112.           'Play system sounds when displaying messages'
  113.           'Run taskbar program together with main module'
  114.           'Scroll window contents when dragging scrollbar'
  115.           'Allow Escape key to break out of long disk reads')
  116.         TabOrder = 1
  117.       end
  118.     end
  119.     object TTabPage
  120.       Left = 5
  121.       Top = 26
  122.       Caption = 'Display'
  123.       object Bevel2: TBevel
  124.         Left = 10
  125.         Top = 10
  126.         Width = 279
  127.         Height = 139
  128.         Shape = bsFrame
  129.       end
  130.       object CustomBtn: TStyleSpeed
  131.         Left = 126
  132.         Top = 112
  133.         Width = 147
  134.         Height = 25
  135.         Caption = 'Choose c&ustom colour...'
  136.         Enabled = False
  137.         OnClick = CustomBtnClick
  138.         Style = sbBitBtn
  139.       end
  140.       object Sample: TShape
  141.         Left = 26
  142.         Top = 112
  143.         Width = 89
  144.         Height = 25
  145.       end
  146.       object Label3: TLabel
  147.         Left = 26
  148.         Top = 22
  149.         Width = 74
  150.         Height = 13
  151.         Caption = 'Screen &element'
  152.         FocusControl = Element
  153.       end
  154.       object Label4: TLabel
  155.         Left = 26
  156.         Top = 64
  157.         Width = 74
  158.         Height = 13
  159.         Caption = 'System &colours:'
  160.         FocusControl = ColorPick
  161.       end
  162.       object Bevel3: TBevel
  163.         Left = 10
  164.         Top = 162
  165.         Width = 279
  166.         Height = 99
  167.         Shape = bsFrame
  168.       end
  169.       object Label5: TLabel
  170.         Left = 26
  171.         Top = 4
  172.         Width = 29
  173.         Height = 13
  174.         Caption = 'Colors'
  175.       end
  176.       object Label6: TLabel
  177.         Left = 26
  178.         Top = 156
  179.         Width = 85
  180.         Height = 13
  181.         Caption = 'Spacing (in pixels)'
  182.       end
  183.       object Label8: TLabel
  184.         Left = 24
  185.         Top = 178
  186.         Width = 154
  187.         Height = 13
  188.         Caption = '&Width of grid for large icon views'
  189.         FocusControl = GridWidth
  190.       end
  191.       object Label7: TLabel
  192.         Left = 24
  193.         Top = 205
  194.         Width = 157
  195.         Height = 13
  196.         Caption = '&Height of grid for large icon views'
  197.         FocusControl = GridHeight
  198.       end
  199.       object Label9: TLabel
  200.         Left = 24
  201.         Top = 232
  202.         Width = 146
  203.         Height = 13
  204.         Caption = 'Height of &rows in lists and trees'
  205.         FocusControl = RowHeight
  206.       end
  207.       object Element: TComboBox
  208.         Left = 26
  209.         Top = 38
  210.         Width = 247
  211.         Height = 20
  212.         Style = csDropDownList
  213.         ItemHeight = 13
  214.         TabOrder = 0
  215.         OnChange = ElementChange
  216.       end
  217.       object ColorPick: TComboBox
  218.         Left = 26
  219.         Top = 80
  220.         Width = 247
  221.         Height = 20
  222.         Style = csDropDownList
  223.         Enabled = False
  224.         ItemHeight = 13
  225.         TabOrder = 1
  226.         OnChange = ColorPickChange
  227.       end
  228.       object GridWidth: TSpinEdit
  229.         Left = 206
  230.         Top = 174
  231.         Width = 65
  232.         Height = 22
  233.         MaxValue = 128
  234.         MinValue = 8
  235.         TabOrder = 2
  236.         Value = 16
  237.       end
  238.       object GridHeight: TSpinEdit
  239.         Left = 206
  240.         Top = 202
  241.         Width = 65
  242.         Height = 22
  243.         MaxValue = 128
  244.         MinValue = 8
  245.         TabOrder = 3
  246.         Value = 16
  247.       end
  248.       object RowHeight: TSpinEdit
  249.         Left = 206
  250.         Top = 230
  251.         Width = 65
  252.         Height = 22
  253.         MaxValue = 128
  254.         MinValue = 8
  255.         TabOrder = 4
  256.         Value = 16
  257.       end
  258.     end
  259.     object TTabPage
  260.       Left = 5
  261.       Top = 26
  262.       Caption = 'Network'
  263.       object Label10: TLabel
  264.         Left = 12
  265.         Top = 176
  266.         Width = 52
  267.         Height = 13
  268.         Caption = '&Connect to'
  269.         FocusControl = RemoteEdit
  270.       end
  271.       object Label11: TLabel
  272.         Left = 12
  273.         Top = 206
  274.         Width = 46
  275.         Height = 13
  276.         Caption = '&Password'
  277.         FocusControl = PasswordEdit
  278.       end
  279.       object Connect: TStyleSpeed
  280.         Left = 104
  281.         Top = 236
  282.         Width = 91
  283.         Height = 25
  284.         Caption = 'Co&nnect'
  285.         Enabled = False
  286.         Glyph.Data = {
  287.           10010000424D1001000000000000760000002800000010000000100000000100
  288.           0400000000008000000000000000000000000000000000000000000000000000
  289.           80000080000000808000800000008000800080800000C0C0C000808080000000
  290.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  291.           330033333333333330883330000000000877330888888888087733087070707F
  292.           087733087070707F087700087070707F087777787070707F087700087070707F
  293.           087733087070707F087733087070707F08773308FFFFFFFF0877333000000000
  294.           0F7733333333333330FF33333333333333003333333333333333000000000000
  295.           0000000000000000000000000000000000000000}
  296.         OnClick = ConnectClick
  297.         Style = sbBitBtn
  298.       end
  299.       object Disconnect: TStyleSpeed
  300.         Left = 198
  301.         Top = 236
  302.         Width = 91
  303.         Height = 25
  304.         Caption = '&Disconnect'
  305.         Enabled = False
  306.         Glyph.Data = {
  307.           10010000424D1001000000000000760000002800000010000000100000000100
  308.           0400000000008000000000000000000000000000000000000000000000000000
  309.           80000080000000808000800000008000800080800000C0C0C000808080000000
  310.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  311.           333333330000000000333330888888888033333087070707F003333087070707
  312.           F0B0000087070707F0F0777787070707F0B0000087070707F0F0333087070707
  313.           F0B0333087070707F00333308FFFFFFFF0333333000000000033333333333333
  314.           3333333333333333333333333333333333333333333333333333000000000000
  315.           0000000000000000000000000000000000000000}
  316.         OnClick = ConnectClick
  317.         Style = sbBitBtn
  318.       end
  319.       object RefreshNet: TStyleSpeed
  320.         Left = 10
  321.         Top = 236
  322.         Width = 91
  323.         Height = 25
  324.         Caption = '&Refresh'
  325.         Glyph.Data = {
  326.           68010000424D6801000000000000760000002800000012000000120000000100
  327.           040000000000D800000000000000000000000000000000000000000000000000
  328.           80000080000000808000800000008000800080800000C0C0C000808080000000
  329.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777007777777
  330.           877777000000770000777777877777000000770F000777778777770000007770
  331.           F000777787777700000077770F000777877777000000777770F0000000877700
  332.           00007777770F00888780770000007777777008788F7807000000777777708778
  333.           87F788000000777777707778877F70000000770000008788777F700000000008
  334.           78F0888F7777700000000B0878F888FF7777880000000B0878F7088777780700
  335.           00000B0878F07088888077000000000FFFF07780008777000000770000077777
  336.           7777770000007777777777777777770000000000000000000000000000000000
  337.           000000000000000000000000}
  338.         OnClick = RefreshNetClick
  339.         Style = sbBitBtn
  340.       end
  341.       object DeviceList: TListBox
  342.         Left = 10
  343.         Top = 30
  344.         Width = 279
  345.         Height = 133
  346.         ItemHeight = 16
  347.         Style = lbOwnerDrawFixed
  348.         TabOrder = 1
  349.         OnClick = DeviceListClick
  350.         OnDrawItem = DeviceListDrawItem
  351.       end
  352.       object Header: THeader
  353.         Left = 10
  354.         Top = 12
  355.         Width = 279
  356.         Height = 19
  357.         Sections.Sections = (
  358.           #0'97'#0'Local device'
  359.           #0'156'#0'Shared device or remote server')
  360.         TabOrder = 0
  361.         OnSized = HeaderSized
  362.       end
  363.       object RemoteEdit: TEdit
  364.         Left = 78
  365.         Top = 174
  366.         Width = 211
  367.         Height = 20
  368.         TabOrder = 2
  369.       end
  370.       object PasswordEdit: TEdit
  371.         Left = 78
  372.         Top = 204
  373.         Width = 211
  374.         Height = 20
  375.         PasswordChar = '#'
  376.         TabOrder = 3
  377.       end
  378.     end
  379.     object TTabPage
  380.       Left = 5
  381.       Top = 26
  382.       Caption = 'Advanced'
  383.       object AddBtn: TStyleSpeed
  384.         Left = 10
  385.         Top = 240
  386.         Width = 67
  387.         Height = 25
  388.         Caption = '&Add...'
  389.         OnClick = AddBtnClick
  390.         Style = sbBitBtn
  391.       end
  392.       object RemoveBtn: TStyleSpeed
  393.         Left = 80
  394.         Top = 240
  395.         Width = 67
  396.         Height = 25
  397.         Caption = '&Remove'
  398.         OnClick = RemoveBtnClick
  399.         Style = sbBitBtn
  400.       end
  401.       object ModifyBtn: TStyleSpeed
  402.         Left = 150
  403.         Top = 240
  404.         Width = 67
  405.         Height = 25
  406.         Caption = '&Modify...'
  407.         OnClick = ModifyBtnClick
  408.         Style = sbBitBtn
  409.       end
  410.       object SaveBtn: TStyleSpeed
  411.         Left = 220
  412.         Top = 240
  413.         Width = 69
  414.         Height = 25
  415.         Caption = '&Save'
  416.         Glyph.Data = {
  417.           78010000424D7801000000000000760000002800000020000000100000000100
  418.           04000000000000000000120B0000120B00000000000000000000000000000000
  419.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  420.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  421.           333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
  422.           00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
  423.           00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
  424.           00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
  425.           00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  426.           00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  427.           00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
  428.           0003737FFFFFFFFF7F73300999999999003337777777777777330000}
  429.         NumGlyphs = 2
  430.         ParentShowHint = False
  431.         ShowHint = True
  432.         OnClick = SaveBtnClick
  433.         Style = sbBitBtn
  434.       end
  435.       object Outline: TScrollTree
  436.         Left = 10
  437.         Top = 10
  438.         Width = 279
  439.         Height = 223
  440.         OutlineStyle = osPlusMinusPictureText
  441.         Style = otOwnerDraw
  442.         ItemHeight = 18
  443.         OnDrawItem = OutlineDrawItem
  444.         Color = clWhite
  445.         TabOrder = 0
  446.         OnClick = OutlineClick
  447.         ItemSeparator = '\'
  448.         PicturePlus.Data = {<image000.unknown>}
  449.         PictureMinus.Data = {<image001.unknown>}
  450.         PictureOpen.Data = {<image002.BMv>}
  451.