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

Email服务器

开发平台:

Delphi

  1. inherited frmSingnals: TfrmSingnals
  2.   Left = 403
  3.   Top = 191
  4.   Width = 950
  5.   Height = 601
  6.   Hint = #22914#26524#20320#20462#25913#20102#31614#21517#65292#35760#24471#20445#23384#20462#25913#21734#65281
  7.   Caption = #31614#21517#31649#29702
  8.   ShowHint = True
  9.   OnClose = FormClose
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   inherited pnlEdit: TPanel
  15.     Left = 169
  16.     Top = 43
  17.     Width = 773
  18.     Height = 524
  19.     Align = alClient
  20.     inherited pnlEditHeader: TPanel
  21.       Top = 65
  22.       Width = 771
  23.       Height = 458
  24.       Align = alClient
  25.       inherited dxbrdckcntrl1: TdxBarDockControl
  26.         Width = 771
  27.       end
  28.       inherited htmlEdit: THtmlEdit
  29.         Width = 771
  30.         Height = 432
  31.         ControlData = {
  32.           4C0000000F550000BB1C00000000000000000000000000000000000000000000
  33.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  34.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  35.           8100000000000000000000000000000000000000000000000000000000000000
  36.           000000000000000001000000000000000000000000000000380014001F008053
  37.           1C87A0426910A2EA08002B30309D2200618000000000610062006F0075007400
  38.           3A0062006C0061006E006B0000000000000000000000}
  39.       end
  40.     end
  41.     object pnl1: TPanel
  42.       Left = 1
  43.       Top = 1
  44.       Width = 771
  45.       Height = 64
  46.       Align = alTop
  47.       TabOrder = 1
  48.       object lbl2: TcxLabel
  49.         Left = 8
  50.         Top = 24
  51.         Caption = #26631#39064
  52.       end
  53.       object edtTitle: TcxTextEdit
  54.         Left = 48
  55.         Top = 24
  56.         Style.LookAndFeel.Kind = lfOffice11
  57.         Style.LookAndFeel.NativeStyle = True
  58.         StyleDisabled.LookAndFeel.Kind = lfOffice11
  59.         StyleDisabled.LookAndFeel.NativeStyle = True
  60.         StyleFocused.LookAndFeel.Kind = lfOffice11
  61.         StyleFocused.LookAndFeel.NativeStyle = True
  62.         StyleHot.LookAndFeel.Kind = lfOffice11
  63.         StyleHot.LookAndFeel.NativeStyle = True
  64.         TabOrder = 1
  65.         OnKeyDown = edtTitleKeyDown
  66.         Width = 385
  67.       end
  68.       object chkDefault: TcxCheckBox
  69.         Left = 448
  70.         Top = 24
  71.         Caption = #40664#35748#31614#21517
  72.         TabOrder = 2
  73.         OnClick = chkDefaultClick
  74.         Width = 121
  75.       end
  76.     end
  77.   end
  78.   object lstSingnals: TcxListBox [1]
  79.     Left = 0
  80.     Top = 43
  81.     Width = 169
  82.     Height = 524
  83.     Align = alLeft
  84.     ItemHeight = 13
  85.     Style.LookAndFeel.Kind = lfOffice11
  86.     Style.LookAndFeel.NativeStyle = True
  87.     StyleDisabled.LookAndFeel.Kind = lfOffice11
  88.     StyleDisabled.LookAndFeel.NativeStyle = True
  89.     StyleFocused.LookAndFeel.Kind = lfOffice11
  90.     StyleFocused.LookAndFeel.NativeStyle = True
  91.     StyleHot.LookAndFeel.Kind = lfOffice11
  92.     StyleHot.LookAndFeel.NativeStyle = True
  93.     TabOrder = 5
  94.     OnMouseUp = lstSingnalsMouseUp
  95.   end
  96.   inherited dxbrmngr1: TdxBarManager
  97.     Categories.ItemsVisibles = (
  98.       2)
  99.     Categories.Visibles = (
  100.       True)
  101.     DockControlHeights = (
  102.       0
  103.       0
  104.       43
  105.       0)
  106.     inherited dxbrmngr1Bar1: TdxBar
  107.       DockedTop = 0
  108.       ItemLinks = <
  109.         item
  110.           Visible = True
  111.           ItemName = 'btnAdd'
  112.         end
  113.         item
  114.           Visible = True
  115.           ItemName = 'btnSave'
  116.         end
  117.         item
  118.           Visible = True
  119.           ItemName = 'btnDelete'
  120.         end
  121.         item
  122.           BeginGroup = True
  123.           Visible = True
  124.           ItemName = 'btnExit'
  125.         end>
  126.       Row = 0
  127.     end
  128.     inherited dxbrmngr1Bar2: TdxBar
  129.       Visible = False
  130.     end
  131.     object btnAdd: TdxBarLargeButton
  132.       Caption = #26032#22686#31614#21517
  133.       Category = 0
  134.       Hint = #26032#22686#31614#21517
  135.       Visible = ivAlways
  136.       OnClick = btnAddClick
  137.     end
  138.     object btnDelete: TdxBarLargeButton
  139.       Caption = #21024#38500#31614#21517
  140.       Category = 0
  141.       Hint = #21024#38500#31614#21517
  142.       Visible = ivAlways
  143.       OnClick = btnDeleteClick
  144.     end
  145.     object btn3: TdxBarLargeButton
  146.       Caption = #20445#23384#20462#25913
  147.       Category = 0
  148.       Hint = #20445#23384#20462#25913
  149.       Visible = ivAlways
  150.     end
  151.     object btn4: TdxBarLargeButton
  152.       Caption = #35774#20026#40664#35748#31614#21517
  153.       Category = 0
  154.       Hint = #35774#20026#40664#35748#31614#21517
  155.       Visible = ivAlways
  156.     end
  157.     object btn5: TdxBarLargeButton
  158.       Caption = 'New Button'
  159.       Category = 0
  160.       Hint = 'New Button'
  161.       Visible = ivAlways
  162.     end
  163.     object btnExit: TdxBarLargeButton
  164.       Caption = #36864#20986
  165.       Category = 0
  166.       Hint = #36864#20986
  167.       Visible = ivAlways
  168.       OnClick = btnExitClick
  169.     end
  170.     object btnSave: TdxBarLargeButton
  171.       Caption = #20445#23384#20462#25913
  172.       Category = 0
  173.       Hint = #20445#23384#20462#25913
  174.       Visible = ivAlways
  175.       OnClick = btnSaveClick
  176.     end
  177.   end
  178. end