del.dfm

来自「delphi编写的联合管理程序,很不错的哦」· DFM 代码 · 共 66 行

DFM
66
字号
object frmdel: Tfrmdel
  Left = 209
  Top = 146
  Width = 544
  Height = 416
  Caption = #21024#38500#36164#26009
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 521
    Height = 329
    Caption = #26174#31034#36164#26009
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 505
      Height = 305
      DataSource = dataconnect.datacomm
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object btndelcurrent: TButton
    Left = 88
    Top = 344
    Width = 78
    Height = 38
    Caption = #21024#38500#24403#21069#35760#24405
    TabOrder = 1
    OnClick = btndelcurrentClick
  end
  object btndelall: TButton
    Left = 224
    Top = 344
    Width = 78
    Height = 38
    Caption = #21024#38500#20840#37096#35760#24405
    TabOrder = 2
    OnClick = btndelallClick
  end
  object btnreturn: TButton
    Left = 360
    Top = 344
    Width = 78
    Height = 38
    Caption = #21462#28040
    TabOrder = 3
    OnClick = btnreturnClick
  end
end

⌨️ 快捷键说明

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