home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 261
- Top = 203
- Width = 404
- Height = 302
- Caption = 'MODLIB Delphi Sample'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Button1: TButton
- Left = 20
- Top = 12
- Width = 117
- Height = 21
- Caption = 'Start'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 20
- Top = 36
- Width = 117
- Height = 21
- Caption = 'Stop'
- TabOrder = 1
- OnClick = Button2Click
- end
- object ScrollBar1: TScrollBar
- Left = 20
- Top = 68
- Width = 117
- Height = 17
- Max = 99
- Position = 99
- TabOrder = 2
- OnChange = ScrollBar1Change
- end
- object ScrollBar2: TScrollBar
- Left = 20
- Top = 88
- Width = 117
- Height = 17
- Max = 99
- Position = 99
- TabOrder = 3
- OnChange = ScrollBar2Change
- end
- object ScrollBar3: TScrollBar
- Left = 20
- Top = 108
- Width = 117
- Height = 17
- Max = 99
- Position = 99
- TabOrder = 4
- OnChange = ScrollBar3Change
- end
- object ScrollBar4: TScrollBar
- Left = 20
- Top = 128
- Width = 117
- Height = 17
- Max = 99
- Position = 99
- TabOrder = 5
- OnChange = ScrollBar4Change
- end
- object CheckBox1: TCheckBox
- Left = 20
- Top = 156
- Width = 17
- Height = 17
- Caption = 'CheckBox1'
- State = cbChecked
- TabOrder = 6
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 20
- Top = 176
- Width = 17
- Height = 17
- Caption = 'CheckBox1'
- State = cbChecked
- TabOrder = 7
- OnClick = CheckBox2Click
- end
- object CheckBox3: TCheckBox
- Left = 20
- Top = 196
- Width = 17
- Height = 17
- Caption = 'CheckBox1'
- State = cbChecked
- TabOrder = 8
- OnClick = CheckBox3Click
- end
- object CheckBox4: TCheckBox
- Left = 20
- Top = 216
- Width = 17
- Height = 17
- Caption = 'CheckBox1'
- State = cbChecked
- TabOrder = 9
- OnClick = CheckBox4Click
- end
- end
-