deletetrain.dfm

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

DFM
63
字号
object DeleteTrainFrm: TDeleteTrainFrm
  Left = 228
  Top = 189
  Width = 366
  Height = 332
  Caption = #21024#38500#36710#27425
  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 = 56
    Top = 72
    Width = 108
    Height = 13
    Caption = ' '#35201#21024#38500#30340#36710#27425'       '
  end
  object Label2: TLabel
    Left = 64
    Top = 112
    Width = 82
    Height = 13
    Caption = #30830#23450#35813#36710#27425'    '
  end
  object Edit1: TEdit
    Left = 160
    Top = 72
    Width = 81
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 160
    Top = 120
    Width = 81
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 96
    Top = 184
    Width = 49
    Height = 25
    Caption = #21024#38500
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 184
    Width = 49
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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