home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TRECTPROPDLG / TRECTPROPDLG.txt
Encoding:
Text File  |  1997-04-15  |  10.7 KB  |  338 lines

  1. object RectPropDlg: TRectPropDlg
  2.   Left = 15
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rectangle Property Editor'
  6.   ClientHeight = 270
  7.   ClientWidth = 362
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 266
  18.     Top = 234
  19.     Width = 89
  20.     Height = 30
  21.     Caption = 'Help'
  22.     Glyph.Data = {
  23.       06020000424D0602000000000000760000002800000028000000140000000100
  24.       0400000000009001000000000000000000000000000010000000000000000000
  25.       80000080000000808000800000008000800080800000C0C0C000808080000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  27.       7777777777777777777777777777777777777777777777777777777777777777
  28.       777777777778887777777777777777777777777777777777778AA87777777777
  29.       777777788777777777777777778AA87777777777777777788777777777777777
  30.       78AA87774447777777777788777788877777778878AA87774447777777877788
  31.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  32.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  33.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  34.       77888888777777887777778AAA8778447784487777888887778877788777778A
  35.       A87774487774447777888877788777788877778A877774487774447777888777
  36.       7887777888777788777777447784487777887777778877788777778777777774
  37.       4444877777877777777888887777777777777777777777777777777777777777
  38.       7777777777777777777777777777777777777777777777777777777777777777
  39.       77777777777777777777}
  40.     NumGlyphs = 2
  41.     OnClick = SpeedButton1Click
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 4
  46.     Width = 345
  47.     Height = 131
  48.     Caption = 'Border Settings'
  49.     TabOrder = 0
  50.     object Label1: TLabel
  51.       Left = 16
  52.       Top = 24
  53.       Width = 113
  54.       Height = 22
  55.       AutoSize = False
  56.       Caption = '&Border Style :'
  57.       FocusControl = LineStyle
  58.     end
  59.     object Label2: TLabel
  60.       Left = 16
  61.       Top = 56
  62.       Width = 113
  63.       Height = 22
  64.       AutoSize = False
  65.       Caption = 'Border &Colour :'
  66.       FocusControl = LineColor
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 91
  71.       Width = 113
  72.       Height = 22
  73.       AutoSize = False
  74.       Caption = 'Border &Width:'
  75.       FocusControl = LineWidth
  76.     end
  77.     object Label4: TLabel
  78.       Left = 208
  79.       Top = 91
  80.       Width = 113
  81.       Height = 22
  82.       AutoSize = False
  83.       Caption = '(Pixels)'
  84.       FocusControl = LineColor
  85.     end
  86.     object LineStyle: TComboBox
  87.       Left = 136
  88.       Top = 23
  89.       Width = 201
  90.       Height = 22
  91.       Style = csOwnerDrawFixed
  92.       ItemHeight = 16
  93.       Items.Strings = (
  94.         'Solid '
  95.         'Dashes'
  96.         'Dots'
  97.         'Dash, Dot'
  98.         'Dash, Dot, Dot')
  99.       TabOrder = 0
  100.       OnDrawItem = LineStyleDrawItem
  101.     end
  102.     object LineColor: TComboBox
  103.       Left = 136
  104.       Top = 55
  105.       Width = 201
  106.       Height = 22
  107.       Style = csOwnerDrawFixed
  108.       ItemHeight = 16
  109.       Items.Strings = (
  110.         'Black'
  111.         'Maroon'
  112.         'Green'
  113.         'Olive green'
  114.         'Navy blue'
  115.         'Purple'
  116.         'Teal'
  117.         'Gray'
  118.         'Silver'
  119.         'Red'
  120.         'Lime green'
  121.         'Yellow'
  122.         'Blue'
  123.         'Fuchsia'
  124.         'Aqua'
  125.         'White')
  126.       TabOrder = 1
  127.       OnDrawItem = LineColorDrawItem
  128.     end
  129.     object LineWidth: TSpinEdit
  130.       Left = 136
  131.       Top = 89
  132.       Width = 65
  133.       Height = 26
  134.       Font.Color = clWindowText
  135.       Font.Height = -13
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = []
  138.       MaxValue = 100
  139.       MinValue = 0
  140.       ParentFont = False
  141.       TabOrder = 2
  142.       Value = 1
  143.       OnChange = LineWidthChange
  144.     end
  145.   end
  146.   object GroupBox2: TGroupBox
  147.     Left = 9
  148.     Top = 138
  149.     Width = 345
  150.     Height = 91
  151.     Caption = 'Interior Settings'
  152.     TabOrder = 1
  153.     object Label5: TLabel
  154.       Left = 16
  155.       Top = 24
  156.       Width = 113
  157.       Height = 22
  158.       AutoSize = False
  159.       Caption = '&Interior Style :'
  160.       FocusControl = LineStyle
  161.     end
  162.     object Label6: TLabel
  163.       Left = 16
  164.       Top = 56
  165.       Width = 113
  166.       Height = 22
  167.       AutoSize = False
  168.       Caption = 'Internal Colou&r :'
  169.       FocusControl = LineColor
  170.     end
  171.     object RectStyle: TComboBox
  172.       Left = 136
  173.       Top = 23
  174.       Width = 201
  175.       Height = 22
  176.       Style = csOwnerDrawFixed
  177.       ItemHeight = 16
  178.       Items.Strings = (
  179.         'bsSolid'
  180.         'bsClear'
  181.         'bsBDiagonal'
  182.         'bsFDiagonal'
  183.         'bsCross'
  184.         'bsDiagCross'
  185.         'bsHorizontal'
  186.         'bsVertical')
  187.       TabOrder = 0
  188.       OnDrawItem = RectStyleDrawItem
  189.     end
  190.     object RectColor: TComboBox
  191.       Left = 136
  192.       Top = 55
  193.       Width = 201
  194.       Height = 22
  195.       Style = csOwnerDrawFixed
  196.       ItemHeight = 16
  197.       Items.Strings = (
  198.         'Black'
  199.         'Maroon'
  200.         'Green'
  201.         'Olive green'
  202.         'Navy blue'
  203.         'Purple'
  204.         'Teal'
  205.         'Gray'
  206.         'Silver'
  207.         'Red'
  208.         'Lime green'
  209.         'Yellow'
  210.         'Blue'
  211.         'Fuchsia'
  212.         'Aqua'
  213.         'White')
  214.       TabOrder = 1
  215.       OnDrawItem = LineColorDrawItem
  216.     end
  217.   end
  218.   object Button2: TButton
  219.     Left = 84
  220.     Top = 234
  221.     Width = 89
  222.     Height = 30
  223.     Caption = 'OK'
  224.     Default = True
  225.     ModalResult = 1
  226.     TabOrder = 2
  227.   end
  228.   object Button3: TButton
  229.     Left = 175
  230.     Top = 234
  231.     Width = 89
  232.     Height = 30
  233.     Cancel = True
  234.     Caption = 'Cancel'
  235.     ModalResult = 2
  236.     TabOrder = 3
  237.   end
  238.   object ODSHelp1: TODSHelp
  239.     HelpText.Strings = (
  240.       'Button2'
  241.       'Button3'
  242.       'GroupBox1'
  243.       'GroupBox2'
  244.       'Label1'
  245.       'Label2'
  246.       'Label3'
  247.       'Label4'
  248.       'Label5'
  249.       'Label6'
  250.       'LineColor'
  251.       'LineStyle'
  252.       'LineWidth'
  253.       'ODSHelp1'
  254.       'RectColor'
  255.       'RectStyle'
  256.       'SpeedButton1')
  257.     HelpText.HelpData = {
  258.       110001000072005768656E2070726573736564207468697320627574746F6E20
  259.       77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
  260.       747320666F722074686973206F626A65637420616E64207468656E2072657475
  261.       726E20746F2074686520506167652044657369676E65722E0001010000000100
  262.       0079005768656E2070726573736564207468697320627574746F6E2077696C6C
  263.       2063616E63656C20616E792070726F706572747920616D656E646D656E747320
  264.       6D61646520666F72202074686973206F626A65637420616E64207468656E2072
  265.       657475726E20746F2074686520506167652044657369676E65722E0001010000
  266.       0001000000000100000000010000000001000000000100000000010000000001
  267.       0000000001000000000100000000010000000001000000000100000000010000
  268.       0000010000000001000000000100000000010000F10054686973206669656C64
  269.       20616C6C6F77732074686520636F6C6F7572206F6620746865206C696E652075
  270.       73656420746F2064726177206120626F726465722061726F756E642074686520
  271.       72656374616E676C6520746F2062652063686F73656E2E20546F2073656C6563
  272.       74206120636F6C6F7572206F72206368616E676520616E20616C726561647920
  273.       73656C656374656420636F6C6F75722C2075736520746865209164726F702D64
  274.       6F776E92206172726F7720616E64207468656E2073656C656374207468652063
  275.       6F6C6F75722066726F6D20746865206C69737420746861742069732064697370
  276.       6C617965642E000101000000010000B70154686973206669656C6420616C6C6F
  277.       777320746865207374796C65206F6620746865206C696E65207573656420746F
  278.       2064726177206120626F726465722061726F756E64207468652072656374616E
  279.       676C6520746F2062652063686F73656E2E20546F2073656C6563742061207374
  280.       796C65206F72206368616E676520616E20616C72656164792073656C65637465
  281.       64207374796C652C2075736520746865209164726F702D646F776E9220617272
  282.       6F7720616E64207468656E2073656C65637420746865207374796C652066726F
  283.       6D20746865206C697374207468617420697320646973706C617965642E0D0A0D
  284.       0A49742073686F756C64206265206E6F7465642074686174206C696E6573206F
  285.       66206120746869636B6E6573732067726561746572207468617420312C207769
  286.       6C6C206F6E6C7920737570706F7274206120736F6C6964206C696E6520737479
  287.       6C652E2049662074686520426F72646572205769647468206669656C64206973
  288.       20737065636966696564206173206265696E672067726561746572207468616E
  289.       206F6E652C207468656E2074686973206669656C642077696C6C206265206469
  290.       7361626C65642E000101000000010000B00154686973206669656C6420616C6C
  291.       6F777320746865207769647468206F6620746865206C696E6520757365642074
  292.       6F2064726177206120626F726465722061726F756E6420746865207265637461
  293.       6E676C6520746F2062652063686F73656E2E20546F2073656C65637420612064
  294.       6966666572656E742077696474682C2065697468657220656E74657220746865
  295.       2076616C7565206469726563746C7920696E746F2074686973206669656C642C
  296.       206F72207573652074686520696E6372656D656E74616C20757020616E642064
  297.       6F776E206172726F77732E0D0A0D0A49742073686F756C64206265206E6F7465
  298.       642074686174206C696E6573206F66206120746869636B6E6573732067726561
  299.       746572207468617420312C2077696C6C206F6E6C7920737570706F7274206120
  300.       736F6C6964206C696E65207374796C652E2049662074686520426F7264657220
  301.       5769647468206669656C6420697320737065636966696564206173206265696E
  302.       672067726561746572207468616E206F6E652C207468656E2074686520426F72
  303.       646572205374796C65206669656C642077696C6C2062652064697361626C6564
  304.       2E00010100000001000000000100000000010000340154686973206669656C64
  305.       20616C6C6F77732074686520696E7465726E616C20636F6C6F7572206F662074
  306.       68652072656374616E676C6520746F2062652063686F73656E2E20546F207365
  307.       6C656374206120636F6C6F7572206F72206368616E676520616E20616C726561
  308.       64792073656C656374656420636F6C6F75722C2075736520746865209164726F
  309.       702D646F776E92206172726F7720616E64207468656E2073656C656374207468
  310.       6520636F6C6F75722066726F6D20746865206C69737420746861742069732064
  311.       6973706C617965642E0D0A0D0A496620796F752077616E7420746F2072656D6F
  312.       766520616E20696E7465726E616C20636F6C6F75722066726F6D207468652072
  313.       656374616E676C652C2073696D706C792073656C6563742074686520636F6C6F
  314.       75722057686974652E000101000000010000400154686973206669656C642061
  315.       6C6C6F77732074686520696E7465726E616C207061747465726E207374796C65
  316.       206F66207468652072656374616E676C6520746F2062652063686F73656E2E20
  317.       546F2073656C6563742061207374796C65206F72206368616E676520616E2061
  318.       6C72656164792073656C6563746564207374796C652C20757365207468652091
  319.       64726F702D646F776E92206172726F7720616E64207468656E2073656C656374
  320.       20746865207374796C652066726F6D20746865206C6973742074686174206973
  321.       20646973706C617965642E0D0A0D0A546F2072656D6F76652061207061747465
  322.       726E2066726F6D2074686520696E73696465206F66207468652072656374616E
  323.       676C652C2073696D706C792073656C6563742074686520636C65617220706174
  324.       7465726E2066726F6D20746865206C6973742E00010100000001000000000100
  325.       000000}
  326.     Color = 15269887
  327.     Font.Color = clWindowText
  328.     Font.Height = -11
  329.     Font.Name = 'MS Sans Serif'
  330.     Font.Style = []
  331.     ParentFont = True
  332.     MaxWidth = 300
  333.     MoreText = 'More Information...'
  334.     Left = 16
  335.     Top = 232
  336.   end
  337. end
  338.