home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / OLS / WIN32 / Husen1ab / HUSEN1AB.LZH / Husen97.exe / 0 / RCDATA / TSUBDATE / TSUBDATE.txt < prev   
Text File  |  1997-06-01  |  2KB  |  100 lines

  1. object SubDate: TSubDate
  2.   Left = 370
  3.   Top = 411
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスソスソスフ設抵ソス'
  7.   ClientHeight = 85
  8.   ClientWidth = 223
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 12
  21.     Height = 12
  22.     Caption = 'ソスN'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 104
  26.     Top = 8
  27.     Width = 12
  28.     Height = 12
  29.     Caption = 'ソスソス'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 160
  33.     Top = 8
  34.     Width = 12
  35.     Height = 12
  36.     Caption = 'ソスソス'
  37.   end
  38.   object btnOK: TButton
  39.     Left = 8
  40.     Top = 56
  41.     Width = 65
  42.     Height = 25
  43.     Caption = 'ソスZソスbソスg'
  44.     Default = True
  45.     TabOrder = 3
  46.     OnClick = btnOKClick
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 152
  50.     Top = 56
  51.     Width = 65
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'ソスソスソス~'
  55.     TabOrder = 5
  56.     OnClick = btnCancelClick
  57.   end
  58.   object SE_y: TSpinEdit
  59.     Left = 16
  60.     Top = 24
  61.     Width = 73
  62.     Height = 21
  63.     MaxValue = 2050
  64.     MinValue = 1995
  65.     TabOrder = 0
  66.     Value = 1997
  67.     OnChange = SE_yChange
  68.   end
  69.   object SE_m: TSpinEdit
  70.     Left = 104
  71.     Top = 24
  72.     Width = 41
  73.     Height = 21
  74.     MaxValue = 12
  75.     MinValue = 1
  76.     TabOrder = 1
  77.     Value = 3
  78.     OnChange = SE_mChange
  79.   end
  80.   object SE_d: TSpinEdit
  81.     Left = 160
  82.     Top = 24
  83.     Width = 41
  84.     Height = 21
  85.     MaxValue = 31
  86.     MinValue = 1
  87.     TabOrder = 2
  88.     Value = 1
  89.   end
  90.   object btnDefault: TButton
  91.     Left = 80
  92.     Top = 56
  93.     Width = 65
  94.     Height = 25
  95.     Caption = 'ソスソスソスZソスbソスg'
  96.     TabOrder = 4
  97.     OnClick = btnDefaultClick
  98.   end
  99. end
  100.