home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TSUBMITFORMCFG / TSUBMITFORMCFG.txt
Encoding:
Text File  |  2004-02-23  |  2.1 KB  |  110 lines

  1. object SubmitFormCfg: TSubmitFormCfg
  2.   Left = 214
  3.   Top = 214
  4.   HelpContext = 14025
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Submission Forms'
  8.   ClientHeight = 253
  9.   ClientWidth = 547
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 368
  23.     Top = 219
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = '&Close'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object bAdd: TButton
  33.     Left = 208
  34.     Top = 219
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Add...'
  38.     TabOrder = 1
  39.     OnClick = bAddClick
  40.   end
  41.   object bDelete: TButton
  42.     Left = 288
  43.     Top = 219
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Delete'
  47.     TabOrder = 2
  48.     OnClick = bDeleteClick
  49.   end
  50.   object bHelp: TButton
  51.     Left = 448
  52.     Top = 219
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = '&Help'
  57.     TabOrder = 3
  58.     OnClick = bHelpClick
  59.   end
  60.   object pnListBoxAligner: TPanel
  61.     Tag = 11
  62.     Left = 8
  63.     Top = 8
  64.     Width = 529
  65.     Height = 201
  66.     BevelOuter = bvNone
  67.     BorderWidth = 2
  68.     Caption = ''
  69.     TabOrder = 4
  70.     object lTables: TListBox
  71.       Left = 2
  72.       Top = 19
  73.       Width = 525
  74.       Height = 180
  75.       Style = lbOwnerDrawFixed
  76.       Align = alClient
  77.       BevelInner = bvNone
  78.       BevelOuter = bvNone
  79.       BorderStyle = bsNone
  80.       ItemHeight = 16
  81.       TabOrder = 0
  82.       OnDrawItem = lTablesDrawItem
  83.     end
  84.     object hTables: THeaderControl
  85.       Left = 2
  86.       Top = 2
  87.       Width = 525
  88.       Height = 17
  89.       Sections = <
  90.         item
  91.           AllowClick = False
  92.           ImageIndex = -1
  93.           MaxWidth = 500
  94.           MinWidth = 200
  95.           Text = 'Title'
  96.           Width = 200
  97.         end
  98.         item
  99.           AllowClick = False
  100.           ImageIndex = -1
  101.           MaxWidth = 9999
  102.           MinWidth = 10
  103.           Text = 'To'
  104.           Width = 329
  105.         end>
  106.       OnSectionResize = hTablesSectionResize
  107.     end
  108.   end
  109. end
  110.