home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TPROGIDCHANGEFORM / TPROGIDCHANGEFORM.txt
Text File  |  2002-07-19  |  988b  |  52 lines

  1. object ProgIDChangeForm: TProgIDChangeForm
  2.   Left = 533
  3.   Top = 613
  4.   ActiveControl = ComboBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zm∩┐╜nit ProgID'
  7.   ClientHeight = 78
  8.   ClientWidth = 170
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ComboBox1: TComboBox
  21.     Left = 8
  22.     Top = 16
  23.     Width = 155
  24.     Height = 21
  25.     ItemHeight = 13
  26.     MaxLength = 16382
  27.     Sorted = True
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 8
  32.     Top = 45
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 88
  43.     Top = 45
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Storno'
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.   end
  51. end
  52.