[go: up one dir, main page]

Menu

[r22]: / rpmdprintconfig.xfm  Maximize  Restore  History

Download this file

241 lines (240 with data), 4.9 kB

object FRpPrinterConfig: TFRpPrinterConfig
  Left = 212
  Top = 137
  ActiveControl = BOK
  AutoScroll = False
  BorderStyle = fbsDialog
  Caption = 'Printers configuration'
  ClientHeight = 451
  ClientWidth = 523
  Color = clButton
  Position = poScreenCenter
  
  
  
  PixelsPerInch = 96
  TextHeight = 13
  TextWidth = 6
  object BOK: TButton
    Left = 8
    Top = 413
    Width = 81
    Height = 29
    Caption = 'OK'
    Default = True
    TabOrder = 16
    
  end
  object BCancel: TButton
    Left = 128
    Top = 413
    Width = 81
    Height = 29
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 17
  end
  object LSelPrinter: TListBox
    Left = 4
    Top = 4
    Width = 205
    Height = 289
    TabOrder = 0
    
  end
  object LSelectPrinter: TLabel
    Left = 216
    Top = 4
    Width = 63
    Height = 13
    Caption = 'Select Printer'
  end
  object ComboPrinters: TComboBox
    Left = 216
    Top = 20
    Width = 281
    Height = 21
    Style = csDropDownList
    ItemHeight = 15
    TabOrder = 2
    
  end
  object CheckPrinterFonts: TCheckBox
    Left = 216
    Top = 47
    Width = 281
    Height = 21
    Caption = 'Printer Fonts (Windows GDI Only)'
    TabOrder = 3
    
  end
  object GConfigFile: TGroupBox
    Left = 4
    Top = 299
    Width = 493
    Height = 101
    Caption = 'Configuraiton file'
    TabOrder = 15
    object EConfigFile: TEdit
      Left = 8
      Top = 68
      Width = 477
      Height = 21
      Color = clButton
      TabOrder = 2
      Text = 'EConfigFile'
    end
    object RadioUser: TRadioButton
      Left = 8
      Top = 16
      Width = 329
      Height = 25
      Caption = 'User configuration'
      TabOrder = 0
      
    end
    object RadioSystem: TRadioButton
      Left = 8
      Top = 40
      Width = 329
      Height = 25
      Caption = 'System configuration'
      TabOrder = 1
      
    end
  end
  object GPageMargins: TGroupBox
    Left = 216
    Top = 110
    Width = 285
    Height = 73
    Caption = 'Position adjustment'
    TabOrder = 7
    object LLeft: TLabel
      Left = 16
      Top = 20
      Width = 18
      Height = 13
      Caption = 'Left'
    end
    object ELeftMargin: TEdit
      Left = 80
      Top = 16
      Width = 77
      Height = 21
      TabOrder = 1
      
    end
    object ETopMargin: TEdit
      Left = 80
      Top = 44
      Width = 77
      Height = 21
      TabOrder = 2
      
    end
    object LTop: TLabel
      Left = 16
      Top = 48
      Width = 19
      Height = 13
      Caption = 'Top'
    end
    object LMetrics3: TLabel
      Left = 168
      Top = 20
      Width = 23
      Height = 13
      Caption = 'inch.'
    end
    object LMetrics4: TLabel
      Left = 168
      Top = 44
      Width = 23
      Height = 13
      Caption = 'inch.'
    end
  end
  object LOperations: TLabel
    Left = 220
    Top = 190
    Width = 98
    Height = 13
    Caption = 'Operations after print'
  end
  object LExample: TLabel
    Left = 220
    Top = 210
    Width = 278
    Height = 13
    Caption = 'Example, TM200 Open Drawer: #27#112#48#160#160#4'
  end
  object CheckCutPaper: TCheckBox
    Left = 216
    Top = 246
    Width = 145
    Height = 21
    Caption = 'Cut paper'
    TabOrder = 11
    
  end
  object ECutPaper: TEdit
    Left = 368
    Top = 246
    Width = 129
    Height = 21
    TabOrder = 12
    
  end
  object CheckOpenDrawer: TCheckBox
    Left = 216
    Top = 270
    Width = 145
    Height = 21
    Caption = 'Open drawer'
    TabOrder = 13
    
  end
  object EOpenDrawer: TEdit
    Left = 368
    Top = 270
    Width = 129
    Height = 21
    TabOrder = 14
    
  end
  object LExample2: TLabel
    Left = 220
    Top = 226
    Width = 266
    Height = 13
    Caption = 'Example, TM88 Open Drawer: #27#112#48#40#200#4'
  end
  object ComboTextOnly: TComboBox
    Left = 308
    Top = 76
    Width = 125
    Height = 21
    Style = csDropDownList
    ItemHeight = 15
    TabOrder = 5
    
  end
  object LTextDriver:TLabel
    Left = 216
    Top = 80
    Width = 72
    Height = 13
    Caption = 'Text only driver'
  end
  object CheckOem: TCheckBox
    Left = 440
    Top = 75
    Width = 77
    Height = 21
    Caption = 'Oem'
    TabOrder = 6
    
  end
end