home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 April / VPR0204A.ISO / OLS / YUKININNGYO / yukininngyo.lzh / 雪人魚 / ComicPly.exe / 0 / RCDATA / TFRMSAVESELECT / TFRMSAVESELECT.txt
Text File  |  2001-05-26  |  2KB  |  83 lines

  1. object frmSaveSelect: TfrmSaveSelect
  2.   Left = 336
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmSaveSelect'
  6.   ClientHeight = 219
  7.   ClientWidth = 221
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 221
  22.     Height = 178
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lstSaveName: TListBox
  27.       Left = 0
  28.       Top = 0
  29.       Width = 221
  30.       Height = 178
  31.       Align = alClient
  32.       Font.Charset = SHIFTJIS_CHARSET
  33.       Font.Color = clBlack
  34.       Font.Height = -16
  35.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  36.       Font.Style = []
  37.       ItemHeight = 16
  38.       Items.Strings = (
  39.         'ソスソスソスgソスp'
  40.         'ソスソスソスgソスp'
  41.         'ソスソスソスgソスp'
  42.         'ソスソスソスgソスp'
  43.         'ソスソスソスgソスp'
  44.         'ソスソスソスgソスp'
  45.         'ソスソスソスgソスp'
  46.         'ソスソスソスgソスp'
  47.         'ソスソスソスgソスp'
  48.         'ソスソスソスgソスp')
  49.       ParentFont = False
  50.       TabOrder = 0
  51.       OnClick = lstSaveNameClick
  52.       OnDblClick = btnExecuteClick
  53.     end
  54.   end
  55.   object Panel2: TPanel
  56.     Left = 0
  57.     Top = 178
  58.     Width = 221
  59.     Height = 41
  60.     Align = alBottom
  61.     BevelOuter = bvNone
  62.     TabOrder = 1
  63.     object btnExecute: TButton
  64.       Left = 88
  65.       Top = 8
  66.       Width = 57
  67.       Height = 25
  68.       Default = True
  69.       TabOrder = 0
  70.       OnClick = btnExecuteClick
  71.     end
  72.     object btnCancel: TButton
  73.       Left = 152
  74.       Top = 8
  75.       Width = 59
  76.       Height = 25
  77.       Caption = 'ソスソス゚ゑソス'
  78.       ModalResult = 2
  79.       TabOrder = 1
  80.     end
  81.   end
  82. end
  83.