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

  1. object PickPicForm: TPickPicForm
  2.   Left = 247
  3.   Top = 175
  4.   HelpContext = 121
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Pick Graphic'
  8.   ClientHeight = 297
  9.   ClientWidth = 291
  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.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OkBtn: TBitBtn
  22.     Left = 16
  23.     Top = 261
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     TabOrder = 1
  28.     Kind = bkOK
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 108
  32.     Top = 261
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Cancel'
  36.     TabOrder = 2
  37.     Kind = bkCancel
  38.   end
  39.   object HelpBtn: TBitBtn
  40.     Left = 200
  41.     Top = 261
  42.     Width = 75
  43.     Height = 25
  44.     TabOrder = 3
  45.     Kind = bkHelp
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 15
  49.     Top = 8
  50.     Width = 261
  51.     Height = 241
  52.     BevelInner = bvRaised
  53.     BevelOuter = bvLowered
  54.     TabOrder = 0
  55.     object Panel2: TPanel
  56.       Left = 8
  57.       Top = 12
  58.       Width = 166
  59.       Height = 165
  60.       BevelInner = bvRaised
  61.       BevelOuter = bvLowered
  62.       BevelWidth = 2
  63.       Color = clWhite
  64.       TabOrder = 0
  65.       object Image: TImage
  66.         Left = 4
  67.         Top = 4
  68.         Width = 158
  69.         Height = 157
  70.         Align = alClient
  71.         Stretch = True
  72.         OnMouseDown = ImageMouseDown
  73.       end
  74.       object CropRect: TShape
  75.         Left = 8
  76.         Top = 8
  77.         Width = 57
  78.         Height = 57
  79.         Brush.Style = bsClear
  80.         Pen.Color = clGray
  81.         Pen.Width = 2
  82.         OnMouseDown = CropRectMouseDown
  83.       end
  84.       object Handles: TStretchHandle
  85.         Left = 128
  86.         Top = 8
  87.         Width = 24
  88.         Height = 24
  89.         GridX = 1
  90.         GridY = 1
  91.         Enabled = False
  92.         Visible = False
  93.       end
  94.     end
  95.     object LoadBtn: TBitBtn
  96.       Left = 184
  97.       Top = 16
  98.       Width = 60
  99.       Height = 25
  100.       Caption = '&Load...'
  101.       TabOrder = 1
  102.       OnClick = LoadBtnClick
  103.     end
  104.     object ClearBtn: TBitBtn
  105.       Left = 184
  106.       Top = 112
  107.       Width = 60
  108.       Height = 25
  109.       Caption = 'C&lear'
  110.       TabOrder = 4
  111.       OnClick = ClearBtnClick
  112.     end
  113.     object SaveBtn: TBitBtn
  114.       Left = 184
  115.       Top = 48
  116.       Width = 60
  117.       Height = 25
  118.       Caption = '&Save...'
  119.       TabOrder = 2
  120.       OnClick = SaveBtnClick
  121.     end
  122.     object AquireBtn: TBitBtn
  123.       Left = 184
  124.       Top = 80
  125.       Width = 60
  126.       Height = 25
  127.       Caption = '&Acquire...'
  128.       TabOrder = 3
  129.       OnClick = AquireBtnClick
  130.     end
  131.     object RotateBtn: TBitBtn
  132.       Left = 137
  133.       Top = 185
  134.       Width = 100
  135.       Height = 25
  136.       Caption = '&Rotate'
  137.       Enabled = False
  138.       TabOrder = 7
  139.       OnClick = RotateBtnClick
  140.     end
  141.     object MirrorHorizontalBtn: TBitBtn
  142.       Left = 25
  143.       Top = 184
  144.       Width = 100
  145.       Height = 25
  146.       Caption = 'Mirror &Horizontal'
  147.       TabOrder = 5
  148.       OnClick = MirrorHorizontalBtnClick
  149.     end
  150.     object CropBtn: TBitBtn
  151.       Left = 137
  152.       Top = 212
  153.       Width = 100
  154.       Height = 25
  155.       Caption = '&Crop'
  156.       Enabled = False
  157.       TabOrder = 8
  158.       OnClick = CropBtnClick
  159.     end
  160.     object MirrorVerticalBtn: TBitBtn
  161.       Left = 25
  162.       Top = 212
  163.       Width = 100
  164.       Height = 25
  165.       Caption = 'Mirror &Vertical'
  166.       TabOrder = 6
  167.       OnClick = MirrorVerticalBtnClick
  168.     end
  169.   end
  170.   object SaveDialog: TSaveDialog
  171.     Options = [ofHideReadOnly, ofNoChangeDir]
  172.     Left = 256
  173.     Top = 192
  174.   end
  175.   object GraphicOpenDialog: TPreviewDialog
  176.     Filter = 
  177.       'All Supported Formats|*.BMP;*.WMF;*.EMF;*.PCX;*.JPG;*.TIF;*.PNG|' +
  178.       'Bitmaps (*.bmp)|*.BMP|Metafiles (*.wmf, *.emf)|*.WMF;*.EMF|JPEG ' +
  179.       '(*.jpeg, *.jpg)|*.JPG|PC Paint (*.pcx)|*.PCX|TIFF (*.tif)|*.TIF|' +
  180.       'Portable Network Graphics (*.png)|*.PNG'
  181.     Options = [ofHideReadOnly, ofNoChangeDir]
  182.     OnDrawPreview = GraphicOpenDialogDrawPreview
  183.     Left = 256
  184.     Top = 224
  185.   end
  186. end
  187.