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

  1. object frmDataBaseOperate: TfrmDataBaseOperate
  2.   Left = 9
  3.   Top = 209
  4.   Width = 335
  5.   Height = 244
  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 = 161
  18.     Align = alTop
  19.     BevelOuter = bvNone
  20.     ParentColor = True
  21.     TabOrder = 0
  22.     object lblDataBase: TLabel
  23.       Left = 19
  24.       Top = 19
  25.       Width = 86
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜∩┐╜▌┐∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&D)∩┐╜∩┐╜'
  29.       FocusControl = cmbDataBase
  30.     end
  31.     object lblOperateType: TLabel
  32.       Left = 32
  33.       Top = 54
  34.       Width = 73
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&T)∩┐╜∩┐╜'
  38.       FocusControl = cmbOperateType
  39.     end
  40.     object lblNote: TLabel
  41.       Left = 31
  42.       Top = 124
  43.       Width = 74
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  47.       FocusControl = edtNote
  48.     end
  49.     object lblPositionVariant: TLabel
  50.       Left = 32
  51.       Top = 89
  52.       Width = 73
  53.       Height = 13
  54.       Alignment = taRightJustify
  55.       Caption = '╬╗∩┐╜├▒∩┐╜∩┐╜∩┐╜(&V)∩┐╜∩┐╜'
  56.     end
  57.     object cmbDataBase: TComboBox
  58.       Left = 115
  59.       Top = 15
  60.       Width = 185
  61.       Height = 21
  62.       Style = csDropDownList
  63.       ItemHeight = 13
  64.       TabOrder = 0
  65.     end
  66.     object cmbOperateType: TComboBox
  67.       Left = 115
  68.       Top = 50
  69.       Width = 185
  70.       Height = 21
  71.       Style = csDropDownList
  72.       ItemHeight = 13
  73.       TabOrder = 1
  74.       OnChange = cmbOperateTypeChange
  75.       Items.Strings = (
  76.         '∩┐╜∩┐╜'
  77.         '∩┐╜╪▒∩┐╜'
  78.         '∩┐╜╫╝∩┐╜┬╝'
  79.         '∩┐╜∩┐╜╥╗∩┐╜∩┐╜∩┐╜∩┐╜┬╝'
  80.         '∩┐╜∩┐╜╥╗∩┐╜∩┐╜∩┐╜∩┐╜┬╝'
  81.         '─⌐∩┐╜∩┐╜┬╝')
  82.     end
  83.     object edtNote: TEdit
  84.       Left = 115
  85.       Top = 120
  86.       Width = 185
  87.       Height = 21
  88.       TabOrder = 3
  89.     end
  90.     object cmbVariant: TComboBox
  91.       Left = 115
  92.       Top = 85
  93.       Width = 185
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object btnOk: TButton
  101.     Left = 25
  102.     Top = 170
  103.     Width = 75
  104.     Height = 25
  105.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 1
  109.   end
  110.   object btnCancel: TButton
  111.     Left = 125
  112.     Top = 170
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = '╚í∩┐╜∩┐╜(&C)'
  117.     ModalResult = 2
  118.     TabOrder = 2
  119.   end
  120.   object btnHelp: TButton
  121.     Left = 225
  122.     Top = 170
  123.     Width = 75
  124.     Height = 25
  125.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  126.     TabOrder = 3
  127.     OnClick = btnHelpClick
  128.   end
  129. end
  130.