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

📄 u_zhgl_zhgl.~dfm

📁 这是一个非常使用的DELPHI源码的例子,用的是SQL数据库和DELPHI企业版
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
object Frm_Zhgl_Zhgl: TFrm_Zhgl_Zhgl
  Left = 313
  Top = 125
  Width = 631
  Height = 477
  Caption = #36134#25143#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnResize = FormResize
  OnShow = Action1Execute
  PixelsPerInch = 96
  TextHeight = 13
  object Im1: TImage
    Left = 127
    Top = 64
    Width = 4
    Height = 226
    Cursor = crSizeWE
    DragCursor = crSizeWE
    OnMouseDown = Im1MouseDown
    OnMouseMove = Im1MouseMove
    OnMouseUp = Im1MouseUp
  end
  object Tbar: TToolBar
    Left = 0
    Top = 0
    Width = 623
    Height = 37
    ButtonHeight = 36
    ButtonWidth = 33
    Caption = 'Tbar'
    Ctl3D = False
    Flat = True
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 0
    Transparent = False
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Action = Zj
      AutoSize = True
      ImageIndex = 1
    end
    object ToolButton4: TToolButton
      Left = 35
      Top = 0
      Width = 8
      Caption = 'ToolButton4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object ToolButton2: TToolButton
      Left = 43
      Top = 0
      Action = Xg
      Enabled = False
      ImageIndex = 2
    end
    object ToolButton3: TToolButton
      Left = 76
      Top = 0
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 2
      Style = tbsSeparator
    end
    object ToolButton5: TToolButton
      Left = 84
      Top = 0
      Action = Gs
      Enabled = False
      ImageIndex = 4
    end
    object ToolButton6: TToolButton
      Left = 117
      Top = 0
      Width = 8
      Caption = 'ToolButton6'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object ToolButton7: TToolButton
      Left = 125
      Top = 0
      Action = Jg
      Enabled = False
      ImageIndex = 5
    end
    object ToolButton9: TToolButton
      Left = 158
      Top = 0
      Action = Zx
      Enabled = False
      ImageIndex = 8
    end
    object ToolButton10: TToolButton
      Left = 191
      Top = 0
      Width = 8
      Caption = 'ToolButton10'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object ToolButton11: TToolButton
      Left = 199
      Top = 0
      Action = Hk
      Enabled = False
      ImageIndex = 7
    end
    object ToolButton12: TToolButton
      Left = 232
      Top = 0
      Width = 8
      Caption = 'ToolButton12'
      ImageIndex = 6
      Style = tbsSeparator
    end
    object ToolButton13: TToolButton
      Left = 240
      Top = 0
      Action = Cz
      ImageIndex = 0
    end
    object ToolButton16: TToolButton
      Left = 273
      Top = 0
      Width = 8
      Caption = 'ToolButton16'
      ImageIndex = 8
      Style = tbsSeparator
    end
    object ToolButton15: TToolButton
      Left = 281
      Top = 0
      Action = Excel
      ImageIndex = 6
    end
    object ToolButton8: TToolButton
      Left = 314
      Top = 0
      Width = 8
      Caption = 'ToolButton8'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object ToolButton17: TToolButton
      Left = 322
      Top = 0
      Action = Exit1
      ImageIndex = 3
    end
    object ToolButton18: TToolButton
      Left = 355
      Top = 0
      Width = 8
      Caption = 'ToolButton18'
      ImageIndex = 9
      Style = tbsSeparator
    end
  end
  object Tvw_Lb: TTreeView
    Left = 1
    Top = 64
    Width = 126
    Height = 229
    Indent = 19
    TabOrder = 1
    OnClick = Action2Execute
  end
  object P1: TPanel
    Left = 2
    Top = 40
    Width = 124
    Height = 21
    BevelOuter = bvLowered
    TabOrder = 2
    object Label1: TLabel
      Left = 1
      Top = 1
      Width = 122
      Height = 19
      Align = alClient
      Alignment = taCenter
      Caption = #26641#24418#21015#34920
      Layout = tlCenter
    end
  end
  object P2: TPanel
    Left = 132
    Top = 40
    Width = 171
    Height = 21
    BevelOuter = bvLowered
    TabOrder = 3
    object Label2: TLabel
      Left = 1
      Top = 1
      Width = 169
      Height = 19
      Align = alClient
      Alignment = taCenter
      Caption = #21015#34920#35270#22270
      Layout = tlCenter
    end
  end
  object Lvw_Lb: TDBGrid
    Left = 129
    Top = 64
    Width = 175
    Height = 227
    DataSource = Data.Mr_People_S
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = Lvw_LbCellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'Kzt'
        Title.Caption = #21345#29366#24577
        Width = 100

⌨️ 快捷键说明

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