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

📄 ueditf.dfm

📁 一套功能非常丰富的图书管理系统
💻 DFM
字号:
object EditF: TEditF
  Left = 0
  Top = 0
  Width = 540
  Height = 420
  Ctl3D = True
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  ParentCtl3D = False
  ParentFont = False
  TabOrder = 0
  object Button1: TButton
    Left = 443
    Top = 396
    Width = 67
    Height = 22
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 375
    Top = 396
    Width = 67
    Height = 22
    Caption = #20445#23384'&S'
    TabOrder = 0
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 4
    Top = 31
    Width = 532
    Height = 361
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Bevel1: TBevel
      Left = 18
      Top = 48
      Width = 502
      Height = 10
      Shape = bsBottomLine
    end
    object CodeEdit: TEdit
      Left = 84
      Top = 18
      Width = 142
      Height = 20
      MaxLength = 10
      TabOrder = 0
      OnChange = CodeEditChange
      OnKeyDown = CodeEditKeyDown
    end
    object StaticText1: TStaticText
      Left = 23
      Top = 21
      Width = 30
      Height = 16
      Caption = #20070#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object NameEdit: TEdit
      Left = 84
      Top = 66
      Width = 428
      Height = 20
      TabOrder = 2
    end
    object StaticText2: TStaticText
      Left = 21
      Top = 70
      Width = 28
      Height = 16
      Caption = #20070#21517
      TabOrder = 3
    end
    object StaticText3: TStaticText
      Left = 21
      Top = 96
      Width = 52
      Height = 16
      Caption = #31867#21035#21517#31216
      TabOrder = 4
    end
    object ClassEdit: TEdit
      Left = 84
      Top = 93
      Width = 349
      Height = 20
      TabStop = False
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 5
    end
    object StaticText4: TStaticText
      Left = 21
      Top = 121
      Width = 28
      Height = 16
      Caption = #20316#32773
      TabOrder = 6
    end
    object AuthorEdit: TEdit
      Left = 84
      Top = 120
      Width = 427
      Height = 20
      TabOrder = 7
    end
    object StaticText5: TStaticText
      Left = 21
      Top = 147
      Width = 40
      Height = 16
      Caption = #20986#29256#31038
      TabOrder = 8
    end
    object ConcernEdit: TEdit
      Left = 84
      Top = 145
      Width = 427
      Height = 20
      TabOrder = 9
    end
    object StaticText6: TStaticText
      Left = 21
      Top = 172
      Width = 52
      Height = 16
      Caption = #20986#29256#26102#38388
      TabOrder = 10
    end
    object OutTimeEdit: TEdit
      Left = 84
      Top = 170
      Width = 427
      Height = 20
      TabOrder = 11
    end
    object StaticText7: TStaticText
      Left = 21
      Top = 198
      Width = 28
      Height = 16
      Caption = #20215#26684
      TabOrder = 12
    end
    object CostEdit: TEdit
      Left = 84
      Top = 195
      Width = 427
      Height = 20
      TabOrder = 13
    end
    object StaticText8: TStaticText
      Left = 21
      Top = 228
      Width = 40
      Height = 16
      Caption = #22791#27880#65306
      TabOrder = 14
    end
    object Memo1: TMemo
      Left = 84
      Top = 231
      Width = 426
      Height = 109
      TabOrder = 15
    end
    object ComboBox1: TComboBox
      Left = 435
      Top = 93
      Width = 76
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 16
      OnChange = ComboBox1Change
    end
    object Panel2: TPanel
      Left = 229
      Top = 18
      Width = 30
      Height = 21
      AutoSize = True
      BevelOuter = bvLowered
      TabOrder = 17
      object Button3: TButton
        Left = 1
        Top = 1
        Width = 28
        Height = 19
        Caption = '>>>'
        TabOrder = 0
        TabStop = False
        OnClick = Button3Click
      end
    end
  end
  object Panel3: TPanel
    Left = 4
    Top = 3
    Width = 532
    Height = 25
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object StaticText9: TStaticText
      Left = 18
      Top = 7
      Width = 52
      Height = 16
      Caption = #22270#20070#32534#36753
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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