inherited EvalDialog: TEvalDialog Left = 229 Top = 158 HelpContext = 1425 ActiveControl = Expression BorderStyle = bsDialog Caption = '�]��/�ύX' ClientHeight = 252 ClientWidth = 390 Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 8 Width = 377 Height = 205 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 12 Width = 54 Height = 13 Caption = '�]�����鎮(&E):' FocusControl = Expression end object Label2: TLabel Left = 16 Top = 53 Width = 33 Height = 13 Caption = '����(&R):' FocusControl = ResultLine end object NewValueLabel: TLabel Left = 16 Top = 138 Width = 54 Height = 13 Caption = '�V�����l(&N):' FocusControl = NewValue end object Expression: TComboBox Left = 16 Top = 28 Width = 359 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ExpressionChange OnEnter = ExpressionEnter end object NewValue: TComboBox Left = 16 Top = 154 Width = 359 Height = 21 ItemHeight = 13 MaxLength = 8192 TabOrder = 2 OnEnter = NewValueEnter end object ResultLine: TMemo Left = 16 Top = 68 Width = 358 Height = 65 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 WantReturns = False end object HelpButton: TButton Left = 310 Top = 222 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 6 OnClick = HelpButtonClick end object CloseButton: TButton Left = 230 Top = 222 Width = 75 Height = 25 Cancel = True Caption = '�‚���(&C)' ModalResult = 1 TabOrder = 5 OnClick = CloseButtonClick end object EvalButton: TButton Left = 16 Top = 181 Width = 75 Height = 25 Caption = '�]��(&V)' Default = True TabOrder = 3 OnClick = EvalButtonClick end object ModifyButton: TButton Left = 96 Top = 181 Width = 75 Height = 25 Caption = '�ύX(&M)' TabOrder = 4 OnClick = ModifyButtonClick end end