home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 June / VPR0406.ISO / OLS / IF2EX121 / if2ex121.lzh / IdeaFrg2.exe / 0 / RCDATA / TOPTINDDLG / TOPTINDDLG.txt
Text File  |  2004-03-18  |  7KB  |  330 lines

  1. object OptIndDlg: TOptIndDlg
  2.   Left = 305
  3.   Top = 194
  4.   HelpContext = 33
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスツ別設抵ソス'
  7.   ClientHeight = 371
  8.   ClientWidth = 532
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -15
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object OKBtn: TButton
  24.     Left = 153
  25.     Top = 330
  26.     Width = 89
  27.     Height = 25
  28.     Anchors = [akLeft, akBottom]
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 3
  33.     OnClick = OKBtnClick
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 289
  37.     Top = 330
  38.     Width = 89
  39.     Height = 25
  40.     Anchors = [akLeft, akBottom]
  41.     Cancel = True
  42.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  43.     ModalResult = 2
  44.     TabOrder = 4
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 10
  48.     Top = 104
  49.     Width = 247
  50.     Height = 73
  51.     Caption = 'ソスソスハサソスCソスY(&S)'
  52.     TabOrder = 0
  53.     object Label1: TLabel
  54.       Left = 16
  55.       Top = 36
  56.       Width = 15
  57.       Height = 15
  58.       Caption = 'ソスソス'
  59.     end
  60.     object Label2: TLabel
  61.       Left = 128
  62.       Top = 36
  63.       Width = 26
  64.       Height = 15
  65.       Caption = 'ソスソスソスソス'
  66.     end
  67.     object ScrWdEdit: TMaskEdit
  68.       Left = 40
  69.       Top = 32
  70.       Width = 57
  71.       Height = 23
  72.       EditMask = '99999;0; '
  73.       MaxLength = 5
  74.       TabOrder = 0
  75.       Text = '800'
  76.     end
  77.     object ScrWdUpDown: TUpDown
  78.       Left = 97
  79.       Top = 32
  80.       Width = 16
  81.       Height = 23
  82.       Associate = ScrWdEdit
  83.       Min = 100
  84.       Max = 30000
  85.       Position = 800
  86.       TabOrder = 1
  87.       Thousands = False
  88.       Wrap = False
  89.     end
  90.     object ScrHiEdit: TMaskEdit
  91.       Left = 160
  92.       Top = 32
  93.       Width = 57
  94.       Height = 23
  95.       EditMask = '99999;0; '
  96.       MaxLength = 5
  97.       TabOrder = 2
  98.       Text = '600'
  99.     end
  100.     object ScrHiUpDown: TUpDown
  101.       Left = 217
  102.       Top = 32
  103.       Width = 16
  104.       Height = 23
  105.       Associate = ScrHiEdit
  106.       Min = 100
  107.       Max = 30000
  108.       Position = 600
  109.       TabOrder = 3
  110.       Thousands = False
  111.       Wrap = False
  112.     end
  113.   end
  114.   object GroupBox2: TGroupBox
  115.     Left = 272
  116.     Top = 104
  117.     Width = 249
  118.     Height = 73
  119.     Caption = 'ソスソスハ包ソスソスソスソスソス(&D)'
  120.     TabOrder = 1
  121.     object Label4: TLabel
  122.       Left = 16
  123.       Top = 36
  124.       Width = 15
  125.       Height = 15
  126.       Caption = 'ソスソス'
  127.     end
  128.     object Label5: TLabel
  129.       Left = 104
  130.       Top = 36
  131.       Width = 15
  132.       Height = 15
  133.       Caption = 'ソスc'
  134.     end
  135.     object UpDown3: TUpDown
  136.       Left = 73
  137.       Top = 32
  138.       Width = 15
  139.       Height = 23
  140.       Associate = MaskEdit3
  141.       Min = 0
  142.       Position = 0
  143.       TabOrder = 0
  144.       Thousands = False
  145.       Wrap = False
  146.     end
  147.     object MaskEdit3: TMaskEdit
  148.       Left = 40
  149.       Top = 32
  150.       Width = 33
  151.       Height = 23
  152.       EditMask = '999;0; '
  153.       MaxLength = 3
  154.       TabOrder = 1
  155.       Text = '0'
  156.       OnChange = DivEditChange
  157.     end
  158.     object MaskEdit4: TMaskEdit
  159.       Left = 128
  160.       Top = 32
  161.       Width = 33
  162.       Height = 23
  163.       EditMask = '999;0; '
  164.       MaxLength = 3
  165.       TabOrder = 2
  166.       Text = '0'
  167.       OnChange = DivEditChange
  168.     end
  169.     object UpDown4: TUpDown
  170.       Left = 161
  171.       Top = 32
  172.       Width = 15
  173.       Height = 23
  174.       Associate = MaskEdit4
  175.       Min = 0
  176.       Position = 0
  177.       TabOrder = 3
  178.       Thousands = False
  179.       Wrap = False
  180.     end
  181.   end
  182.   object GroupBox3: TGroupBox
  183.     Left = 10
  184.     Top = 192
  185.     Width = 247
  186.     Height = 121
  187.     Caption = 'ソスzソスF(&C)'
  188.     TabOrder = 2
  189.     object ColComboBox: TComboBox
  190.       Left = 16
  191.       Top = 22
  192.       Width = 217
  193.       Height = 23
  194.       Style = csDropDownList
  195.       ItemHeight = 15
  196.       TabOrder = 0
  197.       OnChange = ColComboBoxChange
  198.     end
  199.     object ColButton: TButton
  200.       Left = 174
  201.       Top = 54
  202.       Width = 57
  203.       Height = 25
  204.       Caption = 'ソスwソスソス...'
  205.       Enabled = False
  206.       TabOrder = 1
  207.       OnClick = ColButtonClick
  208.     end
  209.     object ColPanel: TPanel
  210.       Left = 120
  211.       Top = 54
  212.       Width = 49
  213.       Height = 25
  214.       BevelInner = bvLowered
  215.       BevelOuter = bvNone
  216.       Color = clBlack
  217.       TabOrder = 2
  218.     end
  219.     object DefColBtn: TButton
  220.       Left = 142
  221.       Top = 86
  222.       Width = 89
  223.       Height = 25
  224.       Caption = 'ソスfソスtソスHソスソスソスg'
  225.       TabOrder = 3
  226.       OnClick = DefColBtnClick
  227.     end
  228.   end
  229.   object GroupBox4: TGroupBox
  230.     Left = 271
  231.     Top = 192
  232.     Width = 250
  233.     Height = 121
  234.     Caption = 'ソスtソスHソスソスソスg(&T)'
  235.     TabOrder = 5
  236.     object FontLabel: TLabel
  237.       Left = 16
  238.       Top = 58
  239.       Width = 5
  240.       Height = 15
  241.     end
  242.     object FontButton: TButton
  243.       Left = 174
  244.       Top = 54
  245.       Width = 57
  246.       Height = 25
  247.       Caption = 'ソスwソスソス...'
  248.       Enabled = False
  249.       TabOrder = 0
  250.       OnClick = FontButtonClick
  251.     end
  252.     object FontComboBox: TComboBox
  253.       Left = 16
  254.       Top = 22
  255.       Width = 217
  256.       Height = 23
  257.       ItemHeight = 15
  258.       TabOrder = 1
  259.       OnChange = FontComboBoxChange
  260.     end
  261.     object DefFontBtn: TButton
  262.       Left = 142
  263.       Top = 86
  264.       Width = 89
  265.       Height = 25
  266.       Caption = 'ソスfソスtソスHソスソスソスg'
  267.       TabOrder = 2
  268.       OnClick = DefFontBtnClick
  269.     end
  270.   end
  271.   object GroupBox5: TGroupBox
  272.     Left = 10
  273.     Top = 8
  274.     Width = 511
  275.     Height = 81
  276.     Caption = 'ソス^ソスCソスgソスソス(&T)'
  277.     TabOrder = 6
  278.     object Label3: TLabel
  279.       Left = 320
  280.       Top = 52
  281.       Width = 60
  282.       Height = 15
  283.       Caption = 'ソス\ソスソスソスハ置'
  284.     end
  285.     object TitleEdit: TEdit
  286.       Left = 16
  287.       Top = 20
  288.       Width = 481
  289.       Height = 23
  290.       TabOrder = 0
  291.     end
  292.     object TitPosComboBox: TComboBox
  293.       Left = 392
  294.       Top = 48
  295.       Width = 105
  296.       Height = 23
  297.       Style = csDropDownList
  298.       ItemHeight = 15
  299.       TabOrder = 1
  300.       Items.Strings = (
  301.         'ソスソス\ソスソス'
  302.         'ソスソスソスソスソス'
  303.         'ソス纈ソスソス'
  304.         'ソスEソスソスソス'
  305.         'ソスソスソスソスソスソス'
  306.         'ソスソスソスソス'
  307.         'ソスEソスソスソスソス'
  308.         'ソスソスソスソスソスソス'
  309.         'ソスソスソスソスソスソス'
  310.         'ソスEソスソスソスソス')
  311.     end
  312.   end
  313.   object ColorDialog1: TColorDialog
  314.     Ctl3D = True
  315.     Left = 16
  316.     Top = 320
  317.   end
  318.   object FontDialog1: TFontDialog
  319.     Font.Charset = SHIFTJIS_CHARSET
  320.     Font.Color = clWindowText
  321.     Font.Height = -12
  322.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  323.     Font.Style = []
  324.     MinFontSize = 0
  325.     MaxFontSize = 0
  326.     Left = 56
  327.     Top = 320
  328.   end
  329. end
  330.