deleteinfosrc.dfm

来自「该程序可作为386的接警程序使用」· DFM 代码 · 共 117 行

DFM
117
字号
object FormDeleteInfo: TFormDeleteInfo
  Left = 252
  Top = 298
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #36755#20837#23383#27573#20540#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 137
    Height = 25
    AutoSize = False
    Caption = #36873#25321#35201#26597#35810#30340#23383#27573#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 72
    Width = 361
    Height = 120
    DataSource = FormBJInfo.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 160
    Top = 8
    Width = 145
    Height = 21
    TabOrder = 1
  end
  object ComboBoxDeleteInfo: TComboBox
    Left = 160
    Top = 40
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = #27004#21495
    Items.Strings = (
      #27004#21495
      #21333#20803#21495
      #25151#21495
      #35686#24773#31561#32423
      #26085#26399#21644#26102#38388)
  end
  object Button1: TButton
    Left = 320
    Top = 8
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 184
    Top = 200
    Width = 65
    Height = 25
    Caption = #20840#37096#28165#38500
    TabOrder = 4
    OnClick = ButtonDelAllClick
  end
  object Button3: TButton
    Left = 256
    Top = 200
    Width = 57
    Height = 25
    Caption = #21024#38500
    TabOrder = 5
    OnClick = ButtonDeleteClick
  end
  object Button4: TButton
    Left = 320
    Top = 200
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 6
    OnClick = ButtonCancelClick
  end
end

⌨️ 快捷键说明

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