home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGADDEDITGRP / TDLGADDEDITGRP.txt
Encoding:
Text File  |  2001-06-29  |  1.1 KB  |  60 lines

  1. object DlgAddEditGrp: TDlgAddEditGrp
  2.   Left = 261
  3.   Top = 187
  4.   ActiveControl = EditGroupName
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 127
  7.   ClientWidth = 317
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object LabGrpName: TLabel
  23.     Left = 16
  24.     Top = 22
  25.     Width = 64
  26.     Height = 16
  27.     Caption = '∩┐╜∩┐╜╟⌐∩┐╜∩┐╜∩┐╜'
  28.   end
  29.   object EditGroupName: TEdit
  30.     Left = 16
  31.     Top = 40
  32.     Width = 281
  33.     Height = 24
  34.     MaxLength = 50
  35.     TabOrder = 0
  36.   end
  37.   object BtnOK: TButton
  38.     Tag = 8000
  39.     Left = 148
  40.     Top = 100
  41.     Width = 75
  42.     Height = 21
  43.     Caption = '╚╖∩┐╜∩┐╜'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = BtnOKClick
  48.   end
  49.   object BtnCancel: TButton
  50.     Tag = 8001
  51.     Left = 228
  52.     Top = 100
  53.     Width = 75
  54.     Height = 21
  55.     Caption = '╚í∩┐╜∩┐╜'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59. end
  60.