home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / bug_62 / drbob / setup.exe / Main / DRBOB.DLL / RCDATA / TPROGMANFORM / TPROGMANFORM.txt
Encoding:
Text File  |  1997-05-26  |  2.9 KB  |  141 lines

  1. object ProgManForm: TProgManForm
  2.   Left = 254
  3.   Top = 258
  4.   Width = 376
  5.   Height = 168
  6.   Caption = 'ProgMan Installation Expert'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   Scaled = False
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 368
  19.     Height = 141
  20.     Align = alClient
  21.     BevelInner = bvLowered
  22.     BorderWidth = 4
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 16
  26.       Top = 18
  27.       Width = 91
  28.       Height = 13
  29.       Caption = '&Project executable:'
  30.       FocusControl = Prog
  31.       Font.Color = clBlack
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 16
  39.       Top = 42
  40.       Width = 86
  41.       Height = 13
  42.       Caption = '&Name executable:'
  43.       FocusControl = Item
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object Label3: TLabel
  51.       Left = 16
  52.       Top = 66
  53.       Width = 82
  54.       Height = 13
  55.       Caption = '&Existing Group(s):'
  56.       Font.Color = clBlack
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.     end
  62.     object ComboBox1: TComboBox
  63.       Left = 132
  64.       Top = 64
  65.       Width = 222
  66.       Height = 21
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ItemHeight = 13
  72.       ParentFont = False
  73.       TabOrder = 0
  74.       OnChange = ComboBox1Change
  75.     end
  76.     object Item: TEdit
  77.       Left = 132
  78.       Top = 40
  79.       Width = 222
  80.       Height = 21
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       TabOrder = 1
  87.     end
  88.     object Prog: TEdit
  89.       Left = 132
  90.       Top = 16
  91.       Width = 222
  92.       Height = 21
  93.       Font.Color = clBlack
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       ReadOnly = True
  99.       TabOrder = 2
  100.     end
  101.     object OKBtn: TBitBtn
  102.       Left = 44
  103.       Top = 96
  104.       Width = 89
  105.       Height = 29
  106.       Caption = '&OK'
  107.       Font.Color = clBlack
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       TabOrder = 3
  113.       OnClick = OKBtnClick
  114.       Kind = bkOK
  115.     end
  116.     object BitBtn2: TBitBtn
  117.       Left = 240
  118.       Top = 96
  119.       Width = 89
  120.       Height = 29
  121.       Caption = '&Cancel'
  122.       Font.Color = clBlack
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ParentFont = False
  127.       TabOrder = 4
  128.       Kind = bkCancel
  129.     end
  130.     object ProgMan1: TProgMan
  131.       Left = 176
  132.       Top = 96
  133.       Width = 24
  134.       Height = 24
  135.       About = 'TProgMan (c) 1996 by Bob Swart (aka Dr.Bob)'
  136.       Active = False
  137.       OnDDEdata = ProgMan1DDEdata
  138.     end
  139.   end
  140. end
  141.