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

📄 runsql.~dfm

📁 用Delphi编写的户籍管理系统
💻 ~DFM
字号:
object FrmSQL: TFrmSQL
  Left = 289
  Top = 166
  Width = 602
  Height = 410
  Caption = 'SQL'#26597#35810
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 594
    Height = 81
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object MemoSQL: TMemo
      Left = 2
      Top = 2
      Width = 380
      Height = 74
      Lines.Strings = (
        'Select * From '#25143#20027' where XM '
        'like "'#26472'%" order by XM')
      TabOrder = 0
    end
    object Button1: TButton
      Left = 384
      Top = 8
      Width = 75
      Height = 25
      Caption = #26597#35810'(&C)'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 384
      Top = 48
      Width = 75
      Height = 25
      Caption = #25191#34892'(&R)'
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 472
      Top = 8
      Width = 75
      Height = 25
      Caption = #23548#20986'(&E)'
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 81
    Width = 594
    Height = 302
    Align = alClient
    BevelInner = bvLowered
    Caption = 'Panel2'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 590
      Height = 298
      Align = alClient
      DataSource = DataHJZL.DSTMP
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
    end
  end
end

⌨️ 快捷键说明

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