home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / DCLSTD30.DPL / 0 / RCDATA / TMASKFORM / TMASKFORM.txt
Text File  |  1997-05-14  |  3KB  |  163 lines

  1. object MaskForm: TMaskForm
  2.   Left = 245
  3.   Top = 153
  4.   ActiveControl = InputMask
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスソスマスソスソスフ設抵ソス'
  7.   ClientHeight = 211
  8.   ClientWidth = 488
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 12
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 124
  17.     Width = 193
  18.     Height = 50
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 56
  25.     Height = 13
  26.     Caption = 'ソスソスソスソスマスソス(&I):'
  27.     FocusControl = InputMask
  28.     IsControl = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 208
  32.     Top = 8
  33.     Width = 72
  34.     Height = 13
  35.     Caption = 'ソスソス(&S):'
  36.     FocusControl = ListBox1
  37.     IsControl = True
  38.   end
  39.   object Label3: TLabel
  40.     Left = 12
  41.     Top = 128
  42.     Width = 51
  43.     Height = 13
  44.     Caption = 'テスソス(&T):'
  45.     FocusControl = TestEdit
  46.     IsControl = True
  47.   end
  48.   object Label4: TLabel
  49.     Left = 24
  50.     Top = 60
  51.     Width = 99
  52.     Height = 13
  53.     Caption = 'ソス瀦ソスソスソスソスフ指ソスソス(&B):'
  54.     FocusControl = Blanks
  55.     IsControl = True
  56.   end
  57.   object InputMask: TEdit
  58.     Left = 8
  59.     Top = 24
  60.     Width = 192
  61.     Height = 21
  62.     TabOrder = 0
  63.     Text = 'InputMask'
  64.     OnChange = InputMaskChange
  65.     IsControl = True
  66.   end
  67.   object ListBox1: TListBox
  68.     Left = 208
  69.     Top = 24
  70.     Width = 268
  71.     Height = 149
  72.     ItemHeight = 16
  73.     Items.Strings = (
  74.       'Phone | 0353508393 | !099999-0999-0000;1;_'
  75.       'Zip Code | 15100 | 000\-99;1;_'
  76.       'New Zip Code | 1510073 | 000\-0000;1;_'
  77.       'Date | 062794 | !99/99/00;1;_'
  78.       'Time | 090515PM | !90:00:00>LL;1;_')
  79.     Style = lbOwnerDrawFixed
  80.     TabOrder = 4
  81.     OnClick = ListBoxSelect
  82.     OnDrawItem = ListDrawItem
  83.     IsControl = True
  84.   end
  85.   object TestEdit: TMaskEdit
  86.     Left = 12
  87.     Top = 148
  88.     Width = 185
  89.     Height = 21
  90.     MaxLength = 0
  91.     TabOrder = 3
  92.     IsControl = True
  93.   end
  94.   object Blanks: TEdit
  95.     Left = 152
  96.     Top = 56
  97.     Width = 33
  98.     Height = 21
  99.     MaxLength = 1
  100.     TabOrder = 1
  101.     Text = '_'
  102.     OnChange = BlanksChange
  103.     IsControl = True
  104.   end
  105.   object SaveMaskCheck: TCheckBox
  106.     Left = 8
  107.     Top = 84
  108.     Width = 177
  109.     Height = 20
  110.     Caption = 'ソスソスソスソスソスソスニゑソスソスト保托ソス(&L)'
  111.     TabOrder = 2
  112.     OnClick = BlanksChange
  113.     IsControl = True
  114.   end
  115.   object Masks: TButton
  116.     Left = 16
  117.     Top = 181
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'マスソス(&M)...'
  121.     TabOrder = 5
  122.     OnClick = MasksClick
  123.   end
  124.   object OKButton: TButton
  125.     Left = 241
  126.     Top = 181
  127.     Width = 75
  128.     Height = 25
  129.     Caption = 'OK'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 6
  133.   end
  134.   object CancelButton: TButton
  135.     Left = 321
  136.     Top = 181
  137.     Width = 75
  138.     Height = 25
  139.     Cancel = True
  140.     Caption = 'ソスソスンセソス'
  141.     ModalResult = 2
  142.     TabOrder = 7
  143.   end
  144.   object HelpButton: TButton
  145.     Left = 401
  146.     Top = 181
  147.     Width = 75
  148.     Height = 25
  149.     Caption = 'ソスソスソスソス(&H)'
  150.     TabOrder = 8
  151.     OnClick = HelpButtonClick
  152.   end
  153.   object OpenDialog1: TOpenDialog
  154.     DefaultExt = 'dem'
  155.     FileEditStyle = fsEdit
  156.     Filter = 'マスソス ファソスソス (*.dem)|*.dem|ソスソスソスラてゑソスファソスソス (*.*)|*.*'
  157.     Options = [ofHideReadOnly]
  158.     Title = 'マスソス ファソスルゑソスソスJソスソス'
  159.     Left = 112
  160.     Top = 184
  161.   end
  162. end
  163.