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

  1. object FormDictEditComm: TFormDictEditComm
  2.   Left = 358
  3.   Top = 265
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit parameter'
  6.   ClientHeight = 167
  7.   ClientWidth = 313
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Frame1: TFrame
  20.     Left = 8
  21.     Top = 4
  22.     Width = 297
  23.     Height = 121
  24.   end
  25.   object LabelValue: TLabelPlus
  26.     Left = 76
  27.     Top = 72
  28.     Width = 53
  29.     Height = 13
  30.     Caption = 'LabelValue'
  31.   end
  32.   object ImageStr: TImage
  33.     Left = 20
  34.     Top = 20
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     Picture.Data = {<image000.ico>}
  39.     Visible = False
  40.   end
  41.   object ImageInt: TImage
  42.     Left = 20
  43.     Top = 20
  44.     Width = 32
  45.     Height = 32
  46.     AutoSize = True
  47.     Picture.Data = {<image001.ico>}
  48.     Visible = False
  49.   end
  50.   object ImageBool: TImage
  51.     Left = 20
  52.     Top = 20
  53.     Width = 32
  54.     Height = 32
  55.     AutoSize = True
  56.     Picture.Data = {<image002.ico>}
  57.     Visible = False
  58.   end
  59.   object LabelDesc: TLabel
  60.     Left = 76
  61.     Top = 28
  62.     Width = 213
  63.     Height = 29
  64.     AutoSize = False
  65.     Caption = 'LabelDesc'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     WordWrap = True
  73.   end
  74.   object BtnOk: TButton
  75.     Left = 147
  76.     Top = 136
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 4
  83.   end
  84.   object BtnCancel: TButton
  85.     Left = 227
  86.     Top = 136
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'Storno'
  91.     ModalResult = 2
  92.     TabOrder = 5
  93.   end
  94.   object Edit: TEdit
  95.     Left = 76
  96.     Top = 88
  97.     Width = 209
  98.     Height = 21
  99.     MaxLength = 254
  100.     TabOrder = 0
  101.     Visible = False
  102.     OnChange = ValueChanged
  103.   end
  104.   object Spin: TNumEdit
  105.     Left = 76
  106.     Top = 88
  107.     Width = 121
  108.     Height = 21
  109.     FloatDigits = 0
  110.     Increment = 1.000000000000000000
  111.     TabOrder = 1
  112.     Visible = False
  113.     OnChange = ValueChanged
  114.   end
  115.   object ChBox: TCheckBox
  116.     Left = 76
  117.     Top = 88
  118.     Width = 97
  119.     Height = 17
  120.     Caption = 'Booleovsk∩┐╜ hodnota'
  121.     TabOrder = 2
  122.     Visible = False
  123.     OnClick = ValueChanged
  124.   end
  125.   object BtnClear: TButton
  126.     Left = 12
  127.     Top = 136
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'Vymazat'
  131.     TabOrder = 3
  132.     OnClick = BtnClearClick
  133.   end
  134. end
  135.