home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMGETBLOCKSIZE / TFRMGETBLOCKSIZE.txt
Text File  |  1998-01-25  |  2KB  |  107 lines

  1. object frmGetBlockSize: TfrmGetBlockSize
  2.   Left = 200
  3.   Top = 108
  4.   Hint = 'Block Dimensions'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   AutoScroll = False
  9.   Caption = 'Block Dimensions'
  10.   ClientHeight = 130
  11.   ClientWidth = 242
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 137
  25.     Height = 113
  26.     Shape = bsFrame
  27.   end
  28.   object lbl_edtStartCol: TEnhLabel
  29.     Left = 16
  30.     Top = 17
  31.     Width = 77
  32.     Height = 13
  33.     Caption = 'Starting &Column:'
  34.     FocusControl = edtStartCol
  35.   end
  36.   object lbl_edtLength: TEnhLabel
  37.     Left = 16
  38.     Top = 73
  39.     Width = 61
  40.     Height = 13
  41.     Caption = 'Block &Width:'
  42.     FocusControl = edtLength
  43.   end
  44.   object edtStartCol: TLblEdit
  45.     Left = 16
  46.     Top = 32
  47.     Width = 121
  48.     Height = 21
  49.     Hint = 'Column from which cutting starts in selected lines'
  50.     MaxLength = 5
  51.     TabOrder = 0
  52.     Text = '1'
  53.     OnKeyPress = CheckKeyPress
  54.     Alignment = taRightJustify
  55.     OverwriteMode = False
  56.     UndoWhenEsc = False
  57.     WordWrap = False
  58.     OnEdited = CheckInput
  59.     LabelPos = lpTop
  60.     LabelMargin = 2
  61.     LabelComponent = lbl_edtStartCol
  62.     LabelRelLeft = 0
  63.     LabelRelTop = -15
  64.   end
  65.   object edtLength: TLblEdit
  66.     Left = 16
  67.     Top = 88
  68.     Width = 121
  69.     Height = 21
  70.     Hint = 'Amount to cut from selected lines'
  71.     MaxLength = 5
  72.     TabOrder = 1
  73.     Text = '0'
  74.     OnKeyPress = CheckKeyPress
  75.     Alignment = taRightJustify
  76.     OverwriteMode = False
  77.     UndoWhenEsc = False
  78.     WordWrap = False
  79.     OnEdited = CheckInput
  80.     LabelPos = lpTop
  81.     LabelMargin = 2
  82.     LabelComponent = lbl_edtLength
  83.     LabelRelLeft = 0
  84.     LabelRelTop = -15
  85.   end
  86.   object btnCancel: TButton
  87.     Left = 152
  88.     Top = 64
  89.     Width = 83
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 2
  95.   end
  96.   object btnOk: TButton
  97.     Left = 152
  98.     Top = 96
  99.     Width = 83
  100.     Height = 25
  101.     Caption = 'Ok'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 3
  105.   end
  106. end
  107.