unit15.dfm

来自「DELPHI物流管理系统设计与实现.附带有论文.」· DFM 代码 · 共 129 行

DFM
129
字号
object Form15: TForm15
  Left = 312
  Top = 222
  Width = 625
  Height = 356
  Caption = #36816#36755#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 = 601
    Height = 281
    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 = #36816#36755#26041#24335
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36816#36755#36153#29992
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36827#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #38144#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#30340#22320#28857
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#30340#22320#28857
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#21457#36135#26102#38388
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36135#21592
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21457#36135#21592
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26159#21542#21040#36135
        Width = 111
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20132#26131#26102#38480
        Width = 111
        Visible = True
      end>
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = Form10.ADOConnection1
    CursorType = ctStatic
    TableName = 'ys'
    Left = 408
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 448
  end
end

⌨️ 快捷键说明

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