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

📄 unitmengh.dfm

📁 一个音像租赁店铺的管理软件,可以维护影片库信息和会员信息,及日常业务的实现(出租/归还).这是我学delphi整一个月的纪念品,有些简单,不过我还是希望和大家分享一下我的成长历程.
💻 DFM
字号:
object frmMenGH: TfrmMenGH
  Left = 204
  Top = 109
  BorderStyle = bsDialog
  Caption = #24402#36824#24433#29255#65288#20250#21592#31199#36161#65289
  ClientHeight = 301
  ClientWidth = 447
  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 Label1: TLabel
    Left = 24
    Top = 56
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #20250#21592#21495
  end
  object Label2: TLabel
    Left = 24
    Top = 88
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #25276#37329
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 24
    Top = 120
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #31199#20511#26085#26399
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 24
    Top = 216
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #22791#27880
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 23
    Top = 152
    Width = 53
    Height = 13
    AutoSize = False
    Caption = #29616#22312#26102#38388
  end
  object Label6: TLabel
    Left = 24
    Top = 184
    Width = 53
    Height = 13
    AutoSize = False
    Caption = #28040#32791#29255#27425
  end
  object Label7: TLabel
    Left = 24
    Top = 17
    Width = 52
    Height = 13
    AutoSize = False
    Caption = #24433#29255#21495
  end
  object Label8: TLabel
    Left = 232
    Top = 56
    Width = 69
    Height = 13
    AutoSize = False
    Caption = #21487#29992#29255#27425
    FocusControl = DBEdit5
  end
  object DBEdit2: TDBEdit
    Left = 96
    Top = 88
    Width = 49
    Height = 21
    DataField = #25276#37329
    DataSource = DM.MenCZDSrc
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object DBEdit3: TDBEdit
    Left = 96
    Top = 120
    Width = 104
    Height = 21
    DataField = #31199#20511#26085#26399
    DataSource = DM.MenCZDSrc
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object DBEdit4: TDBEdit
    Left = 96
    Top = 216
    Width = 337
    Height = 21
    AutoSelect = False
    DataField = #22791#27880
    DataSource = DM.MenCZDSrc
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 96
    Top = 152
    Width = 105
    Height = 21
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 96
    Top = 184
    Width = 49
    Height = 21
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 4
  end
  object ComboBox1: TComboBox
    Left = 96
    Top = 16
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 5
    OnSelect = ComboBox1Select
  end
  object DBEdit5: TDBEdit
    Left = 304
    Top = 56
    Width = 65
    Height = 21
    DataField = #21487#29992#29255#27425
    DataSource = DM.MenberDSrc
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 6
  end
  object Button1: TButton
    Left = 256
    Top = 264
    Width = 75
    Height = 25
    Caption = #24402#36824
    TabOrder = 7
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 360
    Top = 264
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 8
    OnClick = Button2Click
  end
  object ComboBox2: TComboBox
    Left = 96
    Top = 56
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 9
    OnSelect = ComboBox2Select
  end
end

⌨️ 快捷键说明

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