object frmStrListEditor: TfrmStrListEditor Left = 717 Top = 501 BorderStyle = bsDialog Caption = #25991#23383#21015#12522#12473#12488 ClientHeight = 240 ClientWidth = 344 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 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = memStringsChange PixelsPerInch = 96 TextHeight = 12 object pnlHeader: TPanel Left = 0 Top = 0 Width = 344 Height = 28 Align = alTop AutoSize = True BevelOuter = bvNone BorderWidth = 8 TabOrder = 1 object lblCaption: TLabel Left = 8 Top = 8 Width = 39 Height = 12 Caption = 'Caption' end end object pnlFooter: TPanel Left = 0 Top = 199 Width = 344 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 2 DesignSize = ( 344 41) object btnCancel: TButton Left = 182 Top = 8 Width = 81 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = #12461#12515#12531#12475#12523'(&C)' TabOrder = 1 OnClick = btnCancelClick end object btnOk: TButton Left = 270 Top = 8 Width = 67 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOkClick end object btnConst: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = #25407#20837'(&I)...' TabOrder = 2 OnMouseDown = btnConstMouseDown end end object memStrings: TMemo Left = 0 Top = 28 Width = 344 Height = 171 Align = alClient ScrollBars = ssVertical TabOrder = 0 WordWrap = False OnChange = memStringsChange end object mnConst: TPopupMenu AutoHotkeys = maManual Left = 8 Top = 160 end end