delaccountformunit.dfm

来自「人事管理系统帮助人们管理复杂的关系」· DFM 代码 · 共 59 行

DFM
59
字号
object delAccountForm: TdelAccountForm
  Left = 340
  Top = 199
  Width = 419
  Height = 344
  Caption = #21024#38500#24080#25143
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 411
    Height = 281
    Align = alTop
    DataSource = DataM.DSLogin
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 282
    Width = 411
    Height = 35
    Align = alBottom
    BevelInner = bvLowered
    Color = clBtnHighlight
    TabOrder = 1
    object SpeedButton1: TSpeedButton
      Left = 2
      Top = 2
      Width = 212
      Height = 31
      Caption = #21024#38500
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 213
      Top = 2
      Width = 196
      Height = 31
      Caption = #36864#20986
      OnClick = SpeedButton2Click
    end
  end
end

⌨️ 快捷键说明

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