home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TSAVEASGRAPHICFORM / TSAVEASGRAPHICFORM.txt
Encoding:
Text File  |  2000-10-20  |  6.1 KB  |  227 lines

  1. object SaveAsGraphicForm: TSaveAsGraphicForm
  2.   Left = 214
  3.   Top = 108
  4.   HelpContext = 104
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save As Graphic'
  8.   ClientHeight = 200
  9.   ClientWidth = 324
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 120
  23.     Width = 305
  24.     Height = 49
  25.     AutoSize = False
  26.     Caption = 
  27.       'The size and resolution of the graphics produced depends on the ' +
  28.       'zoom factor chosen in the main window.  The larger the zoom fact' +
  29.       'or the greater the detail saved and the larger the file.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     Visible = False
  37.     WordWrap = True
  38.   end
  39.   object Label3: TLabel
  40.     Left = 10
  41.     Top = 128
  42.     Width = 305
  43.     Height = 57
  44.     AutoSize = False
  45.     Caption = 
  46.       'If you having your card printed from the graphic, a zoom factor ' +
  47.       'of at least 400% is recommended.  If you intend to email your ca' +
  48.       'rd you can use a much lower zoom factor.'
  49.     Visible = False
  50.     WordWrap = True
  51.   end
  52.   object Bevel1: TBevel
  53.     Left = 10
  54.     Top = 136
  55.     Width = 305
  56.     Height = 9
  57.     Shape = bsTopLine
  58.     Visible = False
  59.   end
  60.   object URLabel1: TLabel
  61.     Left = 8
  62.     Top = 8
  63.     Width = 241
  64.     Height = 13
  65.     Caption = 'THANK YOU FOR USING THIS TRIAL VERSION.'
  66.   end
  67.   object URLabel2: TLabel
  68.     Left = 6
  69.     Top = 32
  70.     Width = 313
  71.     Height = 33
  72.     AutoSize = False
  73.     Caption = 
  74.       'This feature is not available in the trial version.  To use this' +
  75.       ' feature please purchase a license.'
  76.     WordWrap = True
  77.   end
  78.   object URLabel3: TLabel
  79.     Left = 8
  80.     Top = 64
  81.     Width = 313
  82.     Height = 65
  83.     AutoSize = False
  84.     Caption = 
  85.       'In the licensed version you can use this feature to save your de' +
  86.       'sign as a graphic file (JPG or BMP format) so it can be used in ' +
  87.       'other documents, e-mailed or brought to a local print shop for p' +
  88.       'rinting.'
  89.     WordWrap = True
  90.   end
  91.   object GroupBox1: TGroupBox
  92.     Left = 10
  93.     Top = 144
  94.     Width = 305
  95.     Height = 65
  96.     Caption = 'Filename'
  97.     TabOrder = 0
  98.     Visible = False
  99.     object FileEdit: TEdit
  100.       Left = 16
  101.       Top = 24
  102.       Width = 233
  103.       Height = 21
  104.       TabStop = False
  105.       Color = clBtnFace
  106.       ReadOnly = True
  107.       TabOrder = 0
  108.     end
  109.     object ChooseFileBtn: TBitBtn
  110.       Left = 264
  111.       Top = 24
  112.       Width = 25
  113.       Height = 25
  114.       TabOrder = 1
  115.       OnClick = ChooseFileBtnClick
  116.       Glyph.Data = {
  117.         66010000424D6601000000000000760000002800000014000000140000000100
  118.         040000000000F000000000000000000000001000000000000000000000000000
  119.         80000080000000808000800000008000800080800000C0C0C000808080000000
  120.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  121.         7777777700007777777777777777777700007777777777777777777700007700
  122.         00000000077777770000770033333333307777770000770B0333333333077777
  123.         0000770FBF333333333077770000770BFB033333333307770000770FBFB00000
  124.         000000770000770BFBFBFBFB077777770000770FBFBFBFBF077777770000770B
  125.         FB00000007777777000077700077777777000777000077777777777777700777
  126.         0000777777777707770707770000777777777770007777770000777777777777
  127.         7777777700007777777777777777777700007777777777777777777700007777
  128.         77777777777777770000}
  129.     end
  130.   end
  131.   object OptionsGroup: TGroupBox
  132.     Left = 10
  133.     Top = 208
  134.     Width = 305
  135.     Height = 65
  136.     Caption = 'JPEG Options'
  137.     TabOrder = 1
  138.     Visible = False
  139.     object Label1: TLabel
  140.       Left = 16
  141.       Top = 26
  142.       Width = 35
  143.       Height = 13
  144.       Caption = 'Quality:'
  145.     end
  146.     object QualityEdit: TEdit
  147.       Left = 64
  148.       Top = 22
  149.       Width = 33
  150.       Height = 21
  151.       TabOrder = 0
  152.       Text = '75'
  153.     end
  154.     object UpDown1: TUpDown
  155.       Left = 97
  156.       Top = 22
  157.       Width = 15
  158.       Height = 21
  159.       Associate = QualityEdit
  160.       Min = 0
  161.       Position = 75
  162.       TabOrder = 1
  163.       Wrap = False
  164.     end
  165.     object ProgressiveCheck: TCheckBox
  166.       Left = 136
  167.       Top = 24
  168.       Width = 97
  169.       Height = 17
  170.       Caption = '&Progressive'
  171.       TabOrder = 2
  172.     end
  173.   end
  174.   object OkBtn: TBitBtn
  175.     Left = 8
  176.     Top = 165
  177.     Width = 75
  178.     Height = 25
  179.     Caption = '&OK'
  180.     Default = True
  181.     ModalResult = 2
  182.     TabOrder = 2
  183.     Visible = False
  184.     Glyph.Data = {
  185.       DE010000424DDE01000000000000760000002800000024000000120000000100
  186.       0400000000006801000000000000000000001000000000000000000000000000
  187.       80000080000000808000800000008000800080800000C0C0C000808080000000
  188.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  189.       3333333333333333333333330000333333333333333333333333F33333333333
  190.       00003333344333333333333333388F3333333333000033334224333333333333
  191.       338338F3333333330000333422224333333333333833338F3333333300003342
  192.       222224333333333383333338F3333333000034222A22224333333338F338F333
  193.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  194.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  195.       0000333333333A222433333333333338F338F33300003333333333A222433333
  196.       333333338F338F33000033333333333A222433333333333338F338F300003333
  197.       33333333A222433333333333338F338F00003333333333333A22433333333333
  198.       3338F38F000033333333333333A223333333333333338F830000333333333333
  199.       333A333333333333333338330000333333333333333333333333333333333333
  200.       0000}
  201.     NumGlyphs = 2
  202.   end
  203.   object CancelBtn: TBitBtn
  204.     Left = 78
  205.     Top = 165
  206.     Width = 75
  207.     Height = 25
  208.     Caption = '&Cancel'
  209.     TabOrder = 3
  210.     Kind = bkCancel
  211.   end
  212.   object HelpBtn: TBitBtn
  213.     Left = 170
  214.     Top = 165
  215.     Width = 75
  216.     Height = 25
  217.     TabOrder = 4
  218.     Kind = bkHelp
  219.   end
  220.   object SaveDialog: TSaveDialog
  221.     DefaultExt = 'bmp'
  222.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
  223.     Left = 240
  224.     Top = 112
  225.   end
  226. end
  227.