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

Email服务器

开发平台:

Delphi

  1. object frmEmailBoxProperty: TfrmEmailBoxProperty
  2.   Left = 573
  3.   Top = 130
  4.   Width = 394
  5.   Height = 431
  6.   Caption = #37038#31665#23646#24615
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 431
  9.   Constraints.MaxWidth = 394
  10.   Constraints.MinHeight = 431
  11.   Constraints.MinWidth = 394
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object RzPageControl1: TRzPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 386
  27.     Height = 356
  28.     ActivePage = TabSheet2
  29.     Align = alClient
  30.     Color = clWhite
  31.     UseColoredTabs = True
  32.     ParentColor = False
  33.     ShowMenuButton = True
  34.     TabIndex = 0
  35.     TabOrder = 0
  36.     TabStyle = tsRoundCorners
  37.     FixedDimension = 19
  38.     object TabSheet2: TRzTabSheet
  39.       Color = clWhite
  40.       Caption = #21457#36865
  41.       object cxLabel4: TcxLabel
  42.         Left = 40
  43.         Top = 136
  44.         Caption = #37038#20214#20445#23384#21040
  45.       end
  46.       object cxlbl3: TcxLabel
  47.         Left = 40
  48.         Top = 8
  49.         AutoSize = False
  50.         Caption = #21457#20214#31665
  51.         ParentFont = False
  52.         Style.Font.Charset = DEFAULT_CHARSET
  53.         Style.Font.Color = clWindowText
  54.         Style.Font.Height = -17
  55.         Style.Font.Name = 'MS Sans Serif'
  56.         Style.Font.Style = []
  57.         Style.TextStyle = [fsBold]
  58.         Style.IsFontAssigned = True
  59.         Height = 24
  60.         Width = 56
  61.       end
  62.       object lblEmailSendCount: TcxLabel
  63.         Left = 40
  64.         Top = 56
  65.         AutoSize = False
  66.         Caption = #20849#26377'%S'#23553#37038#20214
  67.         Height = 17
  68.         Width = 185
  69.       end
  70.       object btnSendClear: TcxButton
  71.         Left = 280
  72.         Top = 48
  73.         Width = 65
  74.         Height = 25
  75.         Caption = #28165#31354
  76.         TabOrder = 3
  77.         OnClick = btnSendClearClick
  78.         LookAndFeel.Kind = lfOffice11
  79.       end
  80.       object edtSendSaveTo: TcxButtonEdit
  81.         Left = 128
  82.         Top = 136
  83.         Properties.Buttons = <
  84.           item
  85.             Default = True
  86.             Kind = bkEllipsis
  87.           end>
  88.         Properties.OnButtonClick = edtRecvSaveToPropertiesButtonClick
  89.         Style.LookAndFeel.Kind = lfOffice11
  90.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  91.         StyleFocused.LookAndFeel.Kind = lfOffice11
  92.         StyleHot.LookAndFeel.Kind = lfOffice11
  93.         TabOrder = 4
  94.         Width = 233
  95.       end
  96.       object chkSendLog: TcxCheckBox
  97.         Left = 40
  98.         Top = 96
  99.         Caption = #35760#24405#21457#36865#26085#24535
  100.         State = cbsChecked
  101.         TabOrder = 5
  102.         Width = 121
  103.       end
  104.       object lbl3: TcxLabel
  105.         Left = 40
  106.         Top = 168
  107.         AutoSize = False
  108.         Caption = #36807#28388#35268#21017#20445#23384#21040
  109.         Height = 17
  110.         Width = 105
  111.       end
  112.       object edt1: TcxButtonEdit
  113.         Left = 128
  114.         Top = 168
  115.         Properties.Buttons = <
  116.           item
  117.             Default = True
  118.             Kind = bkEllipsis
  119.           end>
  120.         Properties.OnButtonClick = edt1PropertiesButtonClick
  121.         Style.LookAndFeel.Kind = lfOffice11
  122.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  123.         StyleFocused.LookAndFeel.Kind = lfOffice11
  124.         StyleHot.LookAndFeel.Kind = lfOffice11
  125.         TabOrder = 7
  126.         Width = 233
  127.       end
  128.     end
  129.     object TabSheet3: TRzTabSheet
  130.       Color = clWhite
  131.       Caption = #25509#25910
  132.       object lblEmailRecvCount: TLabel
  133.         Left = 32
  134.         Top = 48
  135.         Width = 153
  136.         Height = 13
  137.         AutoSize = False
  138.         Caption = #20849#26377'%S'#23553#37038#20214
  139.       end
  140.       object lblBoxName: TLabel
  141.         Left = 24
  142.         Top = 16
  143.         Width = 73
  144.         Height = 25
  145.         Alignment = taCenter
  146.         AutoSize = False
  147.         Caption = #25910#20214#31665
  148.         Font.Charset = DEFAULT_CHARSET
  149.         Font.Color = clWindowText
  150.         Font.Height = -13
  151.         Font.Name = 'MS Sans Serif'
  152.         Font.Style = [fsBold]
  153.         ParentFont = False
  154.       end
  155.       object btnRecvClear: TcxButton
  156.         Left = 288
  157.         Top = 32
  158.         Width = 57
  159.         Height = 25
  160.         Caption = #28165#31354
  161.         TabOrder = 0
  162.         OnClick = btnRecvClearClick
  163.         LookAndFeel.Kind = lfOffice11
  164.       end
  165.       object edtRecvPlaySound: TcxButtonEdit
  166.         Left = 160
  167.         Top = 216
  168.         Properties.Buttons = <
  169.           item
  170.             Default = True
  171.             Kind = bkEllipsis
  172.           end>
  173.         Properties.OnButtonClick = edtRecvPlaySoundPropertiesButtonClick
  174.         Style.LookAndFeel.Kind = lfOffice11
  175.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  176.         StyleFocused.LookAndFeel.Kind = lfOffice11
  177.         StyleHot.LookAndFeel.Kind = lfOffice11
  178.         TabOrder = 1
  179.         Width = 193
  180.       end
  181.       object edtRecvRunExe: TcxButtonEdit
  182.         Left = 160
  183.         Top = 240
  184.         Properties.Buttons = <
  185.           item
  186.             Default = True
  187.             Kind = bkEllipsis
  188.           end>
  189.         Properties.OnButtonClick = edtRecvRunExePropertiesButtonClick
  190.         Style.LookAndFeel.Kind = lfOffice11
  191.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  192.         StyleFocused.LookAndFeel.Kind = lfOffice11
  193.         StyleHot.LookAndFeel.Kind = lfOffice11
  194.         TabOrder = 2
  195.         Width = 193
  196.       end
  197.       object cxLabel13: TcxLabel
  198.         Left = 32
  199.         Top = 216
  200.         AutoSize = False
  201.         Caption = #26032#37038#20214#21040#26469#26102#25773#25918#22768#38899
  202.         Height = 17
  203.         Width = 137
  204.       end
  205.       object cxLabel14: TcxLabel
  206.         Left = 32
  207.         Top = 240
  208.         AutoSize = False
  209.         Caption = #26032#37038#20214#21040#26469#26102#25191#34892#31243#24207
  210.         Height = 17
  211.         Width = 129
  212.       end
  213.       object rbAtuoDetect: TcxRadioButton
  214.         Left = 32
  215.         Top = 112
  216.         Width = 209
  217.         Height = 17
  218.         Action = actWriteCheckEmailOption
  219.         Caption = #33258#21160#26816#27979#26032#37038#20214
  220.         TabOrder = 5
  221.       end
  222.       object rbMinDetect: TcxRadioButton
  223.         Tag = 1
  224.         Left = 32
  225.         Top = 133
  226.         Width = 193
  227.         Height = 17
  228.         Action = actWriteCheckEmailOption
  229.         Caption = #20165#24403#26368#23567#21270#26102#26816#27979#26032#37038#20214
  230.         TabOrder = 6
  231.       end
  232.       object rbRunDetect: TcxRadioButton
  233.         Tag = 2
  234.         Left = 32
  235.         Top = 155
  236.         Width = 233
  237.         Height = 17
  238.         Action = actWriteCheckEmailOption
  239.         Caption = #20165#21551#21160#26102#26816#27979#26032#37038#20214
  240.         TabOrder = 7
  241.       end
  242.       object rbNeverDetect: TcxRadioButton
  243.         Tag = 3
  244.         Left = 32
  245.         Top = 176
  246.         Width = 113
  247.         Height = 17
  248.         Action = actWriteCheckEmailOption
  249.         Caption = #20174#19981#26816#27979#26032#37038#20214
  250.         TabOrder = 8
  251.       end
  252.       object chkReDownload: TcxCheckBox
  253.         Left = 32
  254.         Top = 72
  255.         Caption = #19981#37325#26032#19979#36733#24050#32463#25509#25910#30340#37038#20214
  256.         State = cbsChecked
  257.         TabOrder = 9
  258.         OnClick = chkReDownloadClick
  259.         Width = 217
  260.       end
  261.       object edtRecvSaveTo: TcxButtonEdit
  262.         Left = 160
  263.         Top = 280
  264.         Properties.Buttons = <
  265.           item
  266.             Default = True
  267.             Kind = bkEllipsis
  268.           end>
  269.         Properties.OnButtonClick = edtRecvSaveToPropertiesButtonClick
  270.         Style.LookAndFeel.Kind = lfOffice11
  271.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  272.         StyleFocused.LookAndFeel.Kind = lfOffice11
  273.         StyleHot.LookAndFeel.Kind = lfOffice11
  274.         TabOrder = 10
  275.         Width = 193
  276.       end
  277.       object cxlbl5: TcxLabel
  278.         Left = 32
  279.         Top = 280
  280.         Caption = #37038#20214#20445#23384#21040
  281.       end
  282.       object chkRecvLog: TcxCheckBox
  283.         Left = 208
  284.         Top = 72
  285.         Caption = #35760#24405#25509#25910#26085#24535
  286.         State = cbsChecked
  287.         TabOrder = 12
  288.         Width = 121
  289.       end
  290.     end
  291.     object rztbshtTabSheet4: TRzTabSheet
  292.       Color = clWhite
  293.       Caption = #36807#28388
  294.       object lstBlack: TcxListBox
  295.         Left = 24
  296.         Top = 24
  297.         Width = 241
  298.         Height = 105
  299.         ItemHeight = 13
  300.         TabOrder = 0
  301.       end
  302.       object lstWhite: TcxListBox
  303.         Left = 24
  304.         Top = 160
  305.         Width = 241
  306.         Height = 105
  307.         ItemHeight = 13
  308.         TabOrder = 1
  309.       end
  310.       object cxLabel11: TcxLabel
  311.         Left = 24
  312.         Top = 8
  313.         AutoSize = False
  314.         Caption = #40657#21517#21333
  315.         Height = 17
  316.         Width = 89
  317.       end
  318.       object cxLabel12: TcxLabel
  319.         Left = 24
  320.         Top = 136
  321.         AutoSize = False
  322.         Caption = #30333#21517#21333
  323.         Height = 17
  324.         Width = 53
  325.       end
  326.       object btnAddBlack: TcxButton
  327.         Left = 288
  328.         Top = 24
  329.         Width = 75
  330.         Height = 25
  331.         Caption = #28155#21152
  332.         TabOrder = 4
  333.         OnClick = btnAddBlackClick
  334.         LookAndFeel.Kind = lfOffice11
  335.       end
  336.       object btnDeleteBlack: TcxButton
  337.         Left = 288
  338.         Top = 56
  339.         Width = 75
  340.         Height = 25
  341.         Caption = #21024#38500
  342.         TabOrder = 5
  343.         OnClick = btnDeleteBlackClick
  344.         LookAndFeel.Kind = lfOffice11
  345.       end
  346.       object btnAddWhite: TcxButton
  347.         Left = 288
  348.         Top = 152
  349.         Width = 75
  350.         Height = 25
  351.         Caption = #28155#21152
  352.         TabOrder = 6
  353.         OnClick = btnAddWhiteClick
  354.         LookAndFeel.Kind = lfOffice11
  355.       end
  356.       object btnDeleteWhite: TcxButton
  357.         Left = 288
  358.         Top = 184
  359.         Width = 75
  360.         Height = 25
  361.         Caption = #21024#38500
  362.         TabOrder = 7
  363.         OnClick = btnDeleteWhiteClick
  364.         LookAndFeel.Kind = lfOffice11
  365.       end
  366.       object btnRuleSet: TcxButton
  367.         Left = 24
  368.         Top = 288
  369.         Width = 97
  370.         Height = 25
  371.         Caption = #36807#28388#35268#21017#35774#32622
  372.         TabOrder = 8
  373.         OnClick = btnRuleSetClick
  374.         LookAndFeel.Kind = lfOffice11
  375.       end
  376.     end
  377.     object rztbshtTabSheet5: TRzTabSheet
  378.       Color = clWhite
  379.       Caption = #36134#21495
  380.       object cbServerType: TcxImageComboBox
  381.         Left = 152
  382.         Top = 32
  383.         Properties.Items = <
  384.           item
  385.             Description = 'POP3'
  386.             ImageIndex = 4
  387.             Value = 0
  388.           end
  389.           item
  390.             Description = 'IMAP'
  391.             ImageIndex = 1
  392.             Value = 1
  393.           end>
  394.         Style.LookAndFeel.Kind = lfOffice11
  395.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  396.         StyleFocused.LookAndFeel.Kind = lfOffice11
  397.         StyleHot.LookAndFeel.Kind = lfOffice11
  398.         TabOrder = 0
  399.         Width = 121
  400.       end
  401.       object cxLabel5: TcxLabel
  402.         Left = 24
  403.         Top = 32
  404.         Caption = #25509#25910#37038#20214#26381#21153#22120#31867#22411
  405.       end
  406.       object cxLabel8: TcxLabel
  407.         Left = 24
  408.         Top = 64
  409.         Caption = #29992#25143#21517
  410.       end
  411.       object edtUserName: TcxTextEdit
  412.         Left = 152
  413.         Top = 64
  414.         Style.LookAndFeel.Kind = lfOffice11
  415.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  416.         StyleFocused.LookAndFeel.Kind = lfOffice11
  417.         StyleHot.LookAndFeel.Kind = lfOffice11
  418.         TabOrder = 3
  419.         Width = 193
  420.       end
  421.       object cxLabel9: TcxLabel
  422.         Left = 24
  423.         Top = 96
  424.         Caption = #23494#30721
  425.       end
  426.       object edtPass: TcxTextEdit
  427.         Left = 152
  428.         Top = 96
  429.         Properties.EchoMode = eemPassword
  430.         Properties.PasswordChar = '*'
  431.         Style.LookAndFeel.Kind = lfOffice11
  432.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  433.         StyleFocused.LookAndFeel.Kind = lfOffice11
  434.         StyleHot.LookAndFeel.Kind = lfOffice11
  435.         TabOrder = 5
  436.         Width = 121
  437.       end
  438.       object edtServerRecv: TcxTextEdit
  439.         Left = 152
  440.         Top = 160
  441.         Style.LookAndFeel.Kind = lfOffice11
  442.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  443.         StyleFocused.LookAndFeel.Kind = lfOffice11
  444.         StyleHot.LookAndFeel.Kind = lfOffice11
  445.         TabOrder = 6
  446.         Width = 193
  447.       end
  448.       object cxlbl1: TcxLabel
  449.         Left = 24
  450.         Top = 160
  451.         Caption = #25509#25910#37038#20214#26381#21153#22120
  452.       end
  453.       object cxlbl2: TcxLabel
  454.         Left = 24
  455.         Top = 224
  456.         Caption = #21457#36865#37038#20214#26381#21153#22120'(SMTP)'
  457.       end
  458.       object edtServerSend: TcxTextEdit
  459.         Left = 152
  460.         Top = 224
  461.         Style.LookAndFeel.Kind = lfOffice11
  462.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  463.         StyleFocused.LookAndFeel.Kind = lfOffice11
  464.         StyleHot.LookAndFeel.Kind = lfOffice11
  465.         TabOrder = 9
  466.         Width = 193
  467.       end
  468.       object cxlbl6: TcxLabel
  469.         Left = 24
  470.         Top = 128
  471.         Caption = #24744#30340#22995#21517
  472.       end
  473.       object edtDisplayName: TcxTextEdit
  474.         Left = 152
  475.         Top = 128
  476.         Style.LookAndFeel.Kind = lfOffice11
  477.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  478.         StyleFocused.LookAndFeel.Kind = lfOffice11
  479.         StyleHot.LookAndFeel.Kind = lfOffice11
  480.         TabOrder = 11
  481.         Width = 193
  482.       end
  483.       object lbl1: TcxLabel
  484.         Left = 24
  485.         Top = 192
  486.         AutoSize = False
  487.         Caption = #31471#21475
  488.         Height = 17
  489.         Width = 28
  490.       end
  491.       object lbl2: TcxLabel
  492.         Left = 32
  493.         Top = 256
  494.         AutoSize = False
  495.         Caption = #31471#21475
  496.         Height = 17
  497.         Width = 28
  498.       end
  499.       object edRecvPort: TcxSpinEdit
  500.         Left = 152
  501.         Top = 192
  502.         Properties.MaxValue = 65535.000000000000000000
  503.         Properties.MinValue = 1.000000000000000000
  504.         Style.LookAndFeel.Kind = lfOffice11
  505.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  506.         StyleFocused.LookAndFeel.Kind = lfOffice11
  507.         StyleHot.LookAndFeel.Kind = lfOffice11
  508.         TabOrder = 14
  509.         Value = 110
  510.         Width = 57
  511.       end
  512.       object edSendPort: TcxSpinEdit
  513.         Left = 152
  514.         Top = 256
  515.         Properties.MaxValue = 65535.000000000000000000
  516.         Properties.MinValue = 1.000000000000000000
  517.         Style.LookAndFeel.Kind = lfOffice11
  518.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  519.         StyleFocused.LookAndFeel.Kind = lfOffice11
  520.         StyleHot.LookAndFeel.Kind = lfOffice11
  521.         TabOrder = 15
  522.         Value = 25
  523.         Width = 57
  524.       end
  525.     end
  526.   end
  527.   object pnl1: TPanel
  528.     Left = 0
  529.     Top = 356
  530.     Width = 386
  531.     Height = 41
  532.     Align = alBottom
  533.     BevelOuter = bvNone
  534.     TabOrder = 1
  535.     object btnOk: TcxButton
  536.       Left = 176
  537.       Top = 8
  538.       Width = 75
  539.       Height = 25
  540.       Caption = #30830#23450
  541.       TabOrder = 0
  542.       OnClick = btnOkClick
  543.       LookAndFeel.Kind = lfOffice11
  544.     end
  545.     object btnCancel: TcxButton
  546.       Left = 272
  547.       Top = 8
  548.       Width = 75
  549.       Height = 25
  550.       Caption = #21462#28040
  551.       TabOrder = 1
  552.       OnClick = btnCancelClick
  553.       LookAndFeel.Kind = lfOffice11
  554.     end
  555.   end
  556.   object dlgSave: TRzSaveDialog
  557.     FrameVisible = True
  558.     Options = [osoFileMustExist, osoHideReadOnly, osoAllowTree, osoShowHints, osoOleDrag, osoOleDrop, osoShowHidden]
  559.     Left = 153
  560.     Top = 237
  561.   end
  562.   object dlgOpen: TRzOpenDialog
  563.     Left = 185
  564.     Top = 213
  565.   end
  566.   object actlst1: TActionList
  567.     Left = 233
  568.     Top = 141
  569.     object actWriteCheckEmailOption: TAction
  570.       Caption = 'actWriteCheckEmailOption'
  571.       OnExecute = actWriteCheckEmailOptionExecute
  572.     end
  573.   end
  574. end