home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMRADY / TFORMRADY.txt
Text File  |  1999-09-06  |  4KB  |  170 lines

  1. inherited FormRady: TFormRady
  2.   Left = 319
  3.   Top = 239
  4.   HelpContext = 166
  5.   Caption = 'FormRady'
  6.   ClientHeight = 206
  7.   ClientWidth = 333
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Bevel1: TBevel [0]
  11.     Left = 8
  12.     Top = 16
  13.     Width = 317
  14.     Height = 149
  15.     Shape = bsFrame
  16.   end
  17.   object LabelPlus1: TLabelPlus [1]
  18.     Left = 32
  19.     Top = 24
  20.     Width = 62
  21.     Height = 13
  22.     Caption = '&Typ ur∩┐╜en∩┐╜'
  23.     FocusControl = BrowserComboBox1
  24.     Attached = True
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object LabelPlus2: TLabelPlus [2]
  33.     Left = 172
  34.     Top = 24
  35.     Width = 62
  36.     Height = 13
  37.     Caption = '&Prefix ∩┐╜ady'
  38.     FocusControl = BrowserEdit1
  39.     Attached = True
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object LabelPlus3: TLabelPlus [3]
  48.     Left = 32
  49.     Top = 76
  50.     Width = 26
  51.     Height = 13
  52.     Caption = 'Popis'
  53.     FocusControl = BrowserEdit2
  54.     Attached = True
  55.   end
  56.   object LabelPlus4: TLabelPlus [4]
  57.     Left = 166
  58.     Top = 132
  59.     Width = 55
  60.     Height = 13
  61.     AttachType = atLeft
  62.     Caption = '&Stav ∩┐╜∩┐╜ta∩┐╜e'
  63.     FocusControl = EditCounter
  64.     Attached = True
  65.   end
  66.   inherited BtnOk: TButton
  67.     Left = 168
  68.     Top = 172
  69.     TabOrder = 5
  70.   end
  71.   inherited BtnCancel: TButton
  72.     Left = 248
  73.     Top = 172
  74.     TabOrder = 6
  75.   end
  76.   object BrowserComboBox1: TBrowserComboBox [7]
  77.     Left = 32
  78.     Top = 40
  79.     Width = 121
  80.     Height = 22
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ItemHeight = 16
  87.     Items.Strings = (
  88.       'Dokumenty'
  89.       'Smlouvy'
  90.       'Promotions'
  91.       'Ud∩┐╜losti')
  92.     ParentFont = False
  93.     Sorted = True
  94.     TabOrder = 0
  95.     AllowNull = False
  96.     DataType = ctString
  97.     DirectInput = False
  98.     EnableMask = -1
  99.     FieldName = 'typ'
  100.     ItemIndex = -1
  101.     ItemMustExist = True
  102.   end
  103.   object BrowserEdit1: TBrowserEdit [8]
  104.     Left = 172
  105.     Top = 40
  106.     Width = 85
  107.     Height = 21
  108.     AllowNull = False
  109.     DataType = dtString
  110.     FieldName = 'rada'
  111.     FloatPrecision = 15
  112.     FloatDigits = 2
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsBold]
  118.     InputFilter = ifAlphaNumeric
  119.     MaxLength = 10
  120.     ParentFont = False
  121.     TabOrder = 1
  122.   end
  123.   object BrowserEdit2: TBrowserEdit [9]
  124.     Left = 32
  125.     Top = 92
  126.     Width = 265
  127.     Height = 21
  128.     DataType = dtString
  129.     FieldName = 'popis'
  130.     FloatPrecision = 15
  131.     FloatDigits = 2
  132.     InputFilter = ifAlphaNumeric
  133.     MaxLength = 50
  134.     TabOrder = 2
  135.   end
  136.   object BrowserCheckBox1: TBrowserCheckBox [10]
  137.     Left = 32
  138.     Top = 130
  139.     Width = 125
  140.     Height = 17
  141.     Caption = '&V∩┐╜choz∩┐╜ pro dan∩┐╜ typ'
  142.     TabOrder = 3
  143.     DefaultValue = False
  144.     FieldName = 'vychozi'
  145.   end
  146.   object EditCounter: TBrowserNumEdit [11]
  147.     Left = 228
  148.     Top = 128
  149.     Width = 69
  150.     Height = 21
  151.     Alignment = taRightJustify
  152.     DefaultValue = 0
  153.     FieldName = 'hodnota'
  154.     FloatDigits = 2
  155.     FloatPrecision = 15
  156.     Increment = 1.000000000000000000
  157.     MaxValue = 1000000000.000000000000000000
  158.     TabOrder = 4
  159.   end
  160.   inherited FormPos: TFormPos
  161.     Top = 172
  162.   end
  163.   object Validator: TBrowserValidator
  164.     Active = True
  165.     OnValidate = ValidatorValidate
  166.     Left = 36
  167.     Top = 172
  168.   end
  169. end
  170.