unit9.dfm

来自「delphi 考勤系统 没事做写的 在其他地方也能找到」· DFM 代码 · 共 122 行

DFM
122
字号
object Form9: TForm9
  Left = 153
  Top = 219
  Width = 430
  Height = 284
  Caption = 'Form9'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 184
    Width = 48
    Height = 13
    Caption = #35760#24405#21495#65306
  end
  object Label2: TLabel
    Left = 168
    Top = 184
    Width = 60
    Height = 13
    Caption = #20986#20837#26102#38388#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 224
    Width = 48
    Height = 13
    Caption = #21592#24037#21495#65306
  end
  object Label4: TLabel
    Left = 168
    Top = 224
    Width = 60
    Height = 13
    Caption = #20986#20837#24773#20917#65306
  end
  object DBEdit1: TDBEdit
    Left = 72
    Top = 184
    Width = 73
    Height = 21
    DataField = #35760#24405#21495
    DataSource = Data1.cqjl1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 232
    Top = 224
    Width = 81
    Height = 21
    DataField = #20986#20837#24773#20917
    DataSource = Data1.cqjl1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 232
    Top = 184
    Width = 81
    Height = 21
    DataField = #20986#20837#26102#38388
    DataSource = Data1.cqjl1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 72
    Top = 224
    Width = 73
    Height = 21
    DataField = #21592#24037#21495
    DataSource = Data1.cqjl1
    TabOrder = 3
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 0
    Width = 313
    Height = 121
    DataSource = Data1.cqjl1
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 128
    Width = 310
    Height = 33
    DataSource = Data1.cqjl1
    TabOrder = 5
  end
  object Button2: TButton
    Left = 344
    Top = 40
    Width = 65
    Height = 25
    Caption = #26032'  '#22686
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 344
    Top = 160
    Width = 65
    Height = 25
    Caption = #20851'   '#38381
    TabOrder = 7
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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