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

📄 prelation.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormRelation: TFormRelation
  Left = 132
  Top = 193
  Width = 544
  Height = 374
  Caption = '对应关系'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGridUsers: TDBGrid
    Left = 0
    Top = 29
    Width = 536
    Height = 289
    Align = alClient
    DataSource = DataSourceUsers
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnTitleClick = DBGridUsersTitleClick
  end
  object StatusBarProductCode: TStatusBar
    Left = 0
    Top = 318
    Width = 536
    Height = 29
    Panels = <>
    SimplePanel = True
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 536
    Height = 29
    ButtonHeight = 24
    ButtonWidth = 39
    Caption = 'ToolBar1'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ShowCaptions = True
    TabOrder = 2
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = '增加'
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
    object ToolButton4: TToolButton
      Left = 43
      Top = 0
      Caption = '修改'
      ImageIndex = 3
      OnClick = ToolButton4Click
    end
    object ToolButton2: TToolButton
      Left = 82
      Top = 0
      AutoSize = True
      Caption = '删除'
      ImageIndex = 1
      ParentShowHint = False
      ShowHint = False
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 125
      Top = 0
      Caption = '查找'
      ImageIndex = 2
      OnClick = ToolButton3Click
    end
    object ToolButton5: TToolButton
      Left = 164
      Top = 0
      Caption = '打印'
      ImageIndex = 3
      OnClick = ToolButton5Click
    end
    object ToolButton6: TToolButton
      Left = 203
      Top = 0
      AutoSize = True
      Caption = '预览'
      ImageIndex = 4
      OnClick = ToolButton6Click
    end
  end
  object ADOTableUsers2: TADOTable
    Left = 224
    Top = 34
  end
  object DataSourceUsers: TDataSource
    DataSet = ADOTableUsers
    Left = 269
    Top = 35
  end
  object ADOTableUsers: TADOQuery
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from Relation')
    Left = 328
    Top = 32
  end
end

⌨️ 快捷键说明

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