manager.dfm

来自「软件类别: 数据库 软件大小: 2.60M 运行环境: Win9xNT/」· DFM 代码 · 共 93 行

DFM
93
字号
object frm_Manager: Tfrm_Manager
  Left = 200
  Top = 208
  Width = 398
  Height = 319
  BorderIcons = [biSystemMenu]
  Caption = 'frm_Manager'
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 390
    Height = 292
    Align = alClient
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 16
      Top = 32
      Width = 329
      Height = 249
      TabOrder = 0
      object Cmd_Check: TSpeedButton
        Left = 24
        Top = 32
        Width = 82
        Height = 24
        Caption = #36710#36742#23457#26597
        OnClick = Cmd_CheckClick
      end
      object Cmd_Done: TSpeedButton
        Left = 128
        Top = 32
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
      object SpeedButton3: TSpeedButton
        Left = 128
        Top = 64
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
      object SpeedButton4: TSpeedButton
        Left = 128
        Top = 96
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
      object SpeedButton5: TSpeedButton
        Left = 24
        Top = 128
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
      object SpeedButton6: TSpeedButton
        Left = 24
        Top = 96
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
      object Cmd_Chuli: TSpeedButton
        Left = 24
        Top = 64
        Width = 82
        Height = 24
        Caption = #36829#31456#22788#29702
      end
      object SpeedButton8: TSpeedButton
        Left = 128
        Top = 128
        Width = 82
        Height = 24
        Caption = #36710#36742#25253#24223
      end
    end
  end
end

⌨️ 快捷键说明

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