home *** CD-ROM | disk | FTP | other *** search
- object fGenForm: TfGenForm
- Left = 374
- Top = 188
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Dialog pro zad'#225'n'#237
- ClientHeight = 120
- ClientWidth = 423
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 423
- 120)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 56
- Top = 96
- Width = 50
- Height = 50
- end
- object bOK: TButton
- Left = 184
- Top = 86
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 344
- Top = 86
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupBox: TScrollBox
- Left = 8
- Top = 8
- Width = 409
- Height = 73
- HorzScrollBar.Visible = False
- TabOrder = 2
- end
- object bRepeat: TButton
- Left = 264
- Top = 86
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'O&pakuj'
- ModalResult = 6
- TabOrder = 3
- OnClick = bOKClick
- end
- object OpenDialog: TOpenDialog
- Left = 8
- Top = 8
- end
- object PictDialog: TOpenPictureDialog
- Left = 40
- Top = 8
- end
- end
-