home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / windgps / WinDGPS.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1999-02-22  |  5KB  |  206 lines

  1. object MainForm: TMainForm
  2.   Left = 459
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinDGPS'
  7.   ClientHeight = 127
  8.   ClientWidth = 302
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 31
  24.     Height = 13
  25.     Caption = '&Server'
  26.     FocusControl = Server
  27.   end
  28.   object Label2: TLabel
  29.     Left = 152
  30.     Top = 8
  31.     Width = 19
  32.     Height = 13
  33.     Caption = '&Port'
  34.     FocusControl = IPPort
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 56
  39.     Width = 61
  40.     Height = 13
  41.     Caption = 'Data-Monitor'
  42.   end
  43.   object Button1: TButton
  44.     Left = 216
  45.     Top = 22
  46.     Width = 72
  47.     Height = 25
  48.     Caption = 'Connect'
  49.     Default = True
  50.     TabOrder = 0
  51.     OnClick = ConnectMenuItemClick
  52.   end
  53.   object StatusBar: TStatusBar
  54.     Left = 0
  55.     Top = 108
  56.     Width = 302
  57.     Height = 19
  58.     Panels = <
  59.       item
  60.         Width = 50
  61.       end
  62.       item
  63.         Width = 70
  64.       end
  65.       item
  66.         Width = 50
  67.       end>
  68.     SimplePanel = False
  69.     SizeGrip = False
  70.   end
  71.   object Server: TEdit
  72.     Left = 16
  73.     Top = 24
  74.     Width = 121
  75.     Height = 21
  76.     TabOrder = 2
  77.     Text = 'dgps.wsrcc.com'
  78.   end
  79.   object IPPort: TFloatEdit
  80.     Left = 152
  81.     Top = 24
  82.     Width = 49
  83.     Height = 21
  84.     MaxLength = 4
  85.     TabOrder = 3
  86.     Text = '2101'
  87.     Precision = 0
  88.     Value = 2101.000000000000000000
  89.     MinValue_ = 0.000000000000000000
  90.   end
  91.   object DataMonitor: TPanel
  92.     Left = 16
  93.     Top = 72
  94.     Width = 273
  95.     Height = 25
  96.     Alignment = taLeftJustify
  97.     BevelInner = bvLowered
  98.     Color = clWindow
  99.     TabOrder = 4
  100.   end
  101.   object MainMenu: TMainMenu
  102.     Left = 200
  103.     Top = 65512
  104.     object FileMenu: TMenuItem
  105.       Caption = '&File'
  106.       object CaptureDGPSDataMenuItem: TMenuItem
  107.         Caption = '&Capture &DGPS Data'
  108.         OnClick = CaptureDGPSDataMenuItemClick
  109.       end
  110.       object CaptureNMEADataMenuItem: TMenuItem
  111.         Caption = 'Capture &NMEA Data'
  112.         OnClick = CaptureNMEADataMenuItemClick
  113.       end
  114.       object N2: TMenuItem
  115.         Caption = '-'
  116.       end
  117.       object ExitMenuItem: TMenuItem
  118.         Caption = 'E&xit'
  119.         OnClick = ExitMenuItemClick
  120.       end
  121.     end
  122.     object ComPortMenu: TMenuItem
  123.       Caption = '&Com-Port'
  124.       object Com1MenuItem: TMenuItem
  125.         Tag = 1
  126.         Caption = 'COM&1:'
  127.         GroupIndex = 1
  128.         RadioItem = True
  129.         OnClick = ComPortMenuItemClick
  130.       end
  131.       object Com2MenuItem: TMenuItem
  132.         Tag = 2
  133.         Caption = 'COM&2:'
  134.         GroupIndex = 1
  135.         RadioItem = True
  136.         OnClick = ComPortMenuItemClick
  137.       end
  138.       object COM3MenuItem: TMenuItem
  139.         Tag = 3
  140.         Caption = 'COM&3:'
  141.         GroupIndex = 1
  142.         RadioItem = True
  143.         OnClick = ComPortMenuItemClick
  144.       end
  145.       object COM4MenuItem: TMenuItem
  146.         Tag = 4
  147.         Caption = 'COM&4:'
  148.         GroupIndex = 1
  149.         RadioItem = True
  150.         OnClick = ComPortMenuItemClick
  151.       end
  152.       object N1: TMenuItem
  153.         Caption = '-'
  154.         GroupIndex = 1
  155.       end
  156.       object N9600BaudMenuItem: TMenuItem
  157.         Tag = 9600
  158.         Caption = '&9600 Baud'
  159.         GroupIndex = 2
  160.         RadioItem = True
  161.         OnClick = BaudRateClick
  162.       end
  163.       object N4800BaudMenuItem: TMenuItem
  164.         Tag = 4800
  165.         Caption = '4&800 Baud'
  166.         GroupIndex = 2
  167.         RadioItem = True
  168.         OnClick = BaudRateClick
  169.       end
  170.       object N1200BaudMenuItem: TMenuItem
  171.         Tag = 1200
  172.         Caption = '12&00 Baud'
  173.         GroupIndex = 2
  174.         RadioItem = True
  175.         OnClick = BaudRateClick
  176.       end
  177.     end
  178.     object InternetMenu: TMenuItem
  179.       Caption = '&Internet'
  180.       object ConnectMenuItem: TMenuItem
  181.         Caption = '&Connect'
  182.         OnClick = ConnectMenuItemClick
  183.       end
  184.       object DefaultServerMenuItem: TMenuItem
  185.         Caption = 'Default &Server'
  186.         OnClick = DefaultServerMenuItemClick
  187.       end
  188.     end
  189.     object InfoMenu: TMenuItem
  190.       Caption = 'I&nfo'
  191.       OnClick = InfoMenuClick
  192.     end
  193.   end
  194.   object PollTimer: TTimer
  195.     Interval = 100
  196.     OnTimer = PollTimerTimer
  197.     Left = 256
  198.     Top = 65512
  199.   end
  200.   object SaveDialog: TSaveDialog
  201.     Options = [ofOverwritePrompt, ofHideReadOnly, ofFileMustExist, ofNoReadOnlyReturn]
  202.     Left = 88
  203.     Top = 65512
  204.   end
  205. end
  206.