201 lines
4.2 KiB
Plaintext
201 lines
4.2 KiB
Plaintext
object formOdvodRele: TformOdvodRele
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = ' Odvod Pr'#225'ce'
|
|
ClientHeight = 295
|
|
ClientWidth = 377
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblKusy: TLabel
|
|
Left = 8
|
|
Top = 167
|
|
Width = 92
|
|
Height = 16
|
|
Caption = 'Vyroben'#233' kusy :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object lblDilecPrikaz: TLabel
|
|
Left = 45
|
|
Top = 134
|
|
Width = 55
|
|
Height = 16
|
|
Caption = 'V'#253'robek :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object lblZamest: TLabel
|
|
Left = 15
|
|
Top = 98
|
|
Width = 85
|
|
Height = 16
|
|
Caption = 'Zam'#283'stnanec :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 6
|
|
Top = 67
|
|
Width = 361
|
|
Height = 218
|
|
Caption = 'Panel1'
|
|
TabOrder = 2
|
|
DesignSize = (
|
|
361
|
|
218)
|
|
object pgControl: TPageControl
|
|
Left = 0
|
|
Top = -21
|
|
Width = 361
|
|
Height = 238
|
|
ActivePage = tbVyrobek
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 0
|
|
object tbVyrobek: TTabSheet
|
|
Caption = 'tbVyrobek'
|
|
end
|
|
object tbPrikaz: TTabSheet
|
|
Caption = 'tbPrikaz'
|
|
ImageIndex = 1
|
|
end
|
|
end
|
|
end
|
|
object btnPrikaz: TButton
|
|
Left = 221
|
|
Top = 8
|
|
Width = 129
|
|
Height = 45
|
|
Caption = 'Odvod &P'#345#237'kazu'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnClick = btnPrikazClick
|
|
end
|
|
object btnVyrobek: TButton
|
|
Left = 28
|
|
Top = 8
|
|
Width = 129
|
|
Height = 45
|
|
Caption = 'Odvod &V'#253'robku'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
OnClick = btnVyrobekClick
|
|
end
|
|
object selZamest: TRzButtonEdit
|
|
Left = 127
|
|
Top = 95
|
|
Width = 88
|
|
Height = 24
|
|
Text = '0'
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
MaxLength = 6
|
|
ParentFont = False
|
|
TabOrder = 3
|
|
OnExit = selZamestExit
|
|
OnKeyUp = selZamestKeyUp
|
|
AltBtnWidth = 15
|
|
ButtonWidth = 15
|
|
end
|
|
object selDilecPrikaz: TRzButtonEdit
|
|
Left = 127
|
|
Top = 131
|
|
Width = 165
|
|
Height = 24
|
|
Text = ''
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 4
|
|
OnExit = selDilecPrikazExit
|
|
OnKeyUp = selDilecPrikazKeyUp
|
|
AltBtnWidth = 15
|
|
ButtonWidth = 15
|
|
end
|
|
object edtKusy: TRzNumericEdit
|
|
Left = 127
|
|
Top = 165
|
|
Width = 65
|
|
Height = 24
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
MaxLength = 5
|
|
ParentFont = False
|
|
TabOrder = 5
|
|
OnKeyUp = edtKusyKeyUp
|
|
DisplayFormat = ',0;(,0)'
|
|
end
|
|
object btnOK: TButton
|
|
Left = 34
|
|
Top = 224
|
|
Width = 97
|
|
Height = 35
|
|
Caption = 'OK'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 6
|
|
end
|
|
object btnZrus: TButton
|
|
Left = 234
|
|
Top = 224
|
|
Width = 97
|
|
Height = 35
|
|
Caption = 'Zru'#353'it'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 7
|
|
OnClick = btnZrusClick
|
|
end
|
|
end
|