userdefine.dfm

来自「四川大学图书管理系统!sql+c++实现」· DFM 代码 · 共 72 行

DFM
72
字号
object UserDefineForm: TUserDefineForm
  Left = 192
  Top = 114
  Width = 514
  Height = 491
  Caption = #33258#23450#20041#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 105
    Height = 13
    Caption = #35831#36755#20837'SQL'#26597#35810#35821#21477
  end
  object Label2: TLabel
    Left = 9
    Top = 222
    Width = 56
    Height = 13
    AutoSize = False
    Caption = #26597#35810#32467#26524
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 240
    Width = 489
    Height = 209
    DataSource = DataModule.LoginData
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Memo1: TMemo
    Left = 8
    Top = 24
    Width = 489
    Height = 177
    MaxLength = 1024
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button1: TButton
    Left = 80
    Top = 208
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 208
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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