home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMAUTORUN / TFRMAUTORUN.txt
Encoding:
Text File  |  2004-03-31  |  6.8 KB  |  269 lines

  1. object frmAutoRun: TfrmAutoRun
  2.   Left = 785
  3.   Top = 380
  4.   BorderStyle = bsDialog
  5.   Caption = 'Automatic Playing'
  6.   ClientHeight = 403
  7.   ClientWidth = 382
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 214
  23.     Top = 373
  24.     Width = 75
  25.     Height = 23
  26.     HelpContext = 5
  27.     Caption = 'OK'
  28.     Default = True
  29.     TabOrder = 0
  30.     OnClick = btnOKClick
  31.   end
  32.   object btnCancel: TButton
  33.     Left = 296
  34.     Top = 373
  35.     Width = 75
  36.     Height = 23
  37.     HelpContext = 3
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     TabOrder = 1
  41.     OnClick = btnCancelClick
  42.   end
  43.   object PageControl1: TPageControl
  44.     Left = 9
  45.     Top = 8
  46.     Width = 364
  47.     Height = 357
  48.     ActivePage = tsDriveAutorun
  49.     TabIndex = 0
  50.     TabOrder = 2
  51.     object tsDriveAutorun: TTabSheet
  52.       Caption = 'Drive Settings'
  53.       object Label45: TLabel
  54.         Left = 12
  55.         Top = 10
  56.         Width = 331
  57.         Height = 35
  58.         AutoSize = False
  59.         Caption = 
  60.           'Specify which drives should be played automatically when media a' +
  61.           're inserted (if possible).'
  62.         WordWrap = True
  63.       end
  64.       object Label1: TLabel
  65.         Left = 12
  66.         Top = 51
  67.         Width = 54
  68.         Height = 13
  69.         HelpContext = 2349
  70.         Caption = '&Drives:'
  71.         FocusControl = TV
  72.       end
  73.       object TV: TTreeView
  74.         Left = 12
  75.         Top = 68
  76.         Width = 330
  77.         Height = 217
  78.         HelpContext = 2349
  79.         ChangeDelay = 40
  80.         Ctl3D = True
  81.         DragKind = dkDock
  82.         Images = frmDrives.Small
  83.         Indent = 19
  84.         ParentCtl3D = False
  85.         ParentShowHint = False
  86.         ReadOnly = True
  87.         ShowHint = True
  88.         StateImages = frmDrives.Small
  89.         TabOrder = 0
  90.         ToolTips = False
  91.         OnDblClick = TVDblClick
  92.         OnKeyDown = TVKeyDown
  93.         OnMouseDown = TVMouseDown
  94.       end
  95.       object btnAutorunDefault: TButton
  96.         Left = 12
  97.         Top = 295
  98.         Width = 97
  99.         Height = 24
  100.         HelpContext = 7
  101.         Caption = '&Restore Defaults'
  102.         TabOrder = 1
  103.         OnClick = btnAutorunDefaultClick
  104.       end
  105.     end
  106.     object tsAutoPlay: TTabSheet
  107.       Caption = 'AutoPlay'
  108.       ImageIndex = 2
  109.       OnShow = tsAutoPlayShow
  110.       object Label4: TLabel
  111.         Left = 12
  112.         Top = 10
  113.         Width = 327
  114.         Height = 46
  115.         AutoSize = False
  116.         Caption = 
  117.           'Select a drive and click Configure AutoPlay to assign individual' +
  118.           ' autoplay functions to drives with specific types of content (su' +
  119.           'ch as images, music or videos).'
  120.         WordWrap = True
  121.       end
  122.       object Label5: TLabel
  123.         Left = 12
  124.         Top = 60
  125.         Width = 208
  126.         Height = 13
  127.         HelpContext = 2388
  128.         Caption = 'Drives with removable media:'
  129.       end
  130.       object lbAutoPlay: TBigCheckListBox
  131.         Left = 12
  132.         Top = 77
  133.         Width = 330
  134.         Height = 101
  135.         HelpContext = 2388
  136.         Checkboxes = False
  137.         SmallList = True
  138.         NoMouseScrolling = False
  139.         SelColor = clHighlight
  140.         TabOrder = 0
  141.         OnDblClick = btnShowAutoPlaySettingsXPClick
  142.       end
  143.       object btnShowAutoPlaySettingsXP: TButton
  144.         Left = 215
  145.         Top = 186
  146.         Width = 128
  147.         Height = 24
  148.         HelpContext = 2350
  149.         Caption = '&Configure AutoPlay'
  150.         TabOrder = 1
  151.         OnClick = btnShowAutoPlaySettingsXPClick
  152.       end
  153.     end
  154.     object tsAudioCD: TTabSheet
  155.       Caption = 'Audio CDs'
  156.       ImageIndex = 1
  157.       OnShow = tsAudioCDShow
  158.       object imgAudioCD: TImage
  159.         Left = 12
  160.         Top = 10
  161.         Width = 32
  162.         Height = 32
  163.         AutoSize = True
  164.       end
  165.       object Label17: TLabel
  166.         Left = 51
  167.         Top = 10
  168.         Width = 298
  169.         Height = 34
  170.         AutoSize = False
  171.         Caption = 
  172.           'Specify whether music CDs should be played automatically when in' +
  173.           'serted, and if yes, with which program.'
  174.         WordWrap = True
  175.       end
  176.       object btnAudioCDDefault: TButton
  177.         Left = 12
  178.         Top = 295
  179.         Width = 97
  180.         Height = 24
  181.         HelpContext = 7
  182.         Caption = 'R&estore Defaults'
  183.         TabOrder = 0
  184.         OnClick = btnAudioCDDefaultClick
  185.       end
  186.       object gbAudioCD: TGroupBox
  187.         Left = 12
  188.         Top = 53
  189.         Width = 329
  190.         Height = 110
  191.         Caption = 'Play audio CDs'
  192.         TabOrder = 1
  193.         object lblAudioCDPlayer: TLabel
  194.           Left = 31
  195.           Top = 44
  196.           Width = 55
  197.           Height = 18
  198.           HelpContext = 2351
  199.           AutoSize = False
  200.           Caption = '&Program:'
  201.           FocusControl = txtAudioCDPlayer
  202.         end
  203.         object chkPlayAudioCDs: TCheckBox
  204.           Left = 12
  205.           Top = 19
  206.           Width = 213
  207.           Height = 17
  208.           HelpContext = 2351
  209.           Caption = 'Play audio CDs automatically'
  210.           Checked = True
  211.           State = cbChecked
  212.           TabOrder = 0
  213.           OnClick = chkPlayAudioCDsClick
  214.         end
  215.         object txtAudioCDPlayer: TEdit
  216.           Left = 88
  217.           Top = 41
  218.           Width = 225
  219.           Height = 21
  220.           HelpContext = 2351
  221.           TabOrder = 1
  222.           Text = 'C:\WINDOWS\CDPlayer.exe /play'
  223.           OnChange = txtAudioCDPlayerChange
  224.         end
  225.         object btnChangeAudioCDPlayer: TButton
  226.           Left = 230
  227.           Top = 70
  228.           Width = 84
  229.           Height = 23
  230.           Caption = 'C&hange...'
  231.           TabOrder = 2
  232.           OnClick = btnChangeAudioCDPlayerClick
  233.         end
  234.       end
  235.     end
  236.   end
  237.   object OpenDlg: TApOpenDialog
  238.     Filter = 'Applications (*.exe; *.com)|*.exe; *.com|All files (*)|*'
  239.     OptionsEx = [ofExNoPlacesBar]
  240.     Title = 'Select program'
  241.     CustDlgParams.PosParams.ShiftX = 0
  242.     CustDlgParams.PosParams.ShiftY = 0
  243.     CustDlgParams.PosParams.FitToScreen = False
  244.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  245.     ListViewStyles.HotTrack = False
  246.     ListViewStyles.HotTrackStyles = []
  247.     ListViewStyles.FlatScrollBars = False
  248.     ListViewStyles.GridLines = False
  249.     ListViewStyles.RowSelect = False
  250.     ListViewStyles.EnableRename = True
  251.     ListViewStyles.EnableDelete = True
  252.     ListViewStyles.PopupOnEmpty = True
  253.     ListViewStyles.PopupOnSelection = True
  254.     PlacesBar.Places = <>
  255.     PlacesBar.Visible = False
  256.     PlacesBar.AllowEdit = True
  257.     PlacesBar.AllowDelete = True
  258.     PlacesBar.AllowDrop = True
  259.     PlacesBar.AutoScroll = True
  260.     PlacesBar.BorderStyle = bsNone
  261.     PlacesBar.Native = True
  262.     ExtFilter.ShowFolders = True
  263.     ExtFilter.Enabled = False
  264.     ToolBar.Flat = False
  265.     Left = 9
  266.     Top = 370
  267.   end
  268. end
  269.