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

  1. object ExecuteForm: TExecuteForm
  2.   Left = 208
  3.   Top = 305
  4.   ActiveControl = Edit2
  5.   BorderStyle = bsDialog
  6.   Caption = 'Otev∩┐╜∩┐╜t'
  7.   ClientHeight = 234
  8.   ClientWidth = 257
  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 = 37
  24.     Height = 13
  25.     Caption = 'Soubor:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 50
  31.     Height = 13
  32.     Caption = 'Parametry:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 64
  37.     Width = 85
  38.     Height = 13
  39.     Caption = 'Pracovn∩┐╜ adres∩┐╜∩┐╜:'
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 8
  43.     Top = 116
  44.     Width = 241
  45.     Height = 2
  46.     Shape = bsBottomLine
  47.     Style = bsRaised
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 64
  51.     Top = 17
  52.     Width = 177
  53.     Height = 21
  54.     Cursor = crArrow
  55.     BorderStyle = bsNone
  56.     Color = clBtnFace
  57.     ReadOnly = True
  58.     TabOrder = 0
  59.   end
  60.   object Edit2: TEdit
  61.     Left = 64
  62.     Top = 36
  63.     Width = 161
  64.     Height = 21
  65.     TabOrder = 1
  66.   end
  67.   object Edit3: TEdit
  68.     Left = 64
  69.     Top = 84
  70.     Width = 161
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74.   object Button1: TButton
  75.     Left = 226
  76.     Top = 36
  77.     Width = 17
  78.     Height = 21
  79.     Caption = '...'
  80.     TabOrder = 2
  81.     OnClick = Button1Click
  82.   end
  83.   object RadioGroup1: TRadioGroup
  84.     Left = 8
  85.     Top = 128
  86.     Width = 137
  87.     Height = 97
  88.     Caption = 'Spustit'
  89.     TabOrder = 8
  90.   end
  91.   object Button2: TButton
  92.     Left = 164
  93.     Top = 168
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 6
  100.     OnClick = Button2Click
  101.   end
  102.   object Button3: TButton
  103.     Left = 164
  104.     Top = 200
  105.     Width = 75
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'Storno'
  109.     ModalResult = 2
  110.     TabOrder = 7
  111.   end
  112.   object CheckBox1: TCheckBox
  113.     Left = 160
  114.     Top = 136
  115.     Width = 81
  116.     Height = 17
  117.     Caption = 'U&kon∩┐╜it SetIt'
  118.     TabOrder = 5
  119.   end
  120.   object Button4: TButton
  121.     Left = 226
  122.     Top = 84
  123.     Width = 17
  124.     Height = 21
  125.     Caption = '...'
  126.     TabOrder = 4
  127.     OnClick = Button4Click
  128.   end
  129.   object RadioButton1: TRadioButton
  130.     Left = 20
  131.     Top = 152
  132.     Width = 113
  133.     Height = 17
  134.     Caption = 'N&orm∩┐╜ln∩┐╜ okno'
  135.     Checked = True
  136.     TabOrder = 9
  137.     TabStop = True
  138.   end
  139.   object RadioButton2: TRadioButton
  140.     Left = 20
  141.     Top = 176
  142.     Width = 113
  143.     Height = 17
  144.     Caption = 'Mi&nimalizovan∩┐╜'
  145.     TabOrder = 10
  146.   end
  147.   object RadioButton3: TRadioButton
  148.     Left = 20
  149.     Top = 200
  150.     Width = 113
  151.     Height = 17
  152.     Caption = 'Ma&ximalizovan∩┐╜'
  153.     TabOrder = 11
  154.   end
  155. end
  156.