xdelform.~dfm

来自「简单的小区物业管理系统,户籍管理,出入管理,系统管理,收费管理,」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object xdel: Txdel
  Left = 341
  Top = 224
  Width = 696
  Height = 480
  Caption = #21024#38500#29992#25143
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 104
    Top = 64
    Width = 132
    Height = 13
    Caption = #36755#20837#35201#21024#38500#29992#25143#30340#29992#25143#21517
  end
  object Edit4: TEdit
    Left = 312
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object btdel: TButton
    Left = 496
    Top = 64
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 1
    OnClick = btdelClick
  end
  object DBGrid3: TDBGrid
    Left = 32
    Top = 176
    Width = 625
    Height = 249
    DataSource = Data.DataSouLogin
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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