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

📄 unit7.dfm

📁 物流系统是指在一定的时间和空间里
💻 DFM
字号:
object Form7: TForm7
  Left = 286
  Top = 244
  Width = 523
  Height = 350
  Caption = 'Form7'
  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 = 144
    Top = 240
    Width = 60
    Height = 20
    Caption = #27880#38144#8594
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 80
    Top = 24
    Width = 401
    Height = 201
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 224
    Top = 240
    Width = 145
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbDelete]
    TabOrder = 1
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=1111;Persist Security Info=True;Use' +
      'r ID=sa;Initial Catalog=xsxj;Data Source=WWW.TXC.COM'
    CursorType = ctStatic
    TableName = 'xsxj'
    Left = 24
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 32
    Top = 24
  end
end

⌨️ 快捷键说明

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