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

📄 unit12.~dfm

📁 这是一个平时无事是编写的一个航空售票管理小系统,与大家分享, 有什么问题大家在这里留言,,大家一起讨论
💻 ~DFM
字号:
object BaoBiaoDaYin: TBaoBiaoDaYin
  Left = 39
  Top = 90
  Width = 957
  Height = 687
  Caption = #25253#34920#31687'------QuickReport'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 2
    Top = 3
    Width = 945
    Height = 657
    ActivePage = TabSheet1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object DBGrid1: TDBGrid
        Left = -2
        Top = -1
        Width = 935
        Height = 497
        Color = clInfoBk
        DataSource = DataSource1
        FixedColor = clCream
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clMaroon
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clRed
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
      object DBNavigator1: TDBNavigator
        Left = 0
        Top = 508
        Width = 927
        Height = 41
        DataSource = DataSource1
        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
        TabOrder = 1
      end
      object Button1: TButton
        Left = 186
        Top = 564
        Width = 131
        Height = 49
        Caption = #39044#35272
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 2
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 362
        Top = 564
        Width = 131
        Height = 49
        Caption = #25171#21360
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 3
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 538
        Top = 564
        Width = 131
        Height = 49
        Caption = #36864#20986
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 4
        OnClick = Button3Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object DBGrid2: TDBGrid
        Left = 1
        Top = 1
        Width = 932
        Height = 497
        Color = clInfoBk
        DataSource = DataSource2
        FixedColor = clWindow
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clMaroon
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clRed
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
      object DBNavigator2: TDBNavigator
        Left = 8
        Top = 509
        Width = 918
        Height = 41
        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
        TabOrder = 1
      end
      object Button4: TButton
        Left = 216
        Top = 568
        Width = 115
        Height = 48
        Caption = #39044#35272
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 2
        OnClick = Button4Click
      end
      object Button5: TButton
        Left = 344
        Top = 568
        Width = 115
        Height = 48
        Caption = #25171#21360
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 3
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 480
        Top = 568
        Width = 115
        Height = 48
        Caption = #36864#20986
        Font.Charset = GB2312_CHARSET
        Font.Color = clMaroon
        Font.Height = -27
        Font.Name = #38582#20070
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 4
        OnClick = Button6Click
      end
    end
  end
  object ADOTable1: TADOTable
    Active = True
    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'
    CursorType = ctStatic
    TableName = #26426#31080#20449#24687
    Left = 40
    Top = 536
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 80
    Top = 536
  end
  object ADOTable2: TADOTable
    Active = True
    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'
    CursorType = ctStatic
    TableName = #23458#25143#20449#24687
    Left = 158
    Top = 59
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 214
    Top = 59
  end
end

⌨️ 快捷键说明

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