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

Email服务器

开发平台:

Delphi

  1. object XPDUnitSetupForm: TXPDUnitSetupForm
  2.   Left = 650
  3.   Top = 241
  4.   Width = 536
  5.   Height = 380
  6.   BorderStyle = bsSizeToolWin
  7.   BorderWidth = 1
  8.   Caption = 'DUnit Wizard Options...'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 380
  11.   Constraints.MinWidth = 536
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Pages: TPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 526
  30.     Height = 317
  31.     ActivePage = ParametersPage
  32.     Align = alClient
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     Style = tsFlatButtons
  36.     TabOrder = 0
  37.     object BehaviourPage: TTabSheet
  38.       Caption = 'Behaviour'
  39.       ParentShowHint = False
  40.       ShowHint = False
  41.       object TestProject: TGroupBox
  42.         Left = 0
  43.         Top = 230
  44.         Width = 518
  45.         Height = 56
  46.         Hint = '-'
  47.         Align = alBottom
  48.         Caption = 'New TestProject'
  49.         TabOrder = 1
  50.         object AddToProjectGroup: TCheckBox
  51.           Left = 23
  52.           Top = 22
  53.           Width = 227
  54.           Height = 17
  55.           Caption = 'Add to current Project &Group'
  56.           TabOrder = 0
  57.           OnClick = AddToProjectGroupClick
  58.         end
  59.       end
  60.       object Panel1: TPanel
  61.         Left = 0
  62.         Top = 0
  63.         Width = 518
  64.         Height = 230
  65.         Align = alClient
  66.         BevelOuter = bvNone
  67.         TabOrder = 0
  68.         object NewTestModule: TGroupBox
  69.           Left = 0
  70.           Top = 0
  71.           Width = 256
  72.           Height = 227
  73.           Hint = '-'
  74.           Anchors = [akLeft, akTop, akBottom]
  75.           Caption = 'New TestModule'
  76.           TabOrder = 0
  77.           object Label4: TLabel
  78.             Left = 23
  79.             Top = 31
  80.             Width = 105
  81.             Height = 15
  82.             AutoSize = False
  83.             Caption = 'Current IDE unit :'
  84.             Layout = tlCenter
  85.           end
  86.           object Label5: TLabel
  87.             Left = 23
  88.             Top = 104
  89.             Width = 212
  90.             Height = 15
  91.             AutoSize = False
  92.             Caption = 'Current IDE unit global-scoped classes :'
  93.             Layout = tlCenter
  94.           end
  95.           object AddCurrentToTestProjectUses: TCheckBox
  96.             Left = 23
  97.             Top = 74
  98.             Width = 212
  99.             Height = 17
  100.             Caption = 'Add to current Project "u&ses" clause'
  101.             TabOrder = 1
  102.             OnClick = AddCurrentToTestProjectUsesClick
  103.           end
  104.           object AddCurrentToTestModuleUses: TCheckBox
  105.             Left = 23
  106.             Top = 56
  107.             Width = 212
  108.             Height = 17
  109.             Caption = 'A&dd to TestModule "&uses" clause'
  110.             TabOrder = 0
  111.             OnClick = AddCurrentToTestModuleUsesClick
  112.           end
  113.           object ModuleAddPublishedMethods: TCheckBox
  114.             Left = 23
  115.             Top = 132
  116.             Width = 212
  117.             Height = 17
  118.             Caption = 'Add PUBLISHED method tests'
  119.             TabOrder = 2
  120.             OnClick = ModuleAddPublishedMethodsClick
  121.           end
  122.           object ModuleAddPublicMethods: TCheckBox
  123.             Left = 23
  124.             Top = 150
  125.             Width = 212
  126.             Height = 17
  127.             Caption = 'Add PUBLIC method tests'
  128.             TabOrder = 3
  129.             OnClick = ModuleAddPublicMethodsClick
  130.           end
  131.           object ModuleAddProtectedMethods: TCheckBox
  132.             Left = 23
  133.             Top = 168
  134.             Width = 212
  135.             Height = 17
  136.             Caption = 'Add PROTECTED method tests'
  137.             TabOrder = 4
  138.             OnClick = ModuleAddProtectedMethodsClick
  139.           end
  140.         end
  141.         object NewTestClass: TGroupBox
  142.           Left = 265
  143.           Top = 0
  144.           Width = 252
  145.           Height = 227
  146.           Hint = '-'
  147.           Anchors = [akLeft, akTop, akRight, akBottom]
  148.           Caption = 'New TestClass'
  149.           TabOrder = 1
  150.           object Label7: TLabel
  151.             Left = 24
  152.             Top = 31
  153.             Width = 204
  154.             Height = 16
  155.             AutoSize = False
  156.             Caption = 'Selected class in current IDE unit:'
  157.             Layout = tlCenter
  158.           end
  159.           object ClassAddPublishedMethods: TCheckBox
  160.             Left = 24
  161.             Top = 57
  162.             Width = 204
  163.             Height = 17
  164.             Caption = 'Add PUBLISHED method tests'
  165.             TabOrder = 0
  166.             OnClick = ClassAddPublishedMethodsClick
  167.           end
  168.           object ClassAddPublicMethods: TCheckBox
  169.             Left = 24
  170.             Top = 74
  171.             Width = 204
  172.             Height = 19
  173.             Caption = 'Add PUBLIC method tests'
  174.             TabOrder = 1
  175.             OnClick = ClassAddPublicMethodsClick
  176.           end
  177.           object ClassAddProtectedMethods: TCheckBox
  178.             Left = 24
  179.             Top = 92
  180.             Width = 204
  181.             Height = 17
  182.             Caption = 'Add PROTECTED method tests'
  183.             TabOrder = 2
  184.             OnClick = ClassAddProtectedMethodsClick
  185.           end
  186.           object ClassAddPrivateMethods: TCheckBox
  187.             Left = 24
  188.             Top = 110
  189.             Width = 204
  190.             Height = 17
  191.             Caption = 'Add PRIVATE method tests'
  192.             TabOrder = 3
  193.             OnClick = ClassAddPrivateMethodsClick
  194.           end
  195.         end
  196.       end
  197.     end
  198.     object ParametersPage: TTabSheet
  199.       Caption = 'Parameters'
  200.       ImageIndex = 1
  201.       object ParameterTemplates: TGroupBox
  202.         Left = 0
  203.         Top = 0
  204.         Width = 518
  205.         Height = 286
  206.         Align = alClient
  207.         Caption = 'Code skeleton Parameter templates'
  208.         TabOrder = 0
  209.         object Label1: TLabel
  210.           Left = 13
  211.           Top = 27
  212.           Width = 134
  213.           Height = 17
  214.           AutoSize = False
  215.           Caption = '&Select parameter...'
  216.           FocusControl = ParameterList
  217.         end
  218.         object Label3: TLabel
  219.           Left = 13
  220.           Top = 179
  221.           Width = 134
  222.           Height = 15
  223.           AutoSize = False
  224.           Caption = 'Description'
  225.           Layout = tlCenter
  226.         end
  227.         object ParameterList: TListBox
  228.           Left = 13
  229.           Top = 46
  230.           Width = 134
  231.           Height = 121
  232.           Hint = 'gsfdhdfhdsyh'
  233.           IntegralHeight = True
  234.           ItemHeight = 13
  235.           TabOrder = 0
  236.           OnClick = ParameterListClick
  237.         end
  238.         object TemplateGroup: TPanel
  239.           Left = 160
  240.           Top = 18
  241.           Width = 345
  242.           Height = 257
  243.           Anchors = [akLeft, akTop, akRight, akBottom]
  244.           BevelOuter = bvLowered
  245.           TabOrder = 2
  246.           object TemplateLabel: TLabel
  247.             Left = 11
  248.             Top = 8
  249.             Width = 270
  250.             Height = 17
  251.             AutoSize = False
  252.             Caption = '&Template'
  253.             FocusControl = ParameterTemplate
  254.           end
  255.           object label12: TLabel
  256.             Left = 12
  257.             Top = 56
  258.             Width = 134
  259.             Height = 14
  260.             AutoSize = False
  261.             Caption = '&Macros'
  262.             FocusControl = MacroList
  263.             Layout = tlCenter
  264.           end
  265.           object Label2: TLabel
  266.             Left = 176
  267.             Top = 57
  268.             Width = 134
  269.             Height = 14
  270.             AutoSize = False
  271.             Caption = 'Description'
  272.             Layout = tlCenter
  273.           end
  274.           object ParameterTemplate: TEdit
  275.             Left = 10
  276.             Top = 27
  277.             Width = 325
  278.             Height = 21
  279.             Anchors = [akLeft, akTop, akRight]
  280.             TabOrder = 0
  281.             OnChange = ParameterTemplateChange
  282.             OnExit = ParameterTemplateExit
  283.             OnKeyPress = ParameterTemplateKeyPress
  284.           end
  285.           object MacroList: TListBox
  286.             Left = 10
  287.             Top = 77
  288.             Width = 156
  289.             Height = 138
  290.             Anchors = [akLeft, akTop, akBottom]
  291.             ItemHeight = 13
  292.             TabOrder = 1
  293.             OnClick = MacroListClick
  294.           end
  295.           object InsertMacro: TButton
  296.             Left = 39
  297.             Top = 223
  298.             Width = 93
  299.             Height = 25
  300.             Action = InsertMacroAction
  301.             Anchors = [akLeft, akBottom]
  302.             TabOrder = 3
  303.           end
  304.           object MacroDescription: TMemo
  305.             Left = 174
  306.             Top = 77
  307.             Width = 160
  308.             Height = 138
  309.             TabStop = False
  310.             Anchors = [akLeft, akTop, akRight, akBottom]
  311.             Color = clBtnFace
  312.             ReadOnly = True
  313.             TabOrder = 2
  314.           end
  315.         end
  316.         object ParameterDescription: TMemo
  317.           Left = 13
  318.           Top = 198
  319.           Width = 134
  320.           Height = 75
  321.           TabStop = False
  322.           Anchors = [akLeft, akTop, akBottom]
  323.           Color = clBtnFace
  324.           ReadOnly = True
  325.           TabOrder = 1
  326.         end
  327.       end
  328.     end
  329.   end
  330.   object Buttons: TPanel
  331.     Left = 0
  332.     Top = 317
  333.     Width = 526
  334.     Height = 34
  335.     Align = alBottom
  336.     BevelOuter = bvNone
  337.     TabOrder = 1
  338.     object RestoreDefaults: TButton
  339.       Left = 138
  340.       Top = 2
  341.       Width = 93
  342.       Height = 28
  343.       Action = RestoreDefaultsAction
  344.       Anchors = [akRight, akBottom]
  345.       TabOrder = 0
  346.     end
  347.     object CancelChanges: TButton
  348.       Left = 235
  349.       Top = 2
  350.       Width = 93
  351.       Height = 28
  352.       Action = CancelAction
  353.       Anchors = [akRight, akBottom]
  354.       Cancel = True
  355.       TabOrder = 1
  356.     end
  357.     object ApplyChanges: TButton
  358.       Left = 332
  359.       Top = 2
  360.       Width = 93
  361.       Height = 28
  362.       Hint = 'Save changes to disk'
  363.       Action = ApplyAction
  364.       Anchors = [akRight, akBottom]
  365.       Caption = '&Apply'
  366.       TabOrder = 2
  367.     end
  368.     object CloseForm: TButton
  369.       Left = 429
  370.       Top = 2
  371.       Width = 93
  372.       Height = 28
  373.       Hint = 'Close dialog. Changes since last Apply are *not* saved'
  374.       Action = CloseAction
  375.       Anchors = [akRight, akBottom]
  376.       Default = True
  377.       TabOrder = 3
  378.     end
  379.   end
  380.   object ActionList1: TActionList
  381.     Left = 233
  382.     Top = 1
  383.     object ApplyAction: TAction
  384.       Caption = 'Apply'
  385.       OnExecute = ApplyActionExecute
  386.       OnUpdate = ApplyActionUpdate
  387.     end
  388.     object CancelAction: TAction
  389.       Caption = 'Disca&rd'
  390.       Hint = 'Lose any changes since last apply'
  391.       OnExecute = CancelActionExecute
  392.       OnUpdate = CancelActionUpdate
  393.     end
  394.     object CloseAction: TAction
  395.       Caption = '&Close'
  396.       Hint = #39'Close dialog. Changes since last Apply are *not* saved'#39
  397.       OnExecute = CloseActionExecute
  398.     end
  399.     object InsertMacroAction: TAction
  400.       Caption = '&Insert'
  401.       Hint = 'Insert selected Macro into Template at last cursor position'
  402.       OnExecute = InsertMacroActionExecute
  403.     end
  404.     object SelectNameAction: TAction
  405.     end
  406.     object RestoreDefaultsAction: TAction
  407.       Caption = '&Defaults'
  408.       Hint = 'Discard all changes and saved settings.'
  409.       OnExecute = RestoreDefaultsActionExecute
  410.     end
  411.   end
  412. end