object FormPat: TFormPat Left = 229 Top = 400 Width = 387 Height = 273 Caption = 'Glyph' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True Scaled = False OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object SG: TStringGrid Left = 0 Top = 0 Width = 379 Height = 153 Align = alTop ColCount = 2 DefaultRowHeight = 16 FixedCols = 0 RowCount = 20 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing] TabOrder = 0 OnClick = SGClick OnDblClick = SGDblClick ColWidths = ( 69 212) end object BOK: TButton Left = 32 Top = 200 Width = 75 Height = 25 Caption = 'Add' TabOrder = 1 OnClick = BOKClick end object Button2: TButton Left = 120 Top = 200 Width = 75 Height = 25 Caption = 'Delete' TabOrder = 2 OnClick = Button2Click end object EName: TEdit Left = 32 Top = 176 Width = 105 Height = 20 TabOrder = 3 Text = '$' end object EFile: TEdit Left = 144 Top = 176 Width = 177 Height = 20 TabOrder = 4 OnChange = EFileChange end object Button1: TButton Left = 208 Top = 200 Width = 75 Height = 25 Caption = 'Edit' TabOrder = 5 OnClick = Button1Click end object OD: TOpenDialog DefaultExt = 'bmp' Filter = 'bmp/png|*.bmp;*.png' Left = 264 Top = 160 end end