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

📄 realmng.dfm

📁 关于DEPHI7.0的播放器管理系统源代码
💻 DFM
字号:
object FormRealMng: TFormRealMng
  Left = 107
  Top = 134
  Width = 391
  Height = 284
  Caption = #20248#21033#23186#20307#25773#25918#31995#32479'V1.1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 383
    Height = 33
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 10
      Width = 48
      Height = 12
      Caption = #26032#22686#32593#22336
    end
    object BTN_OK: TButton
      Left = 256
      Top = 4
      Width = 51
      Height = 25
      Caption = #30830#23450'(&E)'
      Enabled = False
      TabOrder = 0
      OnClick = BTN_OKClick
    end
    object Edit_site: TEdit
      Left = 64
      Top = 6
      Width = 185
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      OnChange = Edit_siteChange
    end
    object BTN_Cancel: TButton
      Left = 312
      Top = 4
      Width = 59
      Height = 25
      Caption = #21462#28040'(&L)'
      TabOrder = 2
      OnClick = BTN_CancelClick
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 33
    Width = 383
    Height = 221
    Align = alClient
    Caption = #24050#26377#32593#22336#21015#34920
    TabOrder = 1
    object ListBox1: TListBox
      Left = 2
      Top = 15
      Width = 379
      Height = 175
      Align = alClient
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 12
      TabOrder = 0
    end
    object ToolBar1: TToolBar
      Left = 2
      Top = 190
      Width = 379
      Height = 29
      Align = alBottom
      ButtonHeight = 25
      Caption = 'ToolBar1'
      TabOrder = 1
      object BTN_Del: TButton
        Left = 0
        Top = 2
        Width = 75
        Height = 25
        Caption = #21024#38500'(&D)'
        TabOrder = 0
        OnClick = BTN_DelClick
      end
      object BTN_Clear: TButton
        Left = 75
        Top = 2
        Width = 75
        Height = 25
        Caption = #20840#37096#28165#38500'(&C)'
        TabOrder = 1
        OnClick = BTN_ClearClick
      end
      object BTN_About: TButton
        Left = 150
        Top = 2
        Width = 75
        Height = 25
        Caption = #20851#20110'(&A)'
        TabOrder = 2
        OnClick = BTN_AboutClick
      end
      object BTN_close: TButton
        Left = 225
        Top = 2
        Width = 75
        Height = 25
        Caption = #20851#38381'(&X)'
        TabOrder = 4
        OnClick = BTN_closeClick
      end
      object BTN_Export: TButton
        Left = 300
        Top = 2
        Width = 75
        Height = 25
        Caption = #23548#20986#21015#34920'(&E)'
        TabOrder = 3
        OnClick = BTN_ExportClick
      end
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 144
    Top = 145
  end
end

⌨️ 快捷键说明

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