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

📄 sformunit.dfm

📁 函数查看器
💻 DFM
字号:
object sForm: TsForm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #26469#23486#31614#21040
  ClientHeight = 249
  ClientWidth = 418
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 11
    Top = 10
    Width = 60
    Height = 13
    Caption = #27169#31946#25628#32034#65306
  end
  object Edit1: TEdit
    Left = 70
    Top = 6
    Width = 163
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 236
    Top = 6
    Width = 53
    Height = 22
    Caption = #25628#32034
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 32
    Width = 417
    Height = 217
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
  object Button2: TButton
    Left = 292
    Top = 6
    Width = 53
    Height = 22
    Caption = #20840#37096
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 348
    Top = 6
    Width = 61
    Height = 22
    Caption = #25628#32034#20840#37096
    TabOrder = 4
    OnClick = Button3Click
  end
  object _ado: TADOQuery
    Connection = Form1.Duba
    Parameters = <>
  end
  object DataSource1: TDataSource
    DataSet = _ado
    Left = 32
  end
end

⌨️ 快捷键说明

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