home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / xdesktop / xDesktop.exe / 0 / RCDATA / TFMSETUP / TFMSETUP.txt
Text File  |  2000-02-11  |  3KB  |  155 lines

  1. object fmSetup: TfmSetup
  2.   Left = 209
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'fmSetup'
  6.   ClientHeight = 287
  7.   ClientWidth = 293
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 128
  19.     Top = 256
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 208
  28.     Top = 256
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Storno'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object PageControl1: TPageControl
  36.     Left = 6
  37.     Top = 3
  38.     Width = 281
  39.     Height = 246
  40.     ActivePage = tsKeyShort
  41.     MultiLine = True
  42.     TabOrder = 2
  43.     OnChange = PageControl1Change
  44.     object tsDesignWnd: TTabSheet
  45.       Caption = 'Vzhled okna'
  46.       object GroupBox1: TGroupBox
  47.         Left = 8
  48.         Top = 0
  49.         Width = 185
  50.         Height = 81
  51.         Caption = 'Rozvr∩┐╜en∩┐╜'
  52.         TabOrder = 0
  53.         object Label1: TLabel
  54.           Left = 6
  55.           Top = 31
  56.           Width = 70
  57.           Height = 13
  58.           Caption = 'Velikost okna :'
  59.         end
  60.         object Label2: TLabel
  61.           Left = 6
  62.           Top = 54
  63.           Width = 72
  64.           Height = 13
  65.           Caption = 'Po∩┐╜et tla∩┐╜∩┐╜tek :'
  66.         end
  67.         object Label3: TLabel
  68.           Left = 102
  69.           Top = 9
  70.           Width = 7
  71.           Height = 13
  72.           Caption = 'X'
  73.         end
  74.         object Label4: TLabel
  75.           Left = 142
  76.           Top = 9
  77.           Width = 7
  78.           Height = 13
  79.           Caption = 'Y'
  80.         end
  81.       end
  82.       object sedSwXCnt: TSpinEdit
  83.         Left = 94
  84.         Top = 48
  85.         Width = 41
  86.         Height = 22
  87.         MaxValue = 99
  88.         MinValue = 1
  89.         TabOrder = 1
  90.         Value = 1
  91.       end
  92.       object sedSwYCnt: TSpinEdit
  93.         Left = 138
  94.         Top = 48
  95.         Width = 41
  96.         Height = 22
  97.         MaxValue = 99
  98.         MinValue = 1
  99.         TabOrder = 2
  100.         Value = 1
  101.       end
  102.       object sedSwWidth: TSpinEdit
  103.         Left = 94
  104.         Top = 25
  105.         Width = 41
  106.         Height = 22
  107.         MaxValue = 1024
  108.         MinValue = 1
  109.         TabOrder = 3
  110.         Value = 1
  111.       end
  112.       object sedSwHeight: TSpinEdit
  113.         Left = 137
  114.         Top = 25
  115.         Width = 42
  116.         Height = 22
  117.         MaxValue = 768
  118.         MinValue = 1
  119.         TabOrder = 4
  120.         Value = 1
  121.       end
  122.     end
  123.     object tsSetDsk: TTabSheet
  124.       Caption = 'Nastaven∩┐╜ desktop∩┐╜'
  125.     end
  126.     object tsKeyShort: TTabSheet
  127.       Caption = 'Kl∩┐╜vesov∩┐╜ zkratky'
  128.       object ScrollBox1: TScrollBox
  129.         Left = 8
  130.         Top = 16
  131.         Width = 241
  132.         Height = 161
  133.         TabOrder = 0
  134.         object cpDesk1: TLabel
  135.           Left = 7
  136.           Top = 7
  137.           Width = 55
  138.           Height = 13
  139.           Caption = 'Desktop 1 :'
  140.         end
  141.         object hkDesk1: THotKey
  142.           Left = 72
  143.           Top = 3
  144.           Width = 89
  145.           Height = 19
  146.           HotKey = 0
  147.           InvalidKeys = [hcNone, hcShift]
  148.           Modifiers = []
  149.           TabOrder = 0
  150.         end
  151.       end
  152.     end
  153.   end
  154. end
  155.