home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / install.lib / CYQWK32.EXE / 0 / RCDATA / TCONFBOX / TCONFBOX.txt
Text File  |  1997-04-21  |  3KB  |  116 lines

  1. object ConfBox: TConfBox
  2.   Left = 128
  3.   Top = 133
  4.   Width = 538
  5.   Height = 205
  6.   HelpContext = 8091
  7.   Caption = 'BBS'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   Scaled = False
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   TextHeight = 16
  22.   object ListBox1: TListBox
  23.     Left = 0
  24.     Top = 22
  25.     Width = 530
  26.     Height = 152
  27.     HelpContext = 8091
  28.     Align = alClient
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Pitch = fpVariable
  33.     Font.Style = []
  34.     ItemHeight = 15
  35.     ParentFont = False
  36.     PopupMenu = bbspopup
  37.     Style = lbOwnerDrawFixed
  38.     TabOrder = 0
  39.     OnClick = ListBox1Click
  40.     OnDblClick = ListBox1DblClick
  41.     OnDrawItem = ListBox1DrawItem
  42.     OnKeyDown = ListBox1KeyDown
  43.     OnMeasureItem = ListBox1MeasureItem
  44.   end
  45.   object BBSHd: THeader
  46.     Left = 0
  47.     Top = 0
  48.     Width = 530
  49.     Height = 22
  50.     Align = alTop
  51.     Sections.Sections = (
  52.       #0'79'#0' Number    '
  53.       
  54.         #0'309'#0' Conference                                                ' +
  55.         '        '
  56.       #0'80'#0' Messages')
  57.     TabOrder = 1
  58.     OnSized = BBSHdSized
  59.   end
  60.   object bbspopup: TPopupMenu
  61.     OnPopup = bbspopupPopup
  62.     Left = 32
  63.     Top = 96
  64.     object Close2: TMenuItem
  65.       Caption = 'Close Conf List'
  66.       HelpContext = 8311
  67.       Hint = 'Close packet conference list viewer'
  68.       OnClick = Close1Click
  69.     end
  70.     object N3: TMenuItem
  71.       Caption = '-'
  72.     end
  73.     object OpenPacket1: TMenuItem
  74.       Caption = 'Open Packet'
  75.       HelpContext = 8021
  76.       Hint = 'Open mail packet and load messages into reader'
  77.       OnClick = OpenPacket1Click
  78.     end
  79.     object ClosePacket1: TMenuItem
  80.       Caption = 'Close Packet'
  81.       HelpContext = 8031
  82.       Hint = 'Close the current open mail packet'
  83.       OnClick = ClosePacket1Click
  84.     end
  85.     object N2: TMenuItem
  86.       Caption = '-'
  87.     end
  88.     object Close1: TMenuItem
  89.       Caption = 'Options'
  90.       HelpContext = 8051
  91.       Hint = 'Set default mail reader options'
  92.       OnClick = Close1Click
  93.     end
  94.     object Properties1: TMenuItem
  95.       Caption = 'Properties'
  96.       HelpContext = 8331
  97.       Hint = 'Packet information'
  98.       OnClick = Properties1Click
  99.     end
  100.     object N1: TMenuItem
  101.       Caption = '-'
  102.     end
  103.     object ExitMailreader1: TMenuItem
  104.       Caption = 'Exit Mail Reader'
  105.       HelpContext = 8321
  106.       Hint = 'Exit the application'
  107.       OnClick = ExitMailreader1Click
  108.     end
  109.   end
  110.   object ResolutionFix1: TResolutionFix
  111.     DesignRes = 96
  112.     Left = 376
  113.     Top = 80
  114.   end
  115. end
  116.