home *** CD-ROM | disk | FTP | other *** search
- object CropPropsDlg: TCropPropsDlg
- Left = 227
- Top = 162
- BorderStyle = bsDialog
- Caption = 'Selection Properties'
- ClientHeight = 266
- ClientWidth = 313
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lpo: TLabel
- Left = 80
- Top = 123
- Width = 150
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Cut/Paste Opacity (100%)'
- end
- object Label1: TLabel
- Left = 117
- Top = 176
- Width = 76
- Height = 13
- Caption = 'Cut/Paste Edge'
- end
- object Label2: TLabel
- Left = 56
- Top = 194
- Width = 23
- Height = 13
- Caption = 'Hard'
- end
- object Label3: TLabel
- Left = 230
- Top = 194
- Width = 19
- Height = 13
- Caption = 'Soft'
- end
- object OKBtn: TButton
- Left = 79
- Top = 233
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 159
- Top = 233
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object rgCropType: TRadioGroup
- Left = 53
- Top = 7
- Width = 207
- Height = 105
- Caption = 'Selection Type'
- ItemIndex = 0
- Items.Strings = (
- 'Crop (Cut Around Selection)'
- 'Cut (Cut Out Selection)'
- 'Cut && Paste Immediately'
- 'Copy Selection To The Clipboard')
- TabOrder = 2
- end
- object TrackBar1: TTrackBar
- Left = 80
- Top = 139
- Width = 150
- Height = 29
- Max = 255
- Min = 1
- Orientation = trHorizontal
- Frequency = 1
- Position = 255
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object TrackBar2: TTrackBar
- Left = 80
- Top = 189
- Width = 150
- Height = 29
- Max = 100
- Min = 1
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 100
- SelEnd = 0
- SelStart = 0
- TabOrder = 4
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- end
-