unit4.dfm

来自「是关于SQL的一些程序 很好很经典的~大家又兴趣的可以学习下」· DFM 代码 · 共 107 行

DFM
107
字号
object Employee: TEmployee
  Left = 230
  Top = 164
  Width = 735
  Height = 480
  Caption = 'Employee'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object searchstuff: TBitBtn
    Left = 16
    Top = 32
    Width = 105
    Height = 33
    Caption = #26597#35810#21592#24037
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = searchstuffClick
  end
  object addstuff: TBitBtn
    Left = 16
    Top = 112
    Width = 105
    Height = 33
    Caption = #28155#21152#21592#24037
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = addstuffClick
  end
  object BitBtn4: TBitBtn
    Left = 16
    Top = 352
    Width = 105
    Height = 33
    Caption = #36864#20986#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn4Click
  end
  object BitBtn6: TBitBtn
    Left = 16
    Top = 192
    Width = 105
    Height = 33
    Caption = #20154#20107#21464#26356
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn6Click
  end
  object StuffData: TDBGrid
    Left = 152
    Top = 32
    Width = 545
    Height = 361
    DataSource = mydata.data_stuff
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object returnmain: TBitBtn
    Left = 16
    Top = 272
    Width = 105
    Height = 33
    Caption = #36820#22238#20027#31383#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = returnmainClick
  end
end

⌨️ 快捷键说明

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