www.pudn.com > gsm30.rar > frmDemo.dfm


object Form1: TForm1 
  Left = 156 
  Top = 180 
  Width = 840 
  Height = 327 
  Caption = 'HRH GSM 演示' 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  WindowState = wsMaximized 
  OnCreate = FormCreate 
  OnDestroy = FormDestroy 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Memo1: TMemo 
    Left = 0 
    Top = 81 
    Width = 832 
    Height = 200 
    Align = alClient 
    TabOrder = 0 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 0 
    Width = 832 
    Height = 81 
    Align = alTop 
    TabOrder = 1 
    object GroupBox1: TGroupBox 
      Left = 10 
      Top = 3 
      Width = 169 
      Height = 73 
      Caption = '设备控制' 
      TabOrder = 0 
      object Label1: TLabel 
        Left = 16 
        Top = 16 
        Width = 36 
        Height = 12 
        Caption = '端口:' 
      end 
      object Button2: TButton 
        Left = 16 
        Top = 40 
        Width = 57 
        Height = 25 
        Caption = '连接' 
        TabOrder = 0 
        OnClick = Button2Click 
      end 
      object ComboBox1: TComboBox 
        Left = 56 
        Top = 12 
        Width = 97 
        Height = 20 
        ItemHeight = 12 
        TabOrder = 1 
        Items.Strings = ( 
          'COM1' 
          'COM2' 
          'COM3' 
          'COM4') 
      end 
      object Button3: TButton 
        Left = 96 
        Top = 40 
        Width = 57 
        Height = 25 
        Caption = '断开' 
        TabOrder = 2 
        OnClick = Button3Click 
      end 
    end 
    object GroupBox2: TGroupBox 
      Left = 192 
      Top = 8 
      Width = 585 
      Height = 67 
      Caption = '短消息发送' 
      TabOrder = 1 
      object Label2: TLabel 
        Left = 24 
        Top = 16 
        Width = 60 
        Height = 12 
        Caption = '接收手机:' 
      end 
      object Label3: TLabel 
        Left = 24 
        Top = 40 
        Width = 60 
        Height = 12 
        Caption = '内    容:' 
      end 
      object Edit1: TEdit 
        Left = 88 
        Top = 12 
        Width = 129 
        Height = 20 
        MaxLength = 11 
        TabOrder = 0 
        Text = '13' 
      end 
      object Edit2: TEdit 
        Left = 88 
        Top = 36 
        Width = 489 
        Height = 20 
        MaxLength = 70 
        TabOrder = 1 
      end 
      object Button1: TButton 
        Left = 232 
        Top = 8 
        Width = 57 
        Height = 25 
        Caption = '发送' 
        TabOrder = 2 
        OnClick = Button1Click 
      end 
    end 
  end 
  object StatusBar1: TStatusBar 
    Left = 0 
    Top = 281 
    Width = 832 
    Height = 19 
    Panels = <> 
    SimplePanel = True 
    SimpleText = 'HRH GSM(3.0) 短信收发功能演示' 
  end 
end