object ParamDlg: TParamDlg Left = 241 Top = 128 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '���Ұ��̒�`' ClientHeight = 146 ClientWidth = 314 Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 12 object Bevel1: TBevel Left = 9 Top = 10 Width = 295 Height = 85 Shape = bsFrame end object Label5: TLabel Left = 16 Top = 30 Width = 80 Height = 13 Caption = '���Ұ���(&P):' FocusControl = ParamName end object Label6: TLabel Left = 16 Top = 59 Width = 78 Height = 13 Caption = '�ް��̎��(&D):' FocusControl = ParamTypes end object ParamName: TEdit Left = 107 Top = 26 Width = 145 Height = 21 TabOrder = 0 end object ParamTypes: TComboBox Left = 107 Top = 55 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 end object OkBtn: TButton Left = 32 Top = 109 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelBtn: TButton Left = 119 Top = 109 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object Button1: TButton Left = 206 Top = 109 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 4 end end