home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / OLS / KMPLY050 / KMPLY050.lzh / KamoPlayer.exe / 0 / RCDATA / TCOPYDIALOG / TCOPYDIALOG.txt
Text File  |  2000-01-14  |  1KB  |  75 lines

  1. object CopyDialog: TCopyDialog
  2.   Left = 302
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスtソスHソスソスソス_ソスIソスソス'
  6.   ClientHeight = 166
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  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.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 12
  23.     Width = 4
  24.     Height = 12
  25.   end
  26.   object Button1: TButton
  27.     Left = 264
  28.     Top = 28
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'ソスQソスソス'
  32.     TabOrder = 4
  33.     OnClick = Button1Click
  34.   end
  35.   object ComboBox1: TComboBox
  36.     Left = 12
  37.     Top = 32
  38.     Width = 241
  39.     Height = 20
  40.     ItemHeight = 12
  41.     TabOrder = 0
  42.     OnChange = ComboBox1Change
  43.   end
  44.   object Button2: TButton
  45.     Left = 264
  46.     Top = 100
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'ソスソスソスF(&O)'
  50.     Default = True
  51.     TabOrder = 2
  52.     OnClick = Button2Click
  53.   end
  54.   object Button3: TButton
  55.     Left = 264
  56.     Top = 132
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'ソスレ搾ソス(&C)'
  61.     TabOrder = 3
  62.     OnClick = Button3Click
  63.   end
  64.   object ListBox1: TListBox
  65.     Left = 12
  66.     Top = 60
  67.     Width = 241
  68.     Height = 97
  69.     TabStop = False
  70.     ItemHeight = 12
  71.     TabOrder = 1
  72.     OnClick = ListBox1Click
  73.   end
  74. end
  75.