⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chain_server_main.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Chain_Server_Main: Tfrm_Chain_Server_Main
  Left = 330
  Top = 299
  Width = 285
  Height = 106
  BorderIcons = []
  Caption = #12304#36830#38145#31649#29702#31995#32479#12290#12290#12290#26381#21153#22120#12305
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 277
    Height = 60
    Align = alClient
    Caption = #12304#26381#21153#22120#24212#29992#31995#32479#12305
    Color = clSkyBlue
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = Panel1Click
    object Label1: TLabel
      Left = 4
      Top = 42
      Width = 154
      Height = 14
      Caption = #65339#35831#21247#20851#38381#12290#12290#12290#12290#12290#65341
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 80
    Top = 16
  end
  object MainMenu1: TMainMenu
    Left = 160
    Top = 104
    object status1: TMenuItem
      OnClick = status1Click
    end
    object TMenuItem
    end
    object TMenuItem
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 16
    Top = 8
    object Show1: TMenuItem
      Caption = #26174#31034#30028#38754
      Default = True
      ImageIndex = 2
      ShortCut = 49217
      OnClick = Show1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object About1: TMenuItem
      Caption = #20851#20110
      ShortCut = 32845
      OnClick = About1Click
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object Close1: TMenuItem
      Caption = #36864#20986
      ImageIndex = 0
      ShortCut = 32856
      OnClick = Close1Click
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -