home *** CD-ROM | disk | FTP | other *** search
/ PalmOS Software Digest / PalmDigest.iso / 中文 / cjkos427 / Install.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2002-09-06  |  29KB  |  1,109 lines

  1. object MainForm: TMainForm
  2.   Left = 5
  3.   Top = 1
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install CJKOS to your Handheld Computer'
  7.   ClientHeight = 462
  8.   ClientWidth = 620
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 0
  23.     Width = 158
  24.     Height = 29
  25.     Caption = 'CJKOS Install'
  26.     Color = clBtnFace
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -24
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object Image1: TImage
  36.     Left = 8
  37.     Top = 432
  38.     Width = 32
  39.     Height = 35
  40.     AutoSize = True
  41.     Picture.Data = {<image000.bmp>}
  42.     Transparent = True
  43.   end
  44.   object MemoryLabel: TLabel
  45.     Left = 8
  46.     Top = 32
  47.     Width = 86
  48.     Height = 15
  49.     Caption = 'Require Memory:'
  50.   end
  51.   object LanguageLabel: TLabel
  52.     Left = 248
  53.     Top = 8
  54.     Width = 92
  55.     Height = 15
  56.     Caption = 'Interface Language:'
  57.   end
  58.   object PalmUserLabel: TLabel
  59.     Left = 248
  60.     Top = 32
  61.     Width = 84
  62.     Height = 15
  63.     Caption = 'Palm User Name:'
  64.   end
  65.   object PalmUserComboBox: TComboBox
  66.     Left = 344
  67.     Top = 32
  68.     Width = 193
  69.     Height = 23
  70.     Style = csDropDownList
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -12
  74.     Font.Name = 'Times New Roman'
  75.     Font.Style = []
  76.     ItemHeight = 15
  77.     ParentFont = False
  78.     TabOrder = 1
  79.   end
  80.   object InstallPageControl: TPageControl
  81.     Left = 8
  82.     Top = 56
  83.     Width = 609
  84.     Height = 369
  85.     ActivePage = MainPage
  86.     MultiLine = True
  87.     TabOrder = 2
  88.     object MainPage: TTabSheet
  89.       Caption = 'Main Program'
  90.       object CJKOSGroupBox: TGroupBox
  91.         Left = 8
  92.         Top = 8
  93.         Width = 489
  94.         Height = 73
  95.         Caption = 'CJKOS'
  96.         TabOrder = 0
  97.         object CJKOSCheckBox: TCheckBox
  98.           Left = 8
  99.           Top = 16
  100.           Width = 281
  101.           Height = 17
  102.           Caption = 'CJKOS Main Program (CJKOS.PRC)'
  103.           TabOrder = 0
  104.           OnClick = SetMemoryStaticText
  105.         end
  106.         object CJKOSManagerCheckBox: TCheckBox
  107.           Left = 8
  108.           Top = 32
  109.           Width = 273
  110.           Height = 17
  111.           Caption = 'CJKOS Manager Program (cManager.PRC)'
  112.           TabOrder = 1
  113.           OnClick = SetMemoryStaticText
  114.         end
  115.         object GBxBIG5CheckBox: TCheckBox
  116.           Left = 8
  117.           Top = 48
  118.           Width = 289
  119.           Height = 17
  120.           Caption = 'GB-2312 <=> BIG-5 Convert Table'
  121.           TabOrder = 2
  122.           OnClick = SetMemoryStaticText
  123.         end
  124.       end
  125.       object CNSMSCheckBox: TCheckBox
  126.         Left = 16
  127.         Top = 96
  128.         Width = 369
  129.         Height = 17
  130.         Caption = 'Install Chinese SMS for Treo.'
  131.         TabOrder = 1
  132.         OnClick = SetMemoryStaticText
  133.       end
  134.       object CNSMSMemo: TMemo
  135.         Left = 16
  136.         Top = 128
  137.         Width = 449
  138.         Height = 129
  139.         BorderStyle = bsNone
  140.         Color = clBtnFace
  141.         TabOrder = 2
  142.         Visible = False
  143.       end
  144.     end
  145.     object FontPage: TTabSheet
  146.       Caption = 'Font'
  147.       object FontNoteLabel1: TLabel
  148.         Left = 216
  149.         Top = 176
  150.         Width = 249
  151.         Height = 15
  152.         Caption = '16X16 HiRes Fonts for HandEra, Sony N700/710C'
  153.         Color = clBtnFace
  154.         ParentColor = False
  155.       end
  156.       object FontNoteLabel2: TLabel
  157.         Left = 216
  158.         Top = 192
  159.         Width = 201
  160.         Height = 15
  161.         Caption = '24X24 HiRes Fonts for Sony N700/710C'
  162.       end
  163.       object Label3: TLabel
  164.         Left = 184
  165.         Top = 168
  166.         Width = 27
  167.         Height = 15
  168.         Caption = 'Note:'
  169.         Font.Charset = ANSI_CHARSET
  170.         Font.Color = clMaroon
  171.         Font.Height = -12
  172.         Font.Name = 'Times New Roman'
  173.         Font.Style = []
  174.         ParentFont = False
  175.       end
  176.       object FGBGroupBox: TGroupBox
  177.         Left = 8
  178.         Top = 8
  179.         Width = 169
  180.         Height = 89
  181.         Caption = 'Simplified Chinese'
  182.         TabOrder = 0
  183.         object FGB12FCheckBox: TCheckBox
  184.           Left = 8
  185.           Top = 32
  186.           Width = 145
  187.           Height = 17
  188.           Caption = 'Large Font (12X12)'
  189.           TabOrder = 1
  190.           OnClick = SetMemoryStaticText
  191.         end
  192.         object FGB10FCheckBox: TCheckBox
  193.           Left = 8
  194.           Top = 16
  195.           Width = 145
  196.           Height = 17
  197.           Caption = 'Small Font (10X10)'
  198.           TabOrder = 0
  199.           OnClick = SetMemoryStaticText
  200.         end
  201.         object FGB16FCheckBox: TCheckBox
  202.           Left = 8
  203.           Top = 48
  204.           Width = 145
  205.           Height = 17
  206.           Caption = 'HiRes Font (16X16)'
  207.           TabOrder = 2
  208.           OnClick = SetMemoryStaticText
  209.         end
  210.         object FGB24FCheckBox: TCheckBox
  211.           Left = 8
  212.           Top = 64
  213.           Width = 145
  214.           Height = 17
  215.           Caption = 'HiRes Font (24X24)'
  216.           TabOrder = 3
  217.           OnClick = SetMemoryStaticText
  218.         end
  219.       end
  220.       object FB5GroupBox: TGroupBox
  221.         Left = 184
  222.         Top = 8
  223.         Width = 313
  224.         Height = 89
  225.         Caption = 'Traditional Chinese'
  226.         TabOrder = 1
  227.         object FB512FCheckBox: TCheckBox
  228.           Left = 8
  229.           Top = 32
  230.           Width = 129
  231.           Height = 17
  232.           Caption = 'Large Font (12X12)'
  233.           TabOrder = 1
  234.           OnClick = SetMemoryStaticText
  235.         end
  236.         object FB510FCheckBox: TCheckBox
  237.           Left = 8
  238.           Top = 16
  239.           Width = 129
  240.           Height = 17
  241.           Caption = 'Small Font (10X10)'
  242.           TabOrder = 0
  243.           OnClick = SetMemoryStaticText
  244.         end
  245.         object FHK12FCheckBox: TCheckBox
  246.           Left = 136
  247.           Top = 32
  248.           Width = 169
  249.           Height = 17
  250.           Caption = 'Large HKSCS Font(12X12)'
  251.           TabOrder = 5
  252.           OnClick = SetMemoryStaticText
  253.         end
  254.         object FHK10FCheckBox: TCheckBox
  255.           Left = 136
  256.           Top = 16
  257.           Width = 169
  258.           Height = 17
  259.           Caption = 'Small HKSCS Font(10X10)'
  260.           TabOrder = 4
  261.           OnClick = SetMemoryStaticText
  262.         end
  263.         object FB516FCheckBox: TCheckBox
  264.           Left = 8
  265.           Top = 48
  266.           Width = 129
  267.           Height = 17
  268.           Caption = 'HiRes Font (16X16)'
  269.           TabOrder = 2
  270.           OnClick = SetMemoryStaticText
  271.         end
  272.         object FB524FCheckBox: TCheckBox
  273.           Left = 8
  274.           Top = 64
  275.           Width = 129
  276.           Height = 17
  277.           Caption = 'HiRes Font (24X24)'
  278.           TabOrder = 3
  279.           OnClick = SetMemoryStaticText
  280.         end
  281.         object FHK16FCheckBox: TCheckBox
  282.           Left = 136
  283.           Top = 48
  284.           Width = 169
  285.           Height = 17
  286.           Caption = 'HiRes HKSCS Font (16X16)'
  287.           TabOrder = 6
  288.           OnClick = SetMemoryStaticText
  289.         end
  290.         object FHK24FCheckBox: TCheckBox
  291.           Left = 136
  292.           Top = 64
  293.           Width = 169
  294.           Height = 17
  295.           Caption = 'HiRes HKSCS Font (24X24)'
  296.           TabOrder = 7
  297.           OnClick = SetMemoryStaticText
  298.         end
  299.       end
  300.       object FJPGroupBox: TGroupBox
  301.         Left = 8
  302.         Top = 104
  303.         Width = 169
  304.         Height = 57
  305.         Caption = 'Japanese Shift-JIS and EUC-JIS'
  306.         TabOrder = 2
  307.         object FJIS12FCheckBox: TCheckBox
  308.           Left = 8
  309.           Top = 32
  310.           Width = 137
  311.           Height = 17
  312.           Caption = 'Large Font (12X12)'
  313.           TabOrder = 1
  314.           OnClick = SetMemoryStaticText
  315.         end
  316.         object FJIS10FCheckBox: TCheckBox
  317.           Left = 8
  318.           Top = 16
  319.           Width = 145
  320.           Height = 17
  321.           Caption = 'Small Font (10X10)'
  322.           TabOrder = 0
  323.           OnClick = SetMemoryStaticText
  324.         end
  325.       end
  326.       object FKRGroupBox: TGroupBox
  327.         Left = 184
  328.         Top = 104
  329.         Width = 313
  330.         Height = 57
  331.         Caption = 'Korean KSC'
  332.         TabOrder = 3
  333.         object FKSC12FCheckBox: TCheckBox
  334.           Left = 8
  335.           Top = 16
  336.           Width = 177
  337.           Height = 17
  338.           Caption = 'Large Font (12X12)'
  339.           TabOrder = 0
  340.           OnClick = SetMemoryStaticText
  341.         end
  342.       end
  343.       object FIW10CheckBox: TCheckBox
  344.         Left = 16
  345.         Top = 176
  346.         Width = 169
  347.         Height = 17
  348.         Caption = 'Icon Word Font (10X10)'
  349.         TabOrder = 4
  350.         OnClick = SetMemoryStaticText
  351.       end
  352.     end
  353.     object IMEPage: TTabSheet
  354.       Caption = 'Input Method'
  355.       object IMEGBGroupBox: TGroupBox
  356.         Left = 8
  357.         Top = 8
  358.         Width = 217
  359.         Height = 105
  360.         Caption = 'Simplified Chinese'
  361.         TabOrder = 0
  362.         object IMGBQPFCheckBox: TCheckBox
  363.           Left = 8
  364.           Top = 16
  365.           Width = 73
  366.           Height = 17
  367.           Caption = 'PinYin'
  368.           TabOrder = 0
  369.           OnClick = SetMemoryStaticText
  370.         end
  371.         object IMGBSPFCheckBox: TCheckBox
  372.           Left = 112
  373.           Top = 16
  374.           Width = 73
  375.           Height = 17
  376.           Caption = 'ShuangPin'
  377.           TabOrder = 1
  378.           OnClick = SetMemoryStaticText
  379.         end
  380.         object IMGBWBFCheckBox: TCheckBox
  381.           Left = 8
  382.           Top = 32
  383.           Width = 65
  384.           Height = 17
  385.           Caption = 'WBZX'
  386.           TabOrder = 2
  387.           OnClick = SetMemoryStaticText
  388.         end
  389.         object IMGBZYFCheckBox: TCheckBox
  390.           Left = 8
  391.           Top = 48
  392.           Width = 65
  393.           Height = 17
  394.           Caption = 'ZhuYin'
  395.           TabOrder = 4
  396.           OnClick = SetMemoryStaticText
  397.         end
  398.         object IMGBCTFCheckBox: TCheckBox
  399.           Left = 112
  400.           Top = 32
  401.           Width = 73
  402.           Height = 17
  403.           Caption = 'Cantonese'
  404.           TabOrder = 3
  405.           OnClick = SetMemoryStaticText
  406.         end
  407.         object IMGBJPCheckBox: TCheckBox
  408.           Left = 8
  409.           Top = 64
  410.           Width = 161
  411.           Height = 17
  412.           Caption = 'Japanese Hiragana,Katakana'
  413.           TabOrder = 6
  414.           OnClick = SetMemoryStaticText
  415.         end
  416.         object IMGBSYMCheckBox: TCheckBox
  417.           Left = 8
  418.           Top = 80
  419.           Width = 161
  420.           Height = 17
  421.           Caption = 'Punctuation and Symbol'
  422.           TabOrder = 7
  423.           OnClick = SetMemoryStaticText
  424.         end
  425.         object IMGBICONCheckBox: TCheckBox
  426.           Left = 112
  427.           Top = 48
  428.           Width = 73
  429.           Height = 17
  430.           Caption = 'Icon Word'
  431.           TabOrder = 5
  432.           OnClick = SetMemoryStaticText
  433.         end
  434.       end
  435.       object IMEB5GroupBox: TGroupBox
  436.         Left = 232
  437.         Top = 8
  438.         Width = 265
  439.         Height = 137
  440.         Caption = 'Traditional Chinese'
  441.         TabOrder = 1
  442.         object IMB5ZYFCheckBox: TCheckBox
  443.           Left = 8
  444.           Top = 16
  445.           Width = 57
  446.           Height = 17
  447.           Caption = 'ZhuYin'
  448.           TabOrder = 0
  449.           OnClick = SetMemoryStaticText
  450.         end
  451.         object IMB5CJFCheckBox: TCheckBox
  452.           Left = 8
  453.           Top = 48
  454.           Width = 65
  455.           Height = 17
  456.           Caption = 'CangJie'
  457.           TabOrder = 6
  458.           OnClick = SetMemoryStaticText
  459.         end
  460.         object IMB5CTFCheckBox: TCheckBox
  461.           Left = 184
  462.           Top = 16
  463.           Width = 73
  464.           Height = 17
  465.           Caption = 'Cantonese'
  466.           TabOrder = 2
  467.           OnClick = SetMemoryStaticText
  468.         end
  469.         object IMB5PYFCheckBox: TCheckBox
  470.           Left = 8
  471.           Top = 64
  472.           Width = 89
  473.           Height = 17
  474.           Caption = 'PinYin'
  475.           TabOrder = 8
  476.           OnClick = SetMemoryStaticText
  477.         end
  478.         object IMB5JPCheckBox: TCheckBox
  479.           Left = 8
  480.           Top = 96
  481.           Width = 185
  482.           Height = 17
  483.           Caption = 'Japanese Hiragana,Katakana'
  484.           TabOrder = 12
  485.           OnClick = SetMemoryStaticText
  486.         end
  487.         object IMB5SYMCheckBox: TCheckBox
  488.           Left = 8
  489.           Top = 112
  490.           Width = 145
  491.           Height = 17
  492.           Caption = 'Punctuation and Symbol'
  493.           TabOrder = 13
  494.           OnClick = SetMemoryStaticText
  495.         end
  496.         object IMB5ArrayFCheckBox: TCheckBox
  497.           Left = 104
  498.           Top = 32
  499.           Width = 65
  500.           Height = 17
  501.           Caption = 'Array'
  502.           TabOrder = 4
  503.           OnClick = SetMemoryStaticText
  504.         end
  505.         object IMB5DYFCheckBox: TCheckBox
  506.           Left = 8
  507.           Top = 32
  508.           Width = 49
  509.           Height = 17
  510.           Caption = 'DaYi'
  511.           TabOrder = 3
  512.           OnClick = SetMemoryStaticText
  513.         end
  514.         object IMB5ZY2FCheckBox: TCheckBox
  515.           Left = 8
  516.           Top = 80
  517.           Width = 89
  518.           Height = 17
  519.           Caption = 'ZhuYin 2'
  520.           TabOrder = 10
  521.           OnClick = SetMemoryStaticText
  522.         end
  523.         object IMB5WGFCheckBox: TCheckBox
  524.           Left = 104
  525.           Top = 80
  526.           Width = 89
  527.           Height = 17
  528.           Caption = 'WG PinYin'
  529.           TabOrder = 11
  530.           OnClick = SetMemoryStaticText
  531.         end
  532.         object IMB5XUFCheckBox: TCheckBox
  533.           Left = 104
  534.           Top = 16
  535.           Width = 65
  536.           Height = 17
  537.           Caption = 'Xu'
  538.           TabOrder = 1
  539.           OnClick = SetMemoryStaticText
  540.         end
  541.         object IMB5TYPYFCheckBox: TCheckBox
  542.           Left = 104
  543.           Top = 64
  544.           Width = 105
  545.           Height = 17
  546.           Caption = 'TongYongPinYin'
  547.           TabOrder = 9
  548.           OnClick = SetMemoryStaticText
  549.         end
  550.         object IMB5ICONCheckBox: TCheckBox
  551.           Left = 184
  552.           Top = 32
  553.           Width = 73
  554.           Height = 17
  555.           Caption = 'Icon Word'
  556.           TabOrder = 5
  557.           OnClick = SetMemoryStaticText
  558.         end
  559.         object IMB5HKCJFCheckBox: TCheckBox
  560.           Left = 104
  561.           Top = 48
  562.           Width = 137
  563.           Height = 17
  564.           Caption = 'CangJie (with HKCS)'
  565.           TabOrder = 7
  566.           OnClick = SetMemoryStaticText
  567.         end
  568.       end
  569.       object IMEJPGroupBox: TGroupBox
  570.         Left = 8
  571.         Top = 120
  572.         Width = 217
  573.         Height = 89
  574.         Caption = 'Japanese Shift-JIS and EUC-JIS'
  575.         TabOrder = 2
  576.         object IMSJKACheckBox: TCheckBox
  577.           Left = 8
  578.           Top = 16
  579.           Width = 161
  580.           Height = 17
  581.           Caption = 'Shift-JIS Hiragana,Katakana'
  582.           TabOrder = 0
  583.           OnClick = SetMemoryStaticText
  584.         end
  585.         object IMEJKACheckBox: TCheckBox
  586.           Left = 8
  587.           Top = 48
  588.           Width = 161
  589.           Height = 17
  590.           Caption = 'EUC-JIS Hiragana,Katakana'
  591.           TabOrder = 2
  592.           OnClick = SetMemoryStaticText
  593.         end
  594.         object IMSJICONCheckBox: TCheckBox
  595.           Left = 8
  596.           Top = 32
  597.           Width = 161
  598.           Height = 17
  599.           Caption = 'Shift-JIS Icon Word'
  600.           TabOrder = 1
  601.           OnClick = SetMemoryStaticText
  602.         end
  603.         object IMEJICONCheckBox: TCheckBox
  604.           Left = 8
  605.           Top = 64
  606.           Width = 161
  607.           Height = 17
  608.           Caption = 'EUC-JIS Icon Word'
  609.           TabOrder = 3
  610.           OnClick = SetMemoryStaticText
  611.         end
  612.       end
  613.       object IMEKRGroupBox: TGroupBox
  614.         Left = 232
  615.         Top = 152
  616.         Width = 265
  617.         Height = 57
  618.         Caption = 'Korean KSC'
  619.         TabOrder = 3
  620.         object IMKSCUCheckBox: TCheckBox
  621.           Left = 8
  622.           Top = 16
  623.           Width = 89
  624.           Height = 17
  625.           Caption = 'Korean Word'
  626.           TabOrder = 0
  627.           OnClick = SetMemoryStaticText
  628.         end
  629.         object IMKSCJPCheckBox: TCheckBox
  630.           Left = 8
  631.           Top = 32
  632.           Width = 185
  633.           Height = 17
  634.           Caption = 'Japanese Hiragana,Katakana'
  635.           TabOrder = 2
  636.           OnClick = SetMemoryStaticText
  637.         end
  638.         object IMKSCICONCheckBox: TCheckBox
  639.           Left = 104
  640.           Top = 16
  641.           Width = 89
  642.           Height = 17
  643.           Caption = 'Icon Word'
  644.           TabOrder = 1
  645.           OnClick = SetMemoryStaticText
  646.         end
  647.       end
  648.     end
  649.     object PhrasePage: TTabSheet
  650.       Caption = 'Phrase'
  651.       object PhraseGroupBox: TGroupBox
  652.         Left = 8
  653.         Top = 8
  654.         Width = 489
  655.         Height = 73
  656.         Caption = 'Phrase'
  657.         TabOrder = 0
  658.         object PhrGBCheckBox: TCheckBox
  659.           Left = 8
  660.           Top = 16
  661.           Width = 161
  662.           Height = 17
  663.           Caption = 'Simplified Chinese'
  664.           TabOrder = 0
  665.           OnClick = SetMemoryStaticText
  666.         end
  667.         object PhrB5CheckBox: TCheckBox
  668.           Left = 8
  669.           Top = 32
  670.           Width = 153
  671.           Height = 17
  672.           Caption = 'Traditional Chinese'
  673.           TabOrder = 1
  674.           OnClick = SetMemoryStaticText
  675.         end
  676.         object PhrKSCCheckBox: TCheckBox
  677.           Left = 8
  678.           Top = 48
  679.           Width = 145
  680.           Height = 17
  681.           Caption = 'Korean KSC'
  682.           TabOrder = 2
  683.           OnClick = SetMemoryStaticText
  684.         end
  685.       end
  686.     end
  687.     object LocalizerPage: TTabSheet
  688.       Caption = 'Localizer'
  689.       object LocOSGroupBox: TGroupBox
  690.         Left = 8
  691.         Top = 56
  692.         Width = 585
  693.         Height = 281
  694.         Caption = 'Compatible Palm OS and Compatible Devices'
  695.         TabOrder = 0
  696.         object LocOS20RadioButton: TRadioButton
  697.           Left = 8
  698.           Top = 16
  699.           Width = 185
  700.           Height = 17
  701.           Caption = 'OS2.0 (PalmPilot...)'
  702.           TabOrder = 0
  703.           OnClick = SetMemoryStaticText
  704.         end
  705.         object LocOS30RadioButton: TRadioButton
  706.           Left = 8
  707.           Top = 32
  708.           Width = 185
  709.           Height = 17
  710.           Caption = 'OS3.0 (PalmIII...)'
  711.           TabOrder = 1
  712.           OnClick = SetMemoryStaticText
  713.         end
  714.         object LocOS31RadioButton: TRadioButton
  715.           Left = 8
  716.           Top = 48
  717.           Width = 185
  718.           Height = 17
  719.           Caption = 'OS3.1 (PalmV,Vx,IIIx,IIIe...)'
  720.           TabOrder = 2
  721.           OnClick = SetMemoryStaticText
  722.         end
  723.         object LocOS35RadioButton: TRadioButton
  724.           Left = 8
  725.           Top = 208
  726.           Width = 281
  727.           Height = 17
  728.           Caption = 'OS3.5, 3.5.1, 3.5.2 (WorkPad c3, Palm IIIc/IIIxe/Vx...)'
  729.           TabOrder = 6
  730.           OnClick = SetMemoryStaticText
  731.         end
  732.         object LocOS33RadioButton: TRadioButton
  733.           Left = 8
  734.           Top = 80
  735.           Width = 185
  736.           Height = 17
  737.           Caption = 'OS3.3 (PalmV,Vx,IIIx,III...)'
  738.           TabOrder = 3
  739.           OnClick = SetMemoryStaticText
  740.         end
  741.         object LocOS33TRGProRadioButton: TRadioButton
  742.           Left = 8
  743.           Top = 96
  744.           Width = 185
  745.           Height = 17
  746.           Caption = 'OS3.3 (TRGpro)'
  747.           TabOrder = 5
  748.           OnClick = SetMemoryStaticText
  749.         end
  750.         object LocOS31VisorRadioButton: TRadioButton
  751.           Left = 8
  752.           Top = 64
  753.           Width = 185
  754.           Height = 17
  755.           Caption = 'OS3.1 (Visor,Visor Deluxe...)'
  756.           TabOrder = 4
  757.           OnClick = SetMemoryStaticText
  758.         end
  759.         object LocOS351TRGProRadioButton: TRadioButton
  760.           Left = 8
  761.           Top = 112
  762.           Width = 185
  763.           Height = 17
  764.           Caption = 'OS3.5.1 (TRGpro)'
  765.           TabOrder = 7
  766.           OnClick = SetMemoryStaticText
  767.         end
  768.         object LocOS351M100RadioButton: TRadioButton
  769.           Left = 8
  770.           Top = 128
  771.           Width = 185
  772.           Height = 17
  773.           Caption = 'OS3.5.1 (m100)'
  774.           TabOrder = 8
  775.           OnClick = SetMemoryStaticText
  776.         end
  777.         object LocOS351PEGS300_500C_RadioButton: TRadioButton
  778.           Left = 8
  779.           Top = 144
  780.           Width = 185
  781.           Height = 17
  782.           Caption = 'OS3.5.1 (CLIE PEG-S300/500c)'
  783.           TabOrder = 9
  784.           OnClick = SetMemoryStaticText
  785.         end
  786.         object LocOS352HVisorRadioButton: TRadioButton
  787.           Left = 8
  788.           Top = 224
  789.           Width = 281
  790.           Height = 17
  791.           Caption = 'OS3.5.2H (Visor Platinum/Prism...)'
  792.           TabOrder = 13
  793.           OnClick = SetMemoryStaticText
  794.         end
  795.         object LocOS352H2VisorEdgeRadioButton: TRadioButton
  796.           Left = 8
  797.           Top = 256
  798.           Width = 281
  799.           Height = 17
  800.           Caption = 'OS3.5.2H2(3) (Visor Edge/Neo/Pro...)'
  801.           TabOrder = 15
  802.           OnClick = SetMemoryStaticText
  803.         end
  804.         object LocOS352HandEra330RadioButton: TRadioButton
  805.           Left = 8
  806.           Top = 160
  807.           Width = 185
  808.           Height = 17
  809.           Caption = 'OS3.5.2 (HandEra 330...)'
  810.           TabOrder = 10
  811.           OnClick = SetMemoryStaticText
  812.         end
  813.         object LocOS352PEGN700CRadioButton: TRadioButton
  814.           Left = 8
  815.           Top = 176
  816.           Width = 185
  817.           Height = 17
  818.           Caption = 'OS3.5.2 (Sony CLIE N700C...)'
  819.           TabOrder = 11
  820.           OnClick = SetMemoryStaticText
  821.         end
  822.         object LocOS352PEGN710CRadioButton: TRadioButton
  823.           Left = 8
  824.           Top = 192
  825.           Width = 185
  826.           Height = 17
  827.           Caption = 'OS3.5.2 (Sony CLIE N710C...)'
  828.           TabOrder = 12
  829.           OnClick = SetMemoryStaticText
  830.         end
  831.         object LocOS40RadioButton: TRadioButton
  832.           Left = 296
  833.           Top = 96
  834.           Width = 281
  835.           Height = 17
  836.           Caption = 'OS4.0 (WorkPad c5, Palm m500/505...)'
  837.           TabOrder = 17
  838.           OnClick = SetMemoryStaticText
  839.         end
  840.         object LocOS40PEGN600CRadioButton: TRadioButton
  841.           Left = 296
  842.           Top = 144
  843.           Width = 185
  844.           Height = 17
  845.           Caption = 'OS4.0 (Sony CLIE N600C,'
  846.           TabOrder = 19
  847.           OnClick = SetMemoryStaticText
  848.         end
  849.         object LocOS40PEGS320RadioButton: TRadioButton
  850.           Left = 296
  851.           Top = 128
  852.           Width = 185
  853.           Height = 17
  854.           Caption = 'OS4.0 (Sony CLIE S320,'
  855.           TabOrder = 18
  856.           OnClick = SetMemoryStaticText
  857.         end
  858.         object LocOS40PEGN610CRadioButton: TRadioButton
  859.           Left = 480
  860.           Top = 144
  861.           Width = 97
  862.           Height = 17
  863.           Caption = 'N610C...)'
  864.           TabOrder = 20
  865.           OnClick = SetMemoryStaticText
  866.         end
  867.         object LocOS352H4Treo180RadioButton: TRadioButton
  868.           Left = 296
  869.           Top = 32
  870.           Width = 281
  871.           Height = 17
  872.           Caption = 'OS3.5.2H4 (Treo180, Treo180g...)'
  873.           TabOrder = 16
  874.           OnClick = SetMemoryStaticText
  875.         end
  876.         object LocOS41PEGN760CRadioButton: TRadioButton
  877.           Left = 480
  878.           Top = 208
  879.           Width = 97
  880.           Height = 17
  881.           Caption = 'N760C...)'
  882.           TabOrder = 24
  883.           OnClick = SetMemoryStaticText
  884.         end
  885.         object LocOS41PEGT400RadioButton: TRadioButton
  886.           Left = 296
  887.           Top = 224
  888.           Width = 185
  889.           Height = 17
  890.           Caption = 'OS4.1 (Sony CLIE T400/600C,'
  891.           TabOrder = 25
  892.           OnClick = SetMemoryStaticText
  893.         end
  894.         object LocOS41PEGT415RadioButton: TRadioButton
  895.           Left = 480
  896.           Top = 224
  897.           Width = 97
  898.           Height = 17
  899.           Caption = 'T415/615C...)'
  900.           TabOrder = 26
  901.           OnClick = SetMemoryStaticText
  902.         end
  903.         object LocOS41VxRadioButton: TRadioButton
  904.           Left = 296
  905.           Top = 160
  906.           Width = 281
  907.           Height = 17
  908.           Caption = 'OS4.1 (WorkPad c3,Palm III/IIIx/IIIxe/IIIc/V/Vx...)'
  909.           TabOrder = 21
  910.           OnClick = SetMemoryStaticText
  911.         end
  912.         object LocOS41m505RadioButton: TRadioButton
  913.           Left = 296
  914.           Top = 176
  915.           Width = 281
  916.           Height = 17
  917.           Caption = 'OS4.1 (WorkPad c5, Palm m500/505...)'
  918.           TabOrder = 22
  919.           OnClick = SetMemoryStaticText
  920.         end
  921.         object LocOS41PEGN750CRadioButton: TRadioButton
  922.           Left = 296
  923.           Top = 208
  924.           Width = 185
  925.           Height = 17
  926.           Caption = 'OS4.1 (Sony CLIE N750C,'
  927.           TabOrder = 23
  928.           OnClick = SetMemoryStaticText
  929.         end
  930.         object LocOS352HVisorJPRadioButton: TRadioButton
  931.           Left = 8
  932.           Top = 240
  933.           Width = 281
  934.           Height = 17
  935.           Caption = 'OS3.5.2H (Japanese Visor Platinum/Prism...)'
  936.           TabOrder = 14
  937.           OnClick = SetMemoryStaticText
  938.         end
  939.         object LocOS41PEGNR70JRadioButton: TRadioButton
  940.           Left = 296
  941.           Top = 240
  942.           Width = 185
  943.           Height = 17
  944.           Caption = 'OS4.1 (Sony CLIE NR70(V)/JP,'
  945.           TabOrder = 27
  946.           OnClick = SetMemoryStaticText
  947.         end
  948.         object LocOS41PEGNR70ERadioButton: TRadioButton
  949.           Left = 480
  950.           Top = 240
  951.           Width = 97
  952.           Height = 17
  953.           Caption = 'NR70(V)/EN...)'
  954.           TabOrder = 28
  955.           OnClick = SetMemoryStaticText
  956.         end
  957.         object LocOS40PEGS360RadioButton: TRadioButton
  958.           Left = 480
  959.           Top = 128
  960.           Width = 97
  961.           Height = 17
  962.           Caption = 'S360...)'
  963.           TabOrder = 29
  964.           OnClick = SetMemoryStaticText
  965.         end
  966.         object LocOS352H3VisorRadioButton: TRadioButton
  967.           Left = 296
  968.           Top = 16
  969.           Width = 281
  970.           Height = 17
  971.           Caption = 'OS3.5.2H3 (International Visor Neo/Pro...)'
  972.           TabOrder = 30
  973.           OnClick = SetMemoryStaticText
  974.         end
  975.         object LocOS352H5Treo270RadioButton: TRadioButton
  976.           Left = 296
  977.           Top = 48
  978.           Width = 281
  979.           Height = 17
  980.           Caption = 'OS3.5.2H5 (Treo270...)'
  981.           TabOrder = 31
  982.           OnClick = SetMemoryStaticText
  983.         end
  984.         object LocOS41HTreo90RadioButton: TRadioButton
  985.           Left = 296
  986.           Top = 80
  987.           Width = 281
  988.           Height = 17
  989.           Caption = 'OS4.1H (Treo90...)'
  990.           TabOrder = 33
  991.           OnClick = SetMemoryStaticText
  992.         end
  993.         object LocOS401M125RadioButton: TRadioButton
  994.           Left = 296
  995.           Top = 112
  996.           Width = 281
  997.           Height = 17
  998.           Caption = 'OS4.01 (Palm m125...)'
  999.           TabOrder = 34
  1000.           OnClick = SetMemoryStaticText
  1001.         end
  1002.         object LocOS41m515RadioButton: TRadioButton
  1003.           Left = 296
  1004.           Top = 192
  1005.           Width = 281
  1006.           Height = 17
  1007.           Caption = 'OS4.1 (Palm m515...)'
  1008.           TabOrder = 35
  1009.           OnClick = SetMemoryStaticText
  1010.         end
  1011.         object LocOS41PEGSJ30RadioButton: TRadioButton
  1012.           Left = 296
  1013.           Top = 256
  1014.           Width = 185
  1015.           Height = 17
  1016.           Caption = 'OS4.1 (Sony CLIE SJ20/30...)'
  1017.           TabOrder = 36
  1018.           OnClick = SetMemoryStaticText
  1019.         end
  1020.         object LocOS352H55Treo180GPRSRadioButton: TRadioButton
  1021.           Left = 296
  1022.           Top = 64
  1023.           Width = 281
  1024.           Height = 17
  1025.           Caption = 'OS3.5.2H5.5 (Treo GPRS update...)'
  1026.           TabOrder = 32
  1027.           OnClick = SetMemoryStaticText
  1028.         end
  1029.       end
  1030.       object LocLaguageGroupBox: TGroupBox
  1031.         Left = 8
  1032.         Top = 8
  1033.         Width = 585
  1034.         Height = 41
  1035.         Caption = 'Language'
  1036.         TabOrder = 1
  1037.         object LocGBCheckBox: TCheckBox
  1038.           Left = 8
  1039.           Top = 16
  1040.           Width = 121
  1041.           Height = 17
  1042.           Caption = 'Simplified Chinese'
  1043.           TabOrder = 0
  1044.           OnClick = SetMemoryStaticText
  1045.         end
  1046.         object LocB5CheckBox: TCheckBox
  1047.           Left = 296
  1048.           Top = 16
  1049.           Width = 121
  1050.           Height = 17
  1051.           Caption = 'Traditional Chinese'
  1052.           TabOrder = 1
  1053.           OnClick = SetMemoryStaticText
  1054.         end
  1055.       end
  1056.     end
  1057.   end
  1058.   object CancelBitBtn: TBitBtn
  1059.     Left = 280
  1060.     Top = 432
  1061.     Width = 75
  1062.     Height = 25
  1063.     Caption = '&Cancel'
  1064.     Default = True
  1065.     TabOrder = 5
  1066.     OnClick = CancelBitBtnClick
  1067.   end
  1068.   object InstallBitBtn: TBitBtn
  1069.     Left = 456
  1070.     Top = 432
  1071.     Width = 75
  1072.     Height = 25
  1073.     Caption = '&Install'
  1074.     TabOrder = 6
  1075.     OnClick = InstallBitBtnClick
  1076.   end
  1077.   object LanguageComboBox: TComboBox
  1078.     Left = 344
  1079.     Top = 8
  1080.     Width = 193
  1081.     Height = 23
  1082.     Style = csDropDownList
  1083.     ItemHeight = 15
  1084.     TabOrder = 0
  1085.     OnChange = LanguageComboBoxChange
  1086.     Items.Strings = (
  1087.       'English'
  1088.       'Simplified Chinese'
  1089.       'Traditional Chinese')
  1090.   end
  1091.   object MemoryStaticText: TStaticText
  1092.     Left = 104
  1093.     Top = 32
  1094.     Width = 47
  1095.     Height = 19
  1096.     Caption = 'Memory'
  1097.     TabOrder = 3
  1098.   end
  1099.   object HelpBitBtn: TBitBtn
  1100.     Left = 88
  1101.     Top = 432
  1102.     Width = 75
  1103.     Height = 25
  1104.     Caption = '&Help'
  1105.     TabOrder = 4
  1106.     OnClick = HelpBitBtnClick
  1107.   end
  1108. end
  1109.