home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TINETOPTIONFORM / TINETOPTIONFORM.txt
Encoding:
Text File  |  2001-05-24  |  7.6 KB  |  374 lines

  1. object inetoptionform: Tinetoptionform
  2.   Left = 1051
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Internet-Setup'
  6.   ClientHeight = 283
  7.   ClientWidth = 266
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl2: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 266
  24.     Height = 245
  25.     ActivePage = emailTabSheet
  26.     TabOrder = 0
  27.     OnChange = Button1Click
  28.     object ftptabsheet: TTabSheet
  29.       Caption = 'FTP'
  30.       ImageIndex = 1
  31.       object Label16: TmyRxLabel
  32.         Left = 4
  33.         Top = 8
  34.         Width = 24
  35.         Height = 13
  36.         Caption = 'Host'
  37.         ShadowSize = 0
  38.       end
  39.       object Label17: TmyRxLabel
  40.         Left = 4
  41.         Top = 32
  42.         Width = 50
  43.         Height = 13
  44.         Caption = 'Username'
  45.         ShadowSize = 0
  46.       end
  47.       object Label18: TmyRxLabel
  48.         Left = 140
  49.         Top = 32
  50.         Width = 45
  51.         Height = 13
  52.         Caption = 'Password'
  53.         ShadowSize = 0
  54.       end
  55.       object Label19: TmyRxLabel
  56.         Left = 4
  57.         Top = 84
  58.         Width = 79
  59.         Height = 13
  60.         Caption = 'FTP-Directory'
  61.         ShadowSize = 0
  62.       end
  63.       object Label20: TmyRxLabel
  64.         Left = 136
  65.         Top = 168
  66.         Width = 21
  67.         Height = 13
  68.         Caption = 'Port'
  69.         ShadowSize = 0
  70.       end
  71.       object Label26: TmyRxLabel
  72.         Left = 8
  73.         Top = 168
  74.         Width = 40
  75.         Height = 13
  76.         Caption = 'Timeout'
  77.         ShadowSize = 0
  78.       end
  79.       object Label27: TmyRxLabel
  80.         Left = 80
  81.         Top = 164
  82.         Width = 17
  83.         Height = 17
  84.         AutoSize = False
  85.         Caption = 'Sec'
  86.         Layout = tlCenter
  87.         ShadowSize = 0
  88.       end
  89.       object SpeedButton1: TSpeedButton
  90.         Left = 4
  91.         Top = 56
  92.         Width = 53
  93.         Height = 17
  94.         AllowAllUp = True
  95.         GroupIndex = 1
  96.         Caption = 'Advanced'
  97.         OnClick = updateradiogroups
  98.       end
  99.       object Edit1: TEdit
  100.         Left = 36
  101.         Top = 4
  102.         Width = 145
  103.         Height = 21
  104.         TabOrder = 0
  105.         Text = 'FTP-Address'
  106.       end
  107.       object Edit5: TEdit
  108.         Left = 164
  109.         Top = 164
  110.         Width = 29
  111.         Height = 21
  112.         TabOrder = 6
  113.         Text = '21'
  114.       end
  115.       object Edit3: TEdit
  116.         Left = 192
  117.         Top = 28
  118.         Width = 61
  119.         Height = 21
  120.         PasswordChar = '*'
  121.         TabOrder = 2
  122.       end
  123.       object Edit4: TEdit
  124.         Left = 60
  125.         Top = 28
  126.         Width = 69
  127.         Height = 21
  128.         TabOrder = 1
  129.       end
  130.       object Edit2: TEdit
  131.         Left = 8
  132.         Top = 100
  133.         Width = 241
  134.         Height = 21
  135.         TabOrder = 3
  136.       end
  137.       object CheckBox3: TCheckBox
  138.         Left = 8
  139.         Top = 136
  140.         Width = 209
  141.         Height = 13
  142.         Caption = 'Passive (for Firewall or Proxy Server)'
  143.         TabOrder = 4
  144.       end
  145.       object Edit11: TEdit
  146.         Left = 48
  147.         Top = 164
  148.         Width = 29
  149.         Height = 21
  150.         TabOrder = 5
  151.         Text = '240'
  152.       end
  153.     end
  154.     object emailTabSheet: TTabSheet
  155.       Caption = 'FTP-Address'
  156.       ImageIndex = 2
  157.       object Label34: TmyRxLabel
  158.         Left = 8
  159.         Top = 8
  160.         Width = 66
  161.         Height = 13
  162.         Caption = 'SMTP-Server'
  163.         ShadowSize = 0
  164.       end
  165.       object Label35: TmyRxLabel
  166.         Left = 0
  167.         Top = 100
  168.         Width = 38
  169.         Height = 17
  170.         AutoSize = False
  171.         Caption = 'Timeout'
  172.         Layout = tlCenter
  173.         ShadowSize = 0
  174.       end
  175.       object Label36: TmyRxLabel
  176.         Left = 72
  177.         Top = 100
  178.         Width = 17
  179.         Height = 17
  180.         AutoSize = False
  181.         Caption = 'Sec'
  182.         Layout = tlCenter
  183.         ShadowSize = 0
  184.       end
  185.       object Label37: TmyRxLabel
  186.         Left = 8
  187.         Top = 32
  188.         Width = 21
  189.         Height = 13
  190.         Caption = 'From'
  191.         ShadowSize = 0
  192.       end
  193.       object Label38: TmyRxLabel
  194.         Left = 8
  195.         Top = 56
  196.         Width = 15
  197.         Height = 13
  198.         Caption = 'To'
  199.         ShadowSize = 0
  200.       end
  201.       object Label39: TmyRxLabel
  202.         Left = 4
  203.         Top = 196
  204.         Width = 50
  205.         Height = 13
  206.         Caption = 'Username'
  207.         ShadowSize = 0
  208.       end
  209.       object Label40: TmyRxLabel
  210.         Left = 140
  211.         Top = 196
  212.         Width = 45
  213.         Height = 13
  214.         Caption = 'Password'
  215.         ShadowSize = 0
  216.       end
  217.       object Label41: TmyRxLabel
  218.         Left = 4
  219.         Top = 148
  220.         Width = 64
  221.         Height = 13
  222.         Caption = 'POP3-Server'
  223.         ShadowSize = 0
  224.       end
  225.       object Label42: TmyRxLabel
  226.         Left = 160
  227.         Top = 100
  228.         Width = 35
  229.         Height = 17
  230.         AutoSize = False
  231.         Caption = 'To'
  232.         Layout = tlCenter
  233.         ShadowSize = 0
  234.       end
  235.       object Label43: TmyRxLabel
  236.         Left = 100
  237.         Top = 100
  238.         Width = 19
  239.         Height = 17
  240.         AutoSize = False
  241.         Caption = 'Port'
  242.         Layout = tlCenter
  243.         ShadowSize = 0
  244.       end
  245.       object Label44: TmyRxLabel
  246.         Left = 4
  247.         Top = 168
  248.         Width = 19
  249.         Height = 17
  250.         AutoSize = False
  251.         Caption = 'Port'
  252.         Layout = tlCenter
  253.         ShadowSize = 0
  254.       end
  255.       object SpeedButton7: TSpeedButton
  256.         Left = 4
  257.         Top = 76
  258.         Width = 53
  259.         Height = 17
  260.         AllowAllUp = True
  261.         GroupIndex = 1
  262.         Caption = 'Advanced'
  263.         OnClick = updateradiogroups
  264.       end
  265.       object Edit14: TEdit
  266.         Left = 84
  267.         Top = 4
  268.         Width = 145
  269.         Height = 21
  270.         TabOrder = 0
  271.         Text = 'Server for Outgoing Mail'
  272.       end
  273.       object Edit15: TEdit
  274.         Left = 40
  275.         Top = 100
  276.         Width = 29
  277.         Height = 21
  278.         TabOrder = 3
  279.         Text = '240'
  280.       end
  281.       object Edit16: TEdit
  282.         Left = 40
  283.         Top = 28
  284.         Width = 157
  285.         Height = 21
  286.         TabOrder = 1
  287.         Text = 'Email of Sender'
  288.       end
  289.       object Edit17: TEdit
  290.         Left = 40
  291.         Top = 52
  292.         Width = 157
  293.         Height = 21
  294.         TabOrder = 2
  295.         Text = 'Email of Receiver'
  296.       end
  297.       object CheckBox5: TCheckBox
  298.         Left = 4
  299.         Top = 128
  300.         Width = 189
  301.         Height = 13
  302.         Caption = 'Server needs POP3-Identification'
  303.         TabOrder = 6
  304.         OnClick = updateradiogroups
  305.       end
  306.       object Edit18: TEdit
  307.         Left = 192
  308.         Top = 192
  309.         Width = 61
  310.         Height = 21
  311.         PasswordChar = '*'
  312.         TabOrder = 10
  313.       end
  314.       object Edit19: TEdit
  315.         Left = 60
  316.         Top = 192
  317.         Width = 69
  318.         Height = 21
  319.         TabOrder = 9
  320.       end
  321.       object Edit20: TEdit
  322.         Left = 76
  323.         Top = 144
  324.         Width = 173
  325.         Height = 21
  326.         TabOrder = 7
  327.         Text = 'Server for Incoming Mail'
  328.       end
  329.       object Edit21: TEdit
  330.         Left = 200
  331.         Top = 100
  332.         Width = 53
  333.         Height = 21
  334.         TabOrder = 5
  335.       end
  336.       object Edit22: TEdit
  337.         Left = 124
  338.         Top = 100
  339.         Width = 29
  340.         Height = 21
  341.         TabOrder = 4
  342.         Text = 'smtp'
  343.       end
  344.       object Edit23: TEdit
  345.         Left = 28
  346.         Top = 168
  347.         Width = 33
  348.         Height = 21
  349.         TabOrder = 8
  350.         Text = 'pop3'
  351.       end
  352.     end
  353.   end
  354.   object Button1: TButton
  355.     Left = 8
  356.     Top = 256
  357.     Width = 73
  358.     Height = 21
  359.     Caption = 'Ok'
  360.     ModalResult = 1
  361.     TabOrder = 1
  362.     OnClick = Button1Click
  363.   end
  364.   object Button2: TButton
  365.     Left = 88
  366.     Top = 256
  367.     Width = 73
  368.     Height = 21
  369.     Caption = 'Cancel'
  370.     ModalResult = 2
  371.     TabOrder = 2
  372.   end
  373. end
  374.