home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / grafika / ddclip / setupsl.ex_ / setupsl.ex / 0 / RCDATA / TSRCFORM / TSRCFORM.txt < prev   
Text File  |  1997-04-24  |  2KB  |  81 lines

  1. object SrcForm: TSrcForm
  2.   Left = 343
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Source Path'
  7.   ClientHeight = 142
  8.   ClientWidth = 297
  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.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SrcLabel: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 281
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Please, insert source DISK1 and press OK'
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 8
  35.     Top = 32
  36.     Width = 281
  37.     Height = 13
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'or click Browse and select new source path'
  41.   end
  42.   object Button1: TButton
  43.     Left = 51
  44.     Top = 105
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object Button2: TButton
  53.     Left = 171
  54.     Top = 105
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 1
  61.     OnClick = Button2Click
  62.   end
  63.   object ChangePath: TButton
  64.     Left = 232
  65.     Top = 64
  66.     Width = 57
  67.     Height = 21
  68.     Caption = 'Browse'
  69.     TabOrder = 2
  70.     OnClick = ChangePathClick
  71.   end
  72.   object SrcPath: TEdit
  73.     Left = 8
  74.     Top = 64
  75.     Width = 217
  76.     Height = 21
  77.     TabOrder = 3
  78.     Text = 'A:'
  79.   end
  80. end
  81.