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

📄 unit15.~dfm

📁 这是一个平时无事是编写的一个航空售票管理小系统,与大家分享, 有什么问题大家在这里留言,,大家一起讨论
💻 ~DFM
字号:
object KeHuPiaoJu: TKeHuPiaoJu
  Left = 270
  Top = 180
  Width = 500
  Height = 408
  Caption = 'KeHuPiaoJu'
  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 Panel1: TPanel
    Left = 0
    Top = 2
    Width = 490
    Height = 375
    TabOrder = 0
    object Label1: TLabel
      Left = 9
      Top = 291
      Width = 90
      Height = 21
      Caption = #21830#21697#21517#31216
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 264
      Top = 292
      Width = 92
      Height = 21
      Caption = #21830#21697#20215#26684
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
    end
    object DBGrid1: TDBGrid
      Left = 4
      Top = 5
      Width = 483
      Height = 252
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clPurple
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Edit1: TEdit
      Left = 107
      Top = 287
      Width = 146
      Height = 29
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 361
      Top = 288
      Width = 121
      Height = 29
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object Button1: TButton
      Left = 40
      Top = 333
      Width = 83
      Height = 33
      Caption = #32467#36134
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -27
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 200
      Top = 333
      Width = 83
      Height = 33
      Caption = #21462#28040
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -27
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 4
    end
    object Button3: TButton
      Left = 368
      Top = 333
      Width = 83
      Height = 33
      Caption = #36864#20986
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -27
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 5
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\'#33322#29677#20449#24687#31649#29702#31995#32479'\'#24635#34920'.mdb;' +
      'Persist Security Info=False'
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 64
    Top = 138
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\'#33322#29677#20449#24687#31649#29702#31995#32479'\'#24635#34920'.mdb;' +
      'Persist Security Info=False'
    Parameters = <>
    Left = 120
    Top = 138
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 168
    Top = 138
  end
  object frxDBDataset1: TfrxDBDataset
    UserName = 'frxDBDataset1'
    Left = 232
    Top = 74
  end
end

⌨️ 快捷键说明

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