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

📄 stockbooku.dfm

📁 一个图书馆管理程序
💻 DFM
字号:
object StockBookF: TStockBookF
  Left = 246
  Top = 127
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'StockBookF'
  ClientHeight = 401
  ClientWidth = 584
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 17
  object BitBtn2: TBitBtn
    Left = 453
    Top = 363
    Width = 90
    Height = 27
    Caption = #20851'  '#38381
    TabOrder = 0
    OnClick = BitBtn2Click
  end
  object PageControl1: TPageControl
    Left = 9
    Top = 9
    Width = 563
    Height = 346
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #22270#20070#25972#29702
      object ListView2: TListView
        Left = 0
        Top = 0
        Width = 554
        Height = 246
        BevelInner = bvLowered
        BevelOuter = bvRaised
        BevelKind = bkFlat
        BorderStyle = bsNone
        Columns = <
          item
            Caption = #20070#21495
            Width = 91
          end
          item
            Caption = #20070#21517
            Width = 340
          end
          item
            Caption = #25968#37327
            Width = 57
          end>
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        GridLines = True
        RowSelect = True
        ParentFont = False
        TabOrder = 0
        ViewStyle = vsReport
        OnClick = ListView2Click
      end
      object BitBtn6: TBitBtn
        Left = 471
        Top = 281
        Width = 81
        Height = 27
        Caption = #21024#38500
        Enabled = False
        ModalResult = 3
        TabOrder = 1
        OnClick = BitBtn6Click
      end
      object Edit3: TEdit
        Left = 79
        Top = 257
        Width = 186
        Height = 23
        BevelInner = bvLowered
        BevelKind = bkFlat
        BevelOuter = bvRaised
        BorderStyle = bsNone
        TabOrder = 2
      end
      object Edit4: TEdit
        Left = 79
        Top = 284
        Width = 186
        Height = 23
        BevelInner = bvLowered
        BevelKind = bkFlat
        BevelOuter = bvRaised
        BorderStyle = bsNone
        TabOrder = 3
      end
      object Edit5: TEdit
        Left = 346
        Top = 257
        Width = 46
        Height = 23
        BevelInner = bvLowered
        BevelKind = bkFlat
        BevelOuter = bvRaised
        BorderStyle = bsNone
        TabOrder = 4
      end
      object StaticText6: TStaticText
        Left = 283
        Top = 260
        Width = 52
        Height = 21
        Caption = #25968#37327#65306
        TabOrder = 5
      end
      object StaticText7: TStaticText
        Left = 18
        Top = 284
        Width = 52
        Height = 21
        Caption = #20070#21517#65306
        TabOrder = 6
      end
      object StaticText8: TStaticText
        Left = 18
        Top = 257
        Width = 55
        Height = 21
        Caption = #20070#21495#65306
        TabOrder = 7
      end
      object StaticText5: TStaticText
        Left = 273
        Top = 288
        Width = 112
        Height = 21
        Caption = #24211#20013#22270#20070#24635#25968#65306
        TabOrder = 8
      end
      object StaticText3: TStaticText
        Left = 384
        Top = 288
        Width = 80
        Height = 21
        Caption = 'book number'
        TabOrder = 9
      end
    end
    object TabSheet2: TTabSheet
      Caption = #31867#21035#32534#36753
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #20223#23435'_GB2312'
      Font.Style = []
      ImageIndex = 1
      ParentFont = False
      object GroupBox3: TGroupBox
        Left = 279
        Top = 9
        Width = 275
        Height = 300
        Caption = #32534#36753
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Times New Roman'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        object BitBtn3: TBitBtn
          Left = 34
          Top = 258
          Width = 79
          Height = 26
          Caption = #21024'  '#38500
          Enabled = False
          ModalResult = 3
          TabOrder = 0
          OnClick = BitBtn3Click
        end
      end
      object GroupBox2: TGroupBox
        Left = 284
        Top = 36
        Width = 265
        Height = 65
        Caption = #32534#36753#26041#24335
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Times New Roman'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        object RadioButton1: TRadioButton
          Left = 36
          Top = 24
          Width = 83
          Height = 19
          Caption = #28155#21152
          TabOrder = 0
          OnClick = RadioButton1Click
        end
        object RadioButton2: TRadioButton
          Left = 109
          Top = 24
          Width = 73
          Height = 19
          Caption = #20462#25913
          TabOrder = 1
          OnClick = RadioButton2Click
        end
        object RadioButton3: TRadioButton
          Left = 178
          Top = 24
          Width = 65
          Height = 19
          Caption = #21024#38500
          TabOrder = 2
          OnClick = RadioButton3Click
        end
      end
      object BitBtn1: TBitBtn
        Left = 449
        Top = 267
        Width = 80
        Height = 28
        Caption = #20445'  '#23384
        Default = True
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Times New Roman'
        Font.Style = []
        ModalResult = 1
        ParentFont = False
        TabOrder = 0
        OnClick = BitBtn1Click
      end
      object GroupBox1: TGroupBox
        Left = 284
        Top = 127
        Width = 265
        Height = 128
        Caption = #32534#36753#20869#23481
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Times New Roman'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object StaticText1: TStaticText
          Left = 32
          Top = 36
          Width = 77
          Height = 19
          Caption = #31867' '#21035' '#21495' '#65306
          TabOrder = 0
        end
        object Edit1: TEdit
          Left = 109
          Top = 32
          Width = 137
          Height = 24
          BevelKind = bkFlat
          BevelOuter = bvRaised
          BorderStyle = bsNone
          MaxLength = 2
          TabOrder = 1
        end
        object StaticText2: TStaticText
          Left = 28
          Top = 73
          Width = 84
          Height = 19
          Caption = #31867#21035#21517#31216#65306
          TabOrder = 2
        end
        object Edit2: TEdit
          Left = 109
          Top = 68
          Width = 137
          Height = 24
          BevelKind = bkFlat
          BevelOuter = bvRaised
          BorderStyle = bsNone
          TabOrder = 3
        end
      end
      object ListView1: TListView
        Left = 0
        Top = 9
        Width = 273
        Height = 300
        BevelInner = bvLowered
        BevelOuter = bvRaised
        BevelKind = bkFlat
        BorderStyle = bsNone
        Columns = <
          item
            Caption = #31867#21035#21495
            Width = 68
          end
          item
            Caption = #31867#21035#21517#31216
            Width = 91
          end
          item
            Caption = #27492#31867#20070#25968
            Width = 68
          end>
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        GridLines = True
        RowSelect = True
        ParentFont = False
        TabOrder = 4
        ViewStyle = vsReport
        OnClick = ListView2Click
      end
    end
  end
end

⌨️ 快捷键说明

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