home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 290
- Top = 287
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Send online message'
- ClientHeight = 232
- ClientWidth = 332
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnHelp = FormHelp
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 64
- Width = 69
- Height = 13
- Caption = 'Message text:'
- end
- object Label2: TLabel
- Left = 33
- Top = 40
- Width = 40
- Height = 13
- Alignment = taRightJustify
- Caption = 'Session:'
- end
- object Label3: TLabel
- Left = 46
- Top = 16
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'User:'
- end
- object Label4: TLabel
- Left = 82
- Top = 16
- Width = 3
- Height = 13
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 82
- Top = 40
- Width = 3
- Height = 13
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TButton
- Left = 75
- Top = 200
- Width = 75
- Height = 25
- HelpContext = 2003
- Caption = '&Send'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Button2: TButton
- Left = 179
- Top = 200
- Width = 75
- Height = 25
- HelpContext = 2004
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = Button2Click
- end
- object Memo1: TMemo
- Left = 8
- Top = 80
- Width = 313
- Height = 113
- HelpContext = 2002
- MaxLength = 220
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object UserCB: TComboBox
- Left = 80
- Top = 12
- Width = 241
- Height = 21
- HelpContext = 2000
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = UserCBChange
- end
- object ConsoleCB: TComboBox
- Left = 80
- Top = 36
- Width = 241
- Height = 21
- HelpContext = 2001
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- TabOrder = 1
- end
- end
-