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

📄 runsql.dfm

📁 用delphi编的企业人事管理系统
💻 DFM
字号:
object FrmSQL: TFrmSQL
  Left = 249
  Top = 190
  Width = 545
  Height = 435
  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
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 537
    Height = 81
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 113
      Height = 12
      AutoSize = False
      Caption = #35831#36755#20837#26597#35810#35821#21477
    end
    object MemoSQL: TMemo
      Left = 8
      Top = 24
      Width = 433
      Height = 52
      Lines.Strings = (
        'Select * From '#21592#24037#20449#24687' where XM like '#39#26460'%'#39' ')
      TabOrder = 0
    end
    object ButtonSELECT: TButton
      Left = 456
      Top = 18
      Width = 65
      Height = 25
      Hint = #25191#34892'SELECT'#26597#35810
      Caption = #26597#35810'(&C)'
      TabOrder = 1
      OnClick = ButtonSELECTClick
    end
    object Button1: TButton
      Left = 458
      Top = 51
      Width = 65
      Height = 25
      Hint = #26597#35810#32467#26524#36755#20986#21040#25253#34920
      Caption = #25253#34920'(&P)'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 81
    Width = 537
    Height = 327
    Align = alClient
    BevelInner = bvLowered
    Caption = 'Panel2'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 533
      Height = 323
      Align = alClient
      DataSource = Datarenshi.DataSource5
      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 + -