home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFGENFORM / TFGENFORM.txt
Encoding:
Text File  |  2004-06-06  |  1.5 KB  |  82 lines

  1. object fGenForm: TfGenForm
  2.   Left = 374
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Dialog pro zad'#225'n'#237
  7.   ClientHeight = 120
  8.   ClientWidth = 423
  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 = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     423
  22.     120)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 56
  27.     Top = 96
  28.     Width = 50
  29.     Height = 50
  30.   end
  31.   object bOK: TButton
  32.     Left = 184
  33.     Top = 86
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akLeft, akBottom]
  37.     Caption = '&OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = bOKClick
  42.   end
  43.   object bCancel: TButton
  44.     Left = 344
  45.     Top = 86
  46.     Width = 75
  47.     Height = 25
  48.     Anchors = [akLeft, akBottom]
  49.     Cancel = True
  50.     Caption = '&Storno'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object GroupBox: TScrollBox
  55.     Left = 8
  56.     Top = 8
  57.     Width = 409
  58.     Height = 73
  59.     HorzScrollBar.Visible = False
  60.     TabOrder = 2
  61.   end
  62.   object bRepeat: TButton
  63.     Left = 264
  64.     Top = 86
  65.     Width = 75
  66.     Height = 25
  67.     Anchors = [akLeft, akBottom]
  68.     Caption = 'O&pakuj'
  69.     ModalResult = 6
  70.     TabOrder = 3
  71.     OnClick = bOKClick
  72.   end
  73.   object OpenDialog: TOpenDialog
  74.     Left = 8
  75.     Top = 8
  76.   end
  77.   object PictDialog: TOpenPictureDialog
  78.     Left = 40
  79.     Top = 8
  80.   end
  81. end
  82.