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

  1. object dlgZoku: TdlgZoku
  2.   Left = 604
  3.   Top = 541
  4.   HelpContext = 91
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスソスソスフスソス^ソスCソスソスソスフ挿ソスソス'
  7.   ClientHeight = 121
  8.   ClientWidth = 406
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 20
  24.     Width = 63
  25.     Height = 12
  26.     Caption = 'ソスXソス^ソスCソスソス(&S)ソスF'
  27.     FocusControl = edtStyle
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 52
  32.     Width = 53
  33.     Height = 12
  34.     Caption = 'ソスNソスソスソスX(&C)ソスF'
  35.     FocusControl = edtClass
  36.   end
  37.   object Label3: TLabel
  38.     Left = 184
  39.     Top = 52
  40.     Width = 28
  41.     Height = 12
  42.     Caption = 'ID(&I)ソスF'
  43.     FocusControl = edtId
  44.   end
  45.   object edtStyle: TComboBox
  46.     Left = 72
  47.     Top = 16
  48.     Width = 321
  49.     Height = 20
  50.     ItemHeight = 12
  51.     TabOrder = 0
  52.   end
  53.   object edtClass: TComboBox
  54.     Left = 72
  55.     Top = 48
  56.     Width = 97
  57.     Height = 20
  58.     ItemHeight = 12
  59.     TabOrder = 1
  60.   end
  61.   object edtId: TComboBox
  62.     Left = 216
  63.     Top = 48
  64.     Width = 97
  65.     Height = 20
  66.     ItemHeight = 12
  67.     TabOrder = 2
  68.   end
  69.   object btnOk: TButton
  70.     Left = 160
  71.     Top = 88
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 4
  78.     OnClick = btnOkClick
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 240
  82.     Top = 88
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  87.     ModalResult = 2
  88.     TabOrder = 5
  89.   end
  90.   object btnHlp: TButton
  91.     Left = 320
  92.     Top = 88
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'ソスwソスソスソスv(&H)'
  96.     TabOrder = 6
  97.     OnClick = btnHlpClick
  98.   end
  99.   object cbEdit: TButton
  100.     Left = 328
  101.     Top = 48
  102.     Width = 65
  103.     Height = 20
  104.     Caption = 'ソスメ集(&E)'
  105.     TabOrder = 3
  106.     OnClick = cbEditClick
  107.   end
  108. end
  109.