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

  1. object frmDataBaseDefine: TfrmDataBaseDefine
  2.   Left = 340
  3.   Top = 237
  4.   Width = 357
  5.   Height = 337
  6.   Caption = '∩┐╜∩┐╜∩┐╜▌┐Γ╢¿∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object pnlContent: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 349
  18.     Height = 252
  19.     Align = alTop
  20.     BevelOuter = bvNone
  21.     TabOrder = 0
  22.     object lblName: TLabel
  23.       Left = 41
  24.       Top = 21
  25.       Width = 73
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&A)∩┐╜∩┐╜'
  29.       FocusControl = edtName
  30.     end
  31.     object lblConnectionString: TLabel
  32.       Left = 42
  33.       Top = 59
  34.       Width = 72
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&L)∩┐╜∩┐╜'
  38.       FocusControl = edtConnectionString
  39.     end
  40.     object lblCommandType: TLabel
  41.       Left = 41
  42.       Top = 140
  43.       Width = 73
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&T)∩┐╜∩┐╜'
  47.       FocusControl = cmbCommandType
  48.     end
  49.     object lblCommandText: TLabel
  50.       Left = 39
  51.       Top = 178
  52.       Width = 75
  53.       Height = 13
  54.       Alignment = taRightJustify
  55.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&M)∩┐╜∩┐╜'
  56.       FocusControl = edtCommandText
  57.     end
  58.     object lblNote: TLabel
  59.       Left = 40
  60.       Top = 216
  61.       Width = 74
  62.       Height = 13
  63.       Alignment = taRightJustify
  64.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  65.       FocusControl = edtNote
  66.     end
  67.     object edtName: TEdit
  68.       Left = 125
  69.       Top = 16
  70.       Width = 200
  71.       Height = 21
  72.       TabOrder = 0
  73.     end
  74.     object edtConnectionString: TEdit
  75.       Left = 125
  76.       Top = 54
  77.       Width = 200
  78.       Height = 21
  79.       TabOrder = 1
  80.     end
  81.     object edtCommandText: TEdit
  82.       Left = 125
  83.       Top = 173
  84.       Width = 200
  85.       Height = 21
  86.       TabOrder = 5
  87.     end
  88.     object cmbCommandType: TComboBox
  89.       Left = 125
  90.       Top = 135
  91.       Width = 200
  92.       Height = 21
  93.       Style = csDropDownList
  94.       ItemHeight = 13
  95.       TabOrder = 4
  96.       Items.Strings = (
  97.         '∩┐╜╘╢∩┐╜╞Ñ∩┐╜∩┐╜'
  98.         'SQL∩┐╜∩┐╜∩┐╜∩┐╜µ┤ó∩┐╜∩┐╜∩┐╜∩┐╜'
  99.         '∩┐╜∩┐╜∩┐╜∩┐╜'
  100.         '∩┐╜µ┤ó∩┐╜∩┐╜∩┐╜∩┐╜')
  101.     end
  102.     object edtNote: TEdit
  103.       Left = 125
  104.       Top = 211
  105.       Width = 200
  106.       Height = 21
  107.       TabOrder = 6
  108.     end
  109.     object btnLinkFile: TButton
  110.       Left = 230
  111.       Top = 92
  112.       Width = 95
  113.       Height = 27
  114.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─╝∩┐╜(&F)'
  115.       TabOrder = 3
  116.       OnClick = btnLinkFileClick
  117.     end
  118.     object btnConnectionString: TButton
  119.       Left = 125
  120.       Top = 92
  121.       Width = 93
  122.       Height = 27
  123.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╓┤∩┐╜(&S)'
  124.       TabOrder = 2
  125.       OnClick = btnConnectionStringClick
  126.     end
  127.   end
  128.   object btnOk: TButton
  129.     Left = 27
  130.     Top = 260
  131.     Width = 81
  132.     Height = 27
  133.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  134.     Default = True
  135.     TabOrder = 1
  136.     OnClick = btnOkClick
  137.   end
  138.   object btnCancel: TButton
  139.     Left = 135
  140.     Top = 260
  141.     Width = 82
  142.     Height = 27
  143.     Cancel = True
  144.     Caption = '╚í∩┐╜∩┐╜(&C)'
  145.     ModalResult = 2
  146.     TabOrder = 2
  147.   end
  148.   object btnHelp: TButton
  149.     Left = 244
  150.     Top = 260
  151.     Width = 81
  152.     Height = 27
  153.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  154.     TabOrder = 3
  155.     OnClick = btnHelpClick
  156.   end
  157. end
  158.