home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TVALUEFORM / TVALUEFORM.txt
Encoding:
Text File  |  1999-10-27  |  2.8 KB  |  116 lines

  1. object ValueForm: TValueForm
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 157
  7.   ClientWidth = 293
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 34
  23.     Height = 13
  24.     Caption = 'Jm∩┐╜no:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 12
  28.     Top = 60
  29.     Width = 44
  30.     Height = 13
  31.     Caption = 'Hodnota:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 12
  35.     Top = 108
  36.     Width = 62
  37.     Height = 13
  38.     Caption = 'Typ hodnoty:'
  39.   end
  40.   object NameEdit: TEdit
  41.     Left = 16
  42.     Top = 28
  43.     Width = 169
  44.     Height = 21
  45.     TabOrder = 0
  46.     OnChange = NameEditChange
  47.     OnKeyPress = NameEditKeyPress
  48.   end
  49.   object ValueEdit: TEdit
  50.     Left = 16
  51.     Top = 76
  52.     Width = 169
  53.     Height = 21
  54.     TabOrder = 1
  55.     OnChange = NameEditChange
  56.     OnKeyPress = NameEditKeyPress
  57.   end
  58.   object ValueCombo: TComboBox
  59.     Left = 16
  60.     Top = 124
  61.     Width = 169
  62.     Height = 21
  63.     ItemHeight = 13
  64.     Items.Strings = (
  65.       'Boolean'
  66.       'Currency'
  67.       'Date'
  68.       'DateTime'
  69.       'Float'
  70.       'Integer'
  71.       'String'
  72.       'Time')
  73.     Sorted = True
  74.     TabOrder = 2
  75.     OnChange = NameEditChange
  76.   end
  77.   object OkBtn: TBitBtn
  78.     Left = 204
  79.     Top = 72
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&OK'
  83.     Default = True
  84.     Enabled = False
  85.     ModalResult = 1
  86.     TabOrder = 3
  87.     Glyph.Data = {
  88.       DE010000424DDE01000000000000760000002800000024000000120000000100
  89.       0400000000006801000000000000000000001000000000000000000000000000
  90.       80000080000000808000800000008000800080800000C0C0C000808080000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  92.       3333333333333333333333330000333333333333333333333333F33333333333
  93.       00003333344333333333333333388F3333333333000033334224333333333333
  94.       338338F3333333330000333422224333333333333833338F3333333300003342
  95.       222224333333333383333338F3333333000034222A22224333333338F338F333
  96.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  97.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  98.       0000333333333A222433333333333338F338F33300003333333333A222433333
  99.       333333338F338F33000033333333333A222433333333333338F338F300003333
  100.       33333333A222433333333333338F338F00003333333333333A22433333333333
  101.       3338F38F000033333333333333A223333333333333338F830000333333333333
  102.       333A333333333333333338330000333333333333333333333333333333333333
  103.       0000}
  104.     NumGlyphs = 2
  105.   end
  106.   object CancelBtn: TBitBtn
  107.     Left = 204
  108.     Top = 120
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Zru∩┐╜it'
  112.     TabOrder = 4
  113.     Kind = bkCancel
  114.   end
  115. end
  116.