object Setmat: TSetmat Left = 620 Top = 416 Width = 272 Height = 109 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'V�b�r materi�lu' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 120 TextHeight = 16 object Ok: TButton Left = 187 Top = 13 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = OkClick end object Cancel: TButton Left = 187 Top = 45 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = CancelClick end object Nabidmat: TListBox Left = 8 Top = 8 Width = 161 Height = 65 ItemHeight = 16 TabOrder = 2 end end