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

📄 unit2.dfm

📁 函数查看器
💻 DFM
字号:
object Form2: TForm2
  Left = 220
  Top = 112
  BorderStyle = bsNone
  Caption = #24184#36816#25277#22870
  ClientHeight = 339
  ClientWidth = 514
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object cj: TPanel
    Left = 8
    Top = 8
    Width = 497
    Height = 105
    BiDiMode = bdLeftToRight
    BorderStyle = bsSingle
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -35
    Font.Name = #23435#20307
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 0
  end
  object ListBox1: TListBox
    Left = 432
    Top = 280
    Width = 57
    Height = 25
    ItemHeight = 15
    TabOrder = 1
    Visible = False
  end
  object Button1: TButton
    Left = 88
    Top = 228
    Width = 75
    Height = 25
    Caption = #24320'  '#22987
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 264
    Width = 137
    Height = 57
    Caption = #25277' '#22870
    Enabled = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 224
    Top = 228
    Width = 75
    Height = 25
    Caption = #20572' '#27490
    Enabled = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 368
    Top = 228
    Width = 75
    Height = 25
    Caption = #36864' '#20986
    TabOrder = 5
    OnClick = Button4Click
  end
  object ListBox2: TListBox
    Left = 8
    Top = 120
    Width = 497
    Height = 97
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 6
  end
  object _ado: TADOQuery
    Connection = Form1.Duba
    Parameters = <>
    SQL.Strings = (
      'select '#32534#30721','#22995#21517','#21333#20301' from list where '#31614#21040'='#39#26159#39)
    Left = 392
    Top = 280
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 20
    OnTimer = Timer1Timer
    Left = 64
    Top = 272
  end
end

⌨️ 快捷键说明

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