home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TCROPPROPSDLG / TCROPPROPSDLG.txt
Encoding:
Text File  |  2000-09-13  |  2.1 KB  |  116 lines

  1. object CropPropsDlg: TCropPropsDlg
  2.   Left = 227
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selection Properties'
  6.   ClientHeight = 266
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lpo: TLabel
  15.     Left = 80
  16.     Top = 123
  17.     Width = 150
  18.     Height = 13
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'Cut/Paste Opacity (100%)'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 117
  25.     Top = 176
  26.     Width = 76
  27.     Height = 13
  28.     Caption = 'Cut/Paste Edge'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 56
  32.     Top = 194
  33.     Width = 23
  34.     Height = 13
  35.     Caption = 'Hard'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 230
  39.     Top = 194
  40.     Width = 19
  41.     Height = 13
  42.     Caption = 'Soft'
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 79
  46.     Top = 233
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 159
  56.     Top = 233
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object rgCropType: TRadioGroup
  65.     Left = 53
  66.     Top = 7
  67.     Width = 207
  68.     Height = 105
  69.     Caption = 'Selection Type'
  70.     ItemIndex = 0
  71.     Items.Strings = (
  72.       'Crop (Cut Around Selection)'
  73.       'Cut   (Cut Out Selection)'
  74.       'Cut && Paste Immediately'
  75.       'Copy Selection To The Clipboard')
  76.     TabOrder = 2
  77.   end
  78.   object TrackBar1: TTrackBar
  79.     Left = 80
  80.     Top = 139
  81.     Width = 150
  82.     Height = 29
  83.     Max = 255
  84.     Min = 1
  85.     Orientation = trHorizontal
  86.     Frequency = 1
  87.     Position = 255
  88.     SelEnd = 0
  89.     SelStart = 0
  90.     TabOrder = 3
  91.     ThumbLength = 20
  92.     TickMarks = tmBottomRight
  93.     TickStyle = tsAuto
  94.     OnChange = TrackBar1Change
  95.   end
  96.   object TrackBar2: TTrackBar
  97.     Left = 80
  98.     Top = 189
  99.     Width = 150
  100.     Height = 29
  101.     Max = 100
  102.     Min = 1
  103.     Orientation = trHorizontal
  104.     PageSize = 1
  105.     Frequency = 1
  106.     Position = 100
  107.     SelEnd = 0
  108.     SelStart = 0
  109.     TabOrder = 4
  110.     ThumbLength = 20
  111.     TickMarks = tmBottomRight
  112.     TickStyle = tsAuto
  113.     OnChange = TrackBar1Change
  114.   end
  115. end
  116.