home *** CD-ROM | disk | FTP | other *** search
- object VypNorm: TVypNorm
- Left = 498
- Top = 113
- Anchors = [akLeft, akTop, akBottom]
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'VypNorm'
- ClientHeight = 147
- ClientWidth = 268
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefaultPosOnly
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 8
- Width = 162
- Height = 24
- Caption = '�sporn� re�im za'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object cas: TLabel
- Left = 90
- Top = 77
- Width = 17
- Height = 13
- Caption = 'cas'
- end
- object Storno: TBitBtn
- Left = 184
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Storno'
- TabOrder = 2
- OnClick = StornoClick
- end
- object Ihned: TBitBtn
- Left = 104
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Ihned'
- TabOrder = 1
- OnClick = IhnedClick
- end
- object Kompaktni: TBitBtn
- Left = 8
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Kompaktni'
- TabOrder = 0
- OnClick = KompaktniClick
- end
- object Pozastavit: TCheckBox
- Left = 96
- Top = 79
- Width = 89
- Height = 17
- Caption = 'Pozastavit'
- TabOrder = 4
- OnClick = PozastavitClick
- end
- object Panel1: TPanel
- Left = 73
- Top = 40
- Width = 130
- Height = 27
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Constraints.MinHeight = 27
- Constraints.MinWidth = 130
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- TabStop = True
- OnEnter = Panel1Enter
- object Label2: TLabel
- Left = 38
- Top = 2
- Width = 7
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = ':'
- Color = clBtnFace
- Constraints.MaxHeight = 20
- Constraints.MinHeight = 20
- ParentColor = False
- end
- object Label3: TLabel
- Left = 68
- Top = 2
- Width = 7
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = ':'
- Color = clBtnFace
- Constraints.MaxHeight = 20
- Constraints.MinHeight = 20
- ParentColor = False
- end
- object UpDown1: TUpDown
- Left = 113
- Top = 2
- Width = 17
- Height = 20
- Anchors = [akTop, akRight, akBottom]
- ArrowKeys = False
- Min = -1000
- Max = 1000
- Position = 0
- TabOrder = 0
- Wrap = False
- OnClick = UpDown1Click
- end
- object hh: TEdit
- Left = 15
- Top = 2
- Width = 23
- Height = 20
- Cursor = crArrow
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- Constraints.MinHeight = 20
- MaxLength = 3
- ReadOnly = True
- TabOrder = 1
- Text = '00'
- OnKeyDown = hhKeyDown
- end
- object mm: TEdit
- Left = 45
- Top = 2
- Width = 23
- Height = 20
- Cursor = crArrow
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- Constraints.MinHeight = 20
- MaxLength = 2
- ReadOnly = True
- TabOrder = 2
- Text = '00'
- OnKeyDown = mmKeyDown
- end
- object ss: TEdit
- Left = 75
- Top = 2
- Width = 23
- Height = 20
- Cursor = crArrow
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- Constraints.MinHeight = 20
- MaxLength = 2
- ReadOnly = True
- TabOrder = 3
- Text = '00'
- OnKeyDown = ssKeyDown
- end
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- end
- end
-