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

📄 setting.dfm

📁 利用网络高效维护机房
💻 DFM
字号:
object SetForm: TSetForm
  Left = 183
  Top = 93
  BorderStyle = bsDialog
  Caption = #32500#25252#35774#32622
  ClientHeight = 358
  ClientWidth = 547
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 547
    Height = 49
    Align = alTop
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label4: TLabel
      Left = 32
      Top = 16
      Width = 52
      Height = 13
      Caption = #36873#25321#30424#31526
    end
    object ComboBox1: TComboBox
      Left = 85
      Top = 12
      Width = 65
      Height = 21
      CharCase = ecUpperCase
      ItemHeight = 13
      ItemIndex = 2
      MaxLength = 1
      TabOrder = 0
      Text = 'E'
      OnChange = ComboBox1Change
      Items.Strings = (
        'C'
        'D'
        'E'
        'F')
    end
    object CheckBox1: TCheckBox
      Left = 344
      Top = 16
      Width = 97
      Height = 17
      Caption = #26684#24335#21270
      TabOrder = 1
      OnClick = CheckBox1Click
    end
  end
  object Button1: TButton
    Left = 104
    Top = 320
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 320
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Panel2: TPanel
    Left = 0
    Top = 56
    Width = 545
    Height = 249
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 104
      Height = 13
      Caption = #36755#20837#35201#21024#38500#30340#25991#20214
    end
    object Label2: TLabel
      Left = 204
      Top = 16
      Width = 117
      Height = 13
      Caption = #36755#20837#35201#21024#38500#30340#25991#20214#22841
    end
    object Label3: TLabel
      Left = 376
      Top = 16
      Width = 104
      Height = 13
      Caption = #36755#20837#35201#36816#34892#30340#31243#24207
    end
    object Label5: TLabel
      Left = 32
      Top = 64
      Width = 78
      Height = 13
      Caption = #21024#38500#25991#20214#21015#34920
    end
    object Label6: TLabel
      Left = 204
      Top = 64
      Width = 91
      Height = 13
      Caption = #21024#38500#25991#20214#22841#21015#34920
    end
    object Label7: TLabel
      Left = 384
      Top = 64
      Width = 78
      Height = 13
      Caption = #36816#34892#31243#24207#21015#34920
    end
    object Edit1: TEdit
      Tag = 1
      Left = 30
      Top = 32
      Width = 137
      Height = 21
      TabOrder = 0
      OnKeyDown = EditKeyDown
    end
    object ListBox1: TListBox
      Tag = 1
      Left = 32
      Top = 80
      Width = 137
      Height = 153
      ItemHeight = 13
      MultiSelect = True
      ParentShowHint = False
      PopupMenu = PopupMenu1
      ShowHint = True
      TabOrder = 1
      OnClick = ListBox1Click
    end
    object Edit2: TEdit
      Tag = 2
      Left = 204
      Top = 32
      Width = 137
      Height = 21
      TabOrder = 2
      OnKeyDown = EditKeyDown
    end
    object Edit3: TEdit
      Tag = 3
      Left = 376
      Top = 32
      Width = 137
      Height = 21
      TabOrder = 3
      OnKeyDown = EditKeyDown
    end
    object ListBox3: TListBox
      Tag = 3
      Left = 376
      Top = 80
      Width = 137
      Height = 153
      ItemHeight = 13
      MultiSelect = True
      ParentShowHint = False
      PopupMenu = PopupMenu3
      ShowHint = True
      TabOrder = 4
      OnClick = ListBox1Click
    end
    object ListBox2: TListBox
      Tag = 2
      Left = 204
      Top = 80
      Width = 137
      Height = 153
      ItemHeight = 13
      MultiSelect = True
      ParentShowHint = False
      PopupMenu = PopupMenu2
      ShowHint = True
      TabOrder = 5
      OnClick = ListBox1Click
    end
  end
  object Button3: TButton
    Left = 360
    Top = 320
    Width = 75
    Height = 25
    Caption = #24110#21161
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object PopupMenu1: TPopupMenu
    Left = 448
    Top = 32
    object N1: TMenuItem
      Caption = #20840#36873
      OnClick = pm11
    end
    object N2: TMenuItem
      Caption = #21024#38500
      OnClick = pm12
    end
  end
  object PopupMenu2: TPopupMenu
    Left = 480
    Top = 32
    object MenuItem1: TMenuItem
      Caption = #20840#36873
      OnClick = pm21
    end
    object MenuItem2: TMenuItem
      Caption = #21024#38500
      OnClick = pm22
    end
  end
  object PopupMenu3: TPopupMenu
    Left = 512
    Top = 32
    object MenuItem3: TMenuItem
      Caption = #20840#36873
      OnClick = pm31
    end
    object MenuItem4: TMenuItem
      Caption = #21024#38500
      OnClick = pm32
    end
  end
end

⌨️ 快捷键说明

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