home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / K2E10129 / k2e10129.lzh / K2Editor.exe / 0 / RCDATA / TINPUTDIALOGFORM / TINPUTDIALOGFORM.txt
Text File  |  2001-04-02  |  1KB  |  54 lines

  1. object InputDialogForm: TInputDialogForm
  2.   Left = 396
  3.   Top = 335
  4.   BorderStyle = bsDialog
  5.   Caption = 'InputDialogForm'
  6.   ClientHeight = 103
  7.   ClientWidth = 386
  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.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object InputLabel: TLabel
  19.     Left = 24
  20.     Top = 8
  21.     Width = 52
  22.     Height = 12
  23.     Caption = 'InputLabel'
  24.     FocusControl = InputEdit
  25.   end
  26.   object InputEdit: TEdit
  27.     Left = 24
  28.     Top = 32
  29.     Width = 337
  30.     Height = 20
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 208
  35.     Top = 72
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object Button2: TButton
  44.     Left = 288
  45.     Top = 72
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53. end
  54.