home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / Char / ecm.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-12-20  |  9KB  |  449 lines

  1. object MainForm: TMainForm
  2.   Left = 205
  3.   Top = 81
  4.   ActiveControl = sgMap
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'ExtendedCharacterMap'
  8.   ClientHeight = 431
  9.   ClientWidth = 477
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   Menu = mmnMain
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 11
  25.     Top = 10
  26.     Width = 24
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = '&Font:'
  30.     FocusControl = cbFonts
  31.     Transparent = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 360
  35.     Top = 56
  36.     Width = 67
  37.     Height = 13
  38.     Caption = 'Big Character:'
  39.     FocusControl = pnlBigChar
  40.     Transparent = True
  41.   end
  42.   object Label3: TLabel
  43.     Left = 11
  44.     Top = 34
  45.     Width = 92
  46.     Height = 13
  47.     Alignment = taRightJustify
  48.     Caption = '&Characters to copy:'
  49.     FocusControl = eChar
  50.     Transparent = True
  51.   end
  52.   object Label4: TLabel
  53.     Left = 11
  54.     Top = 56
  55.     Width = 73
  56.     Height = 13
  57.     Caption = 'Character &Map:'
  58.     FocusControl = sgMap
  59.     Transparent = True
  60.   end
  61.   object Bevel1: TBevel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 477
  65.     Height = 3
  66.     Align = alTop
  67.   end
  68.   object lblBigCharSize: TLabel
  69.     Left = 383
  70.     Top = 222
  71.     Width = 3
  72.     Height = 13
  73.     Transparent = True
  74.   end
  75.   object Label5: TLabel
  76.     Left = 358
  77.     Top = 222
  78.     Width = 23
  79.     Height = 13
  80.     Caption = 'Size:'
  81.     Transparent = True
  82.   end
  83.   object lblCharMapSize: TLabel
  84.     Left = 95
  85.     Top = 374
  86.     Width = 3
  87.     Height = 13
  88.     Transparent = True
  89.   end
  90.   object Label7: TLabel
  91.     Left = 70
  92.     Top = 374
  93.     Width = 23
  94.     Height = 13
  95.     Caption = 'Size:'
  96.     Transparent = True
  97.   end
  98.   object Bevel2: TBevel
  99.     Left = 358
  100.     Top = 240
  101.     Width = 108
  102.     Height = 3
  103.     Shape = bsTopLine
  104.   end
  105.   object Label6: TLabel
  106.     Left = 360
  107.     Top = 354
  108.     Width = 20
  109.     Height = 13
  110.     Caption = 'Dec'
  111.     Transparent = True
  112.   end
  113.   object Label8: TLabel
  114.     Left = 360
  115.     Top = 368
  116.     Width = 19
  117.     Height = 13
  118.     Caption = 'Hex'
  119.     Transparent = True
  120.   end
  121.   object Label9: TLabel
  122.     Left = 360
  123.     Top = 382
  124.     Width = 17
  125.     Height = 13
  126.     Caption = 'Oct'
  127.     Transparent = True
  128.   end
  129.   object Label10: TLabel
  130.     Left = 360
  131.     Top = 396
  132.     Width = 15
  133.     Height = 13
  134.     Caption = 'Bin'
  135.     Transparent = True
  136.   end
  137.   object lblDec: TLabel
  138.     Left = 392
  139.     Top = 354
  140.     Width = 3
  141.     Height = 13
  142.     PopupMenu = ppmBase
  143.     Transparent = True
  144.     OnMouseDown = lblDecMouseDown
  145.   end
  146.   object lblHex: TLabel
  147.     Left = 392
  148.     Top = 368
  149.     Width = 3
  150.     Height = 13
  151.     PopupMenu = ppmBase
  152.     Transparent = True
  153.     OnMouseDown = lblHexMouseDown
  154.   end
  155.   object lblOct: TLabel
  156.     Left = 392
  157.     Top = 382
  158.     Width = 3
  159.     Height = 13
  160.     PopupMenu = ppmBase
  161.     Transparent = True
  162.     OnMouseDown = lblOctMouseDown
  163.   end
  164.   object lblBin: TLabel
  165.     Left = 392
  166.     Top = 396
  167.     Width = 3
  168.     Height = 13
  169.     PopupMenu = ppmBase
  170.     Transparent = True
  171.     OnMouseDown = lblBinMouseDown
  172.   end
  173.   object Bevel3: TBevel
  174.     Left = 358
  175.     Top = 347
  176.     Width = 108
  177.     Height = 3
  178.     Shape = bsTopLine
  179.   end
  180.   object sgMap: TStringGrid
  181.     Left = 11
  182.     Top = 73
  183.     Width = 339
  184.     Height = 297
  185.     Hint = 'Character Map'
  186.     ColCount = 16
  187.     DefaultColWidth = 20
  188.     DefaultRowHeight = 20
  189.     DragCursor = crDefault
  190.     FixedCols = 0
  191.     RowCount = 14
  192.     FixedRows = 0
  193.     Font.Charset = DEFAULT_CHARSET
  194.     Font.Color = clWindowText
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  199.     ParentFont = False
  200.     ParentShowHint = False
  201.     PopupMenu = ppmMain
  202.     ShowHint = True
  203.     TabOrder = 4
  204.     OnDblClick = sgMapDblClick
  205.     OnKeyDown = sgMapKeyDown
  206.     OnMouseDown = sgMapMouseDown
  207.     OnSelectCell = sgMapSelectCell
  208.   end
  209.   object pnlBigChar: TPanel
  210.     Left = 358
  211.     Top = 73
  212.     Width = 108
  213.     Height = 129
  214.     Hint = 'Big Character Display'
  215.     BevelOuter = bvNone
  216.     BorderStyle = bsSingle
  217.     Color = clWhite
  218.     Font.Charset = DEFAULT_CHARSET
  219.     Font.Color = clWindowText
  220.     Font.Height = -12
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = []
  223.     ParentFont = False
  224.     ParentShowHint = False
  225.     PopupMenu = ppmMain
  226.     ShowHint = True
  227.     TabOrder = 6
  228.     OnMouseDown = pnlBigCharMouseDown
  229.   end
  230.   object sbMain: TStatusBar
  231.     Left = 0
  232.     Top = 411
  233.     Width = 477
  234.     Height = 20
  235.     Panels = <
  236.       item
  237.         Text = 'Author: Sony Arianto Kurniawan'
  238.         Width = 300
  239.       end
  240.       item
  241.         Text = 'Keystroke ='
  242.         Width = 125
  243.       end>
  244.     SimplePanel = False
  245.     SizeGrip = False
  246.   end
  247.   object eChar: TEdit
  248.     Left = 110
  249.     Top = 31
  250.     Width = 98
  251.     Height = 21
  252.     TabOrder = 1
  253.     OnChange = eCharChange
  254.   end
  255.   object btnCopy: TButton
  256.     Left = 214
  257.     Top = 31
  258.     Width = 60
  259.     Height = 21
  260.     Hint = 'Copy Character(s)'
  261.     Caption = 'C&opy'
  262.     Enabled = False
  263.     ParentShowHint = False
  264.     ShowHint = True
  265.     TabOrder = 2
  266.     OnClick = btnCopyClick
  267.   end
  268.   object cbFonts: TRzFontComboBox
  269.     Left = 43
  270.     Top = 7
  271.     Width = 295
  272.     Height = 22
  273.     Hint = 'Font List'
  274.     About = aiRaizeComponents
  275.     FontName = 'Abadi MT Condensed Light'
  276.     FontSize = 10
  277.     ParentShowHint = False
  278.     ShowHint = True
  279.     TabOrder = 0
  280.     OnChange = cbFontsChange
  281.   end
  282.   object sbBigChar: TScrollBar
  283.     Left = 358
  284.     Top = 206
  285.     Width = 108
  286.     Height = 12
  287.     Hint = 'Font Size'
  288.     Min = 1
  289.     ParentShowHint = False
  290.     Position = 50
  291.     ShowHint = True
  292.     TabOrder = 7
  293.     OnChange = sbBigCharChange
  294.   end
  295.   object btnSelect: TButton
  296.     Left = 278
  297.     Top = 31
  298.     Width = 60
  299.     Height = 21
  300.     Hint = 'Select Highlighted Character'
  301.     Caption = '&Select'
  302.     ParentShowHint = False
  303.     ShowHint = True
  304.     TabOrder = 3
  305.     OnClick = btnSelectClick
  306.   end
  307.   object sbMap: TScrollBar
  308.     Left = 11
  309.     Top = 376
  310.     Width = 54
  311.     Height = 10
  312.     Hint = 'Character Map Size'
  313.     Max = 15
  314.     Min = 10
  315.     ParentShowHint = False
  316.     Position = 10
  317.     ShowHint = True
  318.     TabOrder = 5
  319.     OnChange = sbMapChange
  320.   end
  321.   object eSample: TEdit
  322.     Left = 120
  323.     Top = 374
  324.     Width = 230
  325.     Height = 21
  326.     Hint = 'Sample text using selected font'
  327.     Ctl3D = True
  328.     ParentCtl3D = False
  329.     ParentShowHint = False
  330.     ShowHint = True
  331.     TabOrder = 13
  332.   end
  333.   object cbxBold: TCheckBox
  334.     Left = 360
  335.     Top = 248
  336.     Width = 97
  337.     Height = 17
  338.     Caption = '&Bold'
  339.     TabOrder = 8
  340.     OnClick = cbxBoldClick
  341.   end
  342.   object cbxItalic: TCheckBox
  343.     Left = 360
  344.     Top = 264
  345.     Width = 97
  346.     Height = 17
  347.     Caption = 'It&alic'
  348.     TabOrder = 9
  349.     OnClick = cbxItalicClick
  350.   end
  351.   object cbxUnderline: TCheckBox
  352.     Left = 360
  353.     Top = 280
  354.     Width = 97
  355.     Height = 17
  356.     Caption = '&Underline'
  357.     TabOrder = 10
  358.     OnClick = cbxUnderlineClick
  359.   end
  360.   object cbxStrikeOut: TCheckBox
  361.     Left = 360
  362.     Top = 296
  363.     Width = 97
  364.     Height = 17
  365.     Caption = 'S&trikeOut'
  366.     TabOrder = 11
  367.     OnClick = cbxStrikeOutClick
  368.   end
  369.   object cbcColor: TRzColorComboBox
  370.     Left = 360
  371.     Top = 320
  372.     Width = 105
  373.     Height = 22
  374.     About = aiRaizeComponents
  375.     TabOrder = 12
  376.     OnChange = cbcColorChange
  377.   end
  378.   object ppmMain: TPopupMenu
  379.     AutoPopup = False
  380.     Left = 368
  381.     Top = 80
  382.     object Copythischaracter1: TMenuItem
  383.       Caption = 'Copy this character'
  384.       OnClick = Copythischaracter1Click
  385.     end
  386.     object Selectthischaracter1: TMenuItem
  387.       Caption = 'Select this character'
  388.       OnClick = Selectthischaracter1Click
  389.     end
  390.   end
  391.   object mmnMain: TMainMenu
  392.     Left = 400
  393.     Top = 80
  394.     object File1: TMenuItem
  395.       Caption = '&Program'
  396.       object Exit1: TMenuItem
  397.         Caption = 'E&xit'
  398.         OnClick = Exit1Click
  399.       end
  400.     end
  401.     object Help1: TMenuItem
  402.       Caption = '&Help'
  403.       object Content1: TMenuItem
  404.         Caption = '&Content'
  405.         OnClick = Content1Click
  406.       end
  407.       object N2: TMenuItem
  408.         Caption = '-'
  409.       end
  410.       object ContactAuthor1: TMenuItem
  411.         Caption = 'C&ontact Author'
  412.         OnClick = ContactAuthor1Click
  413.       end
  414.       object AriTechDevelopmentIndonesiaWeb1: TMenuItem
  415.         Caption = 'AriTech &Development Indonesia Web'
  416.         OnClick = AriTechDevelopmentIndonesiaWeb1Click
  417.       end
  418.       object ExtendedCharacterMapWeb1: TMenuItem
  419.         Caption = '&ExtendedCharacterMap Web'
  420.         OnClick = ExtendedCharacterMapWeb1Click
  421.       end
  422.       object N1: TMenuItem
  423.         Caption = '-'
  424.       end
  425.       object About1: TMenuItem
  426.         Caption = '&About'
  427.         OnClick = About1Click
  428.       end
  429.     end
  430.   end
  431.   object bcMain: TATBaseConverter
  432.     Author = 'Sony Arianto K of AriTech Development [July,1998]'
  433.     Decimal = 0
  434.     Octal = '0'
  435.     Hexa = '0'
  436.     Binary = '0'
  437.     Left = 368
  438.     Top = 115
  439.   end
  440.   object ppmBase: TPopupMenu
  441.     Left = 400
  442.     Top = 115
  443.     object mnCopy: TMenuItem
  444.       Caption = 'Copy'
  445.       OnClick = mnCopyClick
  446.     end
  447.   end
  448. end
  449.