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

📄 unit5.dfm

📁 网上书店管理系统
💻 DFM
字号:
object Form5: TForm5
  Left = 250
  Top = 150
  Width = 618
  Height = 408
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #29992#25143#30041#35328#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 610
    Height = 2
    Align = alTop
  end
  object Label1: TLabel
    Left = 40
    Top = 55
    Width = 17
    Height = 13
    AutoSize = False
    Caption = 'QQ'
  end
  object Label2: TLabel
    Left = 40
    Top = 32
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 280
    Top = 55
    Width = 41
    Height = 13
    AutoSize = False
    Caption = 'E-mail'
  end
  object Label4: TLabel
    Left = 280
    Top = 32
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #20027#39029
  end
  object Label5: TLabel
    Left = 40
    Top = 81
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #30041#35328#20027#39064
  end
  object Label6: TLabel
    Left = 40
    Top = 224
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #22238#22797
  end
  object Label7: TLabel
    Left = 40
    Top = 144
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #30041#35328#20869#23481
  end
  object Button1: TButton
    Left = 100
    Top = 296
    Width = 75
    Height = 25
    Caption = #19978#19968#26465
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 25
    Top = 296
    Width = 75
    Height = 25
    Caption = #26368#21069#19968#26465
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 250
    Top = 296
    Width = 75
    Height = 25
    Caption = #26368#21518#19968#26465
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 475
    Top = 296
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 175
    Top = 296
    Width = 75
    Height = 25
    Caption = #19979#19968#26465
    TabOrder = 4
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 325
    Top = 296
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 5
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 400
    Top = 296
    Width = 75
    Height = 25
    Caption = #30830#35748#20462#25913
    TabOrder = 6
    OnClick = Button7Click
  end
  object DBMemo1: TDBMemo
    Left = 102
    Top = 114
    Width = 379
    Height = 80
    DataField = 'content'
    TabOrder = 7
  end
  object DBEdit1: TDBEdit
    Left = 102
    Top = 28
    Width = 147
    Height = 21
    DataField = 'nickname'
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit2: TDBEdit
    Left = 102
    Top = 53
    Width = 147
    Height = 21
    DataField = 'qq'
    DataSource = DataSource1
    TabOrder = 9
  end
  object DBEdit3: TDBEdit
    Left = 102
    Top = 79
    Width = 147
    Height = 21
    DataField = 'title'
    DataSource = DataSource1
    TabOrder = 10
  end
  object DBEdit4: TDBEdit
    Left = 328
    Top = 28
    Width = 147
    Height = 21
    DataField = 'homepage'
    DataSource = DataSource1
    TabOrder = 11
  end
  object DBEdit5: TDBEdit
    Left = 328
    Top = 53
    Width = 147
    Height = 21
    DataField = 'email'
    DataSource = DataSource1
    TabOrder = 12
  end
  object DBMemo2: TDBMemo
    Left = 102
    Top = 202
    Width = 379
    Height = 80
    DataField = 'reply'
    TabOrder = 13
  end
  object MainMenu1: TMainMenu
    Left = 560
    Top = 72
    object N1: TMenuItem
      Caption = #26032#20070#24405#20837
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #24211#23384#26597#35810
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #35746#21333#26597#35810
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = #29992#25143#20449#24687
      OnClick = N4Click
    end
    object N5: TMenuItem
      Caption = #29992#25143#30041#35328
      OnClick = N5Click
    end
    object N6: TMenuItem
      Caption = #20449#24687#21457#24067
      OnClick = N6Click
    end
  end
  object Table1: TTable
    DatabaseName = 'BookData'
    TableName = 'GuestData'
    Left = 560
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 504
    Top = 32
  end
end

⌨️ 快捷键说明

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