home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / sweet_trials_d7 / SCMaskInputEditor.dfm < prev    next >
Encoding:
Text File  |  2004-01-29  |  1.5 KB  |  75 lines

  1. object SCMaskInputForm: TSCMaskInputForm
  2.   Left = 276
  3.   Top = 138
  4.   ActiveControl = InputEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Masked Text Editor'
  7.   ClientHeight = 106
  8.   ClientWidth = 303
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object InputLabel: TLabel
  20.     Left = 12
  21.     Top = 13
  22.     Width = 73
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = '&Input Text:'
  26.     FocusControl = InputEdit
  27.     Layout = tlCenter
  28.   end
  29.   object MaskCaptionLabel: TLabel
  30.     Left = 12
  31.     Top = 41
  32.     Width = 73
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'Edit Mask:'
  36.     Layout = tlCenter
  37.   end
  38.   object MaskLabel: TLabel
  39.     Left = 88
  40.     Top = 41
  41.     Width = 201
  42.     Height = 17
  43.     AutoSize = False
  44.     Caption = 'Edit Mask:'
  45.     Layout = tlCenter
  46.   end
  47.   object OKButton: TSCButton
  48.     Left = 125
  49.     Top = 68
  50.     Width = 81
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object CancelButton: TSCButton
  58.     Left = 209
  59.     Top = 68
  60.     Width = 81
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67.   object InputEdit: TSCMaskEdit
  68.     Left = 88
  69.     Top = 11
  70.     Width = 202
  71.     Height = 21
  72.     TabOrder = 0
  73.   end
  74. end
  75.