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

📄 di_fieldcopy.dfm

📁 亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能
💻 DFM
字号:
object DI_DfmFieldCopy: TDI_DfmFieldCopy
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '字段复制'
  ClientHeight = 190
  ClientWidth = 296
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object FieldCopyModeRadioGroup: TRadioGroup
    Left = 7
    Top = 2
    Width = 200
    Height = 90
    Caption = '复制方式'
    Items.Strings = (
      '自定义复制区域'
      '复制到整个表所有记录'
      '从当前记录复制到表头'
      '从当前记录复制到表尾')
    TabOrder = 0
    OnClick = FieldCopyModeRadioGroupClick
  end
  object FieldCopyExtentGroupBox: TGroupBox
    Left = 7
    Top = 95
    Width = 200
    Height = 90
    Caption = '复制区域'
    TabOrder = 1
    object Label1: TLabel
      Left = 10
      Top = 27
      Width = 72
      Height = 12
      Caption = '起始记录号:'
    end
    object Label2: TLabel
      Left = 11
      Top = 57
      Width = 72
      Height = 12
      Caption = '终止记录号:'
    end
    object StartNumberSpinEdit: TSpinEdit
      Left = 85
      Top = 23
      Width = 109
      Height = 21
      EditorEnabled = False
      MaxValue = 10000
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
    object TerminiteNumberSpinEdit: TSpinEdit
      Left = 85
      Top = 53
      Width = 109
      Height = 21
      EditorEnabled = False
      MaxValue = 10000
      MinValue = 1
      TabOrder = 1
      Value = 1
    end
  end
  object ConfirmButton: TButton
    Left = 215
    Top = 24
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 2
    OnClick = ConfirmButtonClick
  end
  object CloseButton: TButton
    Left = 215
    Top = 57
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 3
    OnClick = CloseButtonClick
  end
end

⌨️ 快捷键说明

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