home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Start.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  2010-01-04  |  1KB  |  54 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 322
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = #36215#21205
  6.   ClientHeight = 144
  7.   ClientWidth = 223
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object OKBtn: TButton
  20.     Left = 23
  21.     Top = 108
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = OKBtnClick
  29.   end
  30.   object CancelBtn: TButton
  31.     Left = 111
  32.     Top = 108
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = #12461#12515#12531#12475#12523
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.     OnClick = CancelBtnClick
  40.   end
  41.   object RadioGroup1: TRadioGroup
  42.     Left = 8
  43.     Top = 16
  44.     Width = 201
  45.     Height = 81
  46.     Caption = #30011#38754#12514#12540#12489#12434#36984#12435#12391#19979#12373#12356
  47.     ItemIndex = 0
  48.     Items.Strings = (
  49.       #12501#12523#12473#12463#12522#12540#12531
  50.       #12454#12451#12531#12489#12454)
  51.     TabOrder = 2
  52.   end
  53. end
  54.