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

Email服务器

开发平台:

Delphi

  1. object frm_XPGenOpts: Tfrm_XPGenOpts
  2.   Left = 319
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'XP Gen Options'
  7.   ClientHeight = 377
  8.   ClientWidth = 548
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object chkTestSTubOnly: TCheckBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 241
  24.     Height = 17
  25.     Caption = 'Generate Test Stub Only - Best for Test First'
  26.     TabOrder = 0
  27.   end
  28.   object grpRegistrationOpts: TGroupBox
  29.     Left = 8
  30.     Top = 144
  31.     Width = 249
  32.     Height = 89
  33.     Caption = 'Registration Options'
  34.     TabOrder = 1
  35.     object rdbClassic: TRadioButton
  36.       Left = 16
  37.       Top = 24
  38.       Width = 217
  39.       Height = 17
  40.       Caption = 'Classic - procedure suite : ITestSuite'
  41.       TabOrder = 0
  42.     end
  43.     object rdbPreferredOpts: TRadioButton
  44.       Left = 16
  45.       Top = 56
  46.       Width = 217
  47.       Height = 17
  48.       Caption = 'Preferred - testframework.registerSuites'
  49.       TabOrder = 1
  50.     end
  51.   end
  52.   object grpModuleNaming: TGroupBox
  53.     Left = 280
  54.     Top = 32
  55.     Width = 257
  56.     Height = 97
  57.     Caption = 'Module Naming'
  58.     TabOrder = 2
  59.     object Label2: TLabel
  60.       Left = 8
  61.       Top = 20
  62.       Width = 112
  63.       Height = 13
  64.       Caption = 'Test Module Name Tag'
  65.     end
  66.     object Label6: TLabel
  67.       Left = 8
  68.       Top = 44
  69.       Width = 42
  70.       Height = 13
  71.       Caption = 'Tag Is a '
  72.     end
  73.     object Label7: TLabel
  74.       Left = 8
  75.       Top = 76
  76.       Width = 44
  77.       Height = 13
  78.       Caption = 'Sample : '
  79.     end
  80.     object edtModuleNameTag: TEdit
  81.       Left = 128
  82.       Top = 20
  83.       Width = 121
  84.       Height = 21
  85.       TabOrder = 0
  86.       Text = 'edtModuleNameTag'
  87.     end
  88.     object ComboBox1: TComboBox
  89.       Left = 56
  90.       Top = 44
  91.       Width = 145
  92.       Height = 21
  93.       Style = csDropDownList
  94.       ItemHeight = 13
  95.       TabOrder = 1
  96.       Items.Strings = (
  97.         'Prefix'
  98.         'Postfix')
  99.     end
  100.   end
  101.   object grpTestClassNaming: TGroupBox
  102.     Left = 8
  103.     Top = 32
  104.     Width = 257
  105.     Height = 97
  106.     Caption = 'Test Class Naming'
  107.     TabOrder = 3
  108.     object Label1: TLabel
  109.       Left = 8
  110.       Top = 20
  111.       Width = 102
  112.       Height = 13
  113.       Caption = 'Test Class Name Tag'
  114.     end
  115.     object Label5: TLabel
  116.       Left = 8
  117.       Top = 44
  118.       Width = 33
  119.       Height = 13
  120.       Caption = 'Tag Is '
  121.     end
  122.     object Label8: TLabel
  123.       Left = 8
  124.       Top = 76
  125.       Width = 44
  126.       Height = 13
  127.       Caption = 'Sample : '
  128.     end
  129.     object edtTestNameTag: TEdit
  130.       Left = 120
  131.       Top = 16
  132.       Width = 121
  133.       Height = 21
  134.       TabOrder = 0
  135.       Text = 'edtTestC'
  136.     end
  137.     object cboClass: TComboBox
  138.       Left = 48
  139.       Top = 44
  140.       Width = 145
  141.       Height = 21
  142.       Style = csDropDownList
  143.       ItemHeight = 13
  144.       TabOrder = 1
  145.       Items.Strings = (
  146.         'Prefix'
  147.         'Postfix'
  148.         ' ')
  149.     end
  150.   end
  151.   object GroupBox1: TGroupBox
  152.     Left = 272
  153.     Top = 144
  154.     Width = 225
  155.     Height = 89
  156.     Caption = 'Stub Location Options'
  157.     TabOrder = 4
  158.     object Label3: TLabel
  159.       Left = 16
  160.       Top = 60
  161.       Width = 60
  162.       Height = 13
  163.       Caption = 'Folder Name'
  164.     end
  165.     object chkStubsInSubFolder: TCheckBox
  166.       Left = 16
  167.       Top = 24
  168.       Width = 177
  169.       Height = 17
  170.       Caption = 'Generate Stubs in SubFolder'
  171.       TabOrder = 0
  172.     end
  173.     object Edit1: TEdit
  174.       Left = 88
  175.       Top = 52
  176.       Width = 121
  177.       Height = 21
  178.       TabOrder = 1
  179.       Text = 'edtStubSubFolder'
  180.     end
  181.   end
  182.   object Panel1: TPanel
  183.     Left = 0
  184.     Top = 336
  185.     Width = 548
  186.     Height = 41
  187.     Align = alBottom
  188.     TabOrder = 5
  189.     object Panel2: TPanel
  190.       Left = 371
  191.       Top = 1
  192.       Width = 176
  193.       Height = 39
  194.       Align = alRight
  195.       BevelOuter = bvNone
  196.       TabOrder = 0
  197.       object btnCancel: TButton
  198.         Left = 8
  199.         Top = 6
  200.         Width = 75
  201.         Height = 25
  202.         Caption = 'CANCEL'
  203.         ModalResult = 2
  204.         TabOrder = 0
  205.         OnClick = btnCancelClick
  206.       end
  207.       object btnOK: TButton
  208.         Left = 96
  209.         Top = 6
  210.         Width = 75
  211.         Height = 25
  212.         Caption = 'OK'
  213.         ModalResult = 1
  214.         TabOrder = 1
  215.         OnClick = btnOKClick
  216.       end
  217.     end
  218.   end
  219.   object grpTestInstancing: TGroupBox
  220.     Left = 120
  221.     Top = 240
  222.     Width = 289
  223.     Height = 89
  224.     Caption = 'Test Instancing'
  225.     TabOrder = 6
  226.     object Label4: TLabel
  227.       Left = 8
  228.       Top = 52
  229.       Width = 149
  230.       Height = 13
  231.       Caption = 'Auto Instance Identifier Name : '
  232.     end
  233.     object CheckBox1: TCheckBox
  234.       Left = 8
  235.       Top = 24
  236.       Width = 217
  237.       Height = 17
  238.       Caption = 'Auto Instance in Test Class'
  239.       TabOrder = 0
  240.     end
  241.     object Edit2: TEdit
  242.       Left = 160
  243.       Top = 52
  244.       Width = 121
  245.       Height = 21
  246.       TabOrder = 1
  247.       Text = 'edtTestInstanceName'
  248.     end
  249.   end
  250. end