Prvni verze na Git
This commit is contained in:
291
frmUnit11.dfm
Normal file
291
frmUnit11.dfm
Normal file
@ -0,0 +1,291 @@
|
||||
object formStavSklHromZmeny: TformStavSklHromZmeny
|
||||
Left = 196
|
||||
Top = 237
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = ' Hromadn'#233' zm'#283'ny'
|
||||
ClientHeight = 297
|
||||
ClientWidth = 344
|
||||
Color = clBtnFace
|
||||
Constraints.MaxHeight = 335
|
||||
Constraints.MaxWidth = 360
|
||||
Constraints.MinHeight = 335
|
||||
Constraints.MinWidth = 360
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
OldCreateOrder = True
|
||||
Position = poMainFormCenter
|
||||
OnClose = FormClose
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object btnOK: TButton
|
||||
Left = 152
|
||||
Top = 264
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
OnClick = btnOKClick
|
||||
end
|
||||
object btnStorno: TButton
|
||||
Left = 260
|
||||
Top = 264
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'Storno'
|
||||
TabOrder = 1
|
||||
OnClick = btnStornoClick
|
||||
end
|
||||
object GroupBox1: TGroupBox
|
||||
Left = 8
|
||||
Top = 9
|
||||
Width = 327
|
||||
Height = 247
|
||||
Caption = ' Zm'#283'ny '
|
||||
TabOrder = 2
|
||||
object Label1: TLabel
|
||||
Left = 20
|
||||
Top = 30
|
||||
Width = 44
|
||||
Height = 13
|
||||
Caption = 'Polo'#382'ka'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 164
|
||||
Top = 30
|
||||
Width = 78
|
||||
Height = 13
|
||||
Caption = 'Nov'#225' hodnota'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 256
|
||||
Top = 30
|
||||
Width = 40
|
||||
Height = 13
|
||||
Caption = 'Zm'#283'nit'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 20
|
||||
Top = 53
|
||||
Width = 77
|
||||
Height = 13
|
||||
Caption = 'Minimum skladu:'
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 16
|
||||
Top = 80
|
||||
Width = 81
|
||||
Height = 13
|
||||
Caption = 'Maximum skladu:'
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 44
|
||||
Top = 133
|
||||
Width = 53
|
||||
Height = 13
|
||||
Caption = 'Blokov'#225'no:'
|
||||
end
|
||||
object Label7: TLabel
|
||||
Left = 37
|
||||
Top = 160
|
||||
Width = 60
|
||||
Height = 13
|
||||
Caption = 'Kontrola V'#268':'
|
||||
end
|
||||
object Label8: TLabel
|
||||
Left = 31
|
||||
Top = 187
|
||||
Width = 66
|
||||
Height = 13
|
||||
Caption = 'K'#243'd '#250#269'tov'#225'n'#237':'
|
||||
end
|
||||
object Label9: TLabel
|
||||
Left = 20
|
||||
Top = 106
|
||||
Width = 77
|
||||
Height = 13
|
||||
Caption = 'Zadan'#253' pr'#367'm'#283'r:'
|
||||
end
|
||||
object cbJedenRadek: TCheckBox
|
||||
Left = 13
|
||||
Top = 220
|
||||
Width = 117
|
||||
Height = 17
|
||||
Caption = 'Pouze aktu'#225'ln'#237' '#345#225'dek'
|
||||
Enabled = False
|
||||
TabOrder = 12
|
||||
Visible = False
|
||||
end
|
||||
object cbMin: TComboBox
|
||||
Left = 250
|
||||
Top = 50
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 1
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
object edtMin: TRzNumericEdit
|
||||
Left = 144
|
||||
Top = 50
|
||||
Width = 93
|
||||
Height = 21
|
||||
MaxLength = 8
|
||||
TabOrder = 0
|
||||
CalculatorVisible = True
|
||||
IntegersOnly = False
|
||||
DisplayFormat = ',0;-,0'
|
||||
end
|
||||
object edtMax: TRzNumericEdit
|
||||
Left = 144
|
||||
Top = 77
|
||||
Width = 93
|
||||
Height = 21
|
||||
MaxLength = 8
|
||||
TabOrder = 2
|
||||
CalculatorVisible = True
|
||||
IntegersOnly = False
|
||||
DisplayFormat = ',0;-,0'
|
||||
end
|
||||
object cbMax: TComboBox
|
||||
Left = 250
|
||||
Top = 77
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 3
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
object cbBlokVal: TComboBox
|
||||
Left = 124
|
||||
Top = 130
|
||||
Width = 113
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 0
|
||||
TabOrder = 6
|
||||
Text = ' B'#283#382'n'#253' z'#225'znam'
|
||||
Items.Strings = (
|
||||
' B'#283#382'n'#253' z'#225'znam'
|
||||
' Archivn'#237' z'#225'znam')
|
||||
end
|
||||
object cbBlok: TComboBox
|
||||
Left = 250
|
||||
Top = 130
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 7
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
object cbVCVal: TComboBox
|
||||
Left = 124
|
||||
Top = 157
|
||||
Width = 113
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 0
|
||||
TabOrder = 8
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ne'
|
||||
' Ano'
|
||||
' Ano s hl'#237'd'#225'n'#237'm')
|
||||
end
|
||||
object cbVC: TComboBox
|
||||
Left = 250
|
||||
Top = 157
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 9
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
object cbKontace: TComboBox
|
||||
Left = 250
|
||||
Top = 184
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 11
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
object selKontace: TRzButtonEdit
|
||||
Left = 124
|
||||
Top = 184
|
||||
Width = 113
|
||||
Height = 21
|
||||
Alignment = taCenter
|
||||
TabOrder = 10
|
||||
AltBtnWidth = 15
|
||||
ButtonWidth = 15
|
||||
OnButtonClick = selKontaceButtonClick
|
||||
end
|
||||
object edtPrumer: TRzNumericEdit
|
||||
Left = 144
|
||||
Top = 103
|
||||
Width = 93
|
||||
Height = 21
|
||||
MaxLength = 8
|
||||
TabOrder = 4
|
||||
CalculatorVisible = True
|
||||
IntegersOnly = False
|
||||
DisplayFormat = ',0;-,0'
|
||||
end
|
||||
object cbPrumer: TComboBox
|
||||
Left = 250
|
||||
Top = 103
|
||||
Width = 57
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
ItemIndex = 1
|
||||
TabOrder = 5
|
||||
Text = ' Ne'
|
||||
Items.Strings = (
|
||||
' Ano'
|
||||
' Ne')
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user