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

📄 test.~dfm

📁 提供vc版短信网关源码
💻 ~DFM
字号:
object FrmTest: TFrmTest
  Left = 313
  Top = 176
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21457#36865#27979#35797
  ClientHeight = 246
  ClientWidth = 386
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 385
    Height = 225
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 18
      Width = 60
      Height = 13
      Caption = #30446#26631#21495#30721#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 60
      Height = 13
      Caption = #28304'  '#21495'  '#30721#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 126
      Width = 60
      Height = 13
      Caption = #21457#36865#20869#23481#65306
    end
    object Edit1: TEdit
      Left = 80
      Top = 19
      Width = 121
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      Text = '13951663421'
    end
    object Edit2: TEdit
      Left = 80
      Top = 72
      Width = 121
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 1
      Text = '09500'
    end
    object Memo1: TMemo
      Left = 80
      Top = 126
      Width = 289
      Height = 89
      Ctl3D = False
      Lines.Strings = (
        #24555#32451#33909#33457#23453#20856)
      ParentCtl3D = False
      TabOrder = 2
    end
    object Button1: TButton
      Left = 296
      Top = 16
      Width = 75
      Height = 25
      Caption = #21457#36865
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 296
      Top = 64
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button2Click
    end
    object Panel2: TPanel
      Left = 208
      Top = 16
      Width = 81
      Height = 105
      BevelInner = bvLowered
      TabOrder = 5
      object RadioButton1: TRadioButton
        Left = 8
        Top = 8
        Width = 64
        Height = 17
        Caption = 'GB5'
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object RadioButton2: TRadioButton
        Left = 8
        Top = 32
        Width = 65
        Height = 17
        Caption = 'UCS2'
        TabOrder = 1
      end
      object RadioButton3: TRadioButton
        Left = 8
        Top = 56
        Width = 66
        Height = 17
        Caption = 'ASCII'
        TabOrder = 2
      end
      object RadioButton4: TRadioButton
        Left = 8
        Top = 80
        Width = 66
        Height = 17
        Caption = 'BINARY'
        TabOrder = 3
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 227
    Width = 386
    Height = 19
    Panels = <>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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