home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / ublob.df_ / ublob.df / ublob.txt
Text File  |  1995-11-19  |  24KB  |  840 lines

  1. object BlobForm1: TBlobForm1
  2.   Left = 16
  3.   Top = 11
  4.   Width = 587
  5.   Height = 456
  6.   Caption = 'Uses JPSTAMP.DBF'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 13
  15.   object Gauge1: TGauge
  16.     Left = 306
  17.     Top = 8
  18.     Width = 22
  19.     Height = 19
  20.     Kind = gkPie
  21.     ShowText = False
  22.     BorderStyle = bsNone
  23.     ForeColor = clRed
  24.     BackColor = clBtnFace
  25.     Progress = 0
  26.   end
  27.   object Label1: TLabel
  28.     Left = 384
  29.     Top = 81
  30.     Width = 28
  31.     Height = 13
  32.     Caption = 'Width'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 384
  36.     Top = 103
  37.     Width = 31
  38.     Height = 13
  39.     Caption = 'Height'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 384
  43.     Top = 124
  44.     Width = 60
  45.     Height = 13
  46.     Caption = 'Bits per Pixel'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 384
  50.     Top = 147
  51.     Width = 32
  52.     Height = 13
  53.     Caption = 'Planes'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 384
  57.     Top = 170
  58.     Width = 29
  59.     Height = 13
  60.     Caption = 'Colors'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 384
  64.     Top = 190
  65.     Width = 68
  66.     Height = 13
  67.     Caption = 'Compression'
  68.   end
  69.   object Label7: TLabel
  70.     Left = 384
  71.     Top = 213
  72.     Width = 44
  73.     Height = 13
  74.     Caption = 'Blob Size'
  75.   end
  76.   object DBNavigator1: TDBNavigator
  77.     Left = 10
  78.     Top = 242
  79.     Width = 331
  80.     Height = 25
  81.     DataSource = DataSource1
  82.     TabOrder = 0
  83.   end
  84.   object AutodisplayCheckBox: TCheckBox
  85.     Left = 16
  86.     Top = 10
  87.     Width = 73
  88.     Height = 17
  89.     Caption = 'Autodisplay'
  90.     State = cbChecked
  91.     TabOrder = 1
  92.     OnClick = AutodisplayCheckBoxClick
  93.   end
  94.   object DBEdit1: TDBEdit
  95.     Left = 349
  96.     Top = 56
  97.     Width = 213
  98.     Height = 20
  99.     Color = clGray
  100.     DataField = 'TEXT1'
  101.     DataSource = DataSource1
  102.     MaxLength = 0
  103.     TabOrder = 2
  104.   end
  105.   object StretchCheckBox: TCheckBox
  106.     Left = 94
  107.     Top = 10
  108.     Width = 61
  109.     Height = 17
  110.     Caption = 'Stretch it'
  111.     TabOrder = 3
  112.     OnClick = StretchCheckBoxClick
  113.   end
  114.   object GroupBox1: TGroupBox
  115.     Left = 348
  116.     Top = 259
  117.     Width = 97
  118.     Height = 89
  119.     Caption = 'Resolution'
  120.     Color = clBtnFace
  121.     Font.Color = clMaroon
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentColor = False
  126.     ParentFont = False
  127.     TabOrder = 6
  128.     object RadioButton1: TRadioButton
  129.       Left = 7
  130.       Top = 18
  131.       Width = 80
  132.       Height = 17
  133.       Caption = '16 Colors'
  134.       Font.Color = clBlack
  135.       Font.Height = -11
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = []
  138.       ParentFont = False
  139.       TabOrder = 0
  140.       OnClick = ResolutionClick
  141.     end
  142.     object RadioButton2: TRadioButton
  143.       Left = 7
  144.       Top = 45
  145.       Width = 76
  146.       Height = 15
  147.       Caption = '256 Colors'
  148.       Checked = True
  149.       Font.Color = clBlack
  150.       Font.Height = -11
  151.       Font.Name = 'MS Sans Serif'
  152.       Font.Style = []
  153.       ParentFont = False
  154.       TabOrder = 1
  155.       TabStop = True
  156.       OnClick = ResolutionClick
  157.     end
  158.     object RadioButton3: TRadioButton
  159.       Left = 7
  160.       Top = 69
  161.       Width = 80
  162.       Height = 17
  163.       Hint = '(Should have true color VGA Card)'
  164.       Caption = 'True Color'
  165.       Font.Color = clBlack
  166.       Font.Height = -11
  167.       Font.Name = 'MS Sans Serif'
  168.       Font.Style = []
  169.       ParentFont = False
  170.       TabOrder = 2
  171.       OnClick = ResolutionClick
  172.     end
  173.   end
  174.   object CenterCheckBox: TCheckBox
  175.     Left = 164
  176.     Top = 8
  177.     Width = 73
  178.     Height = 19
  179.     Caption = 'Center it'
  180.     State = cbChecked
  181.     TabOrder = 7
  182.     OnClick = CenterCheckBoxClick
  183.   end
  184.   object Edit1: TEdit
  185.     Left = 349
  186.     Top = 35
  187.     Width = 213
  188.     Height = 20
  189.     Color = clNavy
  190.     Font.Color = clWhite
  191.     Font.Height = -11
  192.     Font.Name = 'MS Sans Serif'
  193.     Font.Style = []
  194.     ParentFont = False
  195.     ReadOnly = True
  196.     TabOrder = 11
  197.   end
  198.   object Edit2: TEdit
  199.     Left = 452
  200.     Top = 78
  201.     Width = 110
  202.     Height = 20
  203.     Color = clGray
  204.     Font.Color = clNavy
  205.     Font.Height = -11
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     ParentFont = False
  209.     ReadOnly = True
  210.     TabOrder = 13
  211.   end
  212.   object Edit3: TEdit
  213.     Left = 452
  214.     Top = 100
  215.     Width = 110
  216.     Height = 20
  217.     Color = clGray
  218.     Font.Color = clNavy
  219.     Font.Height = -11
  220.     Font.Name = 'MS Sans Serif'
  221.     Font.Style = []
  222.     ParentFont = False
  223.     ReadOnly = True
  224.     TabOrder = 14
  225.   end
  226.   object Edit4: TEdit
  227.     Left = 452
  228.     Top = 122
  229.     Width = 110
  230.     Height = 20
  231.     Color = clGray
  232.     Font.Color = clNavy
  233.     Font.Height = -11
  234.     Font.Name = 'MS Sans Serif'
  235.     Font.Style = []
  236.     ParentFont = False
  237.     ReadOnly = True
  238.     TabOrder = 15
  239.   end
  240.   object Edit5: TEdit
  241.     Left = 452
  242.     Top = 144
  243.     Width = 110
  244.     Height = 20
  245.     Color = clGray
  246.     Font.Color = clNavy
  247.     Font.Height = -11
  248.     Font.Name = 'MS Sans Serif'
  249.     Font.Style = []
  250.     ParentFont = False
  251.     ReadOnly = True
  252.     TabOrder = 16
  253.   end
  254.   object Edit6: TEdit
  255.     Left = 452
  256.     Top = 166
  257.     Width = 110
  258.     Height = 20
  259.     Color = clGray
  260.     Font.Color = clNavy
  261.     Font.Height = -11
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ParentFont = False
  265.     ReadOnly = True
  266.     TabOrder = 17
  267.   end
  268.   object Edit7: TEdit
  269.     Left = 452
  270.     Top = 188
  271.     Width = 110
  272.     Height = 20
  273.     Color = clGray
  274.     Font.Color = clNavy
  275.     Font.Height = -11
  276.     Font.Name = 'MS Sans Serif'
  277.     Font.Style = []
  278.     ParentFont = False
  279.     ReadOnly = True
  280.     TabOrder = 18
  281.   end
  282.   object Edit8: TEdit
  283.     Left = 452
  284.     Top = 210
  285.     Width = 110
  286.     Height = 20
  287.     Color = clTeal
  288.     Font.Color = clAqua
  289.     Font.Height = -11
  290.     Font.Name = 'MS Sans Serif'
  291.     Font.Style = []
  292.     ParentFont = False
  293.     ReadOnly = True
  294.     TabOrder = 19
  295.   end
  296.   object GroupBox2: TGroupBox
  297.     Left = 461
  298.     Top = 259
  299.     Width = 112
  300.     Height = 163
  301.     Caption = 'Blob Update To'
  302.     Font.Color = clMaroon
  303.     Font.Height = -11
  304.     Font.Name = 'MS Sans Serif'
  305.     Font.Style = []
  306.     ParentFont = False
  307.     TabOrder = 20
  308.     object RadioButton4: TRadioButton
  309.       Left = 8
  310.       Top = 23
  311.       Width = 80
  312.       Height = 17
  313.       Caption = 'A Jpeg Blob'
  314.       Checked = True
  315.       Font.Color = clBlack
  316.       Font.Height = -11
  317.       Font.Name = 'MS Sans Serif'
  318.       Font.Style = []
  319.       ParentFont = False
  320.       TabOrder = 0
  321.       TabStop = True
  322.       OnClick = RadioButton4Click
  323.     end
  324.     object RadioButton5: TRadioButton
  325.       Left = 8
  326.       Top = 51
  327.       Width = 80
  328.       Height = 17
  329.       Caption = 'A BMP Blob'
  330.       Font.Color = clBlack
  331.       Font.Height = -11
  332.       Font.Name = 'MS Sans Serif'
  333.       Font.Style = []
  334.       ParentFont = False
  335.       TabOrder = 1
  336.       OnClick = RadioButton5Click
  337.     end
  338.     object RadioButton6: TRadioButton
  339.       Left = 7
  340.       Top = 78
  341.       Width = 82
  342.       Height = 17
  343.       Caption = 'A GIF Blob'
  344.       Font.Color = clBlack
  345.       Font.Height = -11
  346.       Font.Name = 'MS Sans Serif'
  347.       Font.Style = []
  348.       ParentFont = False
  349.       TabOrder = 2
  350.       OnClick = RadioButton6Click
  351.     end
  352.     object RadioButton7: TRadioButton
  353.       Left = 7
  354.       Top = 108
  355.       Width = 85
  356.       Height = 17
  357.       Caption = 'A PCX Blob'
  358.       Font.Color = clBlack
  359.       Font.Height = -11
  360.       Font.Name = 'MS Sans Serif'
  361.       Font.Style = []
  362.       ParentFont = False
  363.       TabOrder = 3
  364.       OnClick = RadioButton7Click
  365.     end
  366.     object RadioButton9: TRadioButton
  367.       Left = 8
  368.       Top = 136
  369.       Width = 80
  370.       Height = 17
  371.       Caption = 'A PNG Blob'
  372.       Font.Color = clBlack
  373.       Font.Height = -11
  374.       Font.Name = 'MS Sans Serif'
  375.       Font.Style = []
  376.       ParentFont = False
  377.       TabOrder = 4
  378.       OnClick = RadioButton9Click
  379.     end
  380.   end
  381.   object GroupBox3: TGroupBox
  382.     Left = 348
  383.     Top = 358
  384.     Width = 96
  385.     Height = 63
  386.     Caption = 'Jpg Save Options'
  387.     Font.Color = clMaroon
  388.     Font.Height = -11
  389.     Font.Name = 'MS Sans Serif'
  390.     Font.Style = []
  391.     ParentFont = False
  392.     TabOrder = 23
  393.     object Label8: TLabel
  394.       Left = 8
  395.       Top = 18
  396.       Width = 32
  397.       Height = 13
  398.       Caption = 'Quality'
  399.       Font.Color = clBlack
  400.       Font.Height = -11
  401.       Font.Name = 'MS Sans Serif'
  402.       Font.Style = []
  403.       ParentFont = False
  404.     end
  405.     object Label9: TLabel
  406.       Left = 8
  407.       Top = 39
  408.       Width = 36
  409.       Height = 13
  410.       Caption = 'Smooth'
  411.       Font.Color = clBlack
  412.       Font.Height = -11
  413.       Font.Name = 'MS Sans Serif'
  414.       Font.Style = []
  415.       ParentFont = False
  416.     end
  417.     object SpinEdit1: TSpinEdit
  418.       Left = 47
  419.       Top = 14
  420.       Width = 45
  421.       Height = 22
  422.       Hint = 'Jpg update quality factor (0..100)'
  423.       Color = clNavy
  424.       Font.Color = clYellow
  425.       Font.Height = -11
  426.       Font.Name = 'MS Sans Serif'
  427.       Font.Style = []
  428.       MaxValue = 100
  429.       MinValue = 0
  430.       ParentFont = False
  431.       ParentShowHint = False
  432.       ShowHint = True
  433.       TabOrder = 0
  434.       Value = 0
  435.       OnChange = SpinEdit1Change
  436.     end
  437.     object SpinEdit2: TSpinEdit
  438.       Left = 47
  439.       Top = 36
  440.       Width = 45
  441.       Height = 22
  442.       Hint = 'Jpg update Smoothing factor (0..100)'
  443.       Color = clNavy
  444.       Font.Color = clYellow
  445.       Font.Height = -11
  446.       Font.Name = 'MS Sans Serif'
  447.       Font.Style = []
  448.       MaxValue = 100
  449.       MinValue = 0
  450.       ParentFont = False
  451.       ParentShowHint = False
  452.       ShowHint = True
  453.       TabOrder = 1
  454.       Value = 0
  455.       OnChange = SpinEdit2Change
  456.     end
  457.   end
  458.   object BitBtn9: TBitBtn
  459.     Left = 9
  460.     Top = 405
  461.     Width = 166
  462.     Height = 24
  463.     Caption = 'Print'
  464.     TabOrder = 24
  465.     OnClick = BitBtn9Click
  466.     Glyph.Data = {
  467.       76010000424D7601000000000000760000002800000020000000100000000100
  468.       04000000000000010000130B0000130B00000000000000000000000000000000
  469.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  470.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  471.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  472.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  473.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  474.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  475.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  476.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  477.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  478.       33333337FFFF7733333333300000033333333337777773333333}
  479.     NumGlyphs = 2
  480.     Style = bsNew
  481.     Spacing = 0
  482.   end
  483.   object BitBtn1: TBitBtn
  484.     Left = 9
  485.     Top = 290
  486.     Width = 166
  487.     Height = 25
  488.     Caption = 'Replace Blob from file'
  489.     TabOrder = 4
  490.     OnClick = BitBtn1Click
  491.     Glyph.Data = {
  492.       78010000424D7801000000000000760000002800000020000000100000000100
  493.       04000000000000000000120B0000120B00000000000000000000000000000000
  494.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  495.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550000000005
  496.       555555777777777FF5555500000000805555557777777777FF555550BBBBB008
  497.       05555557F5FFF7777FF55550B000B030805555F7F777F7F777F550000000B033
  498.       005557777777F7F5775550BBBBB00033055557F5FFF777F57F5550B000B08033
  499.       055557F77757F7F57F5550BBBBB08033055557F55557F7F57F5550BBBBB00033
  500.       055557FFFFF777F57F5550000000703305555777777757F57F555550FFF77033
  501.       05555557FFFFF7FF7F55550000000003055555777777777F7F55550777777700
  502.       05555575FF5555777F55555003B3B3B00555555775FF55577FF55555500B3B3B
  503.       005555555775FFFF77F5555555700000005555555557777777550000}
  504.     Layout = blGlyphRight
  505.     NumGlyphs = 2
  506.     Style = bsNew
  507.   end
  508.   object BitBtn2: TBitBtn
  509.     Left = 9
  510.     Top = 266
  511.     Width = 166
  512.     Height = 25
  513.     Caption = 'Save blob to file as stored'
  514.     TabOrder = 5
  515.     OnClick = BitBtn2Click
  516.     NumGlyphs = 2
  517.     Style = bsNew
  518.   end
  519.   object BitBtn4: TBitBtn
  520.     Left = 174
  521.     Top = 290
  522.     Width = 167
  523.     Height = 25
  524.     Caption = 'Save Blob to ClipBoard'
  525.     TabOrder = 8
  526.     OnClick = BitBtn4Click
  527.     Glyph.Data = {
  528.       56070000424D5607000000000000360400002800000028000000140000000100
  529.       0800000000002003000000000000000000000000000000000000000000000000
  530.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  531.       A600000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  561.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  562.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  563.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  564.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  565.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  566.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  567.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  568.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  569.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  570.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  571.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  572.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  573.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  574.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  575.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  576.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  577.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  578.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  579.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  580.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  581.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  582.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  583.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  584.       0303030303030303030303030303030303030303030303030303030303030303
  585.       0303030303030303030303030303030303030303030303030303030303030303
  586.       0303030303030303030303030303030303030303030303030303}
  587.     NumGlyphs = 2
  588.     Style = bsNew
  589.   end
  590.   object BitBtn5: TBitBtn
  591.     Left = 174
  592.     Top = 266
  593.     Width = 167
  594.     Height = 25
  595.     Caption = 'Past Blob from clipboard'
  596.     Enabled = False
  597.     TabOrder = 9
  598.     OnClick = BitBtn5Click
  599.     Glyph.Data = {
  600.       76010000424D7601000000000000760000002800000020000000100000000100
  601.       04000000000000010000130B0000130B00000000000000000000000000000000
  602.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  603.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  604.       FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  605.       FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  606.       FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  607.       0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  608.       9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  609.       9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  610.       99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  611.       93337777FF777777733370000000073333333777777773333333}
  612.     Layout = blGlyphRight
  613.     NumGlyphs = 2
  614.     Style = bsNew
  615.   end
  616.   object BitBtn6: TBitBtn
  617.     Left = 9
  618.     Top = 314
  619.     Width = 166
  620.     Height = 24
  621.     Caption = 'Append Blob from file'
  622.     TabOrder = 10
  623.     OnClick = BitBtn6Click
  624.     Glyph.Data = {
  625.       78010000424D7801000000000000760000002800000020000000100000000100
  626.       04000000000000000000120B0000120B00000000000000000000000000000000
  627.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  628.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033BBBBBBBBBB
  629.       BB33337777777777777F33BB00BBBBBBBB33337F77333333F37F33BB0BBBBBB0
  630.       BB33337F73F33337FF7F33BBB0BBBB000B33337F37FF3377737F33BBB00BB00B
  631.       BB33337F377F3773337F33BBBB0B00BBBB33337F337F7733337F33BBBB000BBB
  632.       BB33337F33777F33337F33EEEE000EEEEE33337F3F777FFF337F33EE0E80000E
  633.       EE33337F73F77773337F33EEE0800EEEEE33337F37377F33337F33EEEE000EEE
  634.       EE33337F33777F33337F33EEEEE00EEEEE33337F33377FF3337F33EEEEEE00EE
  635.       EE33337F333377F3337F33EEEEEE00EEEE33337F33337733337F33EEEEEEEEEE
  636.       EE33337FFFFFFFFFFF7F33EEEEEEEEEEEE3333777777777777730000}
  637.     NumGlyphs = 2
  638.     Style = bsNew
  639.   end
  640.   object BitBtn7: TBitBtn
  641.     Left = 174
  642.     Top = 314
  643.     Width = 167
  644.     Height = 24
  645.     Caption = 'Save to file as BMP'
  646.     TabOrder = 21
  647.     OnClick = BitBtn7Click
  648.     Style = bsNew
  649.   end
  650.   object BitBtn8: TBitBtn
  651.     Left = 174
  652.     Top = 337
  653.     Width = 167
  654.     Height = 23
  655.     Caption = 'Save to file as Jpeg'
  656.     TabOrder = 22
  657.     OnClick = BitBtn8Click
  658.     Style = bsNew
  659.   end
  660.   object BitBtn12: TBitBtn
  661.     Left = 9
  662.     Top = 382
  663.     Width = 166
  664.     Height = 24
  665.     Caption = 'Order && About ImageLib'
  666.     TabOrder = 26
  667.     OnClick = BitBtn12Click
  668.     Style = bsNew
  669.   end
  670.   object BitBtn11: TBitBtn
  671.     Left = 9
  672.     Top = 337
  673.     Width = 166
  674.     Height = 23
  675.     Caption = 'Enlarge'
  676.     TabOrder = 25
  677.     OnClick = BitBtn11Click
  678.     Glyph.Data = {
  679.       06020000424D0602000000000000760000002800000028000000140000000100
  680.       0400000000009001000000000000000000000000000000000000000000000000
  681.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  682.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  683.       3333333333FFFFFFFF333FFFFF3330000000033300000333377777777F337777
  684.       7FF330EFEFEF03307333703337F3FFFF7F37733377F330F4444E033333333033
  685.       37F777737F333333F7F33099999903333330703337F333337F33333777FF309F
  686.       FFF903333330000337F333337F33333777733099999903333330003337F3FF3F
  687.       7F333337773330F44E0003333330033337F7737773333337733330EFEF003333
  688.       3330333337FFFF7733333337333330000003333333333333377777733333FFFF
  689.       FFFF3333333333300000000333333F3333377777777F333303333330EFEFEF03
  690.       33337F333337F3FFFF7F333003333330F4444E0333377F333337F777737F3300
  691.       03333330EFEFEF0333777F333337F3FFFF7F300003333330F4444E0337777F33
  692.       3337F777737F330703333330EFEFEF03337773333337F3FF3F7F330333333330
  693.       F44E0003337FF333FF37F7737773330733370330EFEF00333377FFF77337FFFF
  694.       7733333000003330000003333337777733377777733333333333333333333333
  695.       33333333333333333333}
  696.     NumGlyphs = 2
  697.     Style = bsNew
  698.   end
  699.   object BitBtn3: TBitBtn
  700.     Left = 9
  701.     Top = 359
  702.     Width = 166
  703.     Height = 24
  704.     Caption = 'Open Table'
  705.     TabOrder = 12
  706.     OnClick = BitBtn3Click
  707.     Glyph.Data = {
  708.       78010000424D7801000000000000760000002800000020000000100000000100
  709.       04000000000000000000120B0000120B00000000000000000000000000000000
  710.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  711.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  712.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  713.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  714.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  715.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  716.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  717.       FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  718.       C8807FF7777777777FF700000000000000007777777777777777333333333333
  719.       33333333333333333333333333333333333333333333333333330000}
  720.     NumGlyphs = 2
  721.     Style = bsNew
  722.   end
  723.   object BitBtn13: TBitBtn
  724.     Left = 349
  725.     Top = 6
  726.     Width = 97
  727.     Height = 25
  728.     Caption = 'New Scroll Msg'
  729.     TabOrder = 27
  730.     OnClick = BitBtn13Click
  731.     Style = bsNew
  732.   end
  733.   object DBMultiImage1: TPDBMultiImage
  734.     Left = 10
  735.     Top = 35
  736.     Width = 331
  737.     Height = 207
  738.     ImageReadRes = Color256
  739.     ImageWriteRes = Color256
  740.     JPegSaveQuality = 25
  741.     JPegSaveSmooth = 0
  742.     ImageDither = True
  743.     UpdateAsJPG = False
  744.     UpdateAsBMP = False
  745.     UpdateAsGIF = False
  746.     UpdateAsPCX = False
  747.     UpdateAsPNG = True
  748.     Color = clTeal
  749.     DataField = 'BLOBIMAGE'
  750.     DataSource = DataSource1
  751.     TabOrder = 28
  752.   end
  753.   object BitBtn14: TBitBtn
  754.     Left = 174
  755.     Top = 359
  756.     Width = 167
  757.     Height = 24
  758.     Caption = 'Save to file as GIF'
  759.     TabOrder = 29
  760.     OnClick = BitBtn14Click
  761.     Style = bsNew
  762.   end
  763.   object BitBtn15: TBitBtn
  764.     Left = 174
  765.     Top = 382
  766.     Width = 167
  767.     Height = 24
  768.     Caption = 'Save to file as PCX'
  769.     TabOrder = 30
  770.     OnClick = BitBtn15Click
  771.     Style = bsNew
  772.   end
  773.   object BitBtn16: TBitBtn
  774.     Left = 174
  775.     Top = 405
  776.     Width = 167
  777.     Height = 24
  778.     Caption = 'Save to file as PNG'
  779.     TabOrder = 31
  780.     OnClick = BitBtn16Click
  781.     Style = bsNew
  782.   end
  783.   object BitBtn10: TBitBtn
  784.     Left = 464
  785.     Top = 6
  786.     Width = 97
  787.     Height = 25
  788.     Caption = 'New Credit Msg'
  789.     TabOrder = 32
  790.     OnClick = BitBtn10Click
  791.     Style = bsNew
  792.   end
  793.   object Table1: TTable
  794.     DatabaseName = 'c:\imlib30'
  795.     TableName = 'JPSTAMP.DBF'
  796.     Left = 309
  797.     Top = 40
  798.   end
  799.   object DataSource1: TDataSource
  800.     DataSet = Table1
  801.     OnDataChange = DataSource1DataChange
  802.     Left = 280
  803.     Top = 40
  804.   end
  805.   object OpenDialog1: TOpenDialog
  806.     Filter = 
  807.       'All Images|*.jpg;*.gif;*.pcx;*.bmp;*.scm;*.png;|BMP Images|*.bmp' +
  808.       '|GIF Images|*.gif|PCX Images|*.pcx|JPG Images|*.jpg|PNG Images|*' +
  809.       '.png|Scroll Messages|*.scm'
  810.     Left = 280
  811.     Top = 67
  812.   end
  813.   object SaveDialog1: TSaveDialog
  814.     Options = [ofOverwritePrompt]
  815.     Left = 251
  816.     Top = 67
  817.   end
  818.   object Timer1: TTimer
  819.     OnTimer = Timer1Timer
  820.     Left = 309
  821.     Top = 67
  822.   end
  823.   object OpenDialog2: TOpenDialog
  824.     FileName = 'JPSTAMP.DBF'
  825.     Filter = 'sample dbf|JPSTAMP.DBF'
  826.     Left = 251
  827.     Top = 40
  828.   end
  829.   object SaveDialog2: TSaveDialog
  830.     DefaultExt = 'JPG'
  831.     Filter = 'Jpeg files|*.JPG'
  832.     Left = 251
  833.     Top = 94
  834.   end
  835.   object PrintDialog1: TPrintDialog
  836.     Left = 280
  837.     Top = 94
  838.   end
  839. end
  840.