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

📄 userinfofrm.dfm

📁 住宿餐饮 - 订餐管理系统,DelPhi写的。适合酒店
💻 DFM
字号:
object UserInfo: TUserInfo
  Left = 254
  Top = 257
  Width = 753
  Height = 599
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  Caption = #29992#25143#20449#24687#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 16
    Top = 248
    Width = 713
    Height = 257
    Color = clBtnShadow
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 512
    Width = 225
    Height = 49
    Caption = #25490#24207#26041#24335
    TabOrder = 1
    object SortAsc: TRadioButton
      Left = 24
      Top = 22
      Width = 57
      Height = 17
      Caption = #21319#24207
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = SortAscClick
    end
    object SortDesc: TRadioButton
      Left = 126
      Top = 22
      Width = 65
      Height = 17
      Caption = #38477#24207
      TabOrder = 1
      OnClick = SortDescClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 336
    Top = 512
    Width = 393
    Height = 49
    Caption = #25490#24207#20869#23481
    TabOrder = 2
    object id: TRadioButton
      Left = 24
      Top = 22
      Width = 57
      Height = 17
      Caption = #32534#21495
      TabOrder = 0
      OnClick = idClick
    end
    object name: TRadioButton
      Left = 120
      Top = 22
      Width = 57
      Height = 17
      Caption = #22995#21517
      Checked = True
      TabOrder = 1
      TabStop = True
      OnClick = nameClick
    end
    object enrolltime: TRadioButton
      Left = 200
      Top = 22
      Width = 81
      Height = 17
      Caption = #27880#20876#26102#38388
      TabOrder = 2
      OnClick = enrolltimeClick
    end
    object level: TRadioButton
      Left = 296
      Top = 22
      Width = 57
      Height = 17
      Caption = #32423#21035
      TabOrder = 3
      OnClick = levelClick
    end
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 8
    Width = 713
    Height = 233
    Caption = #29992#25143#20449#24687
    TabOrder = 3
    object Label14: TLabel
      Left = 144
      Top = 30
      Width = 57
      Height = 13
      Caption = #29992#25143#22995#21517'   '
      Color = clActiveBorder
      ParentColor = False
    end
    object Label15: TLabel
      Left = 344
      Top = 30
      Width = 24
      Height = 13
      Caption = #24615#21035
    end
    object Label16: TLabel
      Left = 464
      Top = 30
      Width = 24
      Height = 13
      Caption = #29983#26085
    end
    object Label1: TLabel
      Left = 16
      Top = 70
      Width = 57
      Height = 13
      Caption = #36523#20221#35777#21495'   '
    end
    object Label2: TLabel
      Left = 16
      Top = 32
      Width = 57
      Height = 13
      Caption = #29992#25143#32534#21495'   '
    end
    object Label3: TLabel
      Left = 16
      Top = 106
      Width = 57
      Height = 13
      Caption = #27880#20876#26102#38388'   '
    end
    object Label4: TLabel
      Left = 232
      Top = 106
      Width = 33
      Height = 13
      Caption = #32423#21035'   '
    end
    object Label5: TLabel
      Left = 416
      Top = 106
      Width = 33
      Height = 13
      Caption = #27424#36153'   '
    end
    object Label13: TLabel
      Left = 288
      Top = 106
      Width = 57
      Height = 13
      Caption = #26222#36890#29992#25143'   '
      Color = clActiveBorder
      ParentColor = False
    end
    object Label6: TLabel
      Left = 16
      Top = 144
      Width = 57
      Height = 13
      Caption = #32852#31995#30005#35805'   '
    end
    object Label10: TLabel
      Left = 232
      Top = 144
      Width = 33
      Height = 13
      Caption = #20303#22336'   '
    end
    object Label9: TLabel
      Left = 16
      Top = 183
      Width = 60
      Height = 13
      Caption = #22791'         '#27880'   '
    end
    object btnAdd: TButton
      Left = 622
      Top = 16
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 0
      OnClick = btnAddClick
    end
    object UserID: TEdit
      Left = 77
      Top = 27
      Width = 49
      Height = 21
      TabOrder = 1
    end
    object UserName: TEdit
      Left = 208
      Top = 26
      Width = 124
      Height = 21
      TabOrder = 2
    end
    object birthday: TDateTimePicker
      Left = 497
      Top = 24
      Width = 88
      Height = 21
      CalAlignment = dtaLeft
      Date = 37642.3892438079
      Time = 37642.3892438079
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 3
    end
    object gender: TComboBox
      Left = 379
      Top = 25
      Width = 65
      Height = 21
      Style = csDropDownList
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 13
      ItemIndex = 0
      ParentFont = False
      TabOrder = 4
      Text = #30007
      Items.Strings = (
        #30007
        #22899)
    end
    object btnModify: TButton
      Left = 622
      Top = 64
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 5
      OnClick = btnModifyClick
    end
    object CardNum: TEdit
      Left = 77
      Top = 64
      Width = 508
      Height = 21
      TabOrder = 6
    end
    object joinTime: TDateTimePicker
      Left = 78
      Top = 100
      Width = 81
      Height = 21
      CalAlignment = dtaLeft
      Date = 37642.3892309375
      Time = 37642.3892309375
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 7
    end
    object arrearage: TEdit
      Left = 457
      Top = 100
      Width = 128
      Height = 21
      TabOrder = 8
    end
    object btnDelete: TButton
      Left = 624
      Top = 112
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 9
      OnClick = btnDeleteClick
    end
    object btnClear: TButton
      Left = 624
      Top = 160
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 10
      OnClick = btnClearClick
    end
    object tel: TEdit
      Left = 76
      Top = 139
      Width = 121
      Height = 21
      TabOrder = 11
    end
    object address: TEdit
      Left = 276
      Top = 139
      Width = 309
      Height = 21
      TabOrder = 12
    end
    object note: TEdit
      Left = 75
      Top = 180
      Width = 510
      Height = 21
      TabOrder = 13
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'DB'
    SQL.Strings = (
      'select * from UserInfo order by '#29992#25143#32534#21495' asc'
      ''
      '')
    Left = 616
    Top = 208
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 656
    Top = 208
  end
  object Table1: TTable
    DatabaseName = 'DB'
    TableName = 'UserInfo.DB'
    Left = 696
    Top = 208
  end
end

⌨️ 快捷键说明

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