home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95DEVINF / DEVINFO.EXE / 0 / RCDATA / TDIMAINFORM / TDIMAINFORM.txt
Text File  |  1998-01-21  |  3KB  |  119 lines

  1. object DIMainForm: TDIMainForm
  2.   Left = 201
  3.   Top = 109
  4.   Width = 268
  5.   Height = 382
  6.   Caption = 'DeviceInfo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefaultPosOnly
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StatusBar: TStatusBar
  17.     Left = 0
  18.     Top = 317
  19.     Width = 260
  20.     Height = 19
  21.     Panels = <
  22.       item
  23.         Bevel = pbNone
  24.         Text = 'Ger∩┐╜t'
  25.         Width = 50
  26.       end>
  27.     SimplePanel = False
  28.     SimpleText = 'Test'
  29.   end
  30.   object ListBox: TListBox
  31.     Left = 0
  32.     Top = 0
  33.     Width = 260
  34.     Height = 317
  35.     Align = alClient
  36.     ItemHeight = 13
  37.     TabOrder = 1
  38.   end
  39.   object MainMenu1: TMainMenu
  40.     Left = 160
  41.     Top = 307
  42.     object DeviceMenuItem: TMenuItem
  43.       Caption = 'Device'
  44.       ShortCut = 0
  45.       object DisplayMenuItem: TMenuItem
  46.         Caption = 'Screen'
  47.         Checked = True
  48.         RadioItem = True
  49.         ShortCut = 0
  50.         OnClick = DisplayMenuItemClick
  51.       end
  52.       object PrinterMenuItem: TMenuItem
  53.         Caption = 'Printer'
  54.         Enabled = False
  55.         RadioItem = True
  56.         ShortCut = 0
  57.         OnClick = PrinterMenuItemClick
  58.       end
  59.       object N1: TMenuItem
  60.         Caption = '-'
  61.         ShortCut = 0
  62.       end
  63.       object PrinterSetupMenuItem: TMenuItem
  64.         Caption = 'Printer Setup...'
  65.         Enabled = False
  66.         ShortCut = 0
  67.         OnClick = PrinterSetupMenuItemClick
  68.       end
  69.     end
  70.     object EditMenuItem: TMenuItem
  71.       Caption = 'Edit'
  72.       ShortCut = 0
  73.       object CopyMenuItem: TMenuItem
  74.         Caption = 'Copy'
  75.         ShortCut = 16429
  76.         OnClick = CopyMenuItemClick
  77.       end
  78.     end
  79.     object OptionsMenuItem: TMenuItem
  80.       Caption = 'Options'
  81.       ShortCut = 0
  82.       object EnglishMenuItem: TMenuItem
  83.         Caption = 'English'
  84.         RadioItem = True
  85.         ShortCut = 0
  86.         OnClick = EnglishMenuItemClick
  87.       end
  88.       object DeutschMenuItem: TMenuItem
  89.         Caption = 'Deutsch'
  90.         RadioItem = True
  91.         ShortCut = 0
  92.         OnClick = DeutschMenuItemClick
  93.       end
  94.     end
  95.     object HelpMenuItem: TMenuItem
  96.       Caption = 'Help'
  97.       ShortCut = 0
  98.       object ContentsMenuItem: TMenuItem
  99.         Caption = 'Contents'
  100.         ShortCut = 112
  101.         OnClick = ContentsMenuItemClick
  102.       end
  103.       object N2: TMenuItem
  104.         Caption = '-'
  105.         ShortCut = 0
  106.       end
  107.       object AboutMenuItem: TMenuItem
  108.         Caption = 'About...'
  109.         ShortCut = 0
  110.         OnClick = AboutMenuItemClick
  111.       end
  112.     end
  113.   end
  114.   object PrinterSetupDialog: TPrinterSetupDialog
  115.     Left = 128
  116.     Top = 306
  117.   end
  118. end
  119.