home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZMC.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2004-05-19  |  2.3 KB  |  123 lines

  1. object Form2: TForm2
  2.   Left = 290
  3.   Top = 287
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Send online message'
  7.   ClientHeight = 232
  8.   ClientWidth = 332
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnHelp = FormHelp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 64
  23.     Width = 69
  24.     Height = 13
  25.     Caption = 'Message text:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 33
  29.     Top = 40
  30.     Width = 40
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'Session:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 46
  37.     Top = 16
  38.     Width = 26
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = 'User:'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 82
  45.     Top = 16
  46.     Width = 3
  47.     Height = 13
  48.     Font.Charset = RUSSIAN_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Tahoma'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object Label5: TLabel
  56.     Left = 82
  57.     Top = 40
  58.     Width = 3
  59.     Height = 13
  60.     Font.Charset = RUSSIAN_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Tahoma'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Button1: TButton
  68.     Left = 75
  69.     Top = 200
  70.     Width = 75
  71.     Height = 25
  72.     HelpContext = 2003
  73.     Caption = '&Send'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 3
  77.   end
  78.   object Button2: TButton
  79.     Left = 179
  80.     Top = 200
  81.     Width = 75
  82.     Height = 25
  83.     HelpContext = 2004
  84.     Cancel = True
  85.     Caption = '&Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 4
  88.     OnClick = Button2Click
  89.   end
  90.   object Memo1: TMemo
  91.     Left = 8
  92.     Top = 80
  93.     Width = 313
  94.     Height = 113
  95.     HelpContext = 2002
  96.     MaxLength = 220
  97.     ScrollBars = ssVertical
  98.     TabOrder = 2
  99.   end
  100.   object UserCB: TComboBox
  101.     Left = 80
  102.     Top = 12
  103.     Width = 241
  104.     Height = 21
  105.     HelpContext = 2000
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     TabOrder = 0
  109.     OnChange = UserCBChange
  110.   end
  111.   object ConsoleCB: TComboBox
  112.     Left = 80
  113.     Top = 36
  114.     Width = 241
  115.     Height = 21
  116.     HelpContext = 2001
  117.     Style = csDropDownList
  118.     Enabled = False
  119.     ItemHeight = 13
  120.     TabOrder = 1
  121.   end
  122. end
  123.