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

📄 viewloginfm.dfm

📁 一款房产中介软件
💻 DFM
字号:
object frmViewLogin: TfrmViewLogin
  Left = 190
  Top = 179
  BorderIcons = [biSystemMenu]
  Caption = #30331#20837#26085#24535#26597#30475
  ClientHeight = 453
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 57
    Align = alTop
    TabOrder = 0
    object AALabel1: TLabel
      Left = 8
      Top = 13
      Width = 89
      Height = 17
      AutoSize = False
      Caption = #30331#20837#29992#25143#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 94
      Top = 13
      Width = 115
      Height = 21
      TabOrder = 0
    end
    object Btn1: TButton
      Left = 232
      Top = 13
      Width = 81
      Height = 33
      Caption = #26597#35810
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object LbButton1: TButton
      Left = 340
      Top = 13
      Width = 81
      Height = 33
      Caption = #28165#31354
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object LbButton2: TButton
      Left = 448
      Top = 13
      Width = 81
      Height = 33
      Caption = #20851#38381
      TabOrder = 3
      OnClick = LbButton2Click
    end
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 57
    Width = 688
    Height = 396
    Align = alClient
    DataSource = DataSource1
    Flat = True
    FooterColor = clBtnFace
    FooterFont.Charset = ANSI_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -13
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    HorzScrollBar.Tracking = True
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    OptionsEh = [dghFixed3D, dghFrozen3D, dghFooter3D, dghData3D, dghHighlightFocus, dghClearSelection, dghDblClickOptimizeColWidth, dghDialogFind]
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    SumList.Active = True
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    VertScrollBar.Tracking = True
    Columns = <
      item
        EditButtons = <>
        FieldName = #30331#20837#29992#25143
        Footers = <>
        Width = 134
      end
      item
        EditButtons = <>
        FieldName = #30331#20837#26085#26399#26102#38388
        Footers = <>
        Width = 166
      end
      item
        EditButtons = <>
        FieldName = #36864#20986#26085#26399#26102#38388
        Footers = <>
        Width = 157
      end>
  end
  object ADOQuery1: TADOQuery
    Connection = DMMain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#30331#20837#20449#24687#34920)
    Left = 98
    Top = 186
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 150
    Top = 190
  end
end

⌨️ 快捷键说明

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