Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / printers / unix / udlgpropertiesprinter.lfm
Size: Mime:
object dlgpropertiesprinter: Tdlgpropertiesprinter
  Left = 363
  Height = 468
  Top = 180
  Width = 457
  ActiveControl = Notebook1
  BorderIcons = [biSystemMenu]
  Caption = 'dlgpropertiesprinter'
  ClientHeight = 468
  ClientWidth = 457
  OnCreate = dlgpropertiesprinterCREATE
  OnDestroy = FormDestroy
  OnShow = dlgpropertiesprinterSHOW
  Position = poScreenCenter
  LCLVersion = '1.5'
  object Notebook1: TPageControl
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 427
    Top = 0
    Width = 457
    ActivePage = pgGeneral
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    object pgGeneral: TTabSheet
      Caption = 'General'
      ClientHeight = 396
      ClientWidth = 453
      object labPaperSize: TLabel
        AnchorSideLeft.Control = pgGeneral
        AnchorSideTop.Control = cbPaperSize
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 17
        Top = 13
        Width = 69
        BorderSpacing.Left = 6
        Caption = 'Paper size'
        ParentColor = False
      end
      object labPaperType: TLabel
        AnchorSideLeft.Control = labPaperSize
        AnchorSideTop.Control = cbPaperType
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 17
        Top = 50
        Width = 73
        Caption = 'Paper type'
        ParentColor = False
      end
      object labPaperSrc: TLabel
        AnchorSideLeft.Control = labPaperSize
        AnchorSideTop.Control = cbPaperSrc
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 17
        Top = 87
        Width = 88
        Caption = 'Paper source'
        ParentColor = False
      end
      object labResolution: TLabel
        AnchorSideLeft.Control = labPaperSize
        AnchorSideTop.Control = cbResolution
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 17
        Top = 124
        Width = 72
        Caption = 'Resolution'
        ParentColor = False
      end
      object cbPaperSize: TComboBox
        AnchorSideTop.Control = pgGeneral
        AnchorSideRight.Control = pgGeneral
        AnchorSideRight.Side = asrBottom
        Left = 172
        Height = 31
        Top = 6
        Width = 275
        Anchors = [akTop, akRight]
        BorderSpacing.Around = 6
        DropDownCount = 10
        ItemHeight = 0
        OnKeyPress = cbPaperSizeKEYPRESS
        Style = csDropDownList
        TabOrder = 0
      end
      object cbPaperType: TComboBox
        AnchorSideLeft.Control = cbPaperSize
        AnchorSideTop.Control = cbPaperSize
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = cbPaperSize
        AnchorSideRight.Side = asrBottom
        Left = 172
        Height = 31
        Top = 43
        Width = 275
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Top = 6
        ItemHeight = 0
        OnKeyPress = cbPaperSizeKEYPRESS
        Style = csDropDownList
        TabOrder = 1
      end
      object cbPaperSrc: TComboBox
        AnchorSideLeft.Control = cbPaperSize
        AnchorSideTop.Control = cbPaperType
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = cbPaperSize
        AnchorSideRight.Side = asrBottom
        Left = 172
        Height = 31
        Top = 80
        Width = 275
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Top = 6
        ItemHeight = 0
        OnKeyPress = cbPaperSizeKEYPRESS
        Style = csDropDownList
        TabOrder = 2
      end
      object gbOrientation: TGroupBox
        Left = 13
        Height = 119
        Top = 162
        Width = 233
        Caption = ' Orientation '
        ClientHeight = 100
        ClientWidth = 229
        TabOrder = 4
        object imgOrientation: TImage
          Left = 167
          Height = 48
          Top = 25
          Width = 52
        end
        object rbPortrait: TRadioButton
          Left = 7
          Height = 24
          Top = 5
          Width = 80
          Caption = 'Portrait'
          Checked = True
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 0
          TabStop = True
        end
        object rbLandscape: TRadioButton
          Left = 7
          Height = 24
          Top = 29
          Width = 98
          Caption = 'Landscape'
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 1
        end
        object rbrev_Landscape: TRadioButton
          Left = 7
          Height = 24
          Top = 53
          Width = 150
          Caption = 'Reverse landscape'
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 2
        end
        object rbrev_portrait: TRadioButton
          Left = 7
          Height = 24
          Top = 77
          Width = 136
          Caption = 'Reverse portrait'
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 3
        end
      end
      object gbBanners: TGroupBox
        Left = 13
        Height = 96
        Top = 290
        Width = 427
        Caption = ' Banners '
        ClientHeight = 77
        ClientWidth = 423
        TabOrder = 6
        object labBanStart: TLabel
          AnchorSideLeft.Control = gbBanners
          AnchorSideTop.Control = cbBanStart
          AnchorSideTop.Side = asrCenter
          Left = 6
          Height = 17
          Top = 13
          Width = 34
          BorderSpacing.Left = 6
          Caption = 'Start'
          ParentColor = False
        end
        object labBanEnd: TLabel
          AnchorSideLeft.Control = labBanStart
          AnchorSideTop.Control = cbBanEnd
          AnchorSideTop.Side = asrCenter
          Left = 6
          Height = 17
          Top = 50
          Width = 25
          Caption = 'End'
          ParentColor = False
        end
        object cbBanStart: TComboBox
          AnchorSideTop.Control = gbBanners
          AnchorSideRight.Control = gbBanners
          AnchorSideRight.Side = asrBottom
          Left = 112
          Height = 31
          Top = 6
          Width = 305
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Around = 6
          ItemHeight = 0
          OnKeyPress = cbPaperSizeKEYPRESS
          Style = csDropDownList
          TabOrder = 0
        end
        object cbBanEnd: TComboBox
          AnchorSideLeft.Control = cbBanStart
          AnchorSideTop.Control = cbBanStart
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = cbBanStart
          AnchorSideRight.Side = asrBottom
          Left = 112
          Height = 31
          Top = 43
          Width = 305
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Top = 6
          ItemHeight = 0
          OnKeyPress = cbPaperSizeKEYPRESS
          Style = csDropDownList
          TabOrder = 1
        end
      end
      object gbPagesSheet: TGroupBox
        Left = 256
        Height = 118
        Top = 163
        Width = 185
        Caption = ' Pages per sheet '
        ClientHeight = 99
        ClientWidth = 181
        TabOrder = 5
        object imgPageSheet: TImage
          Left = 78
          Height = 50
          Top = 17
          Width = 80
        end
        object rbSheet1: TRadioButton
          Left = 6
          Height = 24
          Top = 5
          Width = 34
          Caption = '1'
          Checked = True
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 0
          TabStop = True
        end
        object rbSheet2: TRadioButton
          Left = 6
          Height = 24
          Top = 29
          Width = 34
          Caption = '2'
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 1
        end
        object rbSheet4: TRadioButton
          Left = 6
          Height = 24
          Top = 53
          Width = 34
          Caption = '4'
          DragCursor = crDefault
          OnClick = rbPortraitCLICK
          TabOrder = 2
        end
      end
      object cbResolution: TComboBox
        AnchorSideLeft.Control = cbPaperSize
        AnchorSideTop.Control = cbPaperSrc
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = cbPaperSize
        AnchorSideRight.Side = asrBottom
        Left = 172
        Height = 31
        Top = 117
        Width = 275
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Top = 6
        ItemHeight = 0
        OnKeyPress = cbPaperSizeKEYPRESS
        Style = csDropDownList
        TabOrder = 3
      end
    end
    object pgMargins: TTabSheet
      Caption = 'Margins'
    end
    object pgAdvanced: TTabSheet
      Caption = 'Advanced'
      ClientHeight = 396
      ClientWidth = 453
      object sb: TScrollBox
        Left = 0
        Height = 396
        Top = 0
        Width = 453
        HorzScrollBar.Page = 1
        VertScrollBar.Page = 1
        Align = alClient
        TabOrder = 0
      end
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 29
    Top = 433
    Width = 445
    Anchors = [akLeft, akBottom]
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end