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

📄 xcku.dfm

📁 无线实时仓库管理系统 (ADO+ACCESS)
💻 DFM
字号:
object xckuform: Txckuform
  Left = 295
  Top = 217
  Width = 447
  Height = 278
  Caption = #26032#22686#20179#24211
  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 Label1: TLabel
    Left = 8
    Top = 24
    Width = 44
    Height = 13
    Caption = #20179#24211#21517#31216
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 44
    Height = 13
    Caption = #20179#24211#22320#28857
  end
  object Label3: TLabel
    Left = 16
    Top = 144
    Width = 33
    Height = 13
    Caption = #36127#36131#20154
  end
  object Label4: TLabel
    Left = 8
    Top = 184
    Width = 44
    Height = 13
    Caption = #32852#31995#30005#35805
  end
  object Label5: TLabel
    Left = 24
    Top = 104
    Width = 22
    Height = 13
    Caption = #26631#35782
  end
  object DBEdit1: TDBEdit
    Left = 64
    Top = 24
    Width = 121
    Height = 21
    DataField = #20179#24211#21517#31216
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 64
    Top = 64
    Width = 121
    Height = 21
    DataField = #20179#24211#22320#28857
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 64
    Top = 144
    Width = 121
    Height = 21
    DataField = #36127#36131#20154
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 64
    Top = 184
    Width = 121
    Height = 21
    DataField = #32852#31995#30005#35805
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 64
    Top = 104
    Width = 121
    Height = 21
    DataField = #26631#35782
    DataSource = DataSource1
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    Left = 216
    Top = 8
    Width = 201
    Height = 209
    Caption = #25511#21046
    TabOrder = 5
    object Button1: TButton
      Left = 8
      Top = 24
      Width = 75
      Height = 25
      Action = DataSetFirst1
      Caption = #31532#19968#20010
      TabOrder = 0
    end
    object Button2: TButton
      Left = 8
      Top = 64
      Width = 75
      Height = 25
      Action = DataSetPrior1
      Caption = #21069#19968#20010
      TabOrder = 1
    end
    object Button3: TButton
      Left = 8
      Top = 112
      Width = 75
      Height = 25
      Action = DataSetNext1
      Caption = #21518#19968#20010
      TabOrder = 2
    end
    object Button4: TButton
      Left = 8
      Top = 152
      Width = 75
      Height = 25
      Action = DataSetNext1
      Caption = #26368#21518#19968#20010
      TabOrder = 3
    end
    object Button5: TButton
      Left = 104
      Top = 24
      Width = 75
      Height = 25
      Action = DataSetInsert1
      Caption = #25554#20837#35760#24405
      TabOrder = 4
    end
    object Button6: TButton
      Left = 104
      Top = 64
      Width = 75
      Height = 25
      Action = DataSetEdit1
      Caption = #20445#23384
      TabOrder = 5
    end
    object Button7: TButton
      Left = 104
      Top = 112
      Width = 75
      Height = 25
      Action = DataSetDelete1
      Caption = #21024#38500
      TabOrder = 6
    end
    object Button8: TButton
      Left = 104
      Top = 152
      Width = 75
      Height = 25
      Action = DataSetCancel1
      Caption = #21462#28040
      TabOrder = 7
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='#20179#24211#31649#29702#34920'.mdb;Persist S' +
      'ecurity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 8
    Top = 224
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #20179#24211#20449#24687
    Left = 96
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 48
    Top = 216
  end
  object ActionList1: TActionList
    Left = 152
    Top = 216
    object DataSetInsert1: TDataSetInsert
      Category = 'Dataset'
      Caption = 'DataSetInsert1'
    end
    object DataSetDelete1: TDataSetDelete
      Category = 'Dataset'
      Caption = 'DataSetDelete1'
    end
    object DataSetCancel1: TDataSetCancel
      Category = 'Dataset'
      Caption = 'DataSetCancel1'
    end
    object DataSetEdit1: TDataSetEdit
      Category = 'Dataset'
      Caption = 'DataSetEdit1'
    end
    object DataSetFirst1: TDataSetFirst
      Category = 'Dataset'
      Caption = 'DataSetFirst1'
    end
    object DataSetPrior1: TDataSetPrior
      Category = 'Dataset'
      Caption = 'DataSetPrior1'
    end
    object DataSetNext1: TDataSetNext
      Category = 'Dataset'
      Caption = 'DataSetNext1'
    end
    object DataSetLast1: TDataSetLast
      Category = 'Dataset'
      Caption = 'DataSetLast1'
    end
  end
end

⌨️ 快捷键说明

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