103 lines
1.9 KiB
Plaintext
103 lines
1.9 KiB
Plaintext
object formVyberCinnostiStroje: TformVyberCinnostiStroje
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = ' V'#253'b'#283'r '#269'innosti'
|
|
ClientHeight = 328
|
|
ClientWidth = 257
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
DesignSize = (
|
|
257
|
|
328)
|
|
TextHeight = 21
|
|
object rgCinnost: TRadioGroup
|
|
Left = 8
|
|
Top = 22
|
|
Width = 239
|
|
Height = 241
|
|
Caption = ' '#268'innosti '
|
|
TabOrder = 0
|
|
end
|
|
object btnOK: TButton
|
|
Left = 8
|
|
Top = 281
|
|
Width = 97
|
|
Height = 35
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'OK'
|
|
TabOrder = 1
|
|
OnClick = btnOKClick
|
|
ExplicitTop = 235
|
|
end
|
|
object btnStorno: TButton
|
|
Left = 150
|
|
Top = 281
|
|
Width = 97
|
|
Height = 35
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Storno'
|
|
TabOrder = 2
|
|
OnClick = btnStornoClick
|
|
ExplicitTop = 235
|
|
end
|
|
object rBtn1: TRadioButton
|
|
Left = 30
|
|
Top = 58
|
|
Width = 113
|
|
Height = 17
|
|
Caption = 'Odst'#225'vka'
|
|
Checked = True
|
|
TabOrder = 3
|
|
TabStop = True
|
|
end
|
|
object rBtn2: TRadioButton
|
|
Left = 30
|
|
Top = 86
|
|
Width = 113
|
|
Height = 23
|
|
Caption = 'Oprava'
|
|
TabOrder = 4
|
|
end
|
|
object rBtn3: TRadioButton
|
|
Left = 30
|
|
Top = 117
|
|
Width = 113
|
|
Height = 23
|
|
Caption = 'Bez v'#253'roby'
|
|
TabOrder = 5
|
|
end
|
|
object rBtn4: TRadioButton
|
|
Left = 30
|
|
Top = 147
|
|
Width = 211
|
|
Height = 24
|
|
Caption = 'Ukon'#269'en'#237' p'#345#237'kazu (zak'#225'zky)'
|
|
TabOrder = 6
|
|
end
|
|
object rBtn5: TRadioButton
|
|
Left = 30
|
|
Top = 180
|
|
Width = 97
|
|
Height = 19
|
|
Caption = 'Zkou'#353'ka'
|
|
TabOrder = 7
|
|
end
|
|
object rBtnK: TRadioButton
|
|
Left = 30
|
|
Top = 230
|
|
Width = 129
|
|
Height = 19
|
|
Caption = 'Konec '#269'innosti'
|
|
TabOrder = 8
|
|
end
|
|
end
|