form_WiFiScript.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:2k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmWiFiScript: TfrmWiFiScript
  2.   Left = 191
  3.   Top = 167
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'WiFi script test'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 673
  20.     Height = 105
  21.     Caption = '  WiFi script  '
  22.     TabOrder = 0
  23.     object BitBtn1: TBitBtn
  24.       Left = 8
  25.       Top = 16
  26.       Width = 97
  27.       Height = 17
  28.       Caption = 'Script file'
  29.       TabOrder = 0
  30.     end
  31.     object StaticText1: TStaticText
  32.       Left = 112
  33.       Top = 16
  34.       Width = 537
  35.       Height = 17
  36.       AutoSize = False
  37.       BorderStyle = sbsSunken
  38.       Color = clSkyBlue
  39.       ParentColor = False
  40.       TabOrder = 1
  41.     end
  42.     object btnStart: TBitBtn
  43.       Left = 552
  44.       Top = 40
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'Start'
  48.       TabOrder = 2
  49.       Kind = bkRetry
  50.     end
  51.     object btnStop: TBitBtn
  52.       Left = 552
  53.       Top = 72
  54.       Width = 75
  55.       Height = 25
  56.       Caption = 'Stop'
  57.       TabOrder = 3
  58.       Kind = bkNo
  59.     end
  60.   end
  61.   object memResult: TMemo
  62.     Left = 8
  63.     Top = 128
  64.     Width = 673
  65.     Height = 273
  66.     Lines.Strings = (
  67.       '')
  68.     TabOrder = 1
  69.   end
  70.   object stWST: TStatusBar
  71.     Left = 0
  72.     Top = 424
  73.     Width = 688
  74.     Height = 29
  75.     Panels = <
  76.       item
  77.         Width = 50
  78.       end>
  79.     SimplePanel = False
  80.   end
  81.   object dlgOpenScriptFile: TOpenDialog
  82.     DefaultExt = 'ws'
  83.     Filter = 'WiFi script file (*.ws)|*.ws|All files (*.*)|*.*'
  84.     InitialDir = '.'
  85.     Title = 'Open WiFi script file'
  86.     Left = 576
  87.   end
  88. end