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

📄 unit5.dfm

📁 用VC和SQL Server开发的固定资产管理系统
💻 DFM
字号:
object Form5: TForm5
  Left = 359
  Top = 212
  Width = 504
  Height = 380
  Caption = #25968#25454#32479#35745#21151#33021
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 8
    Top = 176
    Width = 36
    Height = 16
    Caption = #36873#25321#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 24
    Width = 490
    Height = 137
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 0
    Width = 496
    Height = 25
    DataSource = DataSource1
    Align = alTop
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 200
    Width = 145
    Height = 24
    ItemHeight = 16
    TabOrder = 2
    Text = '03'#21487#35270#21270
    Items.Strings = (
      '04'#21487#35270#21270
      '03WEB'
      '04WEB')
  end
  object ComboBox2: TComboBox
    Left = 8
    Top = 248
    Width = 145
    Height = 24
    ItemHeight = 16
    TabOrder = 3
    Text = '02'#35745#31185
    Items.Strings = (
      '02'#20449#24687
      '01'#20449#24687
      '04'#20449#24687
      '01'#35745#31185
      '02'#35745#31185
      '03'#35745#31185
      '04'#35745#31185)
  end
  object Button1: TButton
    Left = 168
    Top = 312
    Width = 75
    Height = 25
    Caption = #32479#35745#25968#25454
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 288
    Width = 97
    Height = 17
    Caption = #27169#31946#26597#25214
    TabOrder = 5
  end
  object ListBox1: TListBox
    Left = 192
    Top = 176
    Width = 281
    Height = 105
    ItemHeight = 16
    Items.Strings = (
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      ''
      '')
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 8
    Top = 320
    Width = 121
    Height = 24
    TabOrder = 7
    Text = '03'#21487#35270#21270
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from contact')
    Left = 224
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 336
    Top = 48
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source='#22266#23450#36164#20135'.' +
      'mdb.mdb;Mode=Share Deny None;Extended Properties="";Persist Secu' +
      'rity Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry ' +
      'Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;J' +
      'et OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk O' +
      'ps=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database' +
      ' Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:En' +
      'crypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=Fals' +
      'e;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=F' +
      'alse'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 48
    Top = 48
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #22522#26412#25968#25454#34920
    Left = 352
    Top = 128
  end
end

⌨️ 快捷键说明

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