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

📄 userqueryu.dfm

📁 delphi 程序开发的书籍管理系统 内容详尽
💻 DFM
字号:
object UserQueryF: TUserQueryF
  Left = 337
  Top = 219
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'UserQueryF'
  ClientHeight = 356
  ClientWidth = 449
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 433
    Height = 313
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #30331#38470#20449#24687#26597#35810
      object GroupBox1: TGroupBox
        Left = 0
        Top = 72
        Width = 417
        Height = 209
        TabOrder = 0
        object ListView1: TListView
          Left = 7
          Top = 11
          Width = 402
          Height = 190
          BevelInner = bvLowered
          BevelOuter = bvRaised
          BevelKind = bkFlat
          BorderStyle = bsNone
          Columns = <
            item
              Caption = #29992#25143#21517
            end
            item
              Caption = #30331#38470#26102#38388
              Width = 140
            end
            item
              Caption = #31163#24320#26102#38388
              Width = 140
            end>
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          GridLines = True
          RowSelect = True
          ParentFont = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
      object GroupBox2: TGroupBox
        Left = 0
        Top = 32
        Width = 417
        Height = 41
        Caption = #26597#35810#20851#38190#23383
        TabOrder = 1
        object Label1: TLabel
          Left = 72
          Top = 16
          Width = 36
          Height = 15
          Caption = #20851#38190#23383
        end
        object Edit1: TEdit
          Left = 120
          Top = 13
          Width = 153
          Height = 21
          BevelInner = bvLowered
          BevelKind = bkFlat
          BevelOuter = bvRaised
          BorderStyle = bsNone
          TabOrder = 0
        end
        object BitBtn4: TBitBtn
          Left = 320
          Top = 12
          Width = 75
          Height = 22
          Caption = #26597#35810
          TabOrder = 1
          OnClick = BitBtn5Click
        end
      end
      object GroupBox3: TGroupBox
        Left = 0
        Top = 0
        Width = 417
        Height = 33
        Caption = #26597#35810#26041#24335
        TabOrder = 2
        object RadioButton1: TRadioButton
          Left = 64
          Top = 11
          Width = 81
          Height = 17
          Caption = #29992#25143#21517
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RadioButton1Click
        end
        object RadioButton2: TRadioButton
          Left = 224
          Top = 11
          Width = 73
          Height = 17
          Caption = #26102#38388
          TabOrder = 1
          OnClick = RadioButton2Click
        end
      end
      object GroupBox4: TGroupBox
        Left = 0
        Top = 32
        Width = 417
        Height = 41
        Caption = #26102#38388#33539#22260
        TabOrder = 3
        Visible = False
        object Label2: TLabel
          Left = 18
          Top = 16
          Width = 48
          Height = 15
          Caption = #36215#22987#26102#38388
        end
        object Label3: TLabel
          Left = 171
          Top = 14
          Width = 48
          Height = 15
          Caption = #32467#26463#26102#38388
        end
        object BitBtn5: TBitBtn
          Left = 326
          Top = 12
          Width = 67
          Height = 22
          Caption = #26597'  '#35810
          TabOrder = 0
          OnClick = BitBtn5Click
        end
        object DateTimePicker1: TDateTimePicker
          Left = 72
          Top = 12
          Width = 81
          Height = 23
          BevelInner = bvNone
          BevelOuter = bvNone
          BevelKind = bkTile
          CalAlignment = dtaLeft
          Date = 37617.8768833218
          Time = 37617.8768833218
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 1
          OnKeyDown = DateTimePicker1KeyDown
        end
        object DateTimePicker2: TDateTimePicker
          Left = 224
          Top = 12
          Width = 81
          Height = 23
          CalAlignment = dtaLeft
          Date = 37617.8769390741
          Time = 37617.8769390741
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 2
          OnKeyDown = DateTimePicker2KeyDown
        end
      end
    end
  end
  object BitBtn3: TBitBtn
    Left = 368
    Top = 328
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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