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

📄 unit1.~dfm

📁 这是一个平时无事是编写的一个航空售票管理小系统,与大家分享, 有什么问题大家在这里留言,,大家一起讨论
💻 ~DFM
字号:
object DengLu: TDengLu
  Left = 269
  Top = 172
  Width = 482
  Height = 261
  Caption = 'DengLu'
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 72
    Width = 138
    Height = 24
    Caption = #25805#20316#21592#32534#21495':'
    Color = clAppWorkSpace
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 64
    Top = 112
    Width = 138
    Height = 24
    Caption = #25805#20316#21592#22995#21517':'
    Color = clAppWorkSpace
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 64
    Top = 152
    Width = 138
    Height = 24
    Caption = #25805#20316#21592#23494#30721':'
    Color = clAppWorkSpace
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 473
    Height = 49
    Caption = #33322#31354#20449#24687#31649#29702#31995#32479
    Color = clBackground
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -27
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 256
    Top = 72
    Width = 153
    Height = 21
    Color = clScrollBar
    TabOrder = 1
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 256
    Top = 112
    Width = 153
    Height = 21
    Color = clScrollBar
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 256
    Top = 152
    Width = 153
    Height = 21
    Color = clScrollBar
    TabOrder = 3
    OnKeyPress = Edit3KeyPress
  end
  object Panel2: TPanel
    Left = 0
    Top = 192
    Width = 473
    Height = 41
    Color = clBackground
    TabOrder = 4
    object Button1: TButton
      Left = 113
      Top = 6
      Width = 89
      Height = 33
      Caption = #30331#24405
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clGreen
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 264
      Top = 6
      Width = 89
      Height = 33
      Caption = #36864#20986
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object ADOTable1: TADOTable
    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'
    TableName = #25805#20316#21592#34920
    Left = 432
    Top = 64
  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 = 432
    Top = 104
  end
  object ADOQuery2: 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 = 432
    Top = 144
  end
  object Timer1: TTimer
    Left = 16
    Top = 64
  end
end

⌨️ 快捷键说明

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