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

📄 midasmake.dfm

📁 学籍管理
💻 DFM
字号:
object fmMIDASManager: TfmMIDASManager
  Left = 185
  Top = 80
  BorderStyle = bsDialog
  Caption = '分布式数据库客户端组态设置'
  ClientHeight = 257
  ClientWidth = 425
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '新宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 39
    Top = 180
    Width = 486
    Height = 12
    Caption = 
      '(本单元由系统管理员和维护人员在客户端分发完毕后,设置要获得    ' +
      '                 '
  end
  object Label2: TLabel
    Left = 27
    Top = 198
    Width = 516
    Height = 12
    Caption = 
      '的远程服务器组,不恰当的设置将影响本系统的正常执行。详细情况请  ' +
      '                      '
  end
  object Label3: TLabel
    Left = 27
    Top = 218
    Width = 174
    Height = 12
    Caption = '参阅在线帮助。)             '
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 377
    Height = 153
    Caption = '服务器列表'
    TabOrder = 0
    object Label4: TLabel
      Left = 216
      Top = 24
      Width = 96
      Height = 12
      Caption = '输入服务器名称:'
    end
    object ListBox1: TListBox
      Left = 16
      Top = 16
      Width = 177
      Height = 121
      ItemHeight = 12
      MultiSelect = True
      TabOrder = 0
    end
    object Button1: TButton
      Left = 214
      Top = 72
      Width = 75
      Height = 25
      Caption = '添加'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 214
      Top = 104
      Width = 75
      Height = 25
      Caption = '删除'
      TabOrder = 2
    end
    object edtAddComputer: TEdit
      Left = 214
      Top = 48
      Width = 121
      Height = 20
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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