home *** CD-ROM | disk | FTP | other *** search
- object DlgRename: TDlgRename
- Left = 625
- Top = 251
- ActiveControl = EditName
- BorderStyle = bsDialog
- ClientHeight = 109
- ClientWidth = 291
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = [fsBold]
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object LabName: TLabel
- Left = 8
- Top = 16
- Width = 64
- Height = 16
- Caption = '��ǩ����'
- end
- object BtnOK: TButton
- Tag = 8000
- Left = 124
- Top = 80
- Width = 75
- Height = 21
- Caption = 'ȷ��'
- ModalResult = 1
- TabOrder = 0
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Tag = 8001
- Left = 206
- Top = 80
- Width = 75
- Height = 21
- Caption = 'ȡ��'
- ModalResult = 2
- TabOrder = 1
- end
- object EditName: TEdit
- Left = 6
- Top = 32
- Width = 277
- Height = 24
- TabOrder = 2
- end
- end
-