object frmMinMaxEditor: TfrmMinMaxEditor Left = 683 Top = 488 BorderStyle = bsDialog Caption = #26368#23567#20516#12392#26368#22823#20516 ClientHeight = 82 ClientWidth = 296 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 112 Top = 24 Width = 24 Height = 12 Caption = #20197#19978 end object Label2: TLabel Left = 248 Top = 24 Width = 24 Height = 12 Caption = #20197#19979 end object btnCancel: TButton Left = 128 Top = 48 Width = 81 Height = 25 Cancel = True Caption = #12461#12515#12531#12475#12523'(&C)' TabOrder = 1 OnClick = btnCancelClick end object btnOk: TButton Left = 216 Top = 48 Width = 67 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOkClick end object spnMin: TSpinEdit Left = 8 Top = 16 Width = 97 Height = 21 MaxValue = 100000 MinValue = 0 TabOrder = 2 Value = 0 end object spnMax: TSpinEdit Left = 144 Top = 16 Width = 97 Height = 21 MaxValue = 100000 MinValue = 0 TabOrder = 3 Value = 0 end end