object frmDodajDr: TfrmDodajDr Left = 419 Top = 224 HelpContext = 1017 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Przypisanie blankiet�w do gry' ClientHeight = 281 ClientWidth = 345 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 6 Top = 4 Width = 333 Height = 23 Shape = bsFrame end object Label1: TLabel Left = 14 Top = 8 Width = 60 Height = 13 Caption = 'Nazwa gry' Font.Charset = EASTEUROPE_CHARSET Font.Color = 14024447 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Bevel2: TBevel Left = 6 Top = 30 Width = 333 Height = 219 Shape = bsFrame end object Label2: TLabel Left = 14 Top = 32 Width = 150 Height = 13 Caption = 'Nazwy dost�pnych blankiet�w :' Font.Charset = EASTEUROPE_CHARSET Font.Color = 14024447 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object CLB1: TCheckListBox Left = 12 Top = 48 Width = 321 Height = 195 Hint = 'Zaznacz blankiet kt�ry ma by� przypisany do gry' Color = 14024447 Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentCtl3D = False ParentFont = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 6 Top = 254 Width = 75 Height = 21 Caption = 'OK' Default = True Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BitBtn1Click Spacing = 0 end object BitBtn2: TBitBtn Left = 86 Top = 254 Width = 75 Height = 21 Caption = 'Anuluj' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BitBtn2Click Spacing = 0 end end