object frmSpecialCharEditor: TfrmSpecialCharEditor Left = 605 Top = 413 BorderStyle = bsDialog Caption = #25991#23383#12392#38263#12373 ClientHeight = 106 ClientWidth = 240 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 = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 12 object lblChar: TLabel Left = 8 Top = 16 Width = 41 Height = 12 Caption = #25991#23383'(&S):' FocusControl = edtChar end object lblCost: TLabel Left = 8 Top = 48 Width = 40 Height = 12 Caption = #26178#38291'(&L):' FocusControl = spnCost end object btnOk: TButton Left = 160 Top = 72 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 64 Top = 72 Width = 91 Height = 25 Cancel = True Caption = #12461#12515#12531#12475#12523'(&C)' TabOrder = 1 OnClick = btnCancelClick end object edtChar: TEdit Left = 64 Top = 8 Width = 97 Height = 20 TabOrder = 2 end object spnCost: TSpinEdit Left = 64 Top = 40 Width = 97 Height = 21 MaxValue = 10000 MinValue = 0 TabOrder = 3 Value = 0 end end