unit6.dfm

来自「计算机故障智能诊断系统 用户输入计算机的故障症状 即可由系统得出故障原因和相关的」· DFM 代码 · 共 91 行

DFM
91
字号
object Form6: TForm6
  Left = 226
  Top = 158
  Width = 701
  Height = 436
  Caption = #31243#24207#35774#35745#24120#35265#25925#38556'1001139'
  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 = 40
    Top = 32
    Width = 617
    Height = 337
    BevelOuter = bvLowered
    Color = clInfoBk
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 40
      Top = 24
      Width = 401
      Height = 129
      Caption = #27719#32534#35821#35328
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 16
        Top = 24
        Width = 225
        Height = 17
        Caption = #25552#31034'Forward reference illegal'
        TabOrder = 0
      end
      object RadioButton2: TRadioButton
        Left = 16
        Top = 64
        Width = 161
        Height = 17
        Caption = #25552#31034'Operand expected'
        TabOrder = 1
      end
      object RadioButton3: TRadioButton
        Left = 16
        Top = 96
        Width = 169
        Height = 17
        Caption = #25552#31034'Byte register illegal'
        TabOrder = 2
      end
    end
    object Button1: TButton
      Left = 136
      Top = 208
      Width = 75
      Height = 25
      Caption = #19979#19968#27493
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 304
      Top = 208
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object ruler6Qry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 240
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Table\ruler.mdb;Per' +
      'sist Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 192
    Top = 16
  end
end

⌨️ 快捷键说明

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