home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TFRMHEADERSETUP / TFRMHEADERSETUP.txt
Encoding:
Text File  |  2004-05-19  |  4.8 KB  |  209 lines

  1. object frmHeaderSetup: TfrmHeaderSetup
  2.   Left = 412
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Columns'
  7.   ClientHeight = 212
  8.   ClientWidth = 497
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlSections: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 212
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblAvailable: TElLabel
  27.       Left = 8
  28.       Top = 9
  29.       Width = 89
  30.       Height = 13
  31.       Caption = 'A&vailable Columns:'
  32.       FocusControl = lbxAvailable
  33.     end
  34.     object lblVisible: TElLabel
  35.       Left = 250
  36.       Top = 9
  37.       Width = 80
  38.       Height = 13
  39.       Caption = '&Current Columns:'
  40.       FocusControl = lbxVisible
  41.     end
  42.     object lbxAvailable: TElListBox
  43.       Left = 6
  44.       Top = 24
  45.       Width = 151
  46.       Height = 172
  47.       AllowGrayed = False
  48.       IncrementalSearchTimeout = 0
  49.       ItemHeight = 13
  50.       ItemIndex = -1
  51.       ActiveBorderType = fbtFlat
  52.       Flat = True
  53.       Ctl3D = True
  54.       ParentCtl3D = False
  55.       SelectedFont.Charset = DEFAULT_CHARSET
  56.       SelectedFont.Color = clHighlightText
  57.       SelectedFont.Height = -11
  58.       SelectedFont.Name = 'MS Sans Serif'
  59.       SelectedFont.Style = []
  60.       OnClick = FormShow
  61.       OnDblClick = btnAddClick
  62.       OnDragDrop = lbxAvailableDragDrop
  63.       OnDragOver = lbxAvailableDragOver
  64.       OnEnter = lbxAvailableEnter
  65.       OnExit = FormShow
  66.       OnMouseDown = lbxAvailableMouseDown
  67.       TabOrder = 0
  68.     end
  69.     object lbxVisible: TElListBox
  70.       Left = 250
  71.       Top = 24
  72.       Width = 151
  73.       Height = 172
  74.       AllowGrayed = False
  75.       IncrementalSearchTimeout = 0
  76.       ItemHeight = 13
  77.       ItemIndex = -1
  78.       ActiveBorderType = fbtFlat
  79.       Flat = True
  80.       Ctl3D = True
  81.       ParentCtl3D = False
  82.       SelectedFont.Charset = DEFAULT_CHARSET
  83.       SelectedFont.Color = clHighlightText
  84.       SelectedFont.Height = -11
  85.       SelectedFont.Name = 'MS Sans Serif'
  86.       SelectedFont.Style = []
  87.       OnClick = FormShow
  88.       OnDblClick = btnDeleteClick
  89.       OnDragDrop = lbxVisibleDragDrop
  90.       OnDragOver = lbxVisibleDragOver
  91.       OnEnter = lbxVisibleEnter
  92.       OnExit = FormShow
  93.       OnMouseDown = lbxVisibleMouseDown
  94.       TabOrder = 1
  95.     end
  96.     object btnAdd: TElPopupButton
  97.       Left = 166
  98.       Top = 82
  99.       Width = 75
  100.       Height = 23
  101.       Cursor = crDefault
  102.       ImageIndex = 0
  103.       DrawDefaultFrame = False
  104.       LinkStyle = [fsUnderline]
  105.       NumGlyphs = 1
  106.       ShowFocus = False
  107.       Caption = '&Add ->'
  108.       TabStop = False
  109.       TabOrder = 2
  110.       Color = clBtnFace
  111.       ParentColor = False
  112.       OnClick = btnAddClick
  113.     end
  114.     object btnDelete: TElPopupButton
  115.       Left = 166
  116.       Top = 111
  117.       Width = 75
  118.       Height = 23
  119.       Cursor = crDefault
  120.       ImageIndex = 0
  121.       DrawDefaultFrame = False
  122.       LinkStyle = [fsUnderline]
  123.       NumGlyphs = 1
  124.       ShowFocus = False
  125.       Caption = '<- &Remove'
  126.       Enabled = False
  127.       TabStop = False
  128.       TabOrder = 3
  129.       Color = clBtnFace
  130.       ParentColor = False
  131.       OnClick = btnDeleteClick
  132.     end
  133.     object btnUp: TElPopupButton
  134.       Left = 411
  135.       Top = 114
  136.       Width = 75
  137.       Height = 23
  138.       Cursor = crDefault
  139.       ImageIndex = 0
  140.       DrawDefaultFrame = False
  141.       LinkStyle = [fsUnderline]
  142.       NumGlyphs = 1
  143.       ShowFocus = False
  144.       Caption = 'Move &Up'
  145.       Enabled = False
  146.       TabStop = False
  147.       TabOrder = 4
  148.       Color = clBtnFace
  149.       ParentColor = False
  150.       OnClick = btnUpClick
  151.     end
  152.     object btnDown: TElPopupButton
  153.       Left = 411
  154.       Top = 143
  155.       Width = 75
  156.       Height = 23
  157.       Cursor = crDefault
  158.       ImageIndex = 0
  159.       DrawDefaultFrame = False
  160.       LinkStyle = [fsUnderline]
  161.       NumGlyphs = 1
  162.       ShowFocus = False
  163.       Caption = 'Move &Down'
  164.       Enabled = False
  165.       TabStop = False
  166.       TabOrder = 5
  167.       Color = clBtnFace
  168.       ParentColor = False
  169.       OnClick = btnDownClick
  170.     end
  171.     object btnOk: TElPopupButton
  172.       Left = 411
  173.       Top = 9
  174.       Width = 75
  175.       Height = 23
  176.       Cursor = crDefault
  177.       ImageIndex = 0
  178.       DrawDefaultFrame = False
  179.       Default = True
  180.       ModalResult = 1
  181.       LinkStyle = [fsUnderline]
  182.       NumGlyphs = 1
  183.       ShowFocus = False
  184.       Caption = 'OK'
  185.       TabOrder = 6
  186.       Color = clBtnFace
  187.       ParentColor = False
  188.     end
  189.     object btnCancel: TElPopupButton
  190.       Left = 411
  191.       Top = 38
  192.       Width = 75
  193.       Height = 23
  194.       Cursor = crDefault
  195.       ImageIndex = 0
  196.       DrawDefaultFrame = False
  197.       Cancel = True
  198.       ModalResult = 2
  199.       LinkStyle = [fsUnderline]
  200.       NumGlyphs = 1
  201.       ShowFocus = False
  202.       Caption = 'Cancel'
  203.       TabOrder = 7
  204.       Color = clBtnFace
  205.       ParentColor = False
  206.     end
  207.   end
  208. end
  209.