home *** CD-ROM | disk | FTP | other *** search
- object SettingsForm: TSettingsForm
- Left = 428
- Top = 816
- HelpContext = 200
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- BorderWidth = 8
- Caption = 'Settings'
- ClientHeight = 293
- ClientWidth = 328
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 104
- Width = 328
- Height = 4
- Align = alTop
- Shape = bsSpacer
- end
- object OkButton: TButton
- Left = 93
- Top = 268
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 173
- Top = 268
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ImageGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 328
- Height = 104
- Align = alTop
- Caption = 'Image'
- TabOrder = 2
- object SpacingLabel: TLabel
- Left = 16
- Top = 24
- Width = 42
- Height = 13
- Caption = 'Spacing:'
- end
- object LineSpaceLabel: TLabel
- Left = 16
- Top = 48
- Width = 57
- Height = 13
- Caption = 'Line Space:'
- end
- object SpaceWidthLabel: TLabel
- Left = 16
- Top = 72
- Width = 65
- Height = 13
- Caption = 'Space Width:'
- end
- object HorzOffsetLabel: TLabel
- Left = 168
- Top = 24
- Width = 56
- Height = 13
- Caption = 'Horz Offset:'
- end
- object VertOffsetLabel: TLabel
- Left = 168
- Top = 48
- Width = 53
- Height = 13
- Caption = 'Vert Offset:'
- end
- object SpacingEdit: TEdit
- Left = 96
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '0'
- end
- object SpacingUpDown: TUpDown
- Left = 137
- Top = 20
- Width = 15
- Height = 21
- Associate = SpacingEdit
- Min = 0
- Position = 0
- TabOrder = 1
- Wrap = False
- end
- object LineSpaceEdit: TEdit
- Left = 96
- Top = 44
- Width = 41
- Height = 21
- TabOrder = 2
- Text = '0'
- end
- object LineSpaceUpDown: TUpDown
- Left = 137
- Top = 44
- Width = 15
- Height = 21
- Associate = LineSpaceEdit
- Min = 0
- Position = 0
- TabOrder = 3
- Wrap = False
- end
- object SpaceWidthEdit: TEdit
- Left = 96
- Top = 68
- Width = 41
- Height = 21
- TabOrder = 4
- Text = '0'
- end
- object SpaceWidthUpDown: TUpDown
- Left = 137
- Top = 68
- Width = 15
- Height = 21
- Associate = SpaceWidthEdit
- Min = 0
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- object HorzOffsetEdit: TEdit
- Left = 248
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 6
- Text = '0'
- end
- object HorzOffsetUpDown: TUpDown
- Left = 289
- Top = 20
- Width = 15
- Height = 21
- Associate = HorzOffsetEdit
- Min = 0
- Position = 0
- TabOrder = 7
- Wrap = False
- end
- object VertOffsetEdit: TEdit
- Left = 248
- Top = 44
- Width = 41
- Height = 21
- TabOrder = 8
- Text = '0'
- end
- object VertOffsetUpDown: TUpDown
- Left = 289
- Top = 44
- Width = 15
- Height = 21
- Associate = VertOffsetEdit
- Min = 0
- Position = 0
- TabOrder = 9
- Wrap = False
- end
- end
- object FontGroupBox: TGroupBox
- Left = 0
- Top = 108
- Width = 328
- Height = 152
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Font'
- TabOrder = 3
- object AsciiStartLabel: TLabel
- Left = 16
- Top = 24
- Width = 55
- Height = 13
- Caption = 'ASCII Start:'
- end
- object AsciiStartEdit: TEdit
- Left = 96
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '1'
- end
- object AsciiStartUpDown: TUpDown
- Left = 137
- Top = 20
- Width = 15
- Height = 21
- Associate = AsciiStartEdit
- Min = 1
- Max = 256
- Position = 1
- TabOrder = 1
- Wrap = False
- end
- object TextCaseRadioGroup: TRadioGroup
- Left = 16
- Top = 49
- Width = 297
- Height = 89
- Caption = 'Text Case'
- Items.Strings = (
- 'Auto'
- 'Force Uppercase'
- 'No Conversion')
- TabOrder = 2
- end
- end
- object TestButton: TButton
- Left = 253
- Top = 268
- Width = 75
- Height = 25
- HelpContext = 208
- Anchors = [akRight, akBottom]
- Caption = 'Test'
- TabOrder = 4
- OnClick = TestButtonClick
- end
- end
-