UnitTestGUITesting.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:2k
源码类别:

Email服务器

开发平台:

Delphi

  1. object TestForm: TTestForm
  2.   Left = 262
  3.   Top = 107
  4.   Width = 417
  5.   Height = 172
  6.   Caption = 'TestForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyPress = FormKeyPress
  19.   OnKeyUp = FormKeyUp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object xButton: TButton
  23.     Left = 0
  24.     Top = 0
  25.     Width = 113
  26.     Height = 25
  27.     Caption = 'xButton'
  28.     TabOrder = 0
  29.     OnClick = xButtonClick
  30.   end
  31.   object xEdit: TEdit
  32.     Left = 0
  33.     Top = 96
  34.     Width = 409
  35.     Height = 21
  36.     TabOrder = 3
  37.     OnKeyDown = xEditKeyDown
  38.     OnKeyUp = xEditKeyUp
  39.   end
  40.   object xMemo: TMemo
  41.     Left = 120
  42.     Top = 0
  43.     Width = 289
  44.     Height = 89
  45.     TabOrder = 4
  46.   end
  47.   object xButton2: TButton
  48.     Left = 0
  49.     Top = 32
  50.     Width = 113
  51.     Height = 25
  52.     Caption = 'xButton2'
  53.     TabOrder = 1
  54.   end
  55.   object xButton3: TButton
  56.     Left = 0
  57.     Top = 64
  58.     Width = 113
  59.     Height = 25
  60.     Caption = 'xButton3'
  61.     TabOrder = 2
  62.   end
  63.   object MainMenu1: TMainMenu
  64.     Left = 8
  65.     object est11: TMenuItem
  66.       Caption = 'Test Menu'
  67.       object xAltBackspace: TMenuItem
  68.         Caption = 'xAltBackspace'
  69.         ShortCut = 32776
  70.         OnClick = xAltBackspaceClick
  71.       end
  72.       object xCtrlA: TMenuItem
  73.         Caption = 'Ctrl A'
  74.         ShortCut = 16449
  75.         OnClick = xCtrlAClick
  76.       end
  77.       object F21: TMenuItem
  78.         Caption = 'F8'
  79.         ShortCut = 119
  80.         OnClick = F8Click
  81.       end
  82.     end
  83.   end
  84. end