home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TACTIONEDITFORM / TACTIONEDITFORM.txt
Text File  |  2002-07-19  |  3KB  |  180 lines

  1. object ActionEditForm: TActionEditForm
  2.   Left = 754
  3.   Top = 307
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Upravit akci'
  7.   ClientHeight = 343
  8.   ClientWidth = 251
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Akce:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 24
  31.     Height = 13
  32.     Caption = 'Text:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 96
  37.     Width = 35
  38.     Height = 13
  39.     Caption = 'Spustit:'
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 8
  43.     Top = 144
  44.     Width = 185
  45.     Height = 192
  46.     Caption = '  '
  47.     TabOrder = 5
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 24
  51.       Width = 63
  52.       Height = 13
  53.       Caption = 'Zpr∩┐╜va DDE:'
  54.     end
  55.     object Label5: TLabel
  56.       Left = 8
  57.       Top = 64
  58.       Width = 44
  59.       Height = 13
  60.       Caption = 'Aplikace:'
  61.     end
  62.     object Label6: TLabel
  63.       Left = 8
  64.       Top = 104
  65.       Width = 148
  66.       Height = 13
  67.       Caption = 'Nen∩┐╜-li aplikace DDE spu∩┐╜t∩┐╜na:'
  68.     end
  69.     object Label7: TLabel
  70.       Left = 8
  71.       Top = 144
  72.       Width = 30
  73.       Height = 13
  74.       Caption = 'T∩┐╜ma:'
  75.     end
  76.     object Edit4: TEdit
  77.       Left = 8
  78.       Top = 40
  79.       Width = 169
  80.       Height = 21
  81.       MaxLength = 16382
  82.       TabOrder = 0
  83.       OnChange = Change
  84.     end
  85.     object Edit5: TEdit
  86.       Left = 8
  87.       Top = 80
  88.       Width = 169
  89.       Height = 21
  90.       MaxLength = 16382
  91.       TabOrder = 1
  92.       OnChange = Change
  93.     end
  94.     object Edit6: TEdit
  95.       Left = 8
  96.       Top = 120
  97.       Width = 169
  98.       Height = 21
  99.       MaxLength = 16382
  100.       TabOrder = 2
  101.       OnChange = Change
  102.     end
  103.     object Edit7: TEdit
  104.       Left = 8
  105.       Top = 160
  106.       Width = 169
  107.       Height = 21
  108.       MaxLength = 16382
  109.       TabOrder = 3
  110.       OnChange = Change
  111.     end
  112.   end
  113.   object Edit1: TEdit
  114.     Left = 8
  115.     Top = 32
  116.     Width = 150
  117.     Height = 21
  118.     MaxLength = 255
  119.     TabOrder = 0
  120.     OnChange = Change
  121.   end
  122.   object Edit2: TEdit
  123.     Left = 8
  124.     Top = 72
  125.     Width = 150
  126.     Height = 21
  127.     MaxLength = 16382
  128.     TabOrder = 1
  129.     OnChange = Change
  130.   end
  131.   object Edit3: TEdit
  132.     Left = 8
  133.     Top = 112
  134.     Width = 150
  135.     Height = 21
  136.     MaxLength = 16382
  137.     TabOrder = 2
  138.     OnChange = Change
  139.   end
  140.   object CheckBox1: TCheckBox
  141.     Left = 20
  142.     Top = 142
  143.     Width = 88
  144.     Height = 17
  145.     Caption = 'Pou∩┐╜∩┐╜vat &DDE'
  146.     TabOrder = 4
  147.     OnClick = CheckBox1Click
  148.   end
  149.   object Button1: TButton
  150.     Left = 168
  151.     Top = 32
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'OK'
  155.     Default = True
  156.     ModalResult = 1
  157.     TabOrder = 6
  158.     OnClick = Button1Click
  159.   end
  160.   object Button2: TButton
  161.     Left = 168
  162.     Top = 64
  163.     Width = 75
  164.     Height = 25
  165.     Cancel = True
  166.     Caption = 'Storno'
  167.     ModalResult = 2
  168.     TabOrder = 7
  169.   end
  170.   object Button3: TButton
  171.     Left = 160
  172.     Top = 112
  173.     Width = 17
  174.     Height = 21
  175.     Caption = '...'
  176.     TabOrder = 3
  177.     OnClick = Button3Click
  178.   end
  179. end
  180.