home *** CD-ROM | disk | FTP | other *** search
/ PC Open 7 / pcopen7.iso / INTERNET / Sinet / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-01-18  |  2.4 KB  |  131 lines

  1. object Form1: TForm1
  2.   Left = 195
  3.   Top = 106
  4.   Width = 331
  5.   Height = 217
  6.   ActiveControl = Button3
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 48
  31.     Width = 65
  32.     Height = 13
  33.     Caption = 'Label2'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 24
  37.     Top = 80
  38.     Width = 41
  39.     Height = 13
  40.     Caption = 'Browser:'
  41.   end
  42.   object Button1: TButton
  43.     Left = 240
  44.     Top = 40
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Button1'
  48.     TabOrder = 2
  49.     OnClick = Button1Click
  50.   end
  51.   object Button2: TButton
  52.     Left = 240
  53.     Top = 104
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Button2'
  57.     TabOrder = 3
  58.     OnClick = Button2Click
  59.   end
  60.   object Button3: TButton
  61.     Left = 80
  62.     Top = 152
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Button3'
  66.     Default = True
  67.     TabOrder = 0
  68.     OnClick = Button3Click
  69.   end
  70.   object Button4: TButton
  71.     Left = 192
  72.     Top = 152
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Button4'
  76.     TabOrder = 1
  77.     OnClick = Button4Click
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 32
  81.     Top = 104
  82.     Width = 201
  83.     Height = 21
  84.     Color = clMenu
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     ReadOnly = True
  91.     TabOrder = 4
  92.     Text = 'Label5'
  93.   end
  94.   object Edit2: TEdit
  95.     Left = 112
  96.     Top = 40
  97.     Width = 121
  98.     Height = 21
  99.     Color = clMenu
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     ReadOnly = True
  106.     TabOrder = 5
  107.     Text = 'Label3'
  108.   end
  109.   object OpenDialog1: TOpenDialog
  110.     FileEditStyle = fsEdit
  111.     Options = [ofHideReadOnly, ofCreatePrompt]
  112.     Left = 104
  113.     Top = 8
  114.   end
  115.   object OpenDialog2: TOpenDialog
  116.     FileEditStyle = fsEdit
  117.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  118.     Left = 160
  119.     Top = 8
  120.   end
  121.   object DDEClient: TDdeClientConv
  122.     DdeService = 'progman'
  123.     ConnectMode = ddeManual
  124.     Left = 40
  125.     Top = 144
  126.     LinkInfo = (
  127.       'Service progman'
  128.       'Topic ')
  129.   end
  130. end
  131.