unit12.dfm

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

DFM
132
字号
object Form12: TForm12
  Left = 274
  Top = 174
  Width = 334
  Height = 152
  Caption = #21024#38500#33322#29677#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 = 326
    Height = 120
    Align = alClient
    Caption = #21024#38500#33322#29677#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 36
      Height = 13
      Caption = #33322#27425#65306
    end
    object Label4: TLabel
      Left = 192
      Top = 32
      Width = 60
      Height = 13
      Caption = #38480#20056#20154#25968#65306
    end
    object DBText1: TDBText
      Left = 64
      Top = 31
      Width = 105
      Height = 15
      DataField = #33322#27425
      DataSource = DataSource1
    end
    object DBText2: TDBText
      Left = 256
      Top = 31
      Width = 41
      Height = 15
      DataField = #38480#20056#20154#25968
      DataSource = DataSource1
    end
    object Button3: TButton
      Left = 168
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetDelete1
      Caption = #21024#38500
      TabOrder = 0
    end
    object Button4: TButton
      Left = 24
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetPrior1
      Caption = #19978#19968#26465
      TabOrder = 1
    end
    object Button5: TButton
      Left = 96
      Top = 72
      Width = 65
      Height = 25
      Action = DataSetNext1
      Caption = #19979#19968#26465
      TabOrder = 2
    end
    object Button1: TButton
      Left = 240
      Top = 72
      Width = 65
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 208
    Top = 8
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #33322#29677#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 + =
减小字号Ctrl + -
显示快捷键?