home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007A.BIN / OLS / OTONOS23 / otonos23.lzh / music_sa.exe / 0 / RCDATA / TYNFORM / TYNFORM.txt
Text File  |  2000-03-22  |  2KB  |  107 lines

  1. object YnForm: TYnForm
  2.   Left = 67
  3.   Top = 252
  4.   BorderStyle = bsNone
  5.   Caption = 'ソス_ソスソスソス~ソスソス Y/N'
  6.   ClientHeight = 112
  7.   ClientWidth = 335
  8.   Color = clActiveCaption
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 335
  24.     Height = 112
  25.     Align = alClient
  26.     Style = bsRaised
  27.   end
  28.   object LabelM: TLabel
  29.     Left = 4
  30.     Top = 6
  31.     Width = 249
  32.     Height = 101
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 
  36.       'ソスPソスQソスRソスSソスTソスUソスVソスWソスXソスOソスPソスQソスRソスSソスTソスUソスVソスWソスXソスOソスPソスQソスRソスSソスTソスUソスVソスWソスXソスOソスPソスQ' +
  37.       'ソスRソスSソスTソスUソスVソスWソスXソスO'
  38.     Color = clWhite
  39.     Font.Charset = SHIFTJIS_CHARSET
  40.     Font.Color = clWhite
  41.     Font.Height = -19
  42.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  43.     Font.Style = [fsBold]
  44.     ParentColor = False
  45.     ParentFont = False
  46.     Transparent = True
  47.     Layout = tlCenter
  48.     WordWrap = True
  49.     OnMouseDown = LabelMMouseDown
  50.   end
  51.   object Label1: TLabel
  52.     Left = 258
  53.     Top = 6
  54.     Width = 71
  55.     Height = 45
  56.     Cursor = crHandPoint
  57.     Hint = 'ソスpソスlソスソスソスフ移難ソス'
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     Color = clBlack
  61.     Font.Charset = SHIFTJIS_CHARSET
  62.     Font.Color = clWhite
  63.     Font.Height = -11
  64.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  65.     Font.Style = []
  66.     ParentColor = False
  67.     ParentFont = False
  68.     ParentShowHint = False
  69.     ShowHint = True
  70.     Layout = tlCenter
  71.     WordWrap = True
  72.     OnMouseDown = LabelMMouseDown
  73.   end
  74.   object NoBtn: TBitBtn
  75.     Left = 258
  76.     Top = 80
  77.     Width = 70
  78.     Height = 25
  79.     Caption = 'No'
  80.     Font.Charset = SHIFTJIS_CHARSET
  81.     Font.Color = clNavy
  82.     Font.Height = -13
  83.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     TabOrder = 1
  87.     TabStop = False
  88.     OnClick = NoBtnClick
  89.   end
  90.   object yesBtn: TBitBtn
  91.     Left = 258
  92.     Top = 54
  93.     Width = 70
  94.     Height = 50
  95.     Caption = 'Yes'
  96.     Font.Charset = SHIFTJIS_CHARSET
  97.     Font.Color = clMaroon
  98.     Font.Height = -13
  99.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     TabOrder = 0
  103.     TabStop = False
  104.     OnClick = yesBtnClick
  105.   end
  106. end
  107.