[go: up one dir, main page]

Menu

[r22]: / rpmdfextsecvcl.dfm  Maximize  Restore  History

Download this file

138 lines (137 with data), 2.8 kB

object FRpExtSectionVCL: TFRpExtSectionVCL
  Left = 245
  Top = 108
  BorderStyle = bsDialog
  Caption = 'External section properties'
  ClientHeight = 214
  ClientWidth = 387
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  
  PixelsPerInch = 96
  TextHeight = 13
  object LConnection: TLabel
    Left = 12
    Top = 16
    Width = 54
    Height = 13
    Caption = 'Connection'
  end
  object LTable: TLabel
    Left = 12
    Top = 44
    Width = 27
    Height = 13
    Caption = 'Table'
  end
  object Lreportfield: TLabel
    Left = 12
    Top = 72
    Width = 54
    Height = 13
    Caption = 'Report field'
  end
  object LSearchField: TLabel
    Left = 12
    Top = 100
    Width = 56
    Height = 13
    Caption = 'Search field'
  end
  object LSearchValue: TLabel
    Left = 12
    Top = 128
    Width = 63
    Height = 13
    Caption = 'Search value'
  end
  object LPreferedFormat: TLabel
    Left = 12
    Top = 156
    Width = 98
    Height = 13
    Caption = 'Prefered save format'
  end
  object BOk: TButton
    Left = 7
    Top = 180
    Width = 86
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 2
    TabOrder = 0
    
  end
  object BCancel: TButton
    Left = 107
    Top = 180
    Width = 86
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object ComboConnections: TComboBox
    Left = 156
    Top = 12
    Width = 185
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 2
  end
  object ComboTable: TComboBox
    Left = 156
    Top = 40
    Width = 185
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 3
    
  end
  object ComboReportField: TComboBox
    Left = 156
    Top = 68
    Width = 185
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 4
    
  end
  object ComboSearchField: TComboBox
    Left = 156
    Top = 96
    Width = 185
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 5
    
  end
  object ComboSearchValue: TComboBox
    Left = 156
    Top = 124
    Width = 185
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 6
    
  end
  object ComboFormat: TComboBox
    Left = 156
    Top = 152
    Width = 185
    Height = 21
    Style = csDropDownList
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 7
  end
end