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

📄 unit14.dfm

📁 DELPHI物流管理系统设计与实现.附带有论文.
💻 DFM
字号:
object Form14: TForm14
  Left = 449
  Top = 201
  Width = 333
  Height = 251
  Caption = #29992#25143#31649#29702
  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 DBNavigator1: TDBNavigator
    Left = 0
    Top = 0
    Width = 234
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbRefresh]
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 32
    Width = 313
    Height = 161
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'user'
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pass'
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bj'
        Width = 111
        Visible = True
      end>
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = Form10.ADOConnection1
    CursorType = ctStatic
    TableName = 'users'
    Left = 240
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 280
  end
end

⌨️ 快捷键说明

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