Files
Kdynium-plgKdynium/frmKoopObjUprava.dfm
2025-05-21 21:19:51 +02:00

142 lines
3.0 KiB
Plaintext

object formKoopObjUprava: TformKoopObjUprava
Left = 0
Top = 0
Caption = ' KOOPRA'#268'N'#205' OBJEDN'#193'VKA - oprava'
ClientHeight = 605
ClientWidth = 767
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
DesignSize = (
767
605)
TextHeight = 21
object GroupBox1: TGroupBox
Left = 15
Top = 21
Width = 538
Height = 89
Caption = ' Kooperant '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 25
Width = 99
Height = 17
Caption = #268#237'slo organizace:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object selCisOrg: TButtonedEdit
Left = 16
Top = 45
Width = 99
Height = 25
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
MaxLength = 6
NumbersOnly = True
ParentFont = False
TabOrder = 0
end
object selNazevOrg: TButtonedEdit
Left = 150
Top = 45
Width = 352
Height = 25
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
MaxLength = 100
ParentFont = False
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 15
Top = 132
Width = 742
Height = 395
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = ' D'#225'vky '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
ExplicitWidth = 943
DesignSize = (
742
395)
object strGrid: TStringGrid
Left = 4
Top = 36
Width = 733
Height = 354
Anchors = [akLeft, akTop, akRight, akBottom]
DefaultRowHeight = 28
FixedCols = 0
RowCount = 15
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
ExplicitWidth = 1028
ExplicitHeight = 339
ColWidths = (
99
51
113
360
82)
end
end
object btnStorno: TButton
Left = 631
Top = 546
Width = 121
Height = 46
Anchors = [akRight, akBottom]
Caption = 'Storno'
TabOrder = 2
ExplicitLeft = 832
end
object btnOK: TButton
Left = 454
Top = 546
Width = 121
Height = 46
Anchors = [akRight, akBottom]
Caption = 'OK'
TabOrder = 3
ExplicitLeft = 655
end
end