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

📄 unit9.~dfm

📁 一个简单的旅游管理系统
💻 ~DFM
字号:
object Form9: TForm9
  Left = 335
  Top = 322
  Width = 363
  Height = 144
  Caption = #21024#38500#21592#24037#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 355
    Height = 112
    Align = alClient
    Caption = #21024#38500#21592#24037#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 48
      Height = 13
      Caption = #32844#24037#21495#65306
    end
    object Label4: TLabel
      Left = 168
      Top = 32
      Width = 60
      Height = 13
      Caption = #32844#24037#22995#21517#65306
    end
    object DBText1: TDBText
      Left = 72
      Top = 31
      Width = 81
      Height = 15
      DataField = #32844#24037#21495
      DataSource = DataSource1
    end
    object DBText2: TDBText
      Left = 232
      Top = 31
      Width = 97
      Height = 15
      DataField = #22995#21517
      DataSource = DataSource1
    end
    object Button3: TButton
      Left = 184
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetDelete1
      Caption = #21024#38500
      TabOrder = 0
    end
    object Button4: TButton
      Left = 40
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetPrior1
      Caption = #19978#19968#26465
      TabOrder = 1
    end
    object Button5: TButton
      Left = 112
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetNext1
      Caption = #19979#19968#26465
      TabOrder = 2
    end
    object Button1: TButton
      Left = 256
      Top = 72
      Width = 65
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 208
    Top = 8
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #21592#24037#20449#24687#34920
    Left = 240
    Top = 8
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=lygl.mdb;Persist Se' +
      'curity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 272
    Top = 8
  end
  object ActionList1: TActionList
    Left = 304
    Top = 8
    object DataSetPrior1: TDataSetPrior
      Category = 'Dataset'
      Caption = 'DataSetPrior1'
    end
    object DataSetNext1: TDataSetNext
      Category = 'Dataset'
      Caption = 'DataSetNext1'
    end
    object DataSetDelete1: TDataSetDelete
      Category = 'Dataset'
      Caption = 'DataSetDelete1'
    end
  end
end

⌨️ 快捷键说明

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