object LicencjaDlg: TLicencjaDlg Left = 214 Top = 144 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Typ i liczba zamawianych licencji' ClientHeight = 76 ClientWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Przycisk_OK: TToolbarButton97 Left = 252 Top = 7 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&OK' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_OKClick end object Panel: TPanel Left = 4 Top = 7 Width = 245 Height = 65 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label13: TLabel Left = 9 Top = 8 Width = 202 Height = 13 Caption = 'Typ i &liczba licencji na zamawiany program:' Color = clBtnFace FocusControl = EDT_ILe Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object EDT_ILe: TComboBox Left = 10 Top = 28 Width = 227 Height = 21 HelpContext = 20 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'stanowiskowa - 1' 'stanowiskowa - 2' 'stanowiskowa - 3' 'stanowiskowa - 4' 'stanowiskowa - 5' 'stanowiskowa - 6' 'stanowiskowa - 7' 'stanowiskowa - 8' 'stanowiskowa - 9' 'stanowiskowa - 10' 'site - powiatowa' 'og�lnopolska') ParentFont = False TabOrder = 0 end end end