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

📄 unitskillsetdlg.~dfm

📁 诛仙小挂
💻 ~DFM
字号:
object SkillSetDlg: TSkillSetDlg
  Left = 402
  Top = 451
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'SkillSet'
  ClientHeight = 214
  ClientWidth = 313
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 6
    Top = 8
    Width = 301
    Height = 164
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 13
    Caption = #25152#26377#25216#33021
  end
  object Label2: TLabel
    Left = 176
    Top = 16
    Width = 48
    Height = 13
    Caption = #36873#20013#25216#33021
  end
  object OKBtn: TButton
    Left = 79
    Top = 180
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 159
    Top = 180
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
    OnClick = CancelBtnClick
  end
  object Button_add: TButton
    Left = 136
    Top = 64
    Width = 41
    Height = 17
    Caption = '>>'
    TabOrder = 2
    OnClick = Button_addClick
  end
  object Button_del: TButton
    Left = 136
    Top = 112
    Width = 41
    Height = 17
    Caption = '<<'
    TabOrder = 3
    OnClick = Button_delClick
  end
  object ListBox_Skill: TListBox
    Left = 8
    Top = 32
    Width = 129
    Height = 137
    ItemHeight = 13
    TabOrder = 4
  end
  object ListBox_ComSkill: TListBox
    Left = 176
    Top = 32
    Width = 129
    Height = 137
    ItemHeight = 13
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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