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

📄 ufrmdblist.dfm

📁 数据库通用工具
💻 DFM
字号:
object frmDBList: TfrmDBList
  Left = 313
  Top = 215
  BorderStyle = bsSingle
  Caption = #25968#25454#24211#37197#32622#21015#34920
  ClientHeight = 373
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 307
    Width = 492
    Height = 66
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 2
    object bbtSave: TBitBtn
      Left = 144
      Top = 16
      Width = 80
      Height = 30
      Caption = #20445#23384' &B'
      TabOrder = 1
      OnClick = bbtSaveClick
    end
    object bbtClose: TBitBtn
      Left = 384
      Top = 16
      Width = 80
      Height = 30
      Cancel = True
      Caption = #36864#20986' &X'
      TabOrder = 3
      OnClick = bbtCloseClick
    end
    object bbtAdd: TBitBtn
      Left = 24
      Top = 16
      Width = 80
      Height = 30
      Caption = #28155#21152' &A'
      TabOrder = 0
      OnClick = bbtAddClick
    end
    object bbtSelect: TBitBtn
      Left = 264
      Top = 16
      Width = 80
      Height = 30
      Cancel = True
      Caption = #36873#25321' &S'
      TabOrder = 2
      OnClick = bbtSelectClick
    end
  end
  object lv: TListView
    Left = 0
    Top = 0
    Width = 492
    Height = 224
    Align = alClient
    Columns = <
      item
        Caption = #26381#21153#22120
        Width = 100
      end
      item
        Caption = #25968#25454#24211
        Width = 100
      end
      item
        Caption = #29992#25143#21517
        Width = 100
      end
      item
        Caption = #23494#30721
        Width = 100
      end>
    ColumnClick = False
    GridLines = True
    HideSelection = False
    ReadOnly = True
    RowSelect = True
    PopupMenu = PopupMenu1
    StateImages = ImageList1
    TabOrder = 0
    ViewStyle = vsReport
    OnDblClick = bbtSelectClick
  end
  object Panel2: TPanel
    Left = 0
    Top = 224
    Width = 492
    Height = 83
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 48
      Top = 19
      Width = 50
      Height = 14
      AutoSize = False
      Caption = #26381#21153#22120
    end
    object Label2: TLabel
      Left = 248
      Top = 19
      Width = 50
      Height = 14
      AutoSize = False
      Caption = #25968#25454#24211
    end
    object Label3: TLabel
      Left = 48
      Top = 51
      Width = 50
      Height = 14
      AutoSize = False
      Caption = #29992#25143#21517
    end
    object Label4: TLabel
      Left = 248
      Top = 51
      Width = 50
      Height = 14
      AutoSize = False
      Caption = #23494#30721
    end
    object Edit1: TEdit
      Left = 96
      Top = 15
      Width = 121
      Height = 22
      TabOrder = 0
      Text = '127.0.0.1'
      OnKeyDown = Edit1KeyDown
    end
    object Edit2: TEdit
      Left = 296
      Top = 15
      Width = 121
      Height = 22
      TabOrder = 1
      OnKeyDown = Edit1KeyDown
    end
    object Edit3: TEdit
      Left = 96
      Top = 47
      Width = 121
      Height = 22
      TabOrder = 2
      Text = 'sa'
      OnKeyDown = Edit1KeyDown
    end
    object Edit4: TEdit
      Left = 296
      Top = 47
      Width = 121
      Height = 22
      TabOrder = 3
      Text = 'sa'
      OnKeyDown = Edit1KeyDown
    end
  end
  object ImageList1: TImageList
    Height = 20
    Width = 0
    Left = 456
    Top = 56
  end
  object PopupMenu1: TPopupMenu
    Left = 272
    Top = 80
    object D1: TMenuItem
      Caption = #21024#38500' &D'
      OnClick = D1Click
    end
  end
end

⌨️ 快捷键说明

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