home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / Setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-03-22  |  3KB  |  175 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 99
  4.   Width = 428
  5.   Height = 383
  6.   Caption = 'Wave Flow Setup'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 16
  22.     Top = 40
  23.     Width = 217
  24.     Height = 185
  25.     Picture.Data = {<image001.bmp>}
  26.     Stretch = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 268
  31.     Width = 77
  32.     Height = 13
  33.     Caption = '&Target directory:'
  34.     FocusControl = edit1
  35.   end
  36.   object Label2: TLabel
  37.     Left = 256
  38.     Top = 186
  39.     Width = 64
  40.     Height = 13
  41.     Caption = 'Select a &Unit:'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 256
  45.     Top = 20
  46.     Width = 118
  47.     Height = 13
  48.     Caption = 'Please select a director&y:'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 16
  52.     Top = 8
  53.     Width = 155
  54.     Height = 19
  55.     Caption = 'WAVE FLOW SETUP:'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clNavy
  58.     Font.Height = -16
  59.     Font.Name = 'Times New Roman'
  60.     Font.Style = [fsBold, fsUnderline]
  61.     ParentFont = False
  62.   end
  63.   object Label5: TLabel
  64.     Left = 256
  65.     Top = 268
  66.     Width = 3
  67.     Height = 13
  68.   end
  69.   object Label6: TLabel
  70.     Left = 264
  71.     Top = 72
  72.     Width = 126
  73.     Height = 13
  74.     Caption = 'Deleting Registry entries ...'
  75.   end
  76.   object Label7: TLabel
  77.     Left = 264
  78.     Top = 92
  79.     Width = 113
  80.     Height = 13
  81.     Caption = 'Deleting program files ...'
  82.   end
  83.   object Label8: TLabel
  84.     Left = 264
  85.     Top = 112
  86.     Width = 86
  87.     Height = 13
  88.     Caption = 'Deleting Menus ...'
  89.   end
  90.   object DirectoryListBox1: TDirectoryListBox
  91.     Left = 256
  92.     Top = 40
  93.     Width = 145
  94.     Height = 137
  95.     ItemHeight = 16
  96.     TabOrder = 0
  97.     OnChange = DirectoryListBox1Change
  98.   end
  99.   object DriveComboBox1: TDriveComboBox
  100.     Left = 256
  101.     Top = 206
  102.     Width = 145
  103.     Height = 19
  104.     DirList = DirectoryListBox1
  105.     TabOrder = 1
  106.     TextCase = tcUpperCase
  107.   end
  108.   object edit1: TEdit
  109.     Left = 16
  110.     Top = 288
  111.     Width = 217
  112.     Height = 21
  113.     TabOrder = 2
  114.     Text = 'c:\waveflow'
  115.     OnExit = edit1Exit
  116.     OnKeyPress = edit1KeyPress
  117.   end
  118.   object Button1: TButton
  119.     Left = 132
  120.     Top = 320
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&OK'
  124.     TabOrder = 3
  125.     OnClick = Button1Click
  126.   end
  127.   object Button2: TButton
  128.     Left = 220
  129.     Top = 320
  130.     Width = 75
  131.     Height = 25
  132.     Cancel = True
  133.     Caption = '&Cancel'
  134.     TabOrder = 4
  135.     OnClick = Button2Click
  136.   end
  137.   object ProgressBar1: TProgressBar
  138.     Left = 256
  139.     Top = 290
  140.     Width = 145
  141.     Height = 16
  142.     Min = 0
  143.     Max = 100
  144.     TabOrder = 5
  145.   end
  146.   object CheckBox1: TCheckBox
  147.     Left = 16
  148.     Top = 232
  149.     Width = 273
  150.     Height = 17
  151.     Caption = 'Set Wave flow as the default audio &editor/player'
  152.     Checked = True
  153.     State = cbChecked
  154.     TabOrder = 6
  155.   end
  156.   object CheckBox2: TCheckBox
  157.     Left = 16
  158.     Top = 248
  159.     Width = 233
  160.     Height = 17
  161.     Caption = 'Set Wave flow as the default &CD player'
  162.     Checked = True
  163.     State = cbChecked
  164.     TabOrder = 7
  165.   end
  166.   object DdeClient: TDdeClientConv
  167.     DdeService = 'Progman'
  168.     Left = 16
  169.     Top = 312
  170.     LinkInfo = (
  171.       'Service Progman'
  172.       'Topic ')
  173.   end
  174. end
  175.