setupform.dfm

来自「基于SQL数据库,实现所有图书馆基本功能 可以按图书类别系别班别等信息自动」· DFM 代码 · 共 87 行

DFM
87
字号
object Form_Setup: TForm_Setup
  Left = 239
  Top = 175
  Width = 504
  Height = 193
  Caption = #35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 13
    Width = 132
    Height = 13
    AutoSize = False
    Caption = #20511#20070#22825#25968
  end
  object Label2: TLabel
    Left = 40
    Top = 79
    Width = 132
    Height = 13
    AutoSize = False
    Caption = #22914#26524#36807#26399#27599#22825#36180#20607
  end
  object Label3: TLabel
    Left = 40
    Top = 114
    Width = 153
    Height = 13
    AutoSize = False
    Caption = #22914#26524#20002#22833#65292#36180#20607#22810#23569#20493#65311
  end
  object Label4: TLabel
    Left = 40
    Top = 45
    Width = 132
    Height = 13
    AutoSize = False
    Caption = #26368#22823#20511#38405#26412#20070
  end
  object ED_Days: TEdit
    Left = 216
    Top = 13
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object ED_Loss: TEdit
    Left = 216
    Top = 114
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ED_Money: TEdit
    Left = 216
    Top = 79
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object ED_Max_Num_Book: TEdit
    Left = 216
    Top = 45
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 384
    Top = 8
    Width = 75
    Height = 33
    Caption = #20462#25913
    TabOrder = 4
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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