home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / DCL31W30.DPL / 0 / RCDATA / TPAGEINFODLG / TPAGEINFODLG.txt
Text File  |  1997-05-14  |  1KB  |  80 lines

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