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

Email服务器

开发平台:

Delphi

  1. object frmFilterPopTip: TfrmFilterPopTip
  2.   Left = 391
  3.   Top = 223
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = #25552#37266#24744
  7.   ClientHeight = 150
  8.   ClientWidth = 343
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 186
  11.   Constraints.MaxWidth = 359
  12.   Constraints.MinHeight = 184
  13.   Constraints.MinWidth = 351
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = False
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btn1: TcxButton
  23.     Left = 32
  24.     Top = 112
  25.     Width = 75
  26.     Height = 25
  27.     Caption = #25509#25910
  28.     ModalResult = 6
  29.     TabOrder = 0
  30.     LookAndFeel.Kind = lfOffice11
  31.   end
  32.   object btn2: TcxButton
  33.     Left = 136
  34.     Top = 112
  35.     Width = 75
  36.     Height = 25
  37.     Caption = #19981#25509#25910
  38.     ModalResult = 7
  39.     TabOrder = 1
  40.     LookAndFeel.Kind = lfOffice11
  41.   end
  42.   object btn3: TcxButton
  43.     Left = 232
  44.     Top = 112
  45.     Width = 73
  46.     Height = 25
  47.     Caption = #21024#38500
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.     LookAndFeel.Kind = lfOffice11
  51.   end
  52.   object cxgrpbx1: TcxGroupBox
  53.     Left = 0
  54.     Top = 0
  55.     Align = alTop
  56.     TabOrder = 3
  57.     Height = 105
  58.     Width = 343
  59.     object lbl1: TcxLabel
  60.       Left = 2
  61.       Top = 8
  62.       Align = alCustom
  63.       AutoSize = False
  64.       ParentColor = False
  65.       Style.Color = clInfoBk
  66.       Properties.WordWrap = True
  67.       Height = 95
  68.       Width = 339
  69.     end
  70.   end
  71. end