home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMSTRINGOPERATE / TFRMSTRINGOPERATE.txt
Text File  |  2002-01-30  |  4KB  |  180 lines

  1. object frmStringOperate: TfrmStringOperate
  2.   Left = 272
  3.   Top = 200
  4.   Width = 335
  5.   Height = 272
  6.   Caption = '∩┐╜╓╖∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object pnlContent: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 327
  17.     Height = 190
  18.     Align = alTop
  19.     BevelOuter = bvNone
  20.     ParentColor = True
  21.     TabOrder = 0
  22.     object lblConvertVariant: TLabel
  23.       Left = 32
  24.       Top = 19
  25.       Width = 73
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '╫¬∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&V)∩┐╜∩┐╜'
  29.       FocusControl = cmbVariant
  30.     end
  31.     object lblNote: TLabel
  32.       Left = 31
  33.       Top = 159
  34.       Width = 74
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  38.       FocusControl = edtNote
  39.     end
  40.     object lblStringType: TLabel
  41.       Left = 32
  42.       Top = 54
  43.       Width = 73
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = '╫¬∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&T)∩┐╜∩┐╜'
  47.       FocusControl = cmbOperate
  48.     end
  49.     object lblSubIndex: TLabel
  50.       Left = 32
  51.       Top = 89
  52.       Width = 73
  53.       Height = 13
  54.       Alignment = taRightJustify
  55.       Caption = '∩┐╜∩┐╜╩╝╬╗∩┐╜∩┐╜(&B)∩┐╜∩┐╜'
  56.       FocusControl = edtSubIndex
  57.     end
  58.     object lblSubCount: TLabel
  59.       Left = 33
  60.       Top = 124
  61.       Width = 72
  62.       Height = 13
  63.       Alignment = taRightJustify
  64.       Caption = '∩┐╜∩┐╜∩┐╜╓│∩┐╜∩┐╜∩┐╜(&L)∩┐╜∩┐╜'
  65.       FocusControl = edtSubCount
  66.     end
  67.     object cmbVariant: TComboBox
  68.       Left = 115
  69.       Top = 15
  70.       Width = 185
  71.       Height = 21
  72.       Style = csDropDownList
  73.       ItemHeight = 13
  74.       TabOrder = 0
  75.     end
  76.     object edtNote: TEdit
  77.       Left = 115
  78.       Top = 155
  79.       Width = 185
  80.       Height = 21
  81.       TabOrder = 4
  82.     end
  83.     object cmbOperate: TComboBox
  84.       Left = 115
  85.       Top = 50
  86.       Width = 185
  87.       Height = 21
  88.       Style = csDropDownList
  89.       ItemHeight = 13
  90.       TabOrder = 1
  91.       OnChange = cmbOperateChange
  92.       Items.Strings = (
  93.         '∩┐╜∩┐╜'
  94.         '∩┐╜∩┐╜'
  95.         '∩┐╜∩┐╜'
  96.         '∩┐╜∩┐╜'
  97.         '∩┐╜∩┐╜∩┐╜∩┐╜'
  98.         '╚í─ú'
  99.         '∩┐╜╟╖∩┐╜∩┐╜∩┐╜∩┐╜'
  100.         '∩┐╜╟╖±▓╗╡∩┐╜∩┐╜∩┐╜'
  101.         '∩┐╜╟╖∩┐╜╨í∩┐╜∩┐╜'
  102.         '∩┐╜╟╖∩┐╜∩┐╜∩┐╜∩┐╜'
  103.         '∩┐╜╟╖∩┐╜╨í∩┐╜┌╡∩┐╜∩┐╜∩┐╜'
  104.         '∩┐╜╟╖∩┐╜∩┐╜∩┐╜┌╡∩┐╜∩┐╜∩┐╜'
  105.         '∩┐╜∩┐╜'
  106.         '∩┐╜∩┐╜'
  107.         '∩┐╜∩┐╜')
  108.     end
  109.     object edtSubIndex: TEdit
  110.       Left = 115
  111.       Top = 85
  112.       Width = 170
  113.       Height = 21
  114.       TabOrder = 2
  115.       Text = '1'
  116.     end
  117.     object updownSubIndex: TUpDown
  118.       Left = 285
  119.       Top = 85
  120.       Width = 15
  121.       Height = 21
  122.       Associate = edtSubIndex
  123.       Min = 1
  124.       Max = 32767
  125.       Position = 1
  126.       TabOrder = 6
  127.       Wrap = False
  128.     end
  129.     object edtSubCount: TEdit
  130.       Left = 115
  131.       Top = 120
  132.       Width = 169
  133.       Height = 21
  134.       TabOrder = 3
  135.       Text = '1'
  136.     end
  137.     object updownSubCount: TUpDown
  138.       Left = 284
  139.       Top = 120
  140.       Width = 15
  141.       Height = 21
  142.       Associate = edtSubCount
  143.       Min = 1
  144.       Max = 32767
  145.       Position = 1
  146.       TabOrder = 5
  147.       Wrap = False
  148.     end
  149.   end
  150.   object btnOk: TButton
  151.     Left = 25
  152.     Top = 200
  153.     Width = 75
  154.     Height = 25
  155.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  156.     Default = True
  157.     ModalResult = 1
  158.     TabOrder = 1
  159.   end
  160.   object btnCancel: TButton
  161.     Left = 125
  162.     Top = 200
  163.     Width = 75
  164.     Height = 25
  165.     Cancel = True
  166.     Caption = '╚í∩┐╜∩┐╜(&C)'
  167.     ModalResult = 2
  168.     TabOrder = 2
  169.   end
  170.   object btnHelp: TButton
  171.     Left = 225
  172.     Top = 200
  173.     Width = 75
  174.     Height = 25
  175.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  176.     TabOrder = 3
  177.     OnClick = btnHelpClick
  178.   end
  179. end
  180.