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

📄 queryleader.dfm.~1~

📁 asp.net2.0控件treeview绑定数据以及全选操作
💻 ~1~
字号:
object frmQueryUser: TfrmQueryUser
  Left = 188
  Top = 104
  Width = 783
  Height = 624
  Caption = #23548#28216#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
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 23
    Top = 204
    Width = 713
    Height = 257
    Color = clBtnShadow
    DataSource = dm.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 = 23
    Top = 16
    Width = 713
    Height = 169
    Caption = #23450#20301
    TabOrder = 1
    object Label14: TLabel
      Left = 152
      Top = 30
      Width = 37
      Height = 13
      Caption = #22995#21517'   '
      Color = clActiveBorder
      ParentColor = False
    end
    object Label15: TLabel
      Left = 368
      Top = 30
      Width = 28
      Height = 13
      Caption = #24615#21035
    end
    object Label2: TLabel
      Left = 16
      Top = 32
      Width = 37
      Height = 13
      Caption = #32534#21495'   '
    end
    object Label6: TLabel
      Left = 328
      Top = 120
      Width = 37
      Height = 13
      Caption = #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 = 367
      Top = 115
      Width = 106
      Height = 21
      TabOrder = 5
    end
    object GroupBox3: TGroupBox
      Left = 16
      Top = 104
      Width = 257
      Height = 49
      Caption = #20219#32844#26102#38388'   '
      TabOrder = 6
      object Label7: TLabel
        Left = 128
        Top = 24
        Width = 20
        Height = 13
        Caption = #21040'  '
      end
      object Label8: TLabel
        Left = 16
        Top = 24
        Width = 20
        Height = 13
        Caption = #20174'  '
      end
      object lowJoin: TDateTimePicker
        Left = 38
        Top = 20
        Width = 81
        Height = 21
        Date = 36526.389230937500000000
        Time = 36526.389230937500000000
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object highJoin: TDateTimePicker
        Left = 146
        Top = 20
        Width = 93
        Height = 21
        Date = 38353.389230937500000000
        Time = 38353.389230937500000000
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 51
      Width = 257
      Height = 49
      Caption = #29983#26085
      TabOrder = 7
      object Label1: TLabel
        Left = 16
        Top = 23
        Width = 20
        Height = 13
        Caption = #20174'  '
      end
      object Label3: TLabel
        Left = 128
        Top = 20
        Width = 20
        Height = 13
        Caption = #21040'  '
      end
      object lowBirthday: TDateTimePicker
        Left = 34
        Top = 17
        Width = 88
        Height = 22
        Date = 29221.389243807900000000
        Time = 29221.389243807900000000
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object highBirthday: TDateTimePicker
        Left = 145
        Top = 17
        Width = 96
        Height = 21
        Date = 32874.389243807900000000
        Time = 32874.389243807900000000
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
    end
  end
  object GroupBox7: TGroupBox
    Left = 24
    Top = 480
    Width = 713
    Height = 81
    Caption = #27983#35272
    TabOrder = 2
    object GroupBox4: TGroupBox
      Left = 32
      Top = 24
      Width = 145
      Height = 41
      Caption = #25490#24207#26041#27861
      TabOrder = 0
      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 = 80
        Top = 16
        Width = 57
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = descClick
      end
    end
    object GroupBox5: TGroupBox
      Left = 280
      Top = 24
      Width = 417
      Height = 41
      Caption = #25490#24207#20869#23481
      TabOrder = 1
      object id: TRadioButton
        Left = 32
        Top = 16
        Width = 57
        Height = 17
        Caption = #32534#21495
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = idClick
      end
      object name: TRadioButton
        Left = 133
        Top = 16
        Width = 68
        Height = 17
        Caption = #22995#21517
        TabOrder = 1
        OnClick = nameClick
      end
      object edu: TRadioButton
        Left = 218
        Top = 16
        Width = 63
        Height = 17
        Caption = #32423#21035
        TabOrder = 2
      end
      object join: TRadioButton
        Left = 320
        Top = 16
        Width = 73
        Height = 17
        Caption = #20219#32844#26102#38388
        TabOrder = 3
        OnClick = joinClick
      end
    end
  end
end

⌨️ 快捷键说明

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