⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 departinputfrm.dfm

📁 这是一个本人初定的小制作
💻 DFM
字号:
object DepartInputDlg: TDepartInputDlg
  Left = 313
  Top = 112
  BorderStyle = bsDialog
  Caption = #37096#38376#20449#24687#32500#25252
  ClientHeight = 306
  ClientWidth = 467
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 40
    Width = 36
    Height = 12
    Caption = #32534#21495#65306
  end
  object Label2: TLabel
    Left = 216
    Top = 32
    Width = 36
    Height = 12
    Caption = #21517#31216#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 36
    Height = 12
    Caption = #22791#27880#65306
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 467
    Height = 29
    ButtonHeight = 20
    ButtonWidth = 55
    Caption = 'ToolBar1'
    ShowCaptions = True
    TabOrder = 0
    object TBAdd: TToolButton
      Left = 0
      Top = 2
      Caption = #28155#21152'(&A)'
      ImageIndex = 0
      OnClick = TBAddClick
    end
    object TBEdit: TToolButton
      Left = 55
      Top = 2
      Caption = #32534#36753'(&E)'
      ImageIndex = 1
      OnClick = TBEditClick
    end
    object TBDelete: TToolButton
      Left = 110
      Top = 2
      Caption = #21024#38500'(&D)'
      ImageIndex = 2
      OnClick = TBDeleteClick
    end
    object TBOK: TToolButton
      Left = 165
      Top = 2
      Caption = #30830#35748'(&O)'
      Enabled = False
      ImageIndex = 4
      OnClick = TBOKClick
    end
    object TBCancel: TToolButton
      Left = 220
      Top = 2
      Caption = #21462#28040'(&C)'
      Enabled = False
      ImageIndex = 4
      OnClick = TBCancelClick
    end
    object TBExit: TToolButton
      Left = 275
      Top = 2
      Caption = #36864#20986'(&E)'
      ImageIndex = 3
      OnClick = TBExitClick
    end
  end
  object DBEdtId: TDBEdit
    Left = 64
    Top = 32
    Width = 121
    Height = 20
    DataField = 'Id'
    DataSource = DMMain.DSDepart
    TabOrder = 1
  end
  object DBEdtName: TDBEdit
    Left = 264
    Top = 32
    Width = 121
    Height = 20
    DataField = 'Name'
    DataSource = DMMain.DSDepart
    TabOrder = 2
  end
  object DBMRemark: TDBMemo
    Left = 16
    Top = 72
    Width = 449
    Height = 73
    DataField = 'Remark'
    DataSource = DMMain.DSDepart
    TabOrder = 3
  end
  object DBGridDisplay: TDBGrid
    Left = 8
    Top = 160
    Width = 457
    Height = 137
    DataSource = DMMain.DSDepart
    TabOrder = 4
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnKeyPress = DBGridDisplayKeyPress
  end
end

⌨️ 快捷键说明

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