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

📄 pass.dfm

📁 一个用Delphi编写的简单售票系统,有查询,修改.增加.删除等功能.
💻 DFM
字号:
object passform: Tpassform
  Left = 407
  Top = 318
  Width = 347
  Height = 228
  Caption = #23494#30721#20462#25913
  Color = clCream
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 87
    Top = 163
    Width = 75
    Height = 25
    Caption = #30830'    '#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 183
    Top = 163
    Width = 75
    Height = 25
    Caption = #36864'    '#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object grp1: TGroupBox
    Left = 64
    Top = 24
    Width = 225
    Height = 129
    Caption = #35831#36755#20837#24744#30340#26032#23494#30721#65306
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 36
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 68
      Width = 48
      Height = 13
      Caption = #26087#23494#30721#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 100
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object Edit1: TEdit
      Left = 80
      Top = 32
      Width = 89
      Height = 21
      Enabled = False
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 80
      Top = 64
      Width = 89
      Height = 21
      HelpType = htKeyword
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 80
      Top = 96
      Width = 89
      Height = 21
      TabOrder = 2
    end
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 296
    Top = 16
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 296
    Top = 72
  end
end

⌨️ 快捷键说明

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