home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TADDREMOVEFORM / TADDREMOVEFORM.txt
Text File  |  1999-05-20  |  3KB  |  157 lines

  1. object AddRemoveForm: TAddRemoveForm
  2.   Left = 361
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'AddRemoveForm'
  6.   ClientHeight = 137
  7.   ClientWidth = 373
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 373
  20.     Height = 137
  21.     Align = alClient
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel4: TBevel
  25.     Left = 257
  26.     Top = 24
  27.     Width = 108
  28.     Height = 102
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 88
  33.     Width = 117
  34.     Height = 13
  35.     Caption = 'Registry (key) name:'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 8
  45.     Top = 8
  46.     Width = 80
  47.     Height = 13
  48.     Caption = 'Display name:'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label3: TLabel
  57.     Left = 8
  58.     Top = 48
  59.     Width = 83
  60.     Height = 13
  61.     Caption = 'Command line:'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object SpeedButton13: TSpeedButton
  70.     Left = 283
  71.     Top = 60
  72.     Width = 81
  73.     Height = 25
  74.     Caption = '&Ok'
  75.     Flat = True
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     OnClick = SpeedButton13Click
  83.   end
  84.   object SpeedButton1: TSpeedButton
  85.     Left = 283
  86.     Top = 100
  87.     Width = 81
  88.     Height = 25
  89.     Caption = '&Cancel'
  90.     Flat = True
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     OnClick = SpeedButton1Click
  98.   end
  99.   object SpeedButton2: TSpeedButton
  100.     Left = 258
  101.     Top = 60
  102.     Width = 25
  103.     Height = 25
  104.     Caption = '...'
  105.     Flat = True
  106.     OnClick = SpeedButton2Click
  107.   end
  108.   object Bevel2: TBevel
  109.     Left = 258
  110.     Top = 100
  111.     Width = 25
  112.     Height = 25
  113.     Style = bsRaised
  114.   end
  115.   object Bevel3: TBevel
  116.     Left = 258
  117.     Top = 85
  118.     Width = 106
  119.     Height = 15
  120.     Style = bsRaised
  121.   end
  122.   object Bevel5: TBevel
  123.     Left = 258
  124.     Top = 25
  125.     Width = 106
  126.     Height = 35
  127.     Style = bsRaised
  128.   end
  129.   object Edit1: TEdit
  130.     Left = 8
  131.     Top = 24
  132.     Width = 244
  133.     Height = 21
  134.     TabOrder = 0
  135.     Text = 'Edit1'
  136.     OnKeyDown = Edit1KeyDown
  137.   end
  138.   object Edit2: TEdit
  139.     Left = 8
  140.     Top = 64
  141.     Width = 244
  142.     Height = 21
  143.     TabOrder = 1
  144.     Text = 'Edit2'
  145.     OnKeyDown = Edit2KeyDown
  146.   end
  147.   object Edit3: TEdit
  148.     Left = 8
  149.     Top = 104
  150.     Width = 244
  151.     Height = 21
  152.     TabOrder = 2
  153.     Text = 'Edit3'
  154.     OnKeyDown = Edit3KeyDown
  155.   end
  156. end
  157.