home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d3456 / ALEXSOFT.ZIP / RUSSIAN / FMFIELDS.DFM / FMFIELDS.txt
Encoding:
Text File  |  2000-06-02  |  3.8 KB  |  181 lines

  1. object fmGetFields: TfmGetFields
  2.   Left = 383
  3.   Top = 260
  4.   ActiveControl = lbSelFields
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'FieldsEditorForm'
  8.   ClientHeight = 236
  9.   ClientWidth = 306
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 137
  22.     Height = 205
  23.     Align = alLeft
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     TabOrder = 0
  27.     object lbAvFields: TListBox
  28.       Left = 5
  29.       Top = 25
  30.       Width = 127
  31.       Height = 175
  32.       Align = alClient
  33.       DragMode = dmAutomatic
  34.       ItemHeight = 13
  35.       MultiSelect = True
  36.       TabOrder = 0
  37.       OnDblClick = lbAvFieldsDblClick
  38.       OnDragDrop = lbFieldsDragDrop
  39.       OnDragOver = lbFieldsDragOver
  40.     end
  41.     object Panel5: TPanel
  42.       Left = 5
  43.       Top = 5
  44.       Width = 127
  45.       Height = 20
  46.       Align = alTop
  47.       BevelOuter = bvNone
  48.       Caption = 'Available fields'
  49.       TabOrder = 1
  50.     end
  51.   end
  52.   object Panel3: TPanel
  53.     Left = 137
  54.     Top = 0
  55.     Width = 32
  56.     Height = 205
  57.     Align = alLeft
  58.     BevelOuter = bvNone
  59.     TabOrder = 1
  60.     object SpeedButton1: TSpeedButton
  61.       Left = 4
  62.       Top = 29
  63.       Width = 25
  64.       Height = 25
  65.       Caption = '>'
  66.       Font.Charset = RUSSIAN_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -13
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       OnClick = SpeedButton1Click
  73.     end
  74.     object SpeedButton2: TSpeedButton
  75.       Left = 4
  76.       Top = 61
  77.       Width = 25
  78.       Height = 25
  79.       Caption = '>>'
  80.       Font.Charset = RUSSIAN_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -13
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       OnClick = SpeedButton2Click
  87.     end
  88.     object SpeedButton3: TSpeedButton
  89.       Left = 4
  90.       Top = 93
  91.       Width = 25
  92.       Height = 25
  93.       Caption = '<'
  94.       Font.Charset = RUSSIAN_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       OnClick = SpeedButton3Click
  101.     end
  102.     object SpeedButton4: TSpeedButton
  103.       Left = 4
  104.       Top = 125
  105.       Width = 25
  106.       Height = 25
  107.       Caption = '<<'
  108.       Font.Charset = RUSSIAN_CHARSET
  109.       Font.Color = clWindowText
  110.       Font.Height = -13
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       OnClick = SpeedButton4Click
  115.     end
  116.   end
  117.   object Panel2: TPanel
  118.     Left = 169
  119.     Top = 0
  120.     Width = 137
  121.     Height = 205
  122.     Align = alClient
  123.     BevelOuter = bvNone
  124.     BorderWidth = 5
  125.     TabOrder = 2
  126.     object lbSelFields: TListBox
  127.       Left = 5
  128.       Top = 25
  129.       Width = 127
  130.       Height = 175
  131.       Align = alClient
  132.       DragMode = dmAutomatic
  133.       ItemHeight = 13
  134.       MultiSelect = True
  135.       TabOrder = 0
  136.       OnDblClick = lbSelFieldsDblClick
  137.       OnDragDrop = lbFieldsDragDrop
  138.       OnDragOver = lbFieldsDragOver
  139.     end
  140.     object Panel6: TPanel
  141.       Left = 5
  142.       Top = 5
  143.       Width = 127
  144.       Height = 20
  145.       Align = alTop
  146.       BevelOuter = bvNone
  147.       Caption = 'Selected fields'
  148.       TabOrder = 1
  149.     end
  150.   end
  151.   object Panel4: TPanel
  152.     Left = 0
  153.     Top = 205
  154.     Width = 306
  155.     Height = 31
  156.     Align = alBottom
  157.     BevelOuter = bvNone
  158.     TabOrder = 3
  159.     object Button1: TButton
  160.       Left = 63
  161.       Top = 3
  162.       Width = 75
  163.       Height = 25
  164.       Caption = 'O&k'
  165.       Default = True
  166.       ModalResult = 1
  167.       TabOrder = 0
  168.     end
  169.     object Button2: TButton
  170.       Left = 167
  171.       Top = 3
  172.       Width = 75
  173.       Height = 25
  174.       Cancel = True
  175.       Caption = 'Cancel'
  176.       ModalResult = 2
  177.       TabOrder = 1
  178.     end
  179.   end
  180. end
  181.