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