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

📄 unit38.dfm

📁 一个简单的旅游管理系统
💻 DFM
字号:
object Form38: TForm38
  Left = 233
  Top = 188
  Width = 684
  Height = 233
  Caption = #21015#36710#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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 676
    Height = 201
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #36710#27425
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25152#23646#38081#36335
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36710#26102#38388
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21040#36798#26102#38388
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22987#21457#31449
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #30446#30340#22320
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #37324#31243
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26102#38271
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31867#22411
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20215#26684
        Width = 50
        Visible = True
      end>
  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 = 120
    Top = 88
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #21015#36710#20449#24687#34920
    Left = 208
    Top = 120
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 288
    Top = 96
  end
end

⌨️ 快捷键说明

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