home *** CD-ROM | disk | FTP | other *** search
- object DlgAddEditGrp: TDlgAddEditGrp
- Left = 261
- Top = 187
- ActiveControl = EditGroupName
- BorderStyle = bsDialog
- ClientHeight = 127
- ClientWidth = 317
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 16
- object LabGrpName: TLabel
- Left = 16
- Top = 22
- Width = 64
- Height = 16
- Caption = '��ǩ���'
- end
- object EditGroupName: TEdit
- Left = 16
- Top = 40
- Width = 281
- Height = 24
- MaxLength = 50
- TabOrder = 0
- end
- object BtnOK: TButton
- Tag = 8000
- Left = 148
- Top = 100
- Width = 75
- Height = 21
- Caption = 'ȷ��'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Tag = 8001
- Left = 228
- Top = 100
- Width = 75
- Height = 21
- Caption = 'ȡ��'
- ModalResult = 2
- TabOrder = 2
- end
- end
-