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

Email服务器

开发平台:

Delphi

  1. object frmAttemper: TfrmAttemper
  2.   Left = 671
  3.   Top = 315
  4.   Width = 231
  5.   Height = 184
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = #23450#26102
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 184
  10.   Constraints.MaxWidth = 231
  11.   Constraints.MinHeight = 184
  12.   Constraints.MinWidth = 231
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btn1: TcxButton
  24.     Left = 40
  25.     Top = 112
  26.     Width = 75
  27.     Height = 25
  28.     Caption = #30830#23450
  29.     TabOrder = 0
  30.     OnClick = btn1Click
  31.     LookAndFeel.Kind = lfOffice11
  32.   end
  33.   object btn2: TcxButton
  34.     Left = 128
  35.     Top = 112
  36.     Width = 75
  37.     Height = 25
  38.     Caption = #21462#28040
  39.     TabOrder = 1
  40.     OnClick = btn2Click
  41.     LookAndFeel.Kind = lfOffice11
  42.   end
  43.   object cxgrpbx1: TcxGroupBox
  44.     Left = 0
  45.     Top = 0
  46.     Align = alTop
  47.     Style.LookAndFeel.Kind = lfOffice11
  48.     StyleDisabled.LookAndFeel.Kind = lfOffice11
  49.     StyleFocused.LookAndFeel.Kind = lfOffice11
  50.     StyleHot.LookAndFeel.Kind = lfOffice11
  51.     TabOrder = 2
  52.     Height = 105
  53.     Width = 223
  54.     object RzLabel1: TRzLabel
  55.       Left = 8
  56.       Top = 24
  57.       Width = 65
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = #21457#36865#26085#26399
  61.     end
  62.     object edDate: TcxDateEdit
  63.       Left = 80
  64.       Top = 24
  65.       Properties.DateButtons = [btnClear, btnNow, btnToday]
  66.       Properties.ShowTime = False
  67.       Properties.WeekNumbers = True
  68.       Style.LookAndFeel.Kind = lfOffice11
  69.       StyleDisabled.LookAndFeel.Kind = lfOffice11
  70.       StyleFocused.LookAndFeel.Kind = lfOffice11
  71.       StyleHot.LookAndFeel.Kind = lfOffice11
  72.       TabOrder = 0
  73.       Width = 121
  74.     end
  75.     object edTime: TcxTimeEdit
  76.       Left = 80
  77.       Top = 56
  78.       EditValue = 0.000000000000000000
  79.       Properties.ShowDate = True
  80.       Style.LookAndFeel.Kind = lfOffice11
  81.       StyleDisabled.LookAndFeel.Kind = lfOffice11
  82.       StyleFocused.LookAndFeel.Kind = lfOffice11
  83.       StyleHot.LookAndFeel.Kind = lfOffice11
  84.       TabOrder = 1
  85.       Width = 121
  86.     end
  87.     object cxLabel1: TcxLabel
  88.       Left = 8
  89.       Top = 56
  90.       AutoSize = False
  91.       Caption = #21457#36865#26102#38388
  92.       Height = 17
  93.       Width = 65
  94.     end
  95.   end
  96. end