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

📄 unit3.dfm

📁 本系统规模较小,适合小型宿舍,公寓等人员的安排,管理.本系统采用delphi开发界面,使用文件型的数据库Access,界面亲和力强,容易上手,使用方便.
💻 DFM
字号:
object xsxxll: Txsxxll
  Left = 305
  Top = 248
  Width = 506
  Height = 271
  Caption = #26032#29983#20449#24687#25805#20316
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #23398#21495
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 24
    Top = 88
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #24615#21035
  end
  object Label4: TLabel
    Left = 24
    Top = 120
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #31821#36143
  end
  object Label5: TLabel
    Left = 208
    Top = 24
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #38498#31995
  end
  object Label6: TLabel
    Left = 208
    Top = 56
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #19987#19994
  end
  object Label7: TLabel
    Left = 208
    Top = 88
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #24180#32423
  end
  object Label8: TLabel
    Left = 208
    Top = 120
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #29677#32423
  end
  object FlatSpeedButton1: TFlatSpeedButton
    Left = 392
    Top = 47
    Width = 105
    Height = 25
    Caption = #28155#21152#20837#24211
    OnClick = FlatSpeedButton1Click
  end
  object FlatSpeedButton2: TFlatSpeedButton
    Left = 392
    Top = 77
    Width = 105
    Height = 25
    Hint = #36873#20013#35201#21024#38500#30340#35760#24405','#28857#20987#21024#38500
    Caption = #21024'         '#38500
    ParentShowHint = False
    ShowHint = True
    OnClick = FlatSpeedButton2Click
  end
  object FlatSpeedButton3: TFlatSpeedButton
    Left = 392
    Top = 109
    Width = 105
    Height = 25
    Caption = #20851#38381#31383#21475
    OnClick = FlatSpeedButton3Click
  end
  object FlatEdit1: TFlatEdit
    Left = 56
    Top = 17
    Width = 121
    Height = 19
    ColorFlat = clTeal
    ParentColor = True
    TabOrder = 0
    Text = 'FlatEdit1'
  end
  object FlatEdit2: TFlatEdit
    Left = 56
    Top = 49
    Width = 121
    Height = 19
    ColorFlat = clTeal
    ParentColor = True
    TabOrder = 1
    Text = 'FlatEdit2'
  end
  object FlatComboBox1: TFlatComboBox
    Left = 56
    Top = 80
    Width = 121
    Height = 21
    Style = csDropDownList
    Color = clTeal
    ItemHeight = 13
    Items.Strings = (
      #30007
      #22899)
    TabOrder = 2
    ItemIndex = -1
  end
  object FlatEdit3: TFlatEdit
    Left = 56
    Top = 114
    Width = 121
    Height = 19
    ColorFlat = clTeal
    ParentColor = True
    TabOrder = 3
    Text = 'FlatEdit3'
  end
  object FlatComboBox2: TFlatComboBox
    Left = 240
    Top = 17
    Width = 121
    Height = 21
    Style = csDropDownList
    Color = clTeal
    ItemHeight = 13
    TabOrder = 4
    ItemIndex = -1
    OnChange = FlatComboBox2Change
  end
  object FlatComboBox3: TFlatComboBox
    Left = 240
    Top = 50
    Width = 121
    Height = 21
    Style = csDropDownList
    Color = clTeal
    ItemHeight = 13
    TabOrder = 5
    ItemIndex = -1
    OnChange = FlatComboBox3Change
  end
  object FlatComboBox4: TFlatComboBox
    Left = 240
    Top = 82
    Width = 121
    Height = 21
    Style = csDropDownList
    Color = clTeal
    ItemHeight = 13
    TabOrder = 6
    ItemIndex = -1
    OnChange = FlatComboBox4Change
  end
  object FlatComboBox5: TFlatComboBox
    Left = 240
    Top = 113
    Width = 121
    Height = 21
    Style = csDropDownList
    Color = clTeal
    ItemHeight = 13
    TabOrder = 7
    ItemIndex = -1
    OnKeyPress = FlatComboBox5KeyPress
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 136
    Width = 489
    Height = 105
    Color = clTeal
    DataSource = DataSource1
    FixedColor = clTeal
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 8
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOQuery1: TADOQuery
    Connection = dm.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 376
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 408
    Top = 8
  end
end

⌨️ 快捷键说明

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