deleteinfosrc.~dfm

来自「报警地图电子显示源代码」· ~DFM 代码 · 共 112 行

~DFM
112
字号
object FormDeleteInfo: TFormDeleteInfo
  Left = 375
  Top = 248
  BorderStyle = bsDialog
  Caption = #28165#38500#21382#21490#25253#35686#20449#24687
  ClientHeight = 233
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 7
    Top = 9
    Width = 58
    Height = 25
    AutoSize = False
    Caption = #26597#35810#23383#27573
  end
  object Label2: TLabel
    Left = 139
    Top = 8
    Width = 46
    Height = 13
    AutoSize = False
    Caption = #23383#27573#20540
  end
  object DBGrid1: TDBGrid
    Left = 17
    Top = 32
    Width = 361
    Height = 160
    DataSource = FormBJInfo.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 183
    Top = 4
    Width = 85
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object ComboBoxDeleteInfo: TComboBox
    Left = 64
    Top = 5
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 2
  end
  object Button1: TButton
    Left = 280
    Top = 4
    Width = 38
    Height = 22
    Caption = #26597#35810
    TabOrder = 3
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 8
    Top = 200
    Width = 63
    Height = 23
    Caption = #20840#37096#28165#38500
    TabOrder = 4
    OnClick = ButtonDelAllClick
  end
  object Button3: TButton
    Left = 256
    Top = 200
    Width = 55
    Height = 23
    Caption = #21024#38500
    TabOrder = 5
    OnClick = ButtonDeleteClick
  end
  object Button4: TButton
    Left = 320
    Top = 200
    Width = 55
    Height = 23
    Caption = #20851#38381
    TabOrder = 6
    OnClick = ButtonCancelClick
  end
  object Button5: TButton
    Left = 322
    Top = 4
    Width = 58
    Height = 22
    Caption = #26597#35810#20840#37096
    TabOrder = 7
    OnClick = Button5Click
  end
end

⌨️ 快捷键说明

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