delaccountunit.dfm

来自「Delphi编写的通讯录」· DFM 代码 · 共 121 行

DFM
121
字号
object DelAccountForm: TDelAccountForm
  Left = 422
  Top = 217
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21024#38500#24080#25143
  ClientHeight = 342
  ClientWidth = 296
  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 Label1: TLabel
    Left = 56
    Top = 24
    Width = 69
    Height = 20
    AutoSize = False
    Caption = #24080#25143#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 57
    Top = 61
    Width = 73
    Height = 25
    AutoSize = False
    Caption = #23494'    '#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 58
    Top = 104
    Width = 72
    Height = 20
    Caption = #26435'    '#38480#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 128
    Top = 24
    Width = 121
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 128
    Top = 63
    Width = 121
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 1
  end
  object edit3: TEdit
    Left = 128
    Top = 104
    Width = 121
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 2
  end
  object BTDela: TButton
    Left = 61
    Top = 144
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = BTDelaClick
  end
  object BTExit3: TButton
    Left = 176
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = BTExit3Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 192
    Width = 296
    Height = 150
    Align = alBottom
    DataSource = AddAccountForm.DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
end

⌨️ 快捷键说明

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