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

📄 unit11.dfm

📁 计算机故障智能诊断系统 用户输入计算机的故障症状 即可由系统得出故障原因和相关的处理方法
💻 DFM
字号:
object Form1: TForm1
  Left = 274
  Top = 12
  Width = 696
  Height = 696
  Caption = #31995#32479#35786#26029#19987#23478#36890#36807#36825#20010#30028#38754#21487#20197#28155#21152#35268#21017
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 16
    Top = 8
    Width = 673
    Height = 633
    BevelOuter = bvLowered
    Color = clInfoBk
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 16
      Width = 168
      Height = 13
      Caption = #35831#20808#36755#20837#20320#35201#28155#21152#30340#35268#21017#21517#31216#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 56
      Width = 105
      Height = 13
      AutoSize = False
      Caption = #65288#29616#22312#19968#20849#26377
    end
    object Label4: TLabel
      Left = 256
      Top = 56
      Width = 385
      Height = 13
      AutoSize = False
      Caption = #26465#35268#21017#65292#25925#24314#35758#20351#29992#35268#21017#21517#20026'rcount,'#20854#20013'count'#20026#35268#21017#25968#65292#22914'r11'#65289
    end
    object Button1: TButton
      Left = 160
      Top = 576
      Width = 89
      Height = 25
      Caption = #28155#21152#19979#19968#26465
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 400
      Top = 576
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = Button3Click
    end
    object GroupBox1: TGroupBox
      Left = 16
      Top = 88
      Width = 633
      Height = 185
      Caption = #21069#20214#65306
      TabOrder = 2
      object Label1: TLabel
        Left = 40
        Top = 24
        Width = 516
        Height = 13
        Caption = #27880#24847#20107#39033#65306#27599#27425#20165#33021#28155#21152#19968#20010#21069#20214#65292#22914#26524#27492#35268#21017#26377#22810#20010#21069#20214#65292#35831#25353#19979'  '#32487#32493#28155#21152'  '#30340#25353#38062#26469#23436#25104#28155#21152
      end
      object preMemo: TMemo
        Left = 24
        Top = 48
        Width = 577
        Height = 81
        TabOrder = 0
      end
      object Button4: TButton
        Left = 176
        Top = 144
        Width = 75
        Height = 25
        Caption = #32487#32493#28155#21152
        TabOrder = 1
        OnClick = Button4Click
      end
      object Button5: TButton
        Left = 328
        Top = 144
        Width = 75
        Height = 25
        Caption = #28155#21152#23436#27605
        TabOrder = 2
        OnClick = Button5Click
      end
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 280
      Width = 633
      Height = 129
      Caption = #21518#20214#65306
      TabOrder = 3
      object actMemo: TMemo
        Left = 32
        Top = 16
        Width = 577
        Height = 65
        TabOrder = 0
      end
      object Button2: TButton
        Left = 272
        Top = 96
        Width = 75
        Height = 25
        Caption = #28155#21152#23436#27605
        TabOrder = 1
        OnClick = Button2Click
      end
    end
    object Edit1: TEdit
      Left = 216
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit2: TEdit
      Left = 144
      Top = 56
      Width = 97
      Height = 21
      TabOrder = 5
    end
    object GroupBox3: TGroupBox
      Left = 16
      Top = 424
      Width = 633
      Height = 137
      Caption = #35831#36755#20837#30456#24212#30340#35299#20915#26041#26696#35299#20915#26041#26696
      TabOrder = 6
      object sugMemo: TMemo
        Left = 32
        Top = 16
        Width = 577
        Height = 65
        TabOrder = 0
      end
      object Button6: TButton
        Left = 280
        Top = 96
        Width = 75
        Height = 25
        Caption = #30830#23450
        TabOrder = 1
        OnClick = Button6Click
      end
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Table\ruler.mdb;Per' +
      'sist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 392
    Top = 24
  end
  object query1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select count(*) from act_table ')
    Left = 472
    Top = 24
  end
  object query2: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 536
    Top = 24
  end
end

⌨️ 快捷键说明

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