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

📄 smsproc.dfm

📁 2005-7-13 10:03 前几天要做一个短信收发的小软件
💻 DFM
字号:
object Form1: TForm1
  Left = 297
  Top = 246
  Width = 847
  Height = 425
  Caption = #30701#28040#24687#25910#21457
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 43
    Width = 60
    Height = 13
    Caption = #21457#36865#20869#23481#65306
  end
  object Label2: TLabel
    Left = 18
    Top = 12
    Width = 60
    Height = 13
    Caption = #21457#36865#21495#30721#65306
  end
  object Label3: TLabel
    Left = 58
    Top = 140
    Width = 60
    Height = 13
    Caption = #21457#36865#20869#23481#65306
  end
  object Label4: TLabel
    Left = 256
    Top = 140
    Width = 60
    Height = 13
    Caption = #21457#25910#20869#23481#65306
  end
  object Label5: TLabel
    Left = 453
    Top = 140
    Width = 60
    Height = 13
    Caption = #25253#38169#20869#23481#65306
  end
  object Label6: TLabel
    Left = 651
    Top = 140
    Width = 60
    Height = 13
    Caption = #25509#25910#28040#24687#65306
  end
  object Label7: TLabel
    Left = 31
    Top = 74
    Width = 47
    Height = 13
    Caption = 'PDU'#21253#65306
  end
  object Label8: TLabel
    Left = 19
    Top = 108
    Width = 59
    Height = 13
    Caption = 'PDU'#38271#24230#65306
  end
  object Button1: TButton
    Left = 204
    Top = 104
    Width = 84
    Height = 27
    Caption = #25171#24320
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 325
    Top = 104
    Width = 84
    Height = 27
    Caption = #21457#36865
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 79
    Top = 40
    Width = 215
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 79
    Top = 72
    Width = 448
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 79
    Top = 104
    Width = 71
    Height = 21
    TabOrder = 3
  end
  object Memo1: TMemo
    Left = 2
    Top = 168
    Width = 208
    Height = 213
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object Memo2: TMemo
    Left = 210
    Top = 168
    Width = 208
    Height = 213
    ScrollBars = ssBoth
    TabOrder = 7
  end
  object Memo3: TMemo
    Left = 418
    Top = 168
    Width = 208
    Height = 213
    ScrollBars = ssBoth
    TabOrder = 8
  end
  object Memo4: TMemo
    Left = 626
    Top = 168
    Width = 208
    Height = 213
    ScrollBars = ssBoth
    TabOrder = 9
  end
  object Edit4: TEdit
    Left = 79
    Top = 8
    Width = 135
    Height = 21
    TabOrder = 0
  end
  object CSObject1: TCSObject
    HexNumPrefix = '$'
    QuoteChar = #39
    Left = 386
    Top = 192
  end
end

⌨️ 快捷键说明

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