qxgl_form.dfm

来自「一个不错的图书管理系统」· DFM 代码 · 共 44 行

DFM
44
字号
object QXGL_F: TQXGL_F
  Left = 199
  Top = 136
  Width = 760
  Height = 409
  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
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 737
    Height = 313
    TabOrder = 0
  end
  object Button1: TButton
    Left = 640
    Top = 336
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button1Click
  end
  object QX_DS: TDataSource
    Left = 80
    Top = 336
  end
end

⌨️ 快捷键说明

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