unit25.~dfm

来自「本软件的功能如下: 1.公司员工工资信息输入查找 2.工资计算 3.工资汇总 4」· ~DFM 代码 · 共 139 行

~DFM
139
字号
object Form25: TForm25
  Left = 190
  Top = 144
  Width = 631
  Height = 375
  Caption = 'Form25'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 192
    Width = 48
    Height = 19
    Caption = #22995#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 260
    Width = 48
    Height = 19
    Caption = #24080#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 48
    Width = 609
    Height = 105
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 535
    Top = 281
    Width = 75
    Height = 25
    Caption = #26597#30475
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 536
    Top = 312
    Width = 75
    Height = 25
    Caption = #25171#21360
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 59
    Top = 192
    Width = 185
    Height = 27
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 59
    Top = 258
    Width = 185
    Height = 27
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    Visible = False
  end
  object CheckBox1: TCheckBox
    Left = 64
    Top = 232
    Width = 97
    Height = 17
    Caption = #19982
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = CheckBox1Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'E:\gjgzgl'
    TableName = 'gz.dbf'
    Left = 40
  end
end

⌨️ 快捷键说明

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