home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / ChipCD_12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TMAINWIN / TMAINWIN.txt < prev   
Encoding:
Text File  |  1999-09-28  |  8.8 KB  |  396 lines

  1. object MainWin: TMainWin
  2.   Left = 249
  3.   Top = 114
  4.   BorderStyle = bsSingle
  5.   Caption = 'Capture Express 2000'
  6.   ClientHeight = 231
  7.   ClientWidth = 480
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object MyAd: TAdImage
  22.     Left = 8
  23.     Top = 4
  24.     Width = 468
  25.     Height = 60
  26.     Cursor = crHandPoint
  27.     AutoLoad = False
  28.     Options = []
  29.     ProgramID = 405
  30.     BandwidthThrottle = 2147483647
  31.     MinimumAdDisplayTime = 0
  32.     NetworkIsUp = False
  33.     Size = ADS468x60
  34.   end
  35.   object MainPanel: TPanel
  36.     Left = 8
  37.     Top = 70
  38.     Width = 469
  39.     Height = 159
  40.     BevelOuter = bvNone
  41.     TabOrder = 1
  42.     object MyImage: TImage
  43.       Left = 220
  44.       Top = 8
  45.       Width = 149
  46.       Height = 101
  47.       OnDblClick = ViewButtonClick
  48.     end
  49.     object SavePrintPanel: TPanel
  50.       Left = 0
  51.       Top = 4
  52.       Width = 381
  53.       Height = 149
  54.       TabOrder = 0
  55.       object ThumbImage: TImage
  56.         Left = 240
  57.         Top = 8
  58.         Width = 133
  59.         Height = 125
  60.         PopupMenu = PictMenu
  61.         OnDblClick = ViewButtonClick
  62.       end
  63.       object SaveBit: TRadioButton
  64.         Left = 8
  65.         Top = 8
  66.         Width = 113
  67.         Height = 17
  68.         Caption = 'Save As &Bitmap'
  69.         TabOrder = 0
  70.         OnClick = SaveBitClick
  71.       end
  72.       object SaveGIF: TRadioButton
  73.         Left = 8
  74.         Top = 28
  75.         Width = 137
  76.         Height = 17
  77.         Caption = 'Save As &GIF'
  78.         TabOrder = 1
  79.         OnClick = SaveGIFClick
  80.       end
  81.       object PrintPixel: TRadioButton
  82.         Left = 8
  83.         Top = 68
  84.         Width = 197
  85.         Height = 17
  86.         Caption = 'Print Using Pi&xel Size'
  87.         TabOrder = 3
  88.         OnClick = PrintPixelClick
  89.       end
  90.       object PrintFilled: TRadioButton
  91.         Left = 8
  92.         Top = 88
  93.         Width = 181
  94.         Height = 17
  95.         Caption = 'Print &Filling Page'
  96.         TabOrder = 4
  97.         OnClick = PrintFilledClick
  98.       end
  99.       object SaveJPEG: TRadioButton
  100.         Left = 8
  101.         Top = 48
  102.         Width = 137
  103.         Height = 17
  104.         Caption = 'Save As &JPEG'
  105.         TabOrder = 2
  106.         OnClick = SaveJPEGClick
  107.       end
  108.       object CopyClip: TRadioButton
  109.         Left = 8
  110.         Top = 108
  111.         Width = 181
  112.         Height = 17
  113.         Caption = 'Copy &To Clipboard'
  114.         TabOrder = 5
  115.         OnClick = CopyClipClick
  116.       end
  117.       object EMailIt: TRadioButton
  118.         Left = 8
  119.         Top = 128
  120.         Width = 181
  121.         Height = 17
  122.         Caption = 'E-&Mail Image'
  123.         TabOrder = 6
  124.         OnClick = EMailItClick
  125.       end
  126.     end
  127.     object CapturePanel: TPanel
  128.       Left = 0
  129.       Top = 4
  130.       Width = 381
  131.       Height = 113
  132.       TabOrder = 1
  133.       object ShapeLabel: TLabel
  134.         Left = 236
  135.         Top = 64
  136.         Width = 121
  137.         Height = 16
  138.         Alignment = taCenter
  139.         AutoSize = False
  140.         Caption = 'Shape'
  141.       end
  142.       object CapScreen: TRadioButton
  143.         Left = 8
  144.         Top = 8
  145.         Width = 113
  146.         Height = 17
  147.         Caption = 'Capture &Screen'
  148.         TabOrder = 0
  149.         OnClick = CapScreenClick
  150.       end
  151.       object CapWindow: TRadioButton
  152.         Left = 8
  153.         Top = 28
  154.         Width = 137
  155.         Height = 17
  156.         Caption = 'Capture &Window'
  157.         TabOrder = 1
  158.         OnClick = CapWindowClick
  159.       end
  160.       object CapClient: TRadioButton
  161.         Left = 8
  162.         Top = 48
  163.         Width = 197
  164.         Height = 17
  165.         Caption = 'Capture Wi&ndow Client Area'
  166.         TabOrder = 2
  167.         OnClick = CapClientClick
  168.       end
  169.       object CapArea: TRadioButton
  170.         Left = 8
  171.         Top = 68
  172.         Width = 181
  173.         Height = 17
  174.         Caption = 'Capture &Rectangular Area'
  175.         TabOrder = 3
  176.         OnClick = CapAreaClick
  177.       end
  178.       object CapShape: TRadioButton
  179.         Left = 8
  180.         Top = 88
  181.         Width = 181
  182.         Height = 17
  183.         Caption = 'Capture S&haped Area'
  184.         TabOrder = 4
  185.         OnClick = CapShapeClick
  186.       end
  187.       object ShapeBox: TComboBox
  188.         Left = 224
  189.         Top = 84
  190.         Width = 145
  191.         Height = 24
  192.         Style = csDropDownList
  193.         ItemHeight = 16
  194.         TabOrder = 5
  195.         OnChange = ShapeBoxChange
  196.       end
  197.     end
  198.     object AbortButton: TButton
  199.       Left = 392
  200.       Top = 88
  201.       Width = 65
  202.       Height = 25
  203.       Caption = '&Abort'
  204.       TabOrder = 4
  205.       OnClick = AbortButtonClick
  206.     end
  207.     object DoItButton: TButton
  208.       Left = 392
  209.       Top = 56
  210.       Width = 65
  211.       Height = 25
  212.       Caption = '&Capture'
  213.       Default = True
  214.       TabOrder = 3
  215.       OnClick = DoItButtonClick
  216.     end
  217.     object ViewButton: TButton
  218.       Left = 392
  219.       Top = 24
  220.       Width = 65
  221.       Height = 25
  222.       Caption = '&View'
  223.       TabOrder = 2
  224.       OnClick = ViewButtonClick
  225.     end
  226.     object ConfigButton: TButton
  227.       Left = 0
  228.       Top = 124
  229.       Width = 73
  230.       Height = 17
  231.       Caption = 'C&onfigure'
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clBlack
  234.       Font.Height = -11
  235.       Font.Name = 'Arial'
  236.       Font.Style = []
  237.       ParentFont = False
  238.       TabOrder = 5
  239.       OnClick = PopOpenClick
  240.     end
  241.   end
  242.   object TaskIcon1: TTaskIcon
  243.     Left = 420
  244.     Top = 68
  245.     Width = 0
  246.     Height = 0
  247.     Active = False
  248.     Icon.Data = {<image000.ico>}
  249.     ToolTip = 'Capture Express 2000'
  250.     TaskIconID = 0
  251.     OnClick = TaskIcon1Click
  252.     OnRightClick = TaskIcon1RightClick
  253.   end
  254.   object MyPrintSetup: TPrinterSetupDialog
  255.     Left = 372
  256.     Top = 12
  257.   end
  258.   object MyPopUp: TPopupMenu
  259.     Left = 404
  260.     Top = 12
  261.     object CaptureImage1: TMenuItem
  262.       Caption = 'Capt&ure Image'
  263.       OnClick = CaptureImage1Click
  264.     end
  265.     object PopView: TMenuItem
  266.       Caption = '&Open Image'
  267.       OnClick = PopViewClick
  268.     end
  269.     object PopOpen: TMenuItem
  270.       Caption = '&Configure'
  271.       OnClick = PopOpenClick
  272.     end
  273.     object MenuTools: TMenuItem
  274.       Caption = 'Too&ls'
  275.       object MenuHooks: TMenuItem
  276.         Caption = '&Restore Keyboard and Mouse Hooks'
  277.         OnClick = MenuHooksClick
  278.       end
  279.     end
  280.     object PopHelp: TMenuItem
  281.       Caption = '&Help'
  282.       OnClick = PopHelpClick
  283.     end
  284.     object MenuItem1: TMenuItem
  285.       Caption = '&About'
  286.       OnClick = MenuAboutClick
  287.     end
  288.     object MenuItem2: TMenuItem
  289.       Caption = '-'
  290.     end
  291.     object MenuHomePage: TMenuItem
  292.       Caption = 'Capture &Express 2000 Home Page'
  293.       OnClick = MenuHomePageClick
  294.     end
  295.     object MenuItem3: TMenuItem
  296.       Caption = 'O&rder Software'
  297.       OnClick = MenuOrderClick
  298.     end
  299.     object N11: TMenuItem
  300.       Caption = '-'
  301.     end
  302.     object PopTerm: TMenuItem
  303.       Caption = '&Terminate Capture Express 2000'
  304.       OnClick = PopTermClick
  305.     end
  306.   end
  307.   object HookTimer: TTimer
  308.     Interval = 30000
  309.     OnTimer = HookTimerTimer
  310.     Left = 436
  311.     Top = 12
  312.   end
  313.   object MySaveBMP: TSaveDialog
  314.     DefaultExt = '*.BMP'
  315.     Filter = 'Bitmap File (*.BMP)|*.BMP'
  316.     Title = 'Save As Bitmap'
  317.     Left = 340
  318.     Top = 12
  319.   end
  320.   object MySaveGIF: TSaveDialog
  321.     DefaultExt = '*.GIF'
  322.     Filter = 'GIF File (*.GIF)|*.GIF'
  323.     Title = 'Save As GIF'
  324.     Left = 304
  325.     Top = 12
  326.   end
  327.   object MySaveJPEG: TSaveDialog
  328.     DefaultExt = '*.JPG'
  329.     Filter = 'JPEG File (*.JPG)|*.JPG'
  330.     Title = 'Save As JPEG'
  331.     Left = 268
  332.     Top = 12
  333.   end
  334.   object MyPrintDialog: TPrintDialog
  335.     Left = 232
  336.     Top = 12
  337.   end
  338.   object OpenGraphic: TOpenDialog
  339.     DefaultExt = '*.BMP;*.JPG'
  340.     Filter = 
  341.       'Graphic Files (*.BMP, *.JPG)|*.BMP;*.JPG|Bitmap File (*.BMP)|*.B' +
  342.       'MP|JPEG File (*.JPG)|*.JPG'
  343.     Title = 'Open Graphic File'
  344.     Left = 200
  345.     Top = 12
  346.   end
  347.   object OpenGraphicWGIF: TOpenDialog
  348.     DefaultExt = '*.BMP;*.GIF;*.JPG'
  349.     Filter = 
  350.       'Graphic Files (*.BMP, *.GIF, *.JPG)|*.BMP;*.GIF;*.JPG|Bitmap Fil' +
  351.       'e (*.BMP)|*.BMP|GIF File (*.GIF)|*.GIF|JPEG File (*.JPG)|*.JPG'
  352.     Title = 'Open Graphic File'
  353.     Left = 164
  354.     Top = 12
  355.   end
  356.   object PictMenu: TPopupMenu
  357.     Left = 412
  358.     Top = 190
  359.     object ViewImageActualSize1: TMenuItem
  360.       Caption = '&View Image Actual Size'
  361.       OnClick = ViewButtonClick
  362.     end
  363.     object N1: TMenuItem
  364.       Caption = '-'
  365.     end
  366.     object MenuBit: TMenuItem
  367.       Caption = 'Save As &Bitmap'
  368.       OnClick = MenuBitClick
  369.     end
  370.     object MenuGif: TMenuItem
  371.       Caption = 'Save As &GIF'
  372.       OnClick = MenuGifClick
  373.     end
  374.     object MenuJPEG: TMenuItem
  375.       Caption = 'Save As &JPEG'
  376.       OnClick = MenuJPEGClick
  377.     end
  378.     object MenuPixel: TMenuItem
  379.       Caption = '&Print Using Pixel Size'
  380.       OnClick = MenuPixelClick
  381.     end
  382.     object MenuFull: TMenuItem
  383.       Caption = 'Print &Filling Page'
  384.       OnClick = MenuFullClick
  385.     end
  386.     object MenuCopy: TMenuItem
  387.       Caption = '&Copy To Clipboard'
  388.       OnClick = MenuCopyClick
  389.     end
  390.     object MenuEmail: TMenuItem
  391.       Caption = '&E-Mail Image'
  392.       OnClick = MenuEmailClick
  393.     end
  394.   end
  395. end
  396.