object frmEdiInfo: TfrmEdiInfo Left = 95 Top = 123 BorderIcons = [biSystemMenu] BorderStyle = bsNone ClientHeight = 393 ClientWidth = 609 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object ProductNameH: TLabel Left = 112 Top = 16 Width = 203 Height = 37 Caption = 'Produktname' Color = clBtnFace Font.Color = clGray Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True IsControl = True end object Bevel1: TBevel Left = 0 Top = 0 Width = 609 Height = 393 Align = alClient Style = bsRaised end object ProductNameV: TLabel Left = 110 Top = 14 Width = 203 Height = 37 Caption = 'Produktname' Font.Color = clRed Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True IsControl = True end object Bevel2: TBevel Left = 96 Top = 8 Width = 505 Height = 377 end object Bevel4: TBevel Left = 104 Top = 53 Width = 481 Height = 2 end object Label1: TLabel Left = 112 Top = 62 Width = 39 Height = 13 Caption = 'Label1' Color = clBtnFace Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label2: TLabel Left = 112 Top = 96 Width = 481 Height = 233 AutoSize = False Caption = 'Label2' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object Bevel3: TBevel Left = 104 Top = 325 Width = 481 Height = 2 end object Label3: TLabel Left = 112 Top = 336 Width = 41 Height = 16 Caption = 'Label3' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object TLabel Left = 424 Top = 344 Width = 4 Height = 16 end object Panel1: TPanel Left = 8 Top = 8 Width = 81 Height = 377 BevelInner = bvRaised BevelOuter = bvLowered Color = clWhite TabOrder = 3 object Image1: TImage Left = 8 Top = 49 Width = 67 Height = 312 Picture.Data = {} Stretch = True IsControl = True end end object btnJa: TButton Left = 328 Top = 344 Width = 49 Height = 22 Caption = 'Ja' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = btnJaClick end object btnNein: TButton Left = 392 Top = 344 Width = 49 Height = 22 Caption = 'Nein' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnNeinClick end object btnDruck: TButton Left = 456 Top = 344 Width = 113 Height = 22 Caption = 'Bestellung drucken' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnDruckClick end end