197 lines
4.0 KiB
Plaintext
197 lines
4.0 KiB
Plaintext
object formKanbanBox: TformKanbanBox
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Definice kanban box'#367
|
|
ClientHeight = 220
|
|
ClientWidth = 544
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 22
|
|
Top = 50
|
|
Width = 135
|
|
Height = 16
|
|
Caption = 'V'#253'robek / polosestava :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 22
|
|
Top = 20
|
|
Width = 114
|
|
Height = 16
|
|
Caption = 'Unik'#225'tn'#237' '#269#237'slo boxu :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object lblPopis: TLabel
|
|
Left = 22
|
|
Top = 77
|
|
Width = 499
|
|
Height = 16
|
|
AutoSize = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 23
|
|
Top = 103
|
|
Width = 63
|
|
Height = 16
|
|
Caption = 'Ks v boxu :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 19
|
|
Top = 134
|
|
Width = 67
|
|
Height = 16
|
|
Caption = 'Pozn'#225'mka :'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object selCisloZbozi: TRzButtonEdit
|
|
Left = 172
|
|
Top = 47
|
|
Width = 175
|
|
Height = 24
|
|
Text = ''
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnExit = selCisloZboziExit
|
|
AltBtnWidth = 15
|
|
ButtonWidth = 15
|
|
OnButtonClick = selCisloZboziButtonClick
|
|
end
|
|
object lblID: TEdit
|
|
Left = 144
|
|
Top = 15
|
|
Width = 76
|
|
Height = 24
|
|
Alignment = taCenter
|
|
Enabled = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
NumbersOnly = True
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object edtKs: TEdit
|
|
Left = 99
|
|
Top = 100
|
|
Width = 48
|
|
Height = 24
|
|
Alignment = taCenter
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
NumbersOnly = True
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
OnExit = edtKsExit
|
|
end
|
|
object btnOK: TButton
|
|
Left = 336
|
|
Top = 180
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 3
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnZrus: TButton
|
|
Left = 446
|
|
Top = 180
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Storno'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 4
|
|
OnClick = btnZrusClick
|
|
end
|
|
object edtPozn: TEdit
|
|
Left = 99
|
|
Top = 131
|
|
Width = 422
|
|
Height = 24
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
MaxLength = 255
|
|
ParentFont = False
|
|
TabOrder = 5
|
|
OnExit = edtPoznExit
|
|
end
|
|
object colBarva1: TPanel
|
|
Left = 364
|
|
Top = 46
|
|
Width = 29
|
|
Height = 25
|
|
ParentBackground = False
|
|
TabOrder = 6
|
|
end
|
|
object colBarva2: TPanel
|
|
Left = 410
|
|
Top = 46
|
|
Width = 29
|
|
Height = 25
|
|
TabOrder = 7
|
|
end
|
|
end
|