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

📄 moveitem.dfm

📁 超级播放器 -- 软件特点 -- 功能齐全 操作简便 绿色环保
💻 DFM
字号:
object FrmMoveItem: TFrmMoveItem
  Left = 342
  Top = 240
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31227#21160#26354#30446
  ClientHeight = 110
  ClientWidth = 206
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 7
    Top = 20
    Width = 43
    Height = 13
    AutoSize = False
    Caption = #31227#33267#31532
  end
  object Label2: TLabel
    Left = 126
    Top = 20
    Width = 12
    Height = 12
    Caption = #34892
  end
  object Bevel1: TBevel
    Left = 5
    Top = 0
    Width = 197
    Height = 78
    Shape = bsBottomLine
    Style = bsRaised
  end
  object OkBtn: TBitBtn
    Left = 24
    Top = 82
    Width = 75
    Height = 25
    Caption = #30830#23450
    Enabled = False
    TabOrder = 1
    Kind = bkOK
  end
  object CancelBtn: TBitBtn
    Left = 114
    Top = 82
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
  object RowEdit: TEdit
    Left = 52
    Top = 16
    Width = 70
    Height = 20
    MaxLength = 10
    TabOrder = 0
    OnChange = RowEditChange
    OnKeyPress = RowEditKeyPress
  end
  object BeforeChb: TRadioButton
    Left = 64
    Top = 48
    Width = 49
    Height = 17
    Caption = #21069#38754
    TabOrder = 3
    OnClick = BeforeChbClick
  end
  object AfterChb: TRadioButton
    Left = 128
    Top = 48
    Width = 57
    Height = 17
    Caption = #21518#38754
    Checked = True
    TabOrder = 4
    TabStop = True
    OnClick = BeforeChbClick
  end
end

⌨️ 快捷键说明

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