home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TSUBMITFORMCFG / TSUBMITFORMCFG.txt
Text File  |  2001-09-09  |  2KB  |  91 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.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lTables: TListBox
  19.     Left = 8
  20.     Top = 24
  21.     Width = 529
  22.     Height = 185
  23.     ItemHeight = 16
  24.     Style = lbOwnerDrawFixed
  25.     TabOrder = 0
  26.     OnDrawItem = lTablesDrawItem
  27.   end
  28.   object bOK: TButton
  29.     Left = 368
  30.     Top = 219
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = '&Close'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object bAdd: TButton
  40.     Left = 208
  41.     Top = 219
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Add...'
  45.     TabOrder = 2
  46.     OnClick = bAddClick
  47.   end
  48.   object bDelete: TButton
  49.     Left = 288
  50.     Top = 219
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Delete'
  54.     TabOrder = 3
  55.     OnClick = bDeleteClick
  56.   end
  57.   object hTables: THeaderControl
  58.     Left = 8
  59.     Top = 8
  60.     Width = 529
  61.     Height = 17
  62.     Align = alNone
  63.     Sections = <
  64.       item
  65.         AllowClick = False
  66.         MaxWidth = 500
  67.         MinWidth = 200
  68.         Text = 'Title'
  69.         Width = 200
  70.       end
  71.       item
  72.         AllowClick = False
  73.         MaxWidth = 9999
  74.         MinWidth = 10
  75.         Text = 'To'
  76.         Width = 329
  77.       end>
  78.     OnSectionResize = hTablesSectionResize
  79.   end
  80.   object bHelp: TButton
  81.     Left = 448
  82.     Top = 219
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = '&Help'
  87.     TabOrder = 5
  88.     OnClick = bHelpClick
  89.   end
  90. end
  91.