home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / T3EDT212 / T3EDT212.LZH / TTTEDIT.EXE / 0 / RCDATA / TDLGEDIT / TDLGEDIT.txt
Text File  |  2000-11-10  |  2KB  |  95 lines

  1. object dlgEdit: TdlgEdit
  2.   Left = 538
  3.   Top = 547
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスsソスソスソスノ指ソス阨カソスソスソスソスヌ会ソス'
  6.   ClientHeight = 113
  7.   ClientWidth = 354
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 216
  20.     Top = 48
  21.     Width = 72
  22.     Height = 12
  23.     Caption = '"n"ソスフ擾ソスソスソスソスlソスF'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 32
  27.     Top = 48
  28.     Width = 159
  29.     Height = 12
  30.     Caption = '"n"ソスヘ番搾ソスソスニゑソスソスト難ソスソスヘゑソスソスソスワゑソスソスB'
  31.   end
  32.   object Button1: TButton
  33.     Left = 184
  34.     Top = 80
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 3
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 264
  45.     Top = 80
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  50.     ModalResult = 2
  51.     TabOrder = 4
  52.   end
  53.   object edt1: TComboBox
  54.     Left = 24
  55.     Top = 16
  56.     Width = 321
  57.     Height = 20
  58.     ItemHeight = 12
  59.     TabOrder = 0
  60.     Items.Strings = (
  61.       '> (ソスソスソスフまま)'
  62.       '> ソスi>)'
  63.       'ソスソス'
  64.       '"n"'
  65.       '"n".'
  66.       '"n":'
  67.       '"n")'
  68.       '("n")')
  69.   end
  70.   object edt2: TEditHex
  71.     Left = 288
  72.     Top = 48
  73.     Width = 41
  74.     Height = 20
  75.     TabOrder = 1
  76.     Text = '1'
  77.     Alignment = taRightJustify
  78.     NumeralOnly = True
  79.     NumericType = Decimal
  80.   end
  81.   object ud1: TUpDown
  82.     Left = 329
  83.     Top = 48
  84.     Width = 16
  85.     Height = 20
  86.     Associate = edt2
  87.     Min = 0
  88.     Max = 30000
  89.     Position = 1
  90.     TabOrder = 2
  91.     Thousands = False
  92.     Wrap = False
  93.   end
  94. end
  95.