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

📄 rmd_editorldlinks.dfm

📁 这是一个功能强大
💻 DFM
字号:
object RMDFieldsLinkForm: TRMDFieldsLinkForm
  Left = 395
  Top = 156
  ActiveControl = IndexList
  BorderStyle = bsDialog
  Caption = 'Field Link Designer'
  ClientHeight = 265
  ClientWidth = 352
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 4
    Top = 33
    Width = 343
    Height = 190
    Shape = bsFrame
  end
  object Bevel2: TBevel
    Left = 350
    Top = 285
    Width = 341
    Height = 43
    Shape = bsFrame
  end
  object Label30: TLabel
    Left = 13
    Top = 40
    Width = 57
    Height = 13
    Caption = 'D&etail Fields'
    IsControl = True
  end
  object Label31: TLabel
    Left = 222
    Top = 38
    Width = 62
    Height = 13
    Caption = '&Master Fields'
    FocusControl = MasterList
    IsControl = True
  end
  object IndexLabel: TLabel
    Left = 4
    Top = 10
    Width = 83
    Height = 13
    Caption = 'A&vailable Indexes'
    FocusControl = IndexList
  end
  object Label2: TLabel
    Left = 12
    Top = 142
    Width = 61
    Height = 13
    Caption = '&Joined Fields'
    FocusControl = BindList
  end
  object MasterList: TListBox
    Left = 222
    Top = 55
    Width = 117
    Height = 82
    IntegralHeight = True
    ItemHeight = 13
    TabOrder = 1
    OnClick = BindingListClick
    IsControl = True
  end
  object BindList: TListBox
    Left = 12
    Top = 157
    Width = 242
    Height = 56
    IntegralHeight = True
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 2
    OnClick = BindListClick
    IsControl = True
  end
  object IndexList: TComboBox
    Left = 109
    Top = 7
    Width = 192
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = IndexListChange
    OnClick = IndexListChange
  end
  object btnAdd: TButton
    Left = 138
    Top = 74
    Width = 75
    Height = 25
    Caption = '&Add'
    TabOrder = 3
    OnClick = btnAddClick
  end
  object btnDelete: TButton
    Left = 263
    Top = 157
    Width = 75
    Height = 25
    Caption = '&Delete'
    TabOrder = 4
    OnClick = btnDeleteClick
  end
  object btnClear: TButton
    Left = 263
    Top = 188
    Width = 75
    Height = 25
    Caption = '&Clear'
    TabOrder = 5
    OnClick = btnClearClick
  end
  object btnOK: TButton
    Left = 180
    Top = 233
    Width = 75
    Height = 25
    HelpContext = 40
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 6
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 260
    Top = 233
    Width = 75
    Height = 25
    HelpContext = 50
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object DetailList: TListBox
    Left = 13
    Top = 55
    Width = 117
    Height = 82
    IntegralHeight = True
    ItemHeight = 13
    TabOrder = 8
    OnClick = BindingListClick
    IsControl = True
  end
end

⌨️ 快捷键说明

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