deleteuser.dfm

来自「该程序不能实现全程售票」· DFM 代码 · 共 63 行

DFM
63
字号
object DeleteUserFrm: TDeleteUserFrm
  Left = 313
  Top = 261
  Width = 387
  Height = 324
  Caption = #21024#38500#29992#25143
  Color = clSkyBlue
  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 = 96
    Top = 72
    Width = 48
    Height = 13
    Caption = #21592#24037#21495'  '
  end
  object Label2: TLabel
    Left = 96
    Top = 120
    Width = 102
    Height = 13
    Caption = #30830#35748#21592#24037#21495#30721'      '
  end
  object Edit1: TEdit
    Left = 200
    Top = 64
    Width = 81
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 200
    Top = 112
    Width = 81
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 88
    Top = 184
    Width = 49
    Height = 25
    Caption = #30830#35748
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 184
    Width = 49
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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