home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / MAXPACK / MAXPACK.DFM / MAXPACK.txt
Text File  |  1995-04-27  |  5KB  |  238 lines

  1. object MaxPack1Form: TMaxPack1Form
  2.   Left = 15
  3.   Top = 64
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Show BDE/Network/Windows/Splash/BitBox '
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   PrintScale = poNone
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object TabbedNotebook1: TTabbedNotebook
  17.     Left = 0
  18.     Top = 31
  19.     Width = 427
  20.     Height = 242
  21.     Align = alClient
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -11
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     object TTabPage
  28.       Left = 5
  29.       Top = 45
  30.       Caption = 'Intro'
  31.       object Memo1: TMemo
  32.         Left = 0
  33.         Top = 0
  34.         Width = 409
  35.         Height = 192
  36.         Align = alClient
  37.         Font.Color = clBlack
  38.         Font.Height = -12
  39.         Font.Name = 'Arial'
  40.         Font.Style = []
  41.         Lines.Strings = (
  42.           'Hello and Welcome to MAXPACK1,'
  43.           ''
  44.           'This is not a thing I'#39'll be making splashy and perfect, rather'
  45.           'it is a two hour volunteer effort to distribute some of my code '
  46.           'back to the Delphi Forum. '
  47.           ''
  48.           'WARNING: DO NOT USE IN COMMERCIAL OR SHAREWARE'
  49.           'DO NOT SELL THIS CODE! REINVENT IT! NO WARRANTIES!!'
  50.           ''
  51.           'Once you '#39'Options|Install'#39' regpack1 you'#39'll be seeing rough'
  52.           'demos of the components here included. This is going to be'
  53.           'a little bit of work for you perhaps, but I'#39'm thinking that lots'
  54.           'of people who can get this to work will lean something delphi.'
  55.           'That'#39's what I want. If you have stuff I should learn, Post or'
  56.           'Email it to 71560,1754@Compuserve.COM'
  57.           ''
  58.           'Best Regards,'
  59.           'Share your stuff,'
  60.           'Michael Ax'
  61.           '')
  62.         ParentFont = False
  63.         ScrollBars = ssVertical
  64.         TabOrder = 0
  65.       end
  66.     end
  67.     object TTabPage
  68.       Left = 5
  69.       Top = 45
  70.       Caption = 'Splash'
  71.       object Label1: TLabel
  72.         Left = 72
  73.         Top = 76
  74.         Width = 285
  75.         Height = 16
  76.         Caption = 'The Splashscreen disappears when another'
  77.       end
  78.       object Label2: TLabel
  79.         Left = 90
  80.         Top = 96
  81.         Width = 222
  82.         Height = 16
  83.         Caption = 'window in the app takes the focus!'
  84.       end
  85.       object Button1: TButton
  86.         Left = 102
  87.         Top = 32
  88.         Width = 201
  89.         Height = 33
  90.         Caption = 'Fire SplashScreen!'
  91.         TabOrder = 0
  92.         OnClick = Button1Click
  93.       end
  94.       object Button2: TButton
  95.         Left = 224
  96.         Top = 134
  97.         Width = 127
  98.         Height = 23
  99.         Caption = 'Fire differently'
  100.         TabOrder = 1
  101.         OnClick = Button2Click
  102.       end
  103.     end
  104.     object TTabPage
  105.       Left = 5
  106.       Top = 45
  107.       Caption = 'BitBox'
  108.       object Label3: TLabel
  109.         Left = 182
  110.         Top = 136
  111.         Width = 94
  112.         Height = 16
  113.         Caption = 'Numeric Value'
  114.       end
  115.       object Label4: TLabel
  116.         Left = 18
  117.         Top = 20
  118.         Width = 165
  119.         Height = 16
  120.         Caption = 'Access the bits of a word!'
  121.       end
  122.       object BitBox1: TBitBox
  123.         Left = 198
  124.         Top = 14
  125.         Width = 93
  126.         Height = 100
  127.         Caption = 'BitBox1'
  128.         TabOrder = 0
  129.         Captions.Strings = (
  130.           '(Bit0)'
  131.           '(Bit1)'
  132.           '(Bit2)'
  133.           '(Bit3)'
  134.           '(Bit4)'
  135.           '(Bit5)'
  136.           '(Bit6)'
  137.           '(Bit7)'
  138.           '(Bit8)'
  139.           '(Bit9)'
  140.           '(Bit10)'
  141.           '(Bit11)'
  142.           '(Bit12)'
  143.           '(Bit13)'
  144.           '(Bit14)'
  145.           '(Bit15)')
  146.         Possible = [Bit0, Bit1, Bit3, BitF]
  147.         Selected = [Bit0, Bit1]
  148.         Numeric = 3
  149.         OnChange = BitBox1Change
  150.       end
  151.       object Edit1: TEdit
  152.         Left = 282
  153.         Top = 134
  154.         Width = 55
  155.         Height = 24
  156.         TabOrder = 1
  157.         Text = 'Edit1'
  158.         OnChange = Edit1Change
  159.       end
  160.     end
  161.     object TTabPage
  162.       Left = 5
  163.       Top = 45
  164.       Caption = 'Windows'
  165.       object WindowsGrid: TStringGrid
  166.         Left = 0
  167.         Top = 0
  168.         Width = 409
  169.         Height = 192
  170.         Align = alClient
  171.         TabOrder = 0
  172.       end
  173.     end
  174.     object TTabPage
  175.       Left = 5
  176.       Top = 45
  177.       Caption = 'Novell'
  178.       object NovellGrid: TStringGrid
  179.         Left = 0
  180.         Top = 0
  181.         Width = 409
  182.         Height = 192
  183.         Align = alClient
  184.         TabOrder = 0
  185.       end
  186.     end
  187.     object TTabPage
  188.       Left = 5
  189.       Top = 45
  190.       Caption = 'BDE'
  191.       object BDEGrid: TStringGrid
  192.         Left = 0
  193.         Top = 0
  194.         Width = 409
  195.         Height = 192
  196.         Align = alClient
  197.         TabOrder = 0
  198.       end
  199.     end
  200.   end
  201.   object Panel1: TPanel
  202.     Left = 0
  203.     Top = 0
  204.     Width = 427
  205.     Height = 31
  206.     Align = alTop
  207.     Caption = '(C)'#39'95 Michael/Ax-Systems  71560,1754             '
  208.     TabOrder = 1
  209.     object SpeedButton1: TSpeedButton
  210.       Left = 344
  211.       Top = 2
  212.       Width = 45
  213.       Height = 25
  214.       Caption = 'Close'
  215.       OnClick = SpeedButton1Click
  216.     end
  217.   end
  218.   object SplashScreen: TSplashScreen
  219.     Left = 9
  220.     Top = 230
  221.   end
  222.   object WindowsUserInfo: TWindowsUserInfo
  223.     UpdateOnLoad = True
  224.     Left = 41
  225.     Top = 232
  226.   end
  227.   object BDEUserInfo: TBDEUserInfo
  228.     UpdateOnLoad = True
  229.     Left = 75
  230.     Top = 234
  231.   end
  232.   object NetWareUserInfo: TNetWareUserInfo
  233.     UpdateOnLoad = True
  234.     Left = 111
  235.     Top = 234
  236.   end
  237. end
  238.