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

📄 unitaddfilm.dfm

📁 一个音像租赁店铺的管理软件,可以维护影片库信息和会员信息,及日常业务的实现(出租/归还).这是我学delphi整一个月的纪念品,有些简单,不过我还是希望和大家分享一下我的成长历程.
💻 DFM
字号:
object frmAddFilm: TfrmAddFilm
  Left = 224
  Top = 115
  BorderStyle = bsDialog
  Caption = #28155#21152#26032#24433#29255
  ClientHeight = 355
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 449
    Height = 297
    Caption = #24433#29255#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 79
      Top = 33
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #24433#29255#21495
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 79
      Top = 65
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #29255#21517
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 79
      Top = 97
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #23548#28436
      FocusControl = DBEdit3
    end
    object Label4: TLabel
      Left = 79
      Top = 129
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #20027#28436
      FocusControl = DBEdit4
    end
    object Label5: TLabel
      Left = 79
      Top = 161
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #38656#35201#25276#37329
      FocusControl = DBEdit5
    end
    object Label6: TLabel
      Left = 79
      Top = 193
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26085#31199#37329
      FocusControl = DBEdit6
    end
    object Label7: TLabel
      Left = 79
      Top = 225
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26085#28040#32791#29255#27425
      FocusControl = DBEdit7
    end
    object Label8: TLabel
      Left = 79
      Top = 257
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #22791#27880
      FocusControl = DBEdit8
    end
    object DBEdit1: TDBEdit
      Left = 151
      Top = 33
      Width = 134
      Height = 21
      DataField = #24433#29255#21495
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 151
      Top = 65
      Width = 135
      Height = 21
      DataField = #29255#21517
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 151
      Top = 97
      Width = 134
      Height = 21
      DataField = #23548#28436
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 151
      Top = 129
      Width = 135
      Height = 21
      DataField = #20027#28436
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 151
      Top = 161
      Width = 53
      Height = 21
      DataField = #38656#35201#25276#37329
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 4
    end
    object DBEdit6: TDBEdit
      Left = 151
      Top = 193
      Width = 53
      Height = 21
      DataField = #26085#31199#37329
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 5
    end
    object DBEdit7: TDBEdit
      Left = 151
      Top = 225
      Width = 52
      Height = 21
      DataField = #26085#28040#32791#29255#27425
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 6
    end
    object DBEdit8: TDBEdit
      Left = 151
      Top = 257
      Width = 261
      Height = 21
      DataField = #22791#27880
      DataSource = DM.AllFilmDSrc
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 7
    end
  end
  object Button1: TButton
    Left = 352
    Top = 320
    Width = 107
    Height = 25
    Caption = #20445#23384#21518#20851#38381#31383#21475
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 320
    Width = 115
    Height = 25
    Caption = #20445#23384#24182#32487#32493#28155#21152
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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