object MaskTextForm: TMaskTextForm Left = 225 Top = 200 ActiveControl = TestEdit BorderStyle = bsDialog Caption = 'Ͻ�������̐ݒ�' ClientHeight = 92 ClientWidth = 286 Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 12 object Label3: TLabel Left = 8 Top = 10 Width = 66 Height = 13 Caption = '÷�ē���(&I):' FocusControl = TestEdit IsControl = True end object Label1: TLabel Left = 8 Top = 36 Width = 24 Height = 13 Caption = 'Ͻ�:' IsControl = True end object EditMask: TLabel Left = 76 Top = 36 Width = 200 Height = 13 AutoSize = False Caption = '(���w��)' IsControl = True end object TestEdit: TMaskEdit Left = 76 Top = 8 Width = 200 Height = 21 MaxLength = 0 TabOrder = 0 IsControl = True end object OKButton: TButton Left = 40 Top = 62 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 119 Top = 62 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 200 Top = 62 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = HelpButtonClick end end