frmsdatasave.dfm

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

DFM
75
字号
object MakeSalaryForm: TMakeSalaryForm
  Left = 393
  Top = 260
  Width = 473
  Height = 169
  Caption = #32479#35745#25968#25454#23384#20648
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object panChild: TPanel
    Left = 0
    Top = 0
    Width = 465
    Height = 142
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    DesignSize = (
      465
      142)
    object cmdClose: TButton
      Left = 380
      Top = 103
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20851#38381
      TabOrder = 0
      OnClick = cmdCloseClick
    end
    object Button1: TButton
      Left = 292
      Top = 104
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #23384#20648
      TabOrder = 1
      OnClick = cmdCloseClick
    end
    object cboRecordType: TComboBox
      Left = 168
      Top = 40
      Width = 161
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      ItemHeight = 12
      TabOrder = 2
      Items.Strings = (
        #19978#21320#19978#29677
        #19978#21320#19979#29677
        #19979#21320#19978#29677
        #19979#21320#19979#29677)
    end
    object Button2: TButton
      Left = 81
      Top = 38
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #23384#20648#36335#24452
      TabOrder = 3
      OnClick = cmdCloseClick
    end
  end
end

⌨️ 快捷键说明

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