home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / praxis / files / installspeedfan424.exe / speedfan.exe / 0 / RCDATA / TDLGGETCONFIG / TDLGGETCONFIG.txt
Text File  |  2005-05-17  |  18KB  |  445 lines

  1. object DlgGetConfig: TDlgGetConfig
  2.   Left = 602
  3.   Top = 127
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Get config'
  7.   ClientHeight = 221
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LABWebsiteURL: TPJHotLabel
  20.     Left = 3
  21.     Top = 36
  22.     Width = 374
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'http://www.almico.com/sfhandleconfig.php'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsUnderline]
  32.     CaptionIsURL = False
  33.     HighlightFont.Charset = DEFAULT_CHARSET
  34.     HighlightFont.Color = clRed
  35.     HighlightFont.Height = -11
  36.     HighlightFont.Name = 'MS Sans Serif'
  37.     HighlightFont.Style = [fsUnderline]
  38.     URL = 'http://www.almico.com/sfhandleconfig.php'
  39.   end
  40.   object Label1: TLabel
  41.     Left = 4
  42.     Top = 4
  43.     Width = 373
  44.     Height = 26
  45.     AutoSize = False
  46.     Caption = 
  47.       'Please, visit the following web page to obtain a ticket to downl' +
  48.       'oad the latest configuration for your motherboard or to upload y' +
  49.       'ours.'
  50.     WordWrap = True
  51.   end
  52.   object Label2: TLabel
  53.     Left = 136
  54.     Top = 64
  55.     Width = 30
  56.     Height = 13
  57.     Caption = 'Ticket'
  58.   end
  59.   object GBProxy: TGroupBox
  60.     Left = 4
  61.     Top = 88
  62.     Width = 373
  63.     Height = 93
  64.     Enabled = False
  65.     TabOrder = 0
  66.     object Username: TLabel
  67.       Left = 8
  68.       Top = 44
  69.       Width = 48
  70.       Height = 13
  71.       Caption = 'Username'
  72.     end
  73.     object Password: TLabel
  74.       Left = 8
  75.       Top = 68
  76.       Width = 46
  77.       Height = 13
  78.       Caption = 'Password'
  79.     end
  80.     object Proxy: TLabel
  81.       Left = 8
  82.       Top = 20
  83.       Width = 58
  84.       Height = 13
  85.       Caption = 'HTTP Proxy'
  86.     end
  87.     object Label3: TLabel
  88.       Left = 300
  89.       Top = 20
  90.       Width = 18
  91.       Height = 13
  92.       Caption = 'port'
  93.     end
  94.     object EDProxy: TEdit
  95.       Left = 72
  96.       Top = 16
  97.       Width = 221
  98.       Height = 21
  99.       TabOrder = 0
  100.     end
  101.     object EDProxyPort: TEdit
  102.       Left = 324
  103.       Top = 16
  104.       Width = 41
  105.       Height = 21
  106.       TabOrder = 1
  107.     end
  108.     object EDProxyUsername: TEdit
  109.       Left = 60
  110.       Top = 40
  111.       Width = 305
  112.       Height = 21
  113.       TabOrder = 2
  114.     end
  115.     object EDProxyPassword: TEdit
  116.       Left = 60
  117.       Top = 64
  118.       Width = 121
  119.       Height = 21
  120.       PasswordChar = '*'
  121.       TabOrder = 3
  122.     end
  123.   end
  124.   object CBUseProxy: TCheckBox
  125.     Left = 12
  126.     Top = 86
  127.     Width = 113
  128.     Height = 17
  129.     Caption = 'Use proxy'
  130.     TabOrder = 1
  131.     OnClick = CBUseProxyClick
  132.   end
  133.   object BTNCancel: TBitBtn
  134.     Left = 292
  135.     Top = 188
  136.     Width = 75
  137.     Height = 25
  138.     TabOrder = 2
  139.     Kind = bkCancel
  140.   end
  141.   object BTNOk: TBitBtn
  142.     Left = 212
  143.     Top = 188
  144.     Width = 75
  145.     Height = 25
  146.     Enabled = False
  147.     TabOrder = 3
  148.     Kind = bkOK
  149.   end
  150.   object EDTicket: TEdit
  151.     Left = 172
  152.     Top = 60
  153.     Width = 72
  154.     Height = 21
  155.     MaxLength = 10
  156.     TabOrder = 4
  157.     OnChange = EDTicketChange
  158.   end
  159.   object siLangRT1: TsiLangRT
  160.     Version = '5.3.2'
  161.     StringsTypes.Strings = (
  162.       'TIB_STRINGLIST'
  163.       'TSTRINGLIST')
  164.     NumOfLanguages = 17
  165.     LangDispatcher = Form1.LangDispatcher
  166.     LangDelim = 1
  167.     LangNames.Strings = (
  168.       'English'
  169.       'Italiano'
  170.       'Spanish'
  171.       'Galician'
  172.       'Polish'
  173.       'Czech'
  174.       'Russian'
  175.       'German'
  176.       'French'
  177.       'Brazilian'
  178.       'Slovak'
  179.       'Indonesian'
  180.       'Romanian'
  181.       'Hungarian'
  182.       'Japanese'
  183.       'Chinese'
  184.       'Danish')
  185.     Language = 'English'
  186.     StorageDelimiter = '~!@#'
  187.     ExtendedTranslations = <
  188.       item
  189.         Identifier = 'EDProxy.Left'
  190.         PropertyType = tkInteger
  191.         ValuesEx = {
  192.           3732013732013732013732013132300137320137360137320137320137320137
  193.           3201373201373201373201383001373201373201}
  194.       end
  195.       item
  196.         Identifier = 'EDProxy.Width'
  197.         PropertyType = tkInteger
  198.         ValuesEx = {
  199.           3232310132313701323035013231330131373301323231013230390132313701
  200.           3232310132303901323231013232310132323101323231013231330132323101
  201.           32323101}
  202.       end
  203.       item
  204.         Identifier = 'EDProxyPassword.Left'
  205.         PropertyType = tkInteger
  206.         ValuesEx = {
  207.           3630013630013130300139320131313201363001313132013834013932013936
  208.           0131303001373201363001363001383001363001363001}
  209.       end
  210.       item
  211.         Identifier = 'EDProxyPassword.Width'
  212.         PropertyType = tkInteger
  213.         ValuesEx = {
  214.           3132310131323101313231013132310131323101313231013132310131323101
  215.           3132310131323101313231013132310131323101313231013132310131323101
  216.           31323101}
  217.       end
  218.       item
  219.         Identifier = 'EDProxyPort.Left'
  220.         PropertyType = tkInteger
  221.         ValuesEx = {
  222.           3332340133323401333234013332340133323401333234013332340133323401
  223.           3332340133323401333234013332340133323401333234013332340133323401
  224.           33323401}
  225.       end
  226.       item
  227.         Identifier = 'EDProxyPort.Width'
  228.         PropertyType = tkInteger
  229.         ValuesEx = {
  230.           3431013431013431013431013431013431013431013431013431013431013431
  231.           01343101343101343101343101343101343101}
  232.       end
  233.       item
  234.         Identifier = 'EDProxyUsername.Left'
  235.         PropertyType = tkInteger
  236.         ValuesEx = {
  237.           3630013630013130300139320131313201363001313132013834013932013936
  238.           0131303001373201363001363001383001363001363001}
  239.       end
  240.       item
  241.         Identifier = 'EDProxyUsername.Width'
  242.         PropertyType = tkInteger
  243.         ValuesEx = {
  244.           3330350133303501323838013239320133303001333030013239320133303001
  245.           3330300132393201333030013132310133303001333030013238300133303501
  246.           33303501}
  247.       end
  248.       item
  249.         Identifier = 'EDTicket.Left'
  250.         PropertyType = tkInteger
  251.         ValuesEx = {
  252.           3137320131373601313732013137320131373201313732013137320131373201
  253.           3137320131373201313732013137320131373201313732013137320131373201
  254.           31373201}
  255.       end
  256.       item
  257.         Identifier = 'Label2.Left'
  258.         PropertyType = tkInteger
  259.         ValuesEx = {
  260.           3133360131333201313336013133360131333601313336013133360131333601
  261.           3133360131333601313336013133360131333601313336013133360131333601
  262.           31333601}
  263.       end
  264.       item
  265.         Identifier = 'Label3.Left'
  266.         PropertyType = tkInteger
  267.         ValuesEx = {
  268.           3330300132393601323834013239320133303001333030013239320132393601
  269.           3330300132383801333030013330300133303001333030013330300133303001
  270.           33303001}
  271.       end
  272.       item
  273.         Identifier = 'Label3.Width'
  274.         PropertyType = tkInteger
  275.         ValuesEx = {
  276.           3138013235013334013236013138013138013236013232013138013330013138
  277.           01313801313901313801323801313801313801}
  278.       end>
  279.     RTEditorActionsOptions = []
  280.     Left = 68
  281.     Top = 176
  282.     TranslationData = {
  283.       737443617074696F6E730D0A54446C67476574436F6E6669670147657420636F
  284.       6E666967015363617269636120636F6E6669677572617A696F6E650101010101
  285.       CAEEEDF4E8E3F3F0E0F6E8FF01010101010101010147657420636F6E66696701
  286.       48656E74206B6F6E66696775726174696F6E010D0A42544E43616E63656C0143
  287.       616E63656C01416E6E756C6C610101010101CEF2ECE5EDE00101010101010101
  288.       0101416E6E756C6CE972010D0A42544E4F6B014F4B014F4B01010101014F4B01
  289.       0101010101010101014F4B010D0A434255736550726F7879015573652070726F
  290.       7879015573612070726F787901557361722070726F787901557361722070726F
  291.       787901557A796A20736572776572612070726F787901506F759EED742070726F
  292.       787901CFF0EEEAF1E80142656E75747A652050726F7879015574696C69736572
  293.       2070726F787901557361722070726F787901506F759E699D2070726F78790147
  294.       756E616B616E2050726F7879015574696C697A65617A612070726F7879015072
  295.       6F7879206861737A6EE16C617461018376838D834C83568E67977001AE4DA5CE
  296.       2070726F787901427275672070726F7879010D0A474250726F78790101010101
  297.       0101010101010101010101010D0A4C6162656C3101506C656173652C20766973
  298.       69742074686520666F6C6C6F77696E6720776562207061676520746F206F6274
  299.       61696E2061207469636B657420746F20646F776E6C6F616420746865206C6174
  300.       65737420636F6E66696775726174696F6E20666F7220796F7572206D6F746865
  301.       72626F617264206F7220746F2075706C6F616420796F7572732E015669736974
  302.       61206C6120706167696E612077656220696E6469636174612064692073656775
  303.       69746F20706572206F7474656E65726520696C20676574746F6E652070657220
  304.       736361726963617265206C6120636F6E6669677572617A696F6E652070657220
  305.       6C6120747561206D6F74686572626F617264206F2070657220696E7669617265
  306.       206C61207475612E0101010101CFEEF1E5F2E8F2E520FDF2F3207765622DF1F2
  307.       F0E0EDE8F6F32C20F7F2EEE1FB20EFEEEBF3F7E8F2FC20EAF3EFEEED20E4EBFF
  308.       20E7E0E3F0F3E7EAE820F1E2E5E6E5E920EAEEEDF4E8E3F3F0E0F6E8E820EDE0
  309.       20F1E8F1F2E5ECEDF3FE20EFEBE0F2F320E8EBE820EFE5F0E5E4E0F7E820F1E2
  310.       EEE8F520E4E0EDEDFBF52E0101010101010101010147E52074696C2066F86C67
  311.       656E646520686A656D6D657369646520666F722061742066E52062696C6C6574
  312.       2074696C20646F776E6C6F61642061662073656E65737465206B6F6E66696775
  313.       726174696F6E2074696C20646974206D6F74686572626F61726420656C6C6572
  314.       20666F722061742075706C6F6164652064696E65206D6F74686572626F617264
  315.       20646174612E010D0A4C6162656C32015469636B657401476574746F6E650101
  316.       010101CAF3EFEEED010101010101010101B2BCC3D20142696C6C6574010D0A4C
  317.       6162656C3301706F727401706F7274610170756572746F01706F72746F01506F
  318.       727401506F72743A01CFEEF0F201506F727401706F727401706F72746101506F
  319.       72743A01706F727401706F727401706F727401837C815B836701B373B1B5B0F0
  320.       01706F7274010D0A4C41425765627369746555524C01687474703A2F2F777777
  321.       2E616C6D69636F2E636F6D2F736668616E646C65636F6E6669672E7068700101
  322.       0101010101010101010101010101687474703A2F2F7777772E616C6D69636F2E
  323.       636F6D2F736668616E646C65636F6E6669672E706870010D0A50617373776F72
  324.       640150617373776F72640150617373776F726401436F6E7472617365F1610143
  325.       6F6E74726173696E616C01486173B36F014865736C6F3A01CFE0F0EEEBFC0150
  326.       617373776F7274014D6F742064652070617373650153656E6861014865736C6F
  327.       3A014B6174612053616E6469015061726F6C61014A656C737AF3018370835883
  328.       8F815B836801B14BBD58014B6F64656F7264010D0A50726F7879014854545020
  329.       50726F78790150726F787920485454500150726F787920485454500150726F78
  330.       79204854545001416472657320736572776572612070726F78790150726F7879
  331.       204854545001487474702DEFF0EEEAF1E801485454502050726F78790150726F
  332.       787920485454500150726F787920485454500150726F78792048545450015072
  333.       6F7879204854545001485454502050726F787901485454502050726F78790148
  334.       5454508376838D834C835601485454502050726F787901485454502050726F78
  335.       79010D0A557365726E616D6501557365726E616D6501557365726E616D65014E
  336.       6F6D627265206465207573756172696F014E6F6D6520646F207573756172696F
  337.       014E617A77612075BF79746B6F776E696B6101559E2E206A6DE96E6F3A01C8EC
  338.       FF20EFEEEBFCE7EEE2E0F2E5EBFF0142656E75747A65726E616D65014E6F6D20
  339.       64277574696C69736174657572014E6F6D6520646520557375E172696F01559E
  340.       ED76617465BE736BE9206D656E6F3A014E616D61205573657201557365726E61
  341.       6D650146656C6861737A6EE16CF36EE976018386815B8355815B836C815B8380
  342.       01A5CEA4E1A657BAD9014272756765726E61766E010D0A737448696E74730D0A
  343.       54446C67476574436F6E66696701010101010101010101010101010101010D0A
  344.       42544E43616E63656C01010101010101010101010101010101010D0A42544E4F
  345.       6B01010101010101010101010101010101010D0A434255736550726F78790101
  346.       0101010101010101010101010101010D0A454450726F78790101010101010101
  347.       0101010101010101010D0A454450726F787950617373776F7264010101010101
  348.       01010101010101010101010D0A454450726F7879506F72740101010101010101
  349.       0101010101010101010D0A454450726F7879557365726E616D65010101010101
  350.       01010101010101010101010D0A45445469636B65740101010101010101010101
  351.       0101010101010D0A474250726F78790101010101010101010101010101010101
  352.       0D0A4C6162656C3101010101010101010101010101010101010D0A4C6162656C
  353.       3201010101010101010101010101010101010D0A4C6162656C33010101010101
  354.       01010101010101010101010D0A4C41425765627369746555524C010101010101
  355.       01010101010101010101010D0A50617373776F72640101010101010101010101
  356.       0101010101010D0A50726F787901010101010101010101010101010101010D0A
  357.       557365726E616D6501010101010101010101010101010101010D0A7374446973
  358.       706C61794C6162656C730D0A7374466F6E74730D0A54446C67476574436F6E66
  359.       6967014D532053616E73205365726966014D532053616E73205365726966014D
  360.       532053616E73205365726966014D532053616E73205365726966014D53205361
  361.       6E73205365726966014D532053616E73205365726966014D532053616E732053
  362.       65726966014D532053616E73205365726966014D532053616E73205365726966
  363.       014D532053616E73205365726966014D532053616E73205365726966014D5320
  364.       53616E73205365726966014D532053616E73205365726966014D532053616E73
  365.       20536572696601826C827220826F835383568362834E014D532053616E732053
  366.       65726966010D0A4C41425765627369746555524C014D532053616E7320536572
  367.       6966010101010101010101010101010101010D0A73744D756C74694C696E6573
  368.       0D0A7374446C677343617074696F6E730D0A7374537472696E67730D0A73744F
  369.       74686572537472696E67730D0A42544E43616E63656C2E48656C704B6579776F
  370.       726401010101010101010101010101010101010D0A42544E4F6B2E48656C704B
  371.       6579776F726401010101010101010101010101010101010D0A43425573655072
  372.       6F78792E48656C704B6579776F72640101010101010101010101010101010101
  373.       0D0A454450726F78792E48656C704B6579776F72640101010101010101010101
  374.       0101010101010D0A454450726F78792E496D654E616D65010101010101010101
  375.       01010101010101010D0A454450726F78792E5465787401010101010101010101
  376.       010101010101010D0A454450726F787950617373776F72642E48656C704B6579
  377.       776F726401010101010101010101010101010101010D0A454450726F78795061
  378.       7373776F72642E496D654E616D6501010101010101010101010101010101010D
  379.       0A454450726F787950617373776F72642E546578740101010101010101010101
  380.       0101010101010D0A454450726F7879506F72742E48656C704B6579776F726401
  381.       010101010101010101010101010101010D0A454450726F7879506F72742E496D
  382.       654E616D6501010101010101010101010101010101010D0A454450726F787950
  383.       6F72742E5465787401010101010101010101010101010101010D0A454450726F
  384.       7879557365726E616D652E48656C704B6579776F726401010101010101010101
  385.       010101010101010D0A454450726F7879557365726E616D652E496D654E616D65
  386.       01010101010101010101010101010101010D0A454450726F7879557365726E61
  387.       6D652E5465787401010101010101010101010101010101010D0A45445469636B
  388.       65742E48656C704B6579776F726401010101010101010101010101010101010D
  389.       0A45445469636B65742E496D654E616D65010101010101010101010101010101
  390.       01010D0A45445469636B65742E54657874010101010101010101010101010101
  391.       01010D0A466F726D53746F72616765312E496E6946696C654E616D65015C736F
  392.       6674776172655C537065656446616E010101010101010101010101010101010D
  393.       0A466F726D53746F72616765312E496E6953656374696F6E0101010101010101
  394.       0101010101010101010D0A474250726F78792E48656C704B6579776F72640101
  395.       0101010101010101010101010101010D0A4C6162656C312E48656C704B657977
  396.       6F726401010101010101010101010101010101010D0A4C6162656C322E48656C
  397.       704B6579776F726401010101010101010101010101010101010D0A4C6162656C
  398.       332E48656C704B6579776F726401010101010101010101010101010101010D0A
  399.       4C41425765627369746555524C2E48656C704B6579776F726401010101010101
  400.       010101010101010101010D0A4C41425765627369746555524C2E55524C016874
  401.       74703A2F2F7777772E616C6D69636F2E636F6D2F736668616E646C65636F6E66
  402.       69672E706870010101010101010101010101010101010D0A50617373776F7264
  403.       2E48656C704B6579776F726401010101010101010101010101010101010D0A50
  404.       726F78792E48656C704B6579776F726401010101010101010101010101010101
  405.       010D0A54446C67476574436F6E6669672E48656C7046696C6501010101010101
  406.       010101010101010101010D0A54446C67476574436F6E6669672E48656C704B65
  407.       79776F726401010101010101010101010101010101010D0A557365726E616D65
  408.       2E48656C704B6579776F726401010101010101010101010101010101010D0A73
  409.       744C6F63616C65730D0A7374436F6C6C656374696F6E730D0A73744368617253
  410.       6574730D0A54446C67476574436F6E6669670144454641554C545F4348415253
  411.       45540144454641554C545F434841525345540144454641554C545F4348415253
  412.       45540144454641554C545F4348415253455401454153544555524F50455F4348
  413.       415253455401454153544555524F50455F43484152534554015255535349414E
  414.       5F434841525345540144454641554C545F434841525345540144454641554C54
  415.       5F434841525345540144454641554C545F434841525345540145415354455552
  416.       4F50455F434841525345540144454641554C545F434841525345540145415354
  417.       4555524F50455F4348415253455401454153544555524F50455F434841525345
  418.       540153484946544A49535F43484152534554014348494E455345424947355F43
  419.       48415253455401414E53495F43484152534554010D0A4C414257656273697465
  420.       55524C0144454641554C545F434841525345540144454641554C545F43484152
  421.       5345540144454641554C545F434841525345540144454641554C545F43484152
  422.       53455401454153544555524F50455F4348415253455401454153544555524F50
  423.       455F43484152534554015255535349414E5F434841525345540144454641554C
  424.       545F434841525345540144454641554C545F434841525345540144454641554C
  425.       545F4348415253455401454153544555524F50455F4348415253455401444546
  426.       41554C545F4348415253455401454153544555524F50455F4348415253455401
  427.       454153544555524F50455F434841525345540153484946544A49535F43484152
  428.       534554014348494E455345424947355F4348415253455401414E53495F434841
  429.       52534554010D0A}
  430.   end
  431.   object FormStorage1: TFormStorage
  432.     IniFileName = '\software\SpeedFan'
  433.     UseRegistry = True
  434.     StoredProps.Strings = (
  435.       'CBUseProxy.Checked'
  436.       'EDProxy.Text'
  437.       'EDProxyPassword.Text'
  438.       'EDProxyPort.Text'
  439.       'EDProxyUsername.Text')
  440.     StoredValues = <>
  441.     Left = 140
  442.     Top = 176
  443.   end
  444. end
  445.