home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / PAGEINFO.DFM / PAGEINFO.txt
Text File  |  1996-05-08  |  1KB  |  82 lines

  1. object PageInfoDlg: TPageInfoDlg
  2.   Left = 271
  3.   Top = 174
  4.   ActiveControl = edPageName
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 109
  7.   ClientWidth = 321
  8.   Font.Height = -12
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 12
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 305
  18.     Height = 61
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 16
  24.     Width = 68
  25.     Height = 13
  26.     Caption = 'ソス゚ーソズ厄ソス(&P):'
  27.     FocusControl = edPageName
  28.   end
  29.   object Label2: TLabel
  30.     Left = 12
  31.     Top = 40
  32.     Width = 88
  33.     Height = 13
  34.     Caption = 'ソスソスソスソス ソスソステキソスソス(&X):'
  35.     FocusControl = edPageContext
  36.   end
  37.   object edPageName: TEdit
  38.     Left = 102
  39.     Top = 16
  40.     Width = 207
  41.     Height = 20
  42.     TabOrder = 0
  43.   end
  44.   object edPageContext: TEdit
  45.     Left = 102
  46.     Top = 40
  47.     Width = 207
  48.     Height = 20
  49.     TabOrder = 1
  50.   end
  51.   object BitBtn1: TButton
  52.     Left = 63
  53.     Top = 76
  54.     Width = 78
  55.     Height = 27
  56.     Caption = '&OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 2
  60.     OnClick = OKClick
  61.   end
  62.   object BitBtn2: TButton
  63.     Left = 149
  64.     Top = 76
  65.     Width = 78
  66.     Height = 27
  67.     Cancel = True
  68.     Caption = 'ソスソスンセソス'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object BitBtn3: TButton
  73.     Left = 235
  74.     Top = 76
  75.     Width = 78
  76.     Height = 27
  77.     Caption = 'ソスソスソスソス(&H)'
  78.     TabOrder = 4
  79.     OnClick = BitBtn3Click
  80.   end
  81. end
  82.