home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / pajaczek / _SETUP.1 / Pajaczek.exe / 0 / RCDATA / TFTEXTDLG / TFTEXTDLG.txt
Encoding:
Text File  |  1998-11-10  |  3.8 KB  |  194 lines

  1. object FTextDlg: TFTextDlg
  2.   Left = 285
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Textarea'
  7.   ClientHeight = 201
  8.   ClientWidth = 315
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Przycisk_OK: TToolbarButton97
  22.     Left = 248
  23.     Top = 4
  24.     Width = 65
  25.     Height = 65
  26.     Cursor = crHandPoint
  27.     Caption = '&OK'
  28.     Layout = blGlyphTop
  29.     ParentShowHint = False
  30.     ShowHint = False
  31.     Spacing = 5
  32.     OnClick = Przycisk_OKClick
  33.   end
  34.   object Przycisk_Anuluj: TToolbarButton97
  35.     Left = 248
  36.     Top = 69
  37.     Width = 65
  38.     Height = 65
  39.     Cursor = crHandPoint
  40.     Caption = '&Anuluj'
  41.     Layout = blGlyphTop
  42.     ParentShowHint = False
  43.     ShowHint = False
  44.     Spacing = 5
  45.     OnClick = Przycisk_AnulujClick
  46.   end
  47.   object Przycisk_Pomoc: TToolbarButton97
  48.     Left = 248
  49.     Top = 134
  50.     Width = 65
  51.     Height = 65
  52.     Cursor = crHandPoint
  53.     Caption = '&Pomoc'
  54.     Layout = blGlyphTop
  55.     ParentShowHint = False
  56.     ShowHint = False
  57.     Spacing = 5
  58.     OnClick = Przycisk_PomocClick
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 2
  62.     Top = 4
  63.     Width = 241
  64.     Height = 195
  65.     BevelInner = bvRaised
  66.     BevelOuter = bvLowered
  67.     TabOrder = 0
  68.     object Label1: TLabel
  69.       Left = 8
  70.       Top = 13
  71.       Width = 36
  72.       Height = 13
  73.       Caption = '&Nazwa:'
  74.       FocusControl = Edit_Nazwa
  75.     end
  76.     object Label2: TLabel
  77.       Left = 8
  78.       Top = 41
  79.       Width = 38
  80.       Height = 13
  81.       Caption = 'Kol&umn:'
  82.       FocusControl = Edit1
  83.     end
  84.     object Label3: TLabel
  85.       Left = 8
  86.       Top = 68
  87.       Width = 48
  88.       Height = 13
  89.       Caption = 'Za&wijanie:'
  90.       FocusControl = Lista_Zawijanie
  91.     end
  92.     object Label4: TLabel
  93.       Left = 132
  94.       Top = 41
  95.       Width = 43
  96.       Height = 13
  97.       Caption = 'Wie&rszy::'
  98.       FocusControl = Edit2
  99.     end
  100.     object Label5: TLabel
  101.       Left = 154
  102.       Top = 91
  103.       Width = 76
  104.       Height = 13
  105.       Caption = '&Tekst domy∩┐╜lny:'
  106.       FocusControl = MEM_Text
  107.     end
  108.     object Edit_Nazwa: TEdit97
  109.       Left = 68
  110.       Top = 9
  111.       Width = 163
  112.       Height = 19
  113.       HelpContext = 1440
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentFont = False
  120.       TabOrder = 0
  121.     end
  122.     object Lista_Zawijanie: TComboBox98
  123.       Left = 68
  124.       Top = 64
  125.       Width = 165
  126.       Height = 21
  127.       HelpContext = 1443
  128.       Style = csDropDownList
  129.       ItemHeight = 13
  130.       Items.Strings = (
  131.         'off'
  132.         'virtual'
  133.         'physical')
  134.       TabOrder = 5
  135.       Complete = True
  136.       MinLengthComplete = 0
  137.     end
  138.     object Edit1: TEdit97
  139.       Left = 68
  140.       Top = 37
  141.       Width = 28
  142.       Height = 19
  143.       HelpContext = 1441
  144.       TabOrder = 1
  145.       Text = '0'
  146.     end
  147.     object Edit2: TEdit97
  148.       Left = 188
  149.       Top = 37
  150.       Width = 28
  151.       Height = 19
  152.       HelpContext = 1442
  153.       TabOrder = 3
  154.       Text = '0'
  155.     end
  156.     object Spin_Cols: TUpDown
  157.       Left = 96
  158.       Top = 36
  159.       Width = 15
  160.       Height = 21
  161.       HelpContext = 1441
  162.       Associate = Edit1
  163.       Min = 0
  164.       Max = 2048
  165.       Increment = 2
  166.       Position = 0
  167.       TabOrder = 2
  168.       Wrap = False
  169.     end
  170.     object Spin_Rows: TUpDown
  171.       Left = 216
  172.       Top = 36
  173.       Width = 15
  174.       Height = 21
  175.       HelpContext = 1442
  176.       Associate = Edit2
  177.       Min = 0
  178.       Max = 2048
  179.       Increment = 2
  180.       Position = 0
  181.       TabOrder = 4
  182.       Wrap = False
  183.     end
  184.     object MEM_Text: TMemo
  185.       Left = 8
  186.       Top = 110
  187.       Width = 225
  188.       Height = 79
  189.       HelpContext = 2331
  190.       TabOrder = 6
  191.     end
  192.   end
  193. end
  194.