home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TPALFORM / TPALFORM.txt < prev   
Text File  |  1998-04-01  |  4KB  |  153 lines

  1. object PalForm: TPalForm
  2.   Left = 416
  3.   Top = 229
  4.   AutoScroll = False
  5.   Caption = 'Palette Window'
  6.   ClientHeight = 248
  7.   ClientWidth = 291
  8.   Ctl3D = False
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Menu = MainMenu1
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnMouseUp = FormMouseUp
  22.   OnPaint = FormPaint
  23.   OnResize = FormResize
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Image1: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 291
  31.     Height = 248
  32.     Align = alClient
  33.     Visible = False
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 0
  37.     Top = 0
  38.     Width = 291
  39.     Height = 248
  40.     Lines.Strings = (
  41.       'True color Images Have no Palette, instead each element'
  42.       'or pixel dot contains red/green/blue quantities.'
  43.       ''
  44.       'For 256 color images with palettes, you should be'
  45.       'in 256 color mode and then the program will create'
  46.       '256 color bitmaps with palettes by default.'
  47.       ''
  48.       'The same holds true for 16 colors.'
  49.       ''
  50.       'This program was designed for True Color  '
  51.       'and High Color use in 16, 24, or 32  bit color mode.'
  52.       ''
  53.       'Use an image conversion program like Paint Shop Pro'
  54.       'to convert images to 256 color and 16 color.')
  55.     TabOrder = 0
  56.     Visible = False
  57.   end
  58.   object obut: TBitBtn
  59.     Left = 88
  60.     Top = 200
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 1
  64.     Visible = False
  65.     OnClick = obutClick
  66.     Kind = bkOK
  67.   end
  68.   object MainMenu1: TMainMenu
  69.     Left = 76
  70.     Top = 8
  71.     object File1: TMenuItem
  72.       Caption = '&File'
  73.       object Open1: TMenuItem
  74.         Caption = '&Open Palette...'
  75.         OnClick = Open1Click
  76.         object PaintShopPro1: TMenuItem
  77.           Caption = 'Paint Shop Pro...'
  78.           OnClick = PaintShopPro1Click
  79.         end
  80.         object NeopPaint1: TMenuItem
  81.           Caption = 'Neopaint...'
  82.           OnClick = NeopPaint1Click
  83.         end
  84.         object Windows256color1: TMenuItem
  85.           Caption = ' 256 color Logpalette...'
  86.           OnClick = Windows256color1Click
  87.         end
  88.         object N2: TMenuItem
  89.           Caption = '-'
  90.         end
  91.         object FromBMPFIle1: TMenuItem
  92.           Caption = 'From BMP FIle'
  93.           OnClick = FromBMPFIle1Click
  94.         end
  95.       end
  96.       object SaveAs1: TMenuItem
  97.         Caption = 'Save &As...'
  98.         OnClick = SaveAs1Click
  99.         object PaintShopPro2561: TMenuItem
  100.           Caption = 'Paint Shop Pro 256...'
  101.           OnClick = PaintShopPro2561Click
  102.         end
  103.         object N256ColorLogpalette1: TMenuItem
  104.           Caption = '256 Color Logpalette...'
  105.           OnClick = N256ColorLogpalette1Click
  106.         end
  107.       end
  108.       object N1: TMenuItem
  109.         Caption = '-'
  110.       end
  111.       object Exit1: TMenuItem
  112.         Caption = 'E&xit'
  113.         OnClick = Exit1Click
  114.       end
  115.     end
  116.     object UsePalette1: TMenuItem
  117.       Caption = 'Use Palette'
  118.       object ForPaintBook1: TMenuItem
  119.         Caption = 'For Paint Book'
  120.         OnClick = ForPaintBook1Click
  121.       end
  122.     end
  123.     object Help1: TMenuItem
  124.       Caption = 'Help'
  125.       object PaletteHelp1: TMenuItem
  126.         Caption = 'Palette Help'
  127.         OnClick = PaletteHelp1Click
  128.       end
  129.     end
  130.   end
  131.   object OpenDlg: TOpenDialog
  132.     FileName = 'GifWeb256.Pal'
  133.     Filter = 'Palette Files (*.pal)|*.pal|All Files (*.*)|*.*'
  134.     Title = 'Load Palette'
  135.     Left = 20
  136.     Top = 8
  137.   end
  138.   object SaveDlg: TSaveDialog
  139.     DefaultExt = 'inc'
  140.     Filter = 'Palette Files|*.PAL|All Files (*.*)|*.*'
  141.     Title = 'Save Palette As Include'
  142.     Left = 48
  143.     Top = 8
  144.   end
  145.   object OpenPictureDialog1: TOpenPictureDialog
  146.     DefaultExt = 'bmp'
  147.     FileName = '*.bmp'
  148.     Filter = 'Bitmaps|*.bmp'
  149.     Left = 120
  150.     Top = 8
  151.   end
  152. end
  153.