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

📄 qxgl_form.dfm

📁 sql版功能齐全
💻 DFM
字号:
object QXGL_F: TQXGL_F
  Left = 217
  Top = 85
  Width = 492
  Height = 366
  BorderIcons = [biSystemMenu]
  Caption = #31995#32479#26435#38480#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 376
    Top = 312
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
  object FlatGroupBox5: TFlatGroupBox
    Left = 8
    Top = 8
    Width = 465
    Height = 297
    Caption = #24050#26377#26435#38480#65306
    TabOrder = 1
    ColorBorder = clGreen
    object QX_DG: TDBGrid
      Left = 8
      Top = 16
      Width = 449
      Height = 233
      DataSource = QX_DS
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
    end
    object FlatButton2: TFlatButton
      Left = 288
      Top = 264
      Width = 73
      Height = 25
      ColorFocused = clSkyBlue
      ColorBorder = clOlive
      Caption = #20445#23384
      TabOrder = 1
      OnClick = FlatButton2Click
    end
    object Del_FBtn: TFlatButton
      Left = 168
      Top = 264
      Width = 73
      Height = 25
      ColorFocused = clSkyBlue
      ColorBorder = clOlive
      Caption = #21024#38500
      TabOrder = 2
      OnClick = Del_FBtnClick
    end
    object FlatButton1: TFlatButton
      Left = 48
      Top = 264
      Width = 73
      Height = 25
      ColorFocused = clSkyBlue
      ColorBorder = clOlive
      Caption = #22686#21152
      TabOrder = 3
      OnClick = FlatButton1Click
    end
  end
  object QX_DS: TDataSource
    DataSet = ADOTable1
    Left = 88
    Top = 312
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    TableName = 'DLYB'
    Left = 48
    Top = 312
  end
end

⌨️ 快捷键说明

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