1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- object frmMain: TfrmMain
- Left = 418
- Top = 216
- Width = 581
- Height = 352
- Caption = #23458#25143#31471
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 27
- Top = 276
- Width = 22
- Height = 13
- Caption = 'User'
- end
- object MeText: TMemo
- Left = 14
- Top = 15
- Width = 541
- Height = 228
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Edit3: TEdit
- Left = 63
- Top = 271
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '2'
- end
- object btnCheck: TButton
- Left = 444
- Top = 269
- Width = 99
- Height = 25
- Caption = 'CheckConnect'
- TabOrder = 2
- OnClick = btnCheckClick
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 306
- Top = 266
- end
- end
|