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 / TLAYOUTODLG / TLAYOUTODLG.txt
Encoding:
Text File  |  1997-04-15  |  7.7 KB  |  237 lines

  1. object LayoutODlg: TLayoutODlg
  2.   Left = 8
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 337
  6.   ClientWidth = 398
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 304
  19.     Top = 303
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Button1: TButton
  45.     Left = 122
  46.     Top = 303
  47.     Width = 89
  48.     Height = 30
  49.     Cancel = True
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 213
  58.     Top = 303
  59.     Width = 89
  60.     Height = 30
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 1
  65.     OnClick = Button2Click
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 5
  69.     Top = 1
  70.     Width = 387
  71.     Height = 297
  72.     TabOrder = 2
  73.     object Label1: TLabel
  74.       Left = 8
  75.       Top = 17
  76.       Width = 305
  77.       Height = 19
  78.       AutoSize = False
  79.       Caption = '&Available Page Layouts:'
  80.       FocusControl = ListBox2
  81.     end
  82.     object Label2: TLabel
  83.       Left = 8
  84.       Top = 244
  85.       Width = 297
  86.       Height = 18
  87.       AutoSize = False
  88.       Caption = '&Filter Page Layouts:'
  89.       FocusControl = FilterBox
  90.     end
  91.     object NewBtn: TButton
  92.       Left = 288
  93.       Top = 76
  94.       Width = 89
  95.       Height = 30
  96.       Cancel = True
  97.       Caption = '&New'
  98.       ModalResult = 3
  99.       TabOrder = 5
  100.     end
  101.     object OpenBtn: TButton
  102.       Left = 288
  103.       Top = 40
  104.       Width = 89
  105.       Height = 30
  106.       Cancel = True
  107.       Caption = '&Open'
  108.       ModalResult = 1
  109.       TabOrder = 2
  110.       OnClick = OpenBtnClick
  111.     end
  112.     object EditBtn: TButton
  113.       Left = 288
  114.       Top = 39
  115.       Width = 89
  116.       Height = 30
  117.       Cancel = True
  118.       Caption = '&Edit'
  119.       TabOrder = 4
  120.       OnClick = EditBtnClick
  121.     end
  122.     object ListBox2: TListBox
  123.       Left = 8
  124.       Top = 40
  125.       Width = 273
  126.       Height = 198
  127.       Font.Color = clWindowText
  128.       Font.Height = -13
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ItemHeight = 16
  132.       ParentFont = False
  133.       Sorted = True
  134.       TabOrder = 0
  135.       OnClick = ListBox2Click
  136.       OnDblClick = ListBox2DblClick
  137.     end
  138.     object FilterBox: TComboBox
  139.       Left = 8
  140.       Top = 265
  141.       Width = 273
  142.       Height = 24
  143.       Font.Color = clWindowText
  144.       Font.Height = -13
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = []
  147.       ItemHeight = 16
  148.       ParentFont = False
  149.       TabOrder = 1
  150.       Text = 'FilterBox'
  151.       OnChange = FilterBoxChange
  152.     end
  153.     object DeleteBtn: TButton
  154.       Left = 288
  155.       Top = 76
  156.       Width = 89
  157.       Height = 30
  158.       Cancel = True
  159.       Caption = '&Delete'
  160.       TabOrder = 3
  161.       OnClick = DeleteBtnClick
  162.     end
  163.   end
  164.   object ODSHelp1: TODSHelp
  165.     HelpText.Strings = (
  166.       'Button1'
  167.       'Button2'
  168.       'DeleteBtn'
  169.       'EditBtn'
  170.       'FilterBox'
  171.       'GroupBox1'
  172.       'Label1'
  173.       'Label2'
  174.       'ListBox2'
  175.       'NewBtn'
  176.       'ODSHelp1'
  177.       'OpenBtn'
  178.       'SpeedButton1')
  179.     HelpText.HelpData = {
  180.       0D000100005C005072657373696E67207468697320627574746F6E2C20746572
  181.       6D696E617465732074686973206469616C6F6775652C20736176696E6720616E
  182.       79206368616E6765732074686174206D61792068617665206265656E206D6164
  183.       652E00010100000001000063005072657373696E67207468697320627574746F
  184.       6E2C207465726D696E617465732074686973206469616C6F6775652077697468
  185.       6F757420736176696E6720616E79206368616E6765732074686174206D617920
  186.       68617665206265656E206D6164652E0001010000000100002901507265737369
  187.       6E67207468697320627574746F6E2C2064656C65746573207468652063757272
  188.       656E746C7920686967686C6967687465642050616765204C61796F7574206672
  189.       6F6D207468652073797374656D2E0D0A0D0A436172652073686F756C64206265
  190.       2074616B656E206173206F6E63652061204C61796F75742069732064656C6574
  191.       65642C20616E7920517569636B205265706F727473206C696E6B656420746F20
  192.       746865204C61796F75742077696C6C20616C736F2062652064656C657465642E
  193.       2049662061204C61796F75742069732064656C6574656420696E206572726F72
  194.       2C207468656E207468652043616E63656C20627574746F6E2073686F756C6420
  195.       6265207573656420746F207465726D696E61746520746865206469616C6F6775
  196.       652E00010100000001000006015072657373696E67207468697320627574746F
  197.       6E2C20656E61626C6573207468652063757272656E746C7920686967686C6967
  198.       687465642050616765204C61796F757492732070726F7065727469657320746F
  199.       206265206564697465642E0D0A0D0A4365727461696E2070726F706572747920
  200.       6669656C647320617265206B657920746F2074686520666F726D6174206F6620
  201.       7468652050616765204C61796F75742E20496E2074686573652063617365732C
  202.       207468652070726F7065727479206669656C647320636F6E6365726E65642077
  203.       696C6C2062652064697361626C65642C2073746F7070696E6720616E79206368
  204.       616E676573206265696E67206D6164652E20000101000000010000EE00546869
  205.       732066696C74657220616C6C6F7773207468652050616765204C61796F757473
  206.       20646973706C617965642077697468696E2074686520417661696C61626C6520
  207.       50616765204C61796F7574732077696E646F772C20746F206265207265737472
  208.       696374656420746F2061206365727461696E20737562736574206F6E6C792E0D
  209.       0A0D0A546F206368616E6765207468652066696C74657220696E206566666563
  210.       742C2075736520746865202264726F7020646F776E22206172726F7720616E64
  211.       2073656C65637420612066696C7465722066726F6D2074686520646973706C61
  212.       796564206C6973742E2000010100000001000000000100000000010000000001
  213.       0000000001000000000100000000010000AA00546869732069732061206C6973
  214.       74206F66207468652050616765204C61796F7574732074686174206172652064
  215.       6566696E656420746F207468652073797374656D2E2045616368206F66207468
  216.       657365204C61796F7574732C20636F6E7461696E2074686520646566696E6974
  217.       696F6E7320617320746F207768696368206F626A656374732061707065617220
  218.       6F6E207468652066696E616C207072696E746564206F75747075742E00010100
  219.       00000100003E005072657373696E67207468697320627574746F6E2C20616C6C
  220.       6F77732061206E65772050616765204C61796F757420746F2062652063726561
  221.       7465642E0001010000000100000000010000000001000050005072657373696E
  222.       67207468697320627574746F6E2C206C6F6164732074686520686967686C6967
  223.       687465642050616765204C61796F757420696E746F2074686520506167652044
  224.       657369676E65722E00010100000001000000000100000000}
  225.     Color = 15269887
  226.     Font.Color = clWindowText
  227.     Font.Height = -11
  228.     Font.Name = 'MS Sans Serif'
  229.     Font.Style = []
  230.     ParentFont = True
  231.     MaxWidth = 300
  232.     MoreText = 'More Information...'
  233.     Left = 87
  234.     Top = 304
  235.   end
  236. end
  237.