unit41.~dfm

来自「一个简单的旅游管理系统」· ~DFM 代码 · 共 99 行

~DFM
99
字号
object Form41: TForm41
  Left = 210
  Top = 348
  Width = 550
  Height = 202
  Caption = #31934#21697#26053#28216#32447#36335
  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 = 542
    Height = 175
    Align = alClient
    DataSource = DataSource1
    ImeName = #26368#24378#20116#31508#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Width = 30
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26053#28216#32447#36335
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#22242#31038
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#22242#26102#38388
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20215#26684
        Width = 30
        Visible = True
      end
      item
        Expanded = False
        FieldName = #34892#31243#23433#25490
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26381#21153#26631#20934
        Width = 100
        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 = 112
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #26053#28216#32447#36335#34920
    Left = 184
    Top = 120
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 248
    Top = 136
  end
end

⌨️ 快捷键说明

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