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

📄 unit8.dfm

📁 物流系统是指在一定的时间和空间里
💻 DFM
字号:
object Form8: TForm8
  Left = 232
  Top = 233
  Width = 627
  Height = 306
  Caption = 'Form8'
  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 = 16
    Top = 32
    Width = 593
    Height = 193
    Color = clInfoBk
    DataSource = DataSource1
    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 = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21830#21697#21517#31216#21450#22411#21495
        Width = 128
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23458#25143
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19994#21153#21592
        Width = 62
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21333#20215
        Width = 42
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25968#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24211#23384#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26085#26399
        Width = 46
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21512#35745
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 0
    Width = 420
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object Button1: TButton
    Left = 504
    Top = 240
    Width = 97
    Height = 25
    Caption = #25353#23458#25143#26597
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 400
    Top = 240
    Width = 73
    Height = 21
    TabOrder = 3
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
    Top = 240
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=wl.mdb;Persist Secu' +
      'rity Info=False'
    CursorType = ctStatic
    Parameters = <
      item
        Name = 'ss'
        Attributes = [paNullable]
        DataType = ftWideString
        NumericScale = 255
        Precision = 255
        Size = 510
        Value = Null
      end>
    SQL.Strings = (
      'select * from xshj where '#23458#25143'=:ss')
    Left = 128
    Top = 240
  end
end

⌨️ 快捷键说明

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