object MRForm: TMRForm Left = 250 Top = 175 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'ComTimer 1.2 - Multiple start' ClientHeight = 210 ClientWidth = 344 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 329 Height = 49 Caption = 'Program 1' TabOrder = 0 object Edit1: TEdit Left = 16 Top = 16 Width = 297 Height = 21 TabOrder = 0 end end object GroupBox2: TGroupBox Left = 8 Top = 64 Width = 329 Height = 49 Caption = 'Program 2' TabOrder = 1 object Edit2: TEdit Left = 16 Top = 16 Width = 297 Height = 21 TabOrder = 0 end end object GroupBox3: TGroupBox Left = 8 Top = 120 Width = 329 Height = 49 Caption = 'Program 3' TabOrder = 2 object Edit3: TEdit Left = 16 Top = 16 Width = 297 Height = 21 TabOrder = 0 end end object BitBtn1: TBitBtn Left = 262 Top = 178 Width = 75 Height = 25 TabOrder = 3 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 174 Top = 178 Width = 75 Height = 25 TabOrder = 4 Kind = bkCancel end object BitBtn3: TBitBtn Left = 8 Top = 178 Width = 75 Height = 25 TabOrder = 5 OnClick = BitBtn3Click Kind = bkHelp end object Timer1: TTimer OnTimer = Timer1Timer Left = 112 Top = 176 end end