[go: up one dir, main page]

Menu

[r22]: / rpquerywiz.dfm  Maximize  Restore  History

Download this file

194 lines (193 with data), 3.9 kB

object FRpQueryWiz: TFRpQueryWiz
  Left = 0
  Top = 0
  Width = 596
  Height = 305
  TabOrder = 0
  object PConnection: TPanel
    Left = 0
    Top = 0
    Width = 596
    Height = 53
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 54
      Height = 13
      Caption = 'Connection'
    end
    object Label2: TLabel
      Left = 8
      Top = 32
      Width = 27
      Height = 13
      Caption = 'Table'
    end
    object ComboConnection: TComboBox
      Left = 120
      Top = 4
      Width = 149
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      
    end
    object ComboTable: TComboBox
      Left = 120
      Top = 28
      Width = 149
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      
    end
  end
  object PBottom: TPanel
    Left = 0
    Top = 53
    Width = 596
    Height = 252
    Align = alClient
    TabOrder = 1
    object Label3: TLabel
      Left = 8
      Top = 8
      Width = 70
      Height = 13
      Caption = 'Available fields'
    end
    object Label4: TLabel
      Left = 224
      Top = 8
      Width = 69
      Height = 13
      Caption = 'Selected fields'
    end
    object Label5: TLabel
      Left = 428
      Top = 8
      Width = 58
      Height = 13
      Caption = 'Sorted fields'
    end
    object LFields: TListBox
      Left = 8
      Top = 24
      Width = 169
      Height = 185
      ItemHeight = 13
      TabOrder = 0
      
    end
    object LSelected: TListBox
      Left = 224
      Top = 24
      Width = 157
      Height = 185
      ItemHeight = 13
      TabOrder = 1
      
    end
    object BAdd: TButton
      Left = 184
      Top = 24
      Width = 33
      Height = 33
      Caption = '>'
      TabOrder = 2
      
    end
    object BDelete: TButton
      Left = 184
      Top = 60
      Width = 33
      Height = 33
      Caption = '<'
      TabOrder = 3
      
    end
    object BAddAll: TButton
      Left = 184
      Top = 96
      Width = 33
      Height = 33
      Caption = '>>'
      TabOrder = 4
      
    end
    object BDeleteAll: TButton
      Left = 184
      Top = 136
      Width = 33
      Height = 33
      Caption = '<<'
      TabOrder = 5
      
    end
    object LSorted: TListBox
      Left = 428
      Top = 24
      Width = 157
      Height = 185
      ItemHeight = 13
      TabOrder = 6
      
    end
    object BSAdd: TButton
      Left = 388
      Top = 24
      Width = 33
      Height = 33
      Caption = '>'
      TabOrder = 7
      
    end
    object BSDelete: TButton
      Left = 388
      Top = 60
      Width = 33
      Height = 33
      Caption = '<'
      TabOrder = 8
      
    end
    object BSAddAll: TButton
      Left = 388
      Top = 96
      Width = 33
      Height = 33
      Caption = '>>'
      TabOrder = 9
      
    end
    object BSDeleteAll: TButton
      Left = 388
      Top = 132
      Width = 33
      Height = 33
      Caption = '<<'
      TabOrder = 10
      
    end
    object PAlBottom: TPanel
      Left = 1
      Top = 214
      Width = 594
      Height = 37
      Align = alBottom
      TabOrder = 11
      object BShowData: TButton
        Left = 8
        Top = 4
        Width = 101
        Height = 29
        Caption = 'Show data'
        TabOrder = 0
      end
    end
  end
end