frmsample.dfm

来自「本文件中还有JSP、php和delphi等源程序」· DFM 代码 · 共 74 行

DFM
74
字号
object MakeSalaryForm: TMakeSalaryForm
  Left = 262
  Top = 170
  Width = 637
  Height = 514
  Caption = #24037#36164#29983#25104#19982#35745#31639
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object panChild: TPanel
    Left = 0
    Top = 0
    Width = 629
    Height = 487
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    DesignSize = (
      629
      487)
    object cmdClose: TButton
      Left = 544
      Top = 448
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20851#38381
      TabOrder = 0
      OnClick = cmdCloseClick
    end
    object GroupBox1: TGroupBox
      Left = 16
      Top = 8
      Width = 601
      Height = 425
      Anchors = [akLeft, akTop, akRight, akBottom]
      Caption = #24037#36164#34920
      TabOrder = 1
      DesignSize = (
        601
        425)
      object DBGrid1: TDBGrid
        Left = 8
        Top = 16
        Width = 585
        Height = 401
        Anchors = [akLeft, akTop, akRight, akBottom]
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
    end
    object CheckBox1: TCheckBox
      Left = 16
      Top = 448
      Width = 97
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = #20462#25913#21592#24037#24037#36164
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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