home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / comtim11.zip / COMTIMER.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-05-08  |  5KB  |  248 lines

  1. object Form1: TForm1
  2.   Left = 274
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'ComTimer 1.1'
  7.   ClientHeight = 76
  8.   ClientWidth = 217
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PopupMenu = PopupMenu1
  15.   Visible = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape3: TShape
  21.     Left = 78
  22.     Top = 12
  23.     Width = 5
  24.     Height = 5
  25.     Brush.Color = clYellow
  26.     Shape = stCircle
  27.   end
  28.   object Shape4: TShape
  29.     Left = 78
  30.     Top = 24
  31.     Width = 5
  32.     Height = 5
  33.     Brush.Color = clYellow
  34.     Shape = stCircle
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 1
  38.     Top = 6
  39.     Width = 214
  40.     Height = 49
  41.     TabOrder = 0
  42.     object Panel2: TPanel
  43.       Left = 7
  44.       Top = 4
  45.       Width = 200
  46.       Height = 41
  47.       BevelInner = bvLowered
  48.       Color = clBlack
  49.       TabOrder = 0
  50.       object Digit1: TDigit
  51.         Left = 38
  52.         Top = 8
  53.         Width = 16
  54.         Height = 25
  55.         Color = clBlack
  56.         ColorOff = clBlack
  57.         ColorOn = clYellow
  58.         ValueBinary = 125
  59.         ParentColor = False
  60.       end
  61.       object Digit2: TDigit
  62.         Left = 57
  63.         Top = 8
  64.         Width = 16
  65.         Height = 25
  66.         Color = clBlack
  67.         ColorOff = clBlack
  68.         ColorOn = clYellow
  69.         ValueBinary = 125
  70.         ParentColor = False
  71.       end
  72.       object Digit3: TDigit
  73.         Left = 83
  74.         Top = 8
  75.         Width = 16
  76.         Height = 25
  77.         Color = clBlack
  78.         ColorOff = clBlack
  79.         ColorOn = clYellow
  80.         ValueBinary = 125
  81.         ParentColor = False
  82.       end
  83.       object Digit4: TDigit
  84.         Left = 102
  85.         Top = 8
  86.         Width = 16
  87.         Height = 25
  88.         Color = clBlack
  89.         ColorOff = clBlack
  90.         ColorOn = clYellow
  91.         ValueBinary = 125
  92.         ParentColor = False
  93.       end
  94.       object Digit5: TDigit
  95.         Left = 128
  96.         Top = 8
  97.         Width = 16
  98.         Height = 25
  99.         Color = clBlack
  100.         ColorOff = clBlack
  101.         ColorOn = clYellow
  102.         ValueBinary = 125
  103.         ParentColor = False
  104.       end
  105.       object Digit6: TDigit
  106.         Left = 147
  107.         Top = 8
  108.         Width = 16
  109.         Height = 25
  110.         Color = clBlack
  111.         ColorOff = clBlack
  112.         ColorOn = clYellow
  113.         ValueBinary = 125
  114.         ParentColor = False
  115.       end
  116.       object Shape1: TShape
  117.         Left = 76
  118.         Top = 14
  119.         Width = 5
  120.         Height = 5
  121.         Brush.Color = clYellow
  122.         Shape = stCircle
  123.       end
  124.       object Shape2: TShape
  125.         Left = 76
  126.         Top = 22
  127.         Width = 5
  128.         Height = 5
  129.         Brush.Color = clYellow
  130.         Shape = stCircle
  131.       end
  132.       object Shape5: TShape
  133.         Left = 121
  134.         Top = 14
  135.         Width = 5
  136.         Height = 5
  137.         Brush.Color = clYellow
  138.         Shape = stCircle
  139.       end
  140.       object Shape6: TShape
  141.         Left = 121
  142.         Top = 22
  143.         Width = 5
  144.         Height = 5
  145.         Brush.Color = clYellow
  146.         Shape = stCircle
  147.       end
  148.     end
  149.   end
  150.   object StatusBar1: TStatusBar
  151.     Left = 0
  152.     Top = 57
  153.     Width = 217
  154.     Height = 19
  155.     Font.Color = clWindowText
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     Panels = <
  160.       item
  161.         Text = 'Modem'
  162.         Width = 50
  163.       end
  164.       item
  165.         Width = 50
  166.       end>
  167.     ParentFont = False
  168.     SimplePanel = False
  169.     SizeGrip = False
  170.   end
  171.   object Timer1: TTimer
  172.     OnTimer = Timer1Timer
  173.     Left = 168
  174.     Top = 64
  175.   end
  176.   object Comm321: TComm32
  177.     BaudRate = 0
  178.     CommPort = 'COM1'
  179.     Left = 200
  180.     Top = 64
  181.   end
  182.   object PopupMenu1: TPopupMenu
  183.     Left = 80
  184.     Top = 64
  185.     object About1: TMenuItem
  186.       Caption = 'About'
  187.       ShortCut = 0
  188.       OnClick = About1Click
  189.     end
  190.     object Help1: TMenuItem
  191.       Break = mbBarBreak
  192.       Caption = 'Help'
  193.       GroupIndex = 2
  194.       ShortCut = 0
  195.       OnClick = Help1Click
  196.     end
  197.     object Exit1: TMenuItem
  198.       Caption = 'Exit'
  199.       GroupIndex = 2
  200.       ShortCut = 0
  201.       OnClick = Exit1Click
  202.     end
  203.     object Com11: TMenuItem
  204.       Break = mbBarBreak
  205.       Caption = 'Com 1'
  206.       GroupIndex = 2
  207.       RadioItem = True
  208.       ShortCut = 0
  209.     end
  210.     object Com21: TMenuItem
  211.       Caption = 'Com 2'
  212.       GroupIndex = 2
  213.       RadioItem = True
  214.       ShortCut = 0
  215.     end
  216.     object Com31: TMenuItem
  217.       Caption = 'Com 3'
  218.       GroupIndex = 2
  219.       RadioItem = True
  220.       ShortCut = 0
  221.     end
  222.     object Com41: TMenuItem
  223.       Caption = 'Com 4'
  224.       GroupIndex = 2
  225.       RadioItem = True
  226.       ShortCut = 0
  227.     end
  228.     object Settings1: TMenuItem
  229.       Break = mbBarBreak
  230.       Caption = 'Settings'
  231.       GroupIndex = 2
  232.       ShortCut = 0
  233.       OnClick = Settings1Click
  234.     end
  235.     object Statistics1: TMenuItem
  236.       Caption = 'Statistics'
  237.       GroupIndex = 2
  238.       ShortCut = 0
  239.       OnClick = Statistics1Click
  240.     end
  241.   end
  242.   object Timer2: TTimer
  243.     OnTimer = Timer2Timer
  244.     Left = 128
  245.     Top = 64
  246.   end
  247. end
  248.