home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / DDCHECK / ddcheck.lzh / DDCheck / DDChecker.exe / 0 / RCDATA / TFORMINPUTEXT / TFORMINPUTEXT.txt
Text File  |  2000-10-15  |  1KB  |  69 lines

  1. object FormInputExt: TFormInputExt
  2.   Left = 427
  3.   Top = 343
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスgソスソスソスqソスフ難ソスソスソス'
  6.   ClientHeight = 95
  7.   ClientWidth = 244
  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 Bevel1: TBevel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 217
  24.     Height = 41
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 32
  29.     Top = 24
  30.     Width = 57
  31.     Height = 12
  32.     Caption = 'ソスgソスソスソスq(&E)ソスF'
  33.     FocusControl = edtExt
  34.   end
  35.   object edtExt: TEdit
  36.     Left = 96
  37.     Top = 20
  38.     Width = 121
  39.     Height = 20
  40.     MaxLength = 10
  41.     TabOrder = 0
  42.     OnChange = edtExtChange
  43.     OnEnter = edtExtEnter
  44.     OnExit = edtExtExit
  45.   end
  46.   object cmdOK: TButton
  47.     Left = 144
  48.     Top = 64
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'ソスン抵ソス(&O)'
  52.     Default = True
  53.     Enabled = False
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.     OnClick = cmdOKClick
  57.   end
  58.   object cmdCancel: TButton
  59.     Left = 24
  60.     Top = 64
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'ソスソスソス(&C)'
  65.     ModalResult = 2
  66.     TabOrder = 2
  67.   end
  68. end
  69.