home *** CD-ROM | disk | FTP | other *** search
- object PrejmenujForm: TPrejmenujForm
- Left = 219
- Top = 212
- BorderStyle = bsDialog
- Caption = 'P�e��slov�n� zak�zky'
- ClientHeight = 104
- ClientWidth = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 95
- Height = 13
- Caption = '&Star� ��slo zak�zky:'
- FocusControl = OldCisloEdit
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 96
- Height = 13
- Caption = '&Nov� ��slo zak�zky:'
- FocusControl = NewCisloEdit
- end
- object OldCisloEdit: TEdit
- Left = 120
- Top = 8
- Width = 160
- Height = 21
- TabOrder = 0
- OnChange = NewCisloEditChange
- end
- object NewCisloEdit: TEdit
- Left = 120
- Top = 40
- Width = 160
- Height = 21
- TabOrder = 1
- OnChange = NewCisloEditChange
- end
- object OKBtn: TButton
- Left = 128
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 208
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 3
- end
- end
-