home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Freeware / DDCLIP / SETUPSL.EX_ / SETUPSL.EX / 0 / RCDATA / TPATHDLG / TPATHDLG.txt < prev   
Text File  |  1997-06-17  |  2KB  |  124 lines

  1. object PathDlg: TPathDlg
  2.   Left = 296
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Path Name'
  7.   ClientHeight = 320
  8.   ClientWidth = 281
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DlgPanel: TPanel
  19.     Left = 8
  20.     Top = 32
  21.     Width = 177
  22.     Height = 281
  23.     Enabled = False
  24.     TabOrder = 7
  25.     object PathName: TLabel
  26.       Left = 16
  27.       Top = 8
  28.       Width = 53
  29.       Height = 13
  30.       Caption = 'Path &Name'
  31.       FocusControl = PathEdit
  32.     end
  33.     object DirName: TLabel
  34.       Left = 16
  35.       Top = 56
  36.       Width = 61
  37.       Height = 13
  38.       Caption = 'Directory &List'
  39.       FocusControl = DirList
  40.     end
  41.     object DiskName: TLabel
  42.       Left = 16
  43.       Top = 232
  44.       Width = 21
  45.       Height = 13
  46.       Caption = '&Disk'
  47.       FocusControl = DiskList
  48.     end
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 196
  52.     Top = 48
  53.     Width = 77
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 196
  63.     Top = 78
  64.     Width = 77
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.   end
  71.   object DiskList: TDriveComboBox
  72.     Left = 24
  73.     Top = 280
  74.     Width = 145
  75.     Height = 19
  76.     DirList = DirList
  77.     TabOrder = 3
  78.     OnChange = DiskListChange
  79.   end
  80.   object DirList: TDirectoryListBox
  81.     Left = 24
  82.     Top = 104
  83.     Width = 145
  84.     Height = 153
  85.     ItemHeight = 16
  86.     TabOrder = 4
  87.     OnChange = DirListChange
  88.   end
  89.   object PathEdit: TEdit
  90.     Left = 24
  91.     Top = 56
  92.     Width = 145
  93.     Height = 21
  94.     TabOrder = 5
  95.     Text = 'C:\Program Files\DDClip'
  96.   end
  97.   object StatusText: TPanel
  98.     Left = 8
  99.     Top = 8
  100.     Width = 265
  101.     Height = 24
  102.     Enabled = False
  103.     Caption = 'Select Destination Directory'
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     Locked = True
  109.     ParentFont = False
  110.     TabOrder = 6
  111.   end
  112.   object NetBtn: TButton
  113.     Left = 196
  114.     Top = 110
  115.     Width = 77
  116.     Height = 25
  117.     Cancel = True
  118.     Caption = 'Network'
  119.     ModalResult = 2
  120.     TabOrder = 2
  121.     OnClick = NetBtnClick
  122.   end
  123. end
  124.