object PrintConfDlg: TPrintConfDlg Tag = 1 Left = 166 Top = 209 HelpContext = 600 BorderStyle = bsDialog Caption = 'Print configuration' ClientHeight = 223 ClientWidth = 331 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 8 Left = 8 Top = 14 Width = 69 Height = 14 AutoSize = False Caption = 'Printer:' end object GroupBox4: TGroupBox Tag = 3 Left = 7 Top = 112 Width = 318 Height = 77 Caption = 'Margins:' TabOrder = 1 object Label5: TLabel Tag = 4 Left = 8 Top = 20 Width = 65 Height = 13 AutoSize = False Caption = 'Left:' end object Label6: TLabel Tag = 5 Left = 164 Top = 20 Width = 65 Height = 13 AutoSize = False Caption = 'Right:' end object Label7: TLabel Tag = 6 Left = 8 Top = 48 Width = 65 Height = 13 AutoSize = False Caption = 'Top:' end object Label8: TLabel Tag = 7 Left = 164 Top = 48 Width = 65 Height = 13 AutoSize = False Caption = 'Bottom:' end object mm1: TLabel Left = 128 Top = 20 Width = 32 Height = 13 AutoSize = False Caption = 'mm' end object mm2: TLabel Left = 128 Top = 48 Width = 32 Height = 13 AutoSize = False Caption = 'mm' end object mm3: TLabel Left = 284 Top = 20 Width = 32 Height = 13 AutoSize = False Caption = 'mm' end object mm4: TLabel Left = 284 Top = 48 Width = 32 Height = 13 AutoSize = False Caption = 'mm' end object LeftEdit: TEdit Left = 76 Top = 16 Width = 49 Height = 21 TabOrder = 0 end object RightEdit: TEdit Left = 232 Top = 16 Width = 49 Height = 21 TabOrder = 1 end object TopEdit: TEdit Left = 76 Top = 44 Width = 49 Height = 21 TabOrder = 2 end object BottomEdit: TEdit Left = 232 Top = 44 Width = 49 Height = 21 TabOrder = 3 end end object Ok: TButton Tag = 4001 Left = 21 Top = 194 Width = 99 Height = 23 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 4 OnClick = OkClick end object Cancel: TButton Tag = 4002 Left = 124 Top = 194 Width = 99 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object HelpButton: TButton Tag = 4003 Left = 227 Top = 194 Width = 99 Height = 23 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object GroupBox1: TGroupBox Tag = 5844 Left = 8 Top = 36 Width = 317 Height = 73 Caption = 'Font' TabOrder = 3 object id_Printer1: TLabel Tag = 2 Left = 6 Top = 17 Width = 57 Height = 14 AutoSize = False Caption = 'Fixed:' FocusControl = id_PrinterDefault end object id_Printer2: TLabel Tag = 5847 Left = 6 Top = 49 Width = 57 Height = 14 AutoSize = False Caption = 'Variable:' FocusControl = id_PrinterDefault end object id_PrinterDefault: TCheckBox Tag = 5848 Left = 62 Top = 17 Width = 77 Height = 14 Caption = 'default' TabOrder = 0 end object id_PrinterButton: TButton Left = 139 Top = 13 Width = 170 Height = 23 Caption = '...' TabOrder = 1 OnClick = id_PrinterButtonClick end object id_PrinterVarDefault: TCheckBox Tag = 5848 Left = 62 Top = 49 Width = 77 Height = 14 Caption = 'default' TabOrder = 2 end object id_PrinterVarButton: TButton Left = 139 Top = 45 Width = 170 Height = 23 Caption = '...' TabOrder = 3 OnClick = id_PrinterVarButtonClick end end object PrinterButton: TButton Left = 80 Top = 9 Width = 245 Height = 23 Caption = '...' TabOrder = 0 OnClick = PrinterButtonClick end object ResolutionFix1: TResolutionFix Top = 164 end object Translate1: TTranslate Tag = 6300 Top = 192 end object PrinterSetupDialog1: TPrinterSetupDialog Left = 216 Top = 16 end end