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

  1. object ShellEditForm: TShellEditForm
  2.   Left = 581
  3.   Top = 247
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Upravit registraci souboru'
  7.   ClientHeight = 297
  8.   ClientWidth = 347
  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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 176
  23.     Top = 264
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32.   object Button2: TButton
  33.     Left = 256
  34.     Top = 264
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Storno'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 5
  44.     Top = 8
  45.     Width = 337
  46.     Height = 249
  47.     ActivePage = TabSheet1
  48.     TabOrder = 0
  49.     object TabSheet1: TTabSheet
  50.       Caption = 'Obecn∩┐╜'
  51.       object GroupBox3: TGroupBox
  52.         Left = 8
  53.         Top = 8
  54.         Width = 313
  55.         Height = 201
  56.         Caption = 'Obecn∩┐╜'
  57.         TabOrder = 0
  58.         object Label6: TLabel
  59.           Left = 8
  60.           Top = 124
  61.           Width = 55
  62.           Height = 13
  63.           Caption = 'Zdroj ikony:'
  64.         end
  65.         object Label3: TLabel
  66.           Left = 8
  67.           Top = 100
  68.           Width = 93
  69.           Height = 13
  70.           Caption = 'Zobrazovat extenzi:'
  71.         end
  72.         object Label10: TLabel
  73.           Left = 8
  74.           Top = 76
  75.           Width = 112
  76.           Height = 13
  77.           Caption = 'V∩┐╜choz∩┐╜ p∩┐╜∩┐╜pona MIME:'
  78.         end
  79.         object Label2: TLabel
  80.           Left = 8
  81.           Top = 52
  82.           Width = 96
  83.           Height = 13
  84.           Caption = 'Typ obsahu (MIME):'
  85.         end
  86.         object Label1: TLabel
  87.           Left = 8
  88.           Top = 28
  89.           Width = 52
  90.           Height = 13
  91.           Caption = 'Popis typu:'
  92.         end
  93.         object CheckBox2: TCheckBox
  94.           Left = 144
  95.           Top = 144
  96.           Width = 81
  97.           Height = 17
  98.           Caption = 'I&sShortcut'
  99.           TabOrder = 7
  100.           OnClick = Change
  101.         end
  102.         object Edit1: TEdit
  103.           Left = 136
  104.           Top = 24
  105.           Width = 150
  106.           Height = 21
  107.           MaxLength = 16382
  108.           TabOrder = 0
  109.           OnChange = Change
  110.         end
  111.         object ComboBox1: TComboBox
  112.           Left = 136
  113.           Top = 48
  114.           Width = 150
  115.           Height = 21
  116.           ItemHeight = 13
  117.           MaxLength = 16382
  118.           Sorted = True
  119.           TabOrder = 1
  120.           OnChange = ComboBox1Change
  121.         end
  122.         object Edit6: TEdit
  123.           Left = 136
  124.           Top = 72
  125.           Width = 150
  126.           Height = 21
  127.           MaxLength = 16382
  128.           TabOrder = 2
  129.           OnChange = Change
  130.         end
  131.         object ComboBox2: TComboBox
  132.           Left = 136
  133.           Top = 96
  134.           Width = 150
  135.           Height = 21
  136.           Style = csDropDownList
  137.           ItemHeight = 13
  138.           TabOrder = 4
  139.           OnChange = Change
  140.           Items.Strings = (
  141.             'Podle nastaven∩┐╜ slo∩┐╜ek'
  142.             'V∩┐╜dy'
  143.             'Nikdy')
  144.         end
  145.         object Edit3: TEdit
  146.           Left = 136
  147.           Top = 120
  148.           Width = 150
  149.           Height = 21
  150.           MaxLength = 16382
  151.           TabOrder = 5
  152.           OnChange = Change
  153.         end
  154.         object Button8: TButton
  155.           Left = 288
  156.           Top = 120
  157.           Width = 17
  158.           Height = 21
  159.           Caption = '...'
  160.           TabOrder = 6
  161.           OnClick = Button8Click
  162.         end
  163.         object Button9: TButton
  164.           Left = 288
  165.           Top = 60
  166.           Width = 17
  167.           Height = 21
  168.           Caption = 'X'
  169.           TabOrder = 3
  170.           OnClick = Button9Click
  171.         end
  172.       end
  173.     end
  174.     object TabSheet2: TTabSheet
  175.       Caption = 'Nov∩┐╜ objekt'
  176.       object GroupBox2: TGroupBox
  177.         Left = 8
  178.         Top = 8
  179.         Width = 313
  180.         Height = 201
  181.         Caption = 'Nov∩┐╜ objekt'
  182.         TabOrder = 0
  183.         object Label5: TLabel
  184.           Left = 64
  185.           Top = 52
  186.           Width = 3
  187.           Height = 13
  188.         end
  189.         object Label4: TLabel
  190.           Left = 8
  191.           Top = 28
  192.           Width = 70
  193.           Height = 13
  194.           Caption = '.ext\ShellNew:'
  195.         end
  196.         object Label12: TLabel
  197.           Left = 8
  198.           Top = 100
  199.           Width = 108
  200.           Height = 13
  201.           Caption = '.ext\ProgID\ShellNew:'
  202.         end
  203.         object Label13: TLabel
  204.           Left = 64
  205.           Top = 124
  206.           Width = 3
  207.           Height = 13
  208.         end
  209.         object Edit2: TEdit
  210.           Left = 136
  211.           Top = 48
  212.           Width = 150
  213.           Height = 21
  214.           MaxLength = 16382
  215.           TabOrder = 1
  216.           OnChange = Change
  217.         end
  218.         object ComboBox3: TComboBox
  219.           Left = 136
  220.           Top = 24
  221.           Width = 150
  222.           Height = 21
  223.           Style = csDropDownList
  224.           ItemHeight = 13
  225.           TabOrder = 0
  226.           OnChange = ComboBox3Change
  227.           Items.Strings = (
  228.             'Ne'
  229.             'Pr∩┐╜zdn∩┐╜ soubor'
  230.             'Pou∩┐╜∩┐╜t ∩┐╜ablonu'
  231.             'Vykonat p∩┐╜∩┐╜kaz'
  232.             'Naplnit zadan∩┐╜mi daty')
  233.         end
  234.         object Button3: TButton
  235.           Left = 288
  236.           Top = 48
  237.           Width = 17
  238.           Height = 21
  239.           Caption = '...'
  240.           TabOrder = 2
  241.           OnClick = Button3Click
  242.         end
  243.         object Edit7: TEdit
  244.           Left = 136
  245.           Top = 120
  246.           Width = 150
  247.           Height = 21
  248.           MaxLength = 16382
  249.           TabOrder = 4
  250.           OnChange = Change
  251.         end
  252.         object Button10: TButton
  253.           Left = 288
  254.           Top = 120
  255.           Width = 17
  256.           Height = 21
  257.           Caption = '...'
  258.           TabOrder = 5
  259.           OnClick = Button3Click
  260.         end
  261.         object ComboBox5: TComboBox
  262.           Left = 136
  263.           Top = 96
  264.           Width = 150
  265.           Height = 21
  266.           Style = csDropDownList
  267.           ItemHeight = 13
  268.           TabOrder = 3
  269.           OnChange = ComboBox5Change
  270.           Items.Strings = (
  271.             'Ne'
  272.             'Pr∩┐╜zdn∩┐╜ soubor'
  273.             'Pou∩┐╜∩┐╜t ∩┐╜ablonu'
  274.             'Vykonat p∩┐╜∩┐╜kaz'
  275.             'Naplnit zadan∩┐╜mi daty')
  276.         end
  277.         object Button11: TButton
  278.           Left = 174
  279.           Top = 169
  280.           Width = 131
  281.           Height = 25
  282.           Caption = '&Otev∩┐╜∩┐╜t slo∩┐╜ku ShellNew'
  283.           TabOrder = 6
  284.           OnClick = Button11Click
  285.         end
  286.       end
  287.     end
  288.     object TabSheet3: TTabSheet
  289.       Caption = 'Akce'
  290.       object GroupBox1: TGroupBox
  291.         Left = 8
  292.         Top = 8
  293.         Width = 313
  294.         Height = 201
  295.         Caption = 'Akce'
  296.         TabOrder = 0
  297.         object Label7: TLabel
  298.           Left = 8
  299.           Top = 28
  300.           Width = 25
  301.           Height = 13
  302.           Caption = 'Akce'
  303.         end
  304.         object Label9: TLabel
  305.           Left = 40
  306.           Top = 52
  307.           Width = 75
  308.           Height = 13
  309.           Caption = 'Text v nab∩┐╜dce:'
  310.         end
  311.         object Label11: TLabel
  312.           Left = 8
  313.           Top = 72
  314.           Width = 59
  315.           Height = 13
  316.           Caption = 'Po∩┐╜ad∩┐╜ akc∩┐╜:'
  317.         end
  318.         object Button6: TButton
  319.           Left = 134
  320.           Top = 104
  321.           Width = 75
  322.           Height = 25
  323.           Caption = '&Nov∩┐╜...'
  324.           TabOrder = 5
  325.           OnClick = Button4Click
  326.         end
  327.         object Button4: TButton
  328.           Left = 134
  329.           Top = 72
  330.           Width = 75
  331.           Height = 25
  332.           Caption = 'Upr&avit...'
  333.           TabOrder = 3
  334.           OnClick = Button4Click
  335.         end
  336.         object Button5: TButton
  337.           Left = 214
  338.           Top = 72
  339.           Width = 75
  340.           Height = 25
  341.           Caption = 'V∩┐╜&choz∩┐╜'
  342.           TabOrder = 4
  343.           OnClick = Button5Click
  344.         end
  345.         object Button7: TButton
  346.           Left = 214
  347.           Top = 104
  348.           Width = 75
  349.           Height = 25
  350.           Caption = 'Ode&brat'
  351.           TabOrder = 6
  352.           OnClick = Button7Click
  353.         end
  354.         object ComboBox4: TComboBox
  355.           Left = 40
  356.           Top = 24
  357.           Width = 89
  358.           Height = 21
  359.           Style = csDropDownList
  360.           ItemHeight = 0
  361.           Sorted = True
  362.           TabOrder = 0
  363.           OnChange = ComboBox4Change
  364.         end
  365.         object Edit4: TEdit
  366.           Left = 136
  367.           Top = 24
  368.           Width = 150
  369.           Height = 21
  370.           Color = clBtnFace
  371.           ReadOnly = True
  372.           TabOrder = 1
  373.         end
  374.         object Edit5: TEdit
  375.           Left = 136
  376.           Top = 48
  377.           Width = 150
  378.           Height = 21
  379.           Color = clBtnFace
  380.           ReadOnly = True
  381.           TabOrder = 2
  382.         end
  383.         object ListBox1: TListBox
  384.           Left = 8
  385.           Top = 88
  386.           Width = 81
  387.           Height = 82
  388.           ItemHeight = 13
  389.           TabOrder = 7
  390.           OnClick = Change
  391.         end
  392.         object BitBtn1: TBitBtn
  393.           Left = 88
  394.           Top = 121
  395.           Width = 25
  396.           Height = 25
  397.           TabOrder = 8
  398.           OnClick = BitBtn1Click
  399.         end
  400.         object BitBtn2: TBitBtn
  401.           Left = 88
  402.           Top = 145
  403.           Width = 25
  404.           Height = 25
  405.           TabOrder = 9
  406.           OnClick = BitBtn2Click
  407.         end
  408.         object BitBtn3: TBitBtn
  409.           Left = 40
  410.           Top = 169
  411.           Width = 25
  412.           Height = 25
  413.           TabOrder = 11
  414.           OnClick = BitBtn3Click
  415.         end
  416.         object BitBtn4: TBitBtn
  417.           Left = 64
  418.           Top = 169
  419.           Width = 25
  420.           Height = 25
  421.           TabOrder = 10
  422.           OnClick = BitBtn4Click
  423.         end
  424.         object CheckBox1: TCheckBox
  425.           Left = 144
  426.           Top = 160
  427.           Width = 137
  428.           Height = 17
  429.           Caption = 'Povoli&t zb∩┐╜n∩┐╜ zobrazen∩┐╜'
  430.           TabOrder = 12
  431.           OnClick = Change
  432.         end
  433.       end
  434.     end
  435.   end
  436. end
  437.