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

📄 customer.dfm.~1~

📁 asp.net2.0控件treeview绑定数据以及全选操作
💻 ~1~
字号:
object frmCustomer: TfrmCustomer
  Left = 281
  Top = 134
  Width = 870
  Height = 669
  Caption = #23548#28216#20449#24687
  Color = clBtnFace
  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 DBGrid1: TDBGrid
    Left = 23
    Top = 264
    Width = 810
    Height = 253
    Color = clBtnShadow
    DataSource = dm.DSLeader
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 532
    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 = 343
    Top = 532
    Width = 393
    Height = 45
    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 = 96
      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 = #20219#32844#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 = 23
    Top = 16
    Width = 698
    Height = 225
    Caption = #29992#25143#20449#24687
    TabOrder = 3
    object Label14: TLabel
      Left = 168
      Top = 30
      Width = 33
      Height = 13
      Caption = #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 = 33
      Height = 13
      Caption = #32534#21495'   '
    end
    object Label3: TLabel
      Left = 16
      Top = 106
      Width = 57
      Height = 13
      Caption = #20219#32844#26102#38388'   '
    end
    object Label4: TLabel
      Left = 232
      Top = 106
      Width = 33
      Height = 13
      Caption = #32423#21035'   '
    end
    object Label5: TLabel
      Left = 392
      Top = 106
      Width = 69
      Height = 13
      Caption = #27599#23567#26102#25910#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 = 606
      Top = 144
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 0
      OnClick = btnAddClick
    end
    object UserID: TEdit
      Left = 77
      Top = 27
      Width = 49
      Height = 21
      Color = clInfoBk
      ReadOnly = True
      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
      Date = 29221.798611111110000000
      Time = 29221.798611111110000000
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      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 CardNum: TEdit
      Left = 77
      Top = 64
      Width = 508
      Height = 21
      TabOrder = 5
    end
    object joinTime: TDateTimePicker
      Left = 78
      Top = 100
      Width = 81
      Height = 21
      Date = 37987.389230937500000000
      Time = 37987.389230937500000000
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
    object arrearage: TEdit
      Left = 472
      Top = 100
      Width = 113
      Height = 21
      TabOrder = 7
    end
    object btnClear: TButton
      Left = 608
      Top = 184
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 8
      OnClick = btnClearClick
    end
    object tel: TEdit
      Left = 76
      Top = 139
      Width = 121
      Height = 21
      TabOrder = 9
    end
    object address: TEdit
      Left = 276
      Top = 139
      Width = 309
      Height = 21
      TabOrder = 10
    end
    object note: TEdit
      Left = 75
      Top = 180
      Width = 510
      Height = 21
      TabOrder = 11
    end
  end
  object btnModify: TButton
    Left = 758
    Top = 200
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 4
    OnClick = btnModifyClick
  end
  object btnDelete: TButton
    Left = 760
    Top = 160
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 5
    OnClick = btnDeleteClick
  end
end

⌨️ 快捷键说明

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