object QREnvironmentEditor: TQREnvironmentEditor Left = 269 Top = 193 BorderStyle = bsDialog Caption = '���[�U�[��`�֐��̐ݒ�' ClientHeight = 260 ClientWidth = 381 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object NewEntryGB: TGroupBox Left = 17 Top = 11 Width = 360 Height = 189 Caption = ' �쐬 ' TabOrder = 5 object Label1: TLabel Left = 50 Top = 30 Width = 30 Height = 12 Caption = '���O :' end object Label2: TLabel Left = 60 Top = 61 Width = 18 Height = 12 Caption = '�� :' end object SpeedButton1: TSpeedButton Left = 323 Top = 57 Width = 21 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object Name: TEdit Left = 87 Top = 28 Width = 226 Height = 20 TabOrder = 0 end object Expression: TEdit Left = 87 Top = 57 Width = 226 Height = 20 TabOrder = 1 end object NewOKBtn: TButton Left = 194 Top = 109 Width = 60 Height = 25 Caption = 'OK(&O)' TabOrder = 2 OnClick = NewOKBtnClick end object NewCancelBtn: TButton Left = 264 Top = 109 Width = 80 Height = 25 Caption = '�L�����Z��(&C)' TabOrder = 3 OnClick = NewCancelBtnClick end end object AvailableGB: TGroupBox Left = 17 Top = 11 Width = 360 Height = 189 Caption = '�g�p�”\�ȃ��[�U�[��`�֐�' TabOrder = 1 object UDFGrid: TStringGrid Left = 15 Top = 39 Width = 331 Height = 139 ColCount = 2 DefaultRowHeight = 20 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing] ScrollBars = ssVertical TabOrder = 0 OnDblClick = EditBtnClick OnSetEditText = UDFGridSetEditText ColWidths = ( 123 165) end object LocalCB: TRadioButton Left = 39 Top = 17 Width = 104 Height = 15 Caption = '���[�J����`(&L)' Checked = True TabOrder = 1 TabStop = True OnClick = LocalCBClick end object GlobalCB: TRadioButton Left = 162 Top = 17 Width = 104 Height = 15 Caption = '����`(&G)' TabOrder = 2 OnClick = LocalCBClick end end object VariableOKBtn: TButton Left = 317 Top = 215 Width = 60 Height = 25 Caption = '�‚���' Default = True ModalResult = 1 TabOrder = 0 OnClick = VariableOKBtnClick end object DeleteBtn: TButton Left = 148 Top = 215 Width = 60 Height = 25 Caption = '�폜(&D)' TabOrder = 2 end object EditBtn: TButton Left = 83 Top = 215 Width = 60 Height = 25 Caption = '�ҏW(&E)' TabOrder = 3 OnClick = EditBtnClick end object AddBtn: TButton Left = 18 Top = 215 Width = 60 Height = 25 Caption = '�lj�(&A)' TabOrder = 4 OnClick = AddBtnClick end end