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

📄 setunit.dfm

📁 发射台 控制台 dephi编写 大家可以随便可看看, 可以做dephi入门实例学习
💻 DFM
字号:
object FrmSet: TFrmSet
  Left = 260
  Top = 237
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #35774#32622
  ClientHeight = 275
  ClientWidth = 242
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 225
    Height = 145
    Caption = ' '#26356#25913#21475#20196
    TabOrder = 0
    object Label1: TLabel
      Left = 22
      Top = 24
      Width = 46
      Height = 13
      Caption = #26087#21475#20196':'
    end
    object Label2: TLabel
      Left = 22
      Top = 54
      Width = 46
      Height = 13
      Caption = #26032#21475#20196':'
    end
    object Label3: TLabel
      Left = 11
      Top = 85
      Width = 72
      Height = 13
      Caption = #26032#21475#20196#30830#35748':'
    end
    object OldPW: TMaskEdit
      Left = 88
      Top = 21
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object NewPW: TMaskEdit
      Left = 88
      Top = 52
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object ReNewPW: TMaskEdit
      Left = 88
      Top = 82
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
    object Button1: TButton
      Left = 137
      Top = 112
      Width = 72
      Height = 24
      Caption = #24212#29992
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 160
    Width = 225
    Height = 97
    Caption = #33258#21160#38145#23450
    TabOrder = 1
    object Label4: TLabel
      Left = 8
      Top = 27
      Width = 85
      Height = 13
      Caption = #33258#21160#21152#38145#31561#24453':'
    end
    object Label5: TLabel
      Left = 191
      Top = 28
      Width = 26
      Height = 13
      Caption = #20998#38047
    end
    object Button2: TButton
      Left = 137
      Top = 57
      Width = 72
      Height = 24
      Caption = #24212#29992
      TabOrder = 0
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 103
      Top = 24
      Width = 86
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9')
    end
  end
end

⌨️ 快捷键说明

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