object AddFields: TAddFields Left = 293 Top = 103 ActiveControl = FieldsList BorderStyle = bsDialog Caption = '���ڂ̒lj�' ClientHeight = 216 ClientWidth = 237 Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object OkBtn: TButton Left = 154 Top = 13 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 154 Top = 43 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 137 Height = 197 Caption = '�I���”\�ȍ���' TabOrder = 0 object FieldsList: TListBox Left = 8 Top = 16 Width = 121 Height = 173 ItemHeight = 13 MultiSelect = True TabOrder = 0 end end object HelpBtn: TButton Left = 154 Top = 73 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = HelpBtnClick end end