home *** CD-ROM | disk | FTP | other *** search
- object fConvertors: TfConvertors
- Left = 318
- Top = 205
- Anchors = [akLeft, akTop, akBottom]
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'U'#382'ivatelsk'#233' konvertory'
- ClientHeight = 392
- ClientWidth = 356
- 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
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object gridConv: TStringGrid
- Left = 0
- Top = 0
- Width = 356
- Height = 353
- Align = alTop
- ColCount = 2
- Ctl3D = False
- DefaultRowHeight = 16
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnDblClick = gridConvDblClick
- OnDrawCell = gridConvDrawCell
- OnKeyPress = gridConvKeyPress
- ColWidths = (
- 221
- 130)
- end
- object bOK: TButton
- Left = 192
- Top = 360
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 272
- Top = 360
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object bModify: TButton
- Left = 8
- Top = 360
- Width = 75
- Height = 25
- Caption = '&Upravit'
- TabOrder = 3
- OnClick = bModifyClick
- end
- end
-