home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Player.exe / 0 / RCDATA / TFORMPAT / TFORMPAT.txt
Text File  |  2011-10-10  |  2KB  |  87 lines

  1. object FormPat: TFormPat
  2.   Left = 229
  3.   Top = 400
  4.   Width = 387
  5.   Height = 273
  6.   Caption = 'Glyph'
  7.   Color = clBtnFace
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object SG: TStringGrid
  20.     Left = 0
  21.     Top = 0
  22.     Width = 379
  23.     Height = 153
  24.     Align = alTop
  25.     ColCount = 2
  26.     DefaultRowHeight = 16
  27.     FixedCols = 0
  28.     RowCount = 20
  29.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  30.     TabOrder = 0
  31.     OnClick = SGClick
  32.     OnDblClick = SGDblClick
  33.     ColWidths = (
  34.       69
  35.       212)
  36.   end
  37.   object BOK: TButton
  38.     Left = 32
  39.     Top = 200
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Add'
  43.     TabOrder = 1
  44.     OnClick = BOKClick
  45.   end
  46.   object Button2: TButton
  47.     Left = 120
  48.     Top = 200
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Delete'
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55.   object EName: TEdit
  56.     Left = 32
  57.     Top = 176
  58.     Width = 105
  59.     Height = 20
  60.     TabOrder = 3
  61.     Text = '$'
  62.   end
  63.   object EFile: TEdit
  64.     Left = 144
  65.     Top = 176
  66.     Width = 177
  67.     Height = 20
  68.     TabOrder = 4
  69.     OnChange = EFileChange
  70.   end
  71.   object Button1: TButton
  72.     Left = 208
  73.     Top = 200
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Edit'
  77.     TabOrder = 5
  78.     OnClick = Button1Click
  79.   end
  80.   object OD: TOpenDialog
  81.     DefaultExt = 'bmp'
  82.     Filter = 'bmp/png|*.bmp;*.png'
  83.     Left = 264
  84.     Top = 160
  85.   end
  86. end
  87.