object RegQC97Dlg: TRegQC97Dlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'ŧ����¹ QuickCard' ClientHeight = 230 ClientWidth = 337 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 9 Top = 9 Width = 319 Height = 173 Shape = bsFrame end object Label1: TLabel Left = 32 Top = 19 Width = 278 Height = 46 AutoSize = False Caption = '�ô�駢����ŵ��仹��价�����ѷ����Ź�������� 7 �ѹ ����ŧ�' + '���¹��������ǹ�������Ѻ������ش���ͧ�س �����������������' + '��͹����㹪�ͧ��ҧ��ҧ�����С� OK ' WordWrap = True end object Label2: TLabel Left = 48 Top = 72 Width = 257 Height = 41 AutoSize = False Caption = 'Label2' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TButton Left = 29 Top = 194 Width = 81 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 115 Top = 194 Width = 81 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Edit1: TEdit Left = 36 Top = 137 Width = 261 Height = 21 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnKeyPress = Edit1KeyPress end object RegBtn: TButton Left = 203 Top = 194 Width = 105 Height = 27 Caption = '���ŧ����¹...' ModalResult = 2 TabOrder = 3 OnClick = RegBtnClick end end