⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buyticket.~dfm

📁 该程序不能实现全程售票
💻 ~DFM
字号:
object BuyTicketFrm: TBuyTicketFrm
  Left = 221
  Top = 213
  Width = 377
  Height = 404
  Caption = #36141#31080#30028#38754
  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 = 75
    Height = 13
    Caption = #20056#23458#36523#20221#35777'     '
  end
  object Label2: TLabel
    Left = 48
    Top = 120
    Width = 87
    Height = 13
    Caption = #30830#35748#36523#20221#35777#21495'     '
  end
  object Label3: TLabel
    Left = 64
    Top = 160
    Width = 33
    Height = 13
    Caption = #36710#27425'   '
  end
  object Label4: TLabel
    Left = 64
    Top = 200
    Width = 30
    Height = 13
    Caption = #36215#28857'  '
  end
  object Label5: TLabel
    Left = 64
    Top = 240
    Width = 30
    Height = 13
    Caption = #32456#28857'  '
  end
  object Label6: TLabel
    Left = 64
    Top = 272
    Width = 30
    Height = 13
    Caption = #26085#26399'  '
  end
  object Edit1: TEdit
    Left = 152
    Top = 72
    Width = 81
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 152
    Top = 120
    Width = 81
    Height = 21
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Button1: TButton
    Left = 56
    Top = 304
    Width = 49
    Height = 33
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 304
    Width = 49
    Height = 33
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 152
    Top = 160
    Width = 81
    Height = 21
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 152
    Top = 200
    Width = 81
    Height = 21
    TabOrder = 5
  end
  object Edit5: TEdit
    Left = 152
    Top = 240
    Width = 81
    Height = 21
    TabOrder = 6
  end
  object Edit6: TEdit
    Left = 152
    Top = 272
    Width = 81
    Height = 21
    TabOrder = 7
    OnKeyPress = Edit6KeyPress
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 272
    Top = 48
  end
end

⌨️ 快捷键说明

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