mainunit.dfm

来自「广州联通短信接口开发范例,应用于短信群发编程」· DFM 代码 · 共 106 行

DFM
106
字号
object Form1: TForm1
  Left = 148
  Top = 159
  Width = 779
  Height = 338
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 771
    Height = 33
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object LESrc_node: TLabeledEdit
      Left = 72
      Top = 8
      Width = 73
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #28304#33410#28857#21495#65306
      EditLabel.Layout = tlCenter
      LabelPosition = lpLeft
      TabOrder = 0
    end
    object LEgw_ip: TLabeledEdit
      Left = 201
      Top = 8
      Width = 95
      Height = 21
      EditLabel.Width = 46
      EditLabel.Height = 13
      EditLabel.Caption = #32593#20851'IP'#65306
      EditLabel.Layout = tlCenter
      LabelPosition = lpLeft
      TabOrder = 1
      Text = '127.127.127.127'
    end
    object LEPort: TLabeledEdit
      Left = 350
      Top = 8
      Width = 57
      Height = 21
      EditLabel.Width = 48
      EditLabel.Height = 13
      EditLabel.Caption = #31471#21475#21495#65306
      EditLabel.Layout = tlCenter
      LabelPosition = lpLeft
      TabOrder = 2
    end
    object LEusername: TLabeledEdit
      Left = 468
      Top = 8
      Width = 73
      Height = 21
      EditLabel.Width = 48
      EditLabel.Height = 13
      EditLabel.Caption = #29992#25143#21517#65306
      EditLabel.Layout = tlCenter
      LabelPosition = lpLeft
      TabOrder = 3
    end
    object LEpasswd: TLabeledEdit
      Left = 590
      Top = 8
      Width = 73
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #23494#30721#65306
      EditLabel.Layout = tlCenter
      LabelPosition = lpLeft
      PasswordChar = '*'
      TabOrder = 4
    end
    object BtnConnect: TBitBtn
      Left = 677
      Top = 5
      Width = 75
      Height = 25
      Caption = #36830#25509
      TabOrder = 5
      OnClick = BtnConnectClick
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 33
    Width = 771
    Height = 278
    Align = alClient
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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