home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TDLGPRINT / TDLGPRINT.txt
Text File  |  2002-04-17  |  7KB  |  313 lines

  1. object DlgPrint: TDlgPrint
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソス'
  6.   ClientHeight = 310
  7.   ClientWidth = 531
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object OKBtn: TButton
  20.     Left = 416
  21.     Top = 240
  22.     Width = 105
  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 = 416
  32.     Top = 272
  33.     Width = 105
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'ソスソスンセソス'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object GroupTitle: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 401
  44.     Height = 97
  45.     Caption = 'ソスソスソスoソスソス(&H)'
  46.     TabOrder = 2
  47.     object CmbTitle: TComboBox
  48.       Left = 16
  49.       Top = 16
  50.       Width = 281
  51.       Height = 20
  52.       ItemHeight = 12
  53.       Items.Strings = (
  54.         'yyyy"ソスN"m"ソスソスソスフスソスPソスWソスソスソス[ソスソス"'
  55.         'ggge"ソスN"m"ソスソスソスフスソスPソスWソスソスソス[ソスソス"')
  56.       TabOrder = 0
  57.       OnChange = CmbTitleChange
  58.     end
  59.     object PanelTitle: TPanel
  60.       Left = 16
  61.       Top = 40
  62.       Width = 369
  63.       Height = 41
  64.       BevelOuter = bvNone
  65.       BorderStyle = bsSingle
  66.       Font.Charset = SHIFTJIS_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -16
  69.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       TabOrder = 2
  73.     end
  74.     object BtnFont: TButton
  75.       Left = 304
  76.       Top = 16
  77.       Width = 81
  78.       Height = 20
  79.       Caption = 'ソスtソスHソスソスソスg(&F)'
  80.       TabOrder = 1
  81.       OnClick = BtnFontClick
  82.     end
  83.   end
  84.   object GroupMargin: TGroupBox
  85.     Left = 8
  86.     Top = 168
  87.     Width = 193
  88.     Height = 89
  89.     Caption = 'ソス}ソス[ソスWソスソス(&M)'
  90.     TabOrder = 4
  91.     object LabelTop: TLabel
  92.       Left = 15
  93.       Top = 23
  94.       Width = 18
  95.       Height = 12
  96.       Caption = 'ソスソスF'
  97.     end
  98.     object LabelBottom: TLabel
  99.       Left = 104
  100.       Top = 23
  101.       Width = 18
  102.       Height = 12
  103.       Caption = 'ソスソスソスF'
  104.     end
  105.     object LabelLeft: TLabel
  106.       Left = 15
  107.       Top = 55
  108.       Width = 18
  109.       Height = 12
  110.       Caption = 'ソスソスソスF'
  111.     end
  112.     object LabelRight: TLabel
  113.       Left = 103
  114.       Top = 55
  115.       Width = 18
  116.       Height = 12
  117.       Caption = 'ソスEソスF'
  118.     end
  119.     object SpinTop: TSpinEdit
  120.       Left = 40
  121.       Top = 18
  122.       Width = 49
  123.       Height = 21
  124.       MaxValue = 0
  125.       MinValue = 0
  126.       TabOrder = 0
  127.       Value = 20
  128.     end
  129.     object SpinBottom: TSpinEdit
  130.       Left = 128
  131.       Top = 18
  132.       Width = 49
  133.       Height = 21
  134.       MaxValue = 0
  135.       MinValue = 0
  136.       TabOrder = 1
  137.       Value = 20
  138.     end
  139.     object SpinLeft: TSpinEdit
  140.       Left = 40
  141.       Top = 50
  142.       Width = 49
  143.       Height = 21
  144.       MaxValue = 0
  145.       MinValue = 0
  146.       TabOrder = 2
  147.       Value = 20
  148.     end
  149.     object SpinRight: TSpinEdit
  150.       Left = 128
  151.       Top = 50
  152.       Width = 49
  153.       Height = 21
  154.       MaxValue = 0
  155.       MinValue = 0
  156.       TabOrder = 3
  157.       Value = 20
  158.     end
  159.   end
  160.   object BtnPrint: TButton
  161.     Left = 416
  162.     Top = 88
  163.     Width = 105
  164.     Height = 25
  165.     Caption = 'ソスソスソスソスJソスn(&P)'
  166.     Default = True
  167.     ModalResult = 1
  168.     TabOrder = 10
  169.     OnClick = PrintRun
  170.   end
  171.   object BtnPreview: TButton
  172.     Left = 416
  173.     Top = 48
  174.     Width = 105
  175.     Height = 25
  176.     Caption = 'ソスソスソスソスソスソスソズュソス(&V)'
  177.     TabOrder = 9
  178.     OnClick = BtnPreviewClick
  179.   end
  180.   object BtnSetup: TButton
  181.     Left = 416
  182.     Top = 16
  183.     Width = 105
  184.     Height = 25
  185.     Caption = 'ソスvソスソスソスソスソス^ソスフ設抵ソス(&S)'
  186.     TabOrder = 8
  187.     OnClick = BtnSetupClick
  188.   end
  189.   object RadioOrientation: TRadioGroup
  190.     Left = 8
  191.     Top = 264
  192.     Width = 193
  193.     Height = 41
  194.     Caption = 'ソスソスソスソスフ鯉ソスソスソス(&O)'
  195.     Columns = 2
  196.     ItemIndex = 0
  197.     Items.Strings = (
  198.       'ソスc(&T)'
  199.       'ソスソス(&L)')
  200.     TabOrder = 5
  201.   end
  202.   object GroupDate: TGroupBox
  203.     Left = 8
  204.     Top = 112
  205.     Width = 193
  206.     Height = 49
  207.     Caption = 'ソス成ソスソス(&D)'
  208.     TabOrder = 3
  209.     object CmbDate: TComboBox
  210.       Left = 16
  211.       Top = 16
  212.       Width = 161
  213.       Height = 20
  214.       ItemHeight = 12
  215.       Items.Strings = (
  216.         '(ソスネゑソス)'
  217.         'yyyy.mm.dd'
  218.         'yyyy"ソスN"mm"ソスソス"dd"ソスソス"'
  219.         'ggge"ソスN"mm"ソスソス"dd"ソスソス"'
  220.         '"ソス成ソスソス: ソスソスソスソスソスソスソス@ソス成ソスソス: "yyyy.mm.dd')
  221.       TabOrder = 0
  222.     end
  223.   end
  224.   object GroupOption: TGroupBox
  225.     Left = 208
  226.     Top = 112
  227.     Width = 201
  228.     Height = 145
  229.     Caption = 'ソスソスソスソスIソスvソスVソスソスソスソス(&N)'
  230.     TabOrder = 6
  231.     object ChkOtherMon: TCheckBox
  232.       Left = 16
  233.       Top = 16
  234.       Width = 177
  235.       Height = 17
  236.       Caption = 'ソスOソスEソスソスソスソスソスソスソスソスソスソスソスソスソスB(&A)'
  237.       State = cbChecked
  238.       TabOrder = 0
  239.       OnClick = ChkOtherMonClick
  240.     end
  241.     object ChkTodo: TCheckBox
  242.       Left = 16
  243.       Top = 56
  244.       Width = 177
  245.       Height = 17
  246.       Caption = 'ToDoソスフ鯉ソスソスソスソスソスソスソスソスソスソスソスソスB(&B)'
  247.       State = cbChecked
  248.       TabOrder = 2
  249.       OnClick = ChkTodoClick
  250.     end
  251.     object ChkTodoStyle: TCheckBox
  252.       Left = 32
  253.       Top = 72
  254.       Width = 161
  255.       Height = 17
  256.       Caption = 'ソスソスソスソスソスソスtソスソスソスソス(&U)'
  257.       Enabled = False
  258.       State = cbChecked
  259.       TabOrder = 3
  260.     end
  261.     object ChkOtherCol: TCheckBox
  262.       Left = 32
  263.       Top = 32
  264.       Width = 161
  265.       Height = 17
  266.       Caption = 'ソスWソスFソスナ茨ソスソスソスソスソスソス(&G)'
  267.       Enabled = False
  268.       State = cbChecked
  269.       TabOrder = 1
  270.     end
  271.     object ChkSchPlace: TCheckBox
  272.       Left = 16
  273.       Top = 120
  274.       Width = 169
  275.       Height = 17
  276.       Caption = 'ソス齒奇ソスソスソスソスソスソスソスソスソスB(&E)'
  277.       TabOrder = 5
  278.     end
  279.     object ChkSatSun: TCheckBox
  280.       Left = 16
  281.       Top = 96
  282.       Width = 177
  283.       Height = 17
  284.       Caption = 'ソスyソスEソスソスソスjソスソスソスヘ茨ソスソスソスソスソスネゑソスソスB(&C)'
  285.       TabOrder = 4
  286.     end
  287.   end
  288.   object ChkColor: TCheckBox
  289.     Left = 224
  290.     Top = 272
  291.     Width = 97
  292.     Height = 17
  293.     Caption = 'ソスJソスソスソス[ソスソスソス'
  294.     TabOrder = 7
  295.     OnClick = CmbTitleChange
  296.   end
  297.   object PrinterSetupDialog1: TPrinterSetupDialog
  298.     Left = 424
  299.     Top = 200
  300.   end
  301.   object FontDialog1: TFontDialog
  302.     Font.Charset = SHIFTJIS_CHARSET
  303.     Font.Color = clWindowText
  304.     Font.Height = -12
  305.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  306.     Font.Style = []
  307.     MinFontSize = 0
  308.     MaxFontSize = 0
  309.     Left = 456
  310.     Top = 200
  311.   end
  312. end
  313.