home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / INFTool.exe / 0 / RCDATA / TFRMDESTADD / TFRMDESTADD.txt
Text File  |  1998-03-15  |  4KB  |  229 lines

  1. object frmDestAdd: TfrmDestAdd
  2.   Tag = 1
  3.   Left = 227
  4.   Top = 146
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add the following destination directory:'
  7.   ClientHeight = 385
  8.   ClientWidth = 510
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 409
  22.     Height = 369
  23.     Shape = bsFrame
  24.     Style = bsRaised
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 16
  28.     Top = 24
  29.     Width = 393
  30.     Height = 209
  31.     Style = bsRaised
  32.   end
  33.   object l2: TLabel
  34.     Tag = 11
  35.     Left = 30
  36.     Top = 94
  37.     Width = 371
  38.     Height = 14
  39.     AutoSize = False
  40.     Caption = 'Enter the &directory name to create under the selected root:'
  41.     FocusControl = edSub
  42.   end
  43.   object l1: TLabel
  44.     Tag = 12
  45.     Left = 30
  46.     Top = 138
  47.     Width = 371
  48.     Height = 14
  49.     AutoSize = False
  50.     Caption = 'Example: MegaSoft\WorldMap'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clGray
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object l8: TLabel
  59.     Tag = 10
  60.     Left = 30
  61.     Top = 38
  62.     Width = 371
  63.     Height = 14
  64.     AutoSize = False
  65.     Caption = 'Select the &root of the directory to create:'
  66.     FocusControl = cbRoot
  67.   end
  68.   object l4: TLabel
  69.     Tag = 14
  70.     Left = 30
  71.     Top = 175
  72.     Width = 371
  73.     Height = 42
  74.     AutoSize = False
  75.     Caption = 'Each directory ..'
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clNavy
  78.     Font.Height = -11
  79.     Font.Name = 'Arial'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     WordWrap = True
  83.   end
  84.   object l3: TLabel
  85.     Tag = 13
  86.     Left = 30
  87.     Top = 153
  88.     Width = 371
  89.     Height = 14
  90.     AutoSize = False
  91.     Caption = '(Caution: Win95 doesn'#39't support Long File Names here)'
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clGray
  94.     Font.Height = -11
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object Bevel3: TBevel
  100.     Left = 16
  101.     Top = 248
  102.     Width = 393
  103.     Height = 121
  104.     Style = bsRaised
  105.   end
  106.   object l5: TLabel
  107.     Tag = 19
  108.     Left = 26
  109.     Top = 265
  110.     Width = 79
  111.     Height = 14
  112.     AutoSize = False
  113.     Caption = 'Default:'
  114.   end
  115.   object l6: TLabel
  116.     Tag = 21
  117.     Left = 26
  118.     Top = 292
  119.     Width = 79
  120.     Height = 14
  121.     AutoSize = False
  122.     Caption = 'Sub-Directory:'
  123.   end
  124.   object l7: TLabel
  125.     Tag = 23
  126.     Left = 26
  127.     Top = 316
  128.     Width = 375
  129.     Height = 14
  130.     AutoSize = False
  131.     Caption = 'Prompt user with:'
  132.   end
  133.   object btnOK: TBitBtn
  134.     Tag = 2
  135.     Left = 424
  136.     Top = 13
  137.     Width = 81
  138.     Height = 25
  139.     Caption = '&Add'
  140.     TabOrder = 0
  141.     Kind = bkOK
  142.   end
  143.   object btnCancel: TBitBtn
  144.     Tag = 3
  145.     Left = 424
  146.     Top = 45
  147.     Width = 81
  148.     Height = 25
  149.     Caption = '&Cancel'
  150.     TabOrder = 1
  151.     Kind = bkCancel
  152.   end
  153.   object edSub: TEdit
  154.     Tag = 16
  155.     Left = 30
  156.     Top = 113
  157.     Width = 371
  158.     Height = 22
  159.     TabOrder = 4
  160.   end
  161.   object cbRoot: TComboBox
  162.     Tag = 15
  163.     Left = 30
  164.     Top = 58
  165.     Width = 371
  166.     Height = 22
  167.     Style = csDropDownList
  168.     ItemHeight = 14
  169.     TabOrder = 3
  170.   end
  171.   object rbPreConf: TRadioButton
  172.     Tag = 17
  173.     Left = 27
  174.     Top = 17
  175.     Width = 198
  176.     Height = 17
  177.     Caption = 'Pre-configured destination path:'
  178.     Checked = True
  179.     TabOrder = 2
  180.     TabStop = True
  181.     OnClick = rbPreConfClick
  182.     OnDblClick = rbPreConfClick
  183.     OnExit = rbPreConfClick
  184.   end
  185.   object rbCustom: TRadioButton
  186.     Tag = 18
  187.     Left = 27
  188.     Top = 241
  189.     Width = 198
  190.     Height = 17
  191.     Caption = 'User-defined destination path:'
  192.     TabOrder = 5
  193.     OnClick = rbPreConfClick
  194.     OnDblClick = rbPreConfClick
  195.     OnExit = rbPreConfClick
  196.   end
  197.   object cbRoot2: TComboBox
  198.     Tag = 20
  199.     Left = 104
  200.     Top = 260
  201.     Width = 297
  202.     Height = 22
  203.     Style = csDropDownList
  204.     ItemHeight = 14
  205.     TabOrder = 6
  206.   end
  207.   object edSub2: TEdit
  208.     Tag = 22
  209.     Left = 104
  210.     Top = 289
  211.     Width = 297
  212.     Height = 22
  213.     TabOrder = 7
  214.   end
  215.   object edPrompt: TEdit
  216.     Tag = 24
  217.     Left = 25
  218.     Top = 337
  219.     Width = 376
  220.     Height = 22
  221.     TabOrder = 8
  222.   end
  223.   object t1: TTranslate
  224.     Tag = 650
  225.     Left = 429
  226.     Top = 90
  227.   end
  228. end
  229.