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

📄 queryuser.dfm

📁 住宿餐饮 - 订餐管理系统,DelPhi写的。适合酒店
💻 DFM
字号:
object frmQueryUser: TfrmQueryUser
  Left = 199
  Top = 1
  Width = 738
  Height = 543
  Caption = #29992#25143#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 7
    Top = 236
    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 = []
  end
  object GroupBox1: TGroupBox
    Left = 7
    Top = 16
    Width = 713
    Height = 209
    Caption = #29992#25143#20449#24687
    TabOrder = 1
    object Label14: TLabel
      Left = 152
      Top = 30
      Width = 57
      Height = 13
      Caption = #29992#25143#22995#21517'   '
      Color = clActiveBorder
      ParentColor = False
    end
    object Label15: TLabel
      Left = 368
      Top = 30
      Width = 24
      Height = 13
      Caption = #24615#21035
    end
    object Label2: TLabel
      Left = 16
      Top = 32
      Width = 57
      Height = 13
      Caption = #29992#25143#32534#21495'   '
    end
    object Label4: TLabel
      Left = 336
      Top = 74
      Width = 33
      Height = 13
      Caption = #32423#21035'   '
    end
    object Label6: TLabel
      Left = 288
      Top = 120
      Width = 57
      Height = 13
      Caption = #32852#31995#30005#35805'   '
    end
    object UserID: TEdit
      Left = 77
      Top = 27
      Width = 49
      Height = 21
      TabOrder = 0
    end
    object UserName: TEdit
      Left = 216
      Top = 26
      Width = 124
      Height = 21
      TabOrder = 1
    end
    object gender: TComboBox
      Left = 403
      Top = 25
      Width = 68
      Height = 21
      Style = csDropDownList
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 2
      Items.Strings = (
        ''
        #30007
        #22899)
    end
    object btnQuery: TButton
      Left = 592
      Top = 32
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = btnQueryClick
    end
    object btnClear: TButton
      Left = 592
      Top = 88
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 4
      OnClick = btnClearClick
    end
    object tel: TEdit
      Left = 351
      Top = 115
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object level: TComboBox
      Left = 368
      Top = 72
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 6
      Items.Strings = (
        ''
        #26222#36890#20250#21592
        #39640#32423#20250#21592
        #40644#37329#20250#21592
        #30333#37329#20250#21592)
    end
    object GroupBox3: TGroupBox
      Left = 16
      Top = 104
      Width = 257
      Height = 49
      Caption = #27880#20876#26102#38388'   '
      TabOrder = 7
      object Label7: TLabel
        Left = 128
        Top = 24
        Width = 18
        Height = 13
        Caption = #21040'  '
      end
      object Label8: TLabel
        Left = 16
        Top = 24
        Width = 18
        Height = 13
        Caption = #20174'  '
      end
      object lowJoin: TDateTimePicker
        Left = 38
        Top = 20
        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 = 0
      end
      object highJoin: TDateTimePicker
        Left = 146
        Top = 20
        Width = 93
        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 = 1
      end
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 51
      Width = 257
      Height = 49
      Caption = #29983#26085
      TabOrder = 8
      object Label1: TLabel
        Left = 16
        Top = 23
        Width = 18
        Height = 13
        Caption = #20174'  '
      end
      object Label3: TLabel
        Left = 128
        Top = 20
        Width = 18
        Height = 13
        Caption = #21040'  '
      end
      object lowBirthday: TDateTimePicker
        Left = 34
        Top = 17
        Width = 88
        Height = 22
        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 = 0
      end
      object highBirthday: TDateTimePicker
        Left = 145
        Top = 17
        Width = 96
        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 = 1
      end
    end
    object GroupBox6: TGroupBox
      Left = 16
      Top = 157
      Width = 193
      Height = 41
      Caption = #35760#24405#27983#35272#25353#38062
      TabOrder = 9
      object DBNavigator1: TDBNavigator
        Left = 18
        Top = 15
        Width = 164
        Height = 18
        DataSource = DataSource1
        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
        TabOrder = 0
      end
    end
    object GroupBox4: TGroupBox
      Left = 224
      Top = 156
      Width = 121
      Height = 41
      Caption = #25490#24207#26041#27861
      TabOrder = 10
      object asc: TRadioButton
        Left = 16
        Top = 16
        Width = 49
        Height = 17
        Caption = #21319#24207
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = ascClick
      end
      object desc: TRadioButton
        Left = 72
        Top = 16
        Width = 41
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = descClick
      end
    end
    object GroupBox5: TGroupBox
      Left = 360
      Top = 156
      Width = 337
      Height = 41
      Caption = #25490#24207#20869#23481
      TabOrder = 11
      object id: TRadioButton
        Left = 32
        Top = 16
        Width = 41
        Height = 17
        Caption = #32534#21495
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = idClick
      end
      object name: TRadioButton
        Left = 101
        Top = 16
        Width = 41
        Height = 17
        Caption = #22995#21517
        TabOrder = 1
        OnClick = nameClick
      end
      object edu: TRadioButton
        Left = 170
        Top = 16
        Width = 41
        Height = 17
        Caption = #32423#21035
        TabOrder = 2
        OnClick = eduClick
      end
      object join: TRadioButton
        Left = 232
        Top = 16
        Width = 73
        Height = 17
        Caption = #27880#20876#26102#38388
        TabOrder = 3
        OnClick = joinClick
      end
    end
  end
  object Query1: TQuery
    DatabaseName = 'DB'
    SQL.Strings = (
      ''
      '')
    Left = 368
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 440
    Top = 216
  end
end

⌨️ 快捷键说明

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