home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Skryba / _SETUP.1 / Skryba.exe / 0 / RCDATA / TFTEXTDLG / TFTEXTDLG.txt
Text File  |  1998-09-18  |  4KB  |  192 lines

  1. object FTextDlg: TFTextDlg
  2.   Left = 249
  3.   Top = 97
  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 = 40
  96.       Height = 13
  97.       Caption = 'Wie&rszy:'
  98.       FocusControl = Edit2
  99.     end
  100.     object Label5: TLabel
  101.       Left = 157
  102.       Top = 91
  103.       Width = 74
  104.       Height = 13
  105.       Caption = 'Domy∩┐╜lny &tekst:'
  106.       FocusControl = MEM_Text
  107.     end
  108.     object Edit_Nazwa: TEdit97
  109.       Left = 68
  110.       Top = 9
  111.       Width = 163
  112.       Height = 21
  113.       HelpContext = 900
  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: TComboBox
  123.       Left = 68
  124.       Top = 64
  125.       Width = 165
  126.       Height = 21
  127.       HelpContext = 920
  128.       Style = csDropDownList
  129.       ItemHeight = 13
  130.       Items.Strings = (
  131.         'wy∩┐╜∩┐╜czone'
  132.         'wirtualne'
  133.         'fizyczne')
  134.       TabOrder = 5
  135.     end
  136.     object Edit1: TEdit97
  137.       Left = 68
  138.       Top = 36
  139.       Width = 28
  140.       Height = 21
  141.       HelpContext = 910
  142.       TabOrder = 1
  143.       Text = '0'
  144.     end
  145.     object Edit2: TEdit97
  146.       Left = 188
  147.       Top = 36
  148.       Width = 28
  149.       Height = 21
  150.       HelpContext = 910
  151.       TabOrder = 3
  152.       Text = '0'
  153.     end
  154.     object Spin_Cols: TUpDown
  155.       Left = 96
  156.       Top = 36
  157.       Width = 15
  158.       Height = 21
  159.       HelpContext = 910
  160.       Associate = Edit1
  161.       Min = 0
  162.       Max = 2048
  163.       Increment = 2
  164.       Position = 0
  165.       TabOrder = 2
  166.       Wrap = False
  167.     end
  168.     object Spin_Rows: TUpDown
  169.       Left = 216
  170.       Top = 36
  171.       Width = 15
  172.       Height = 21
  173.       HelpContext = 910
  174.       Associate = Edit2
  175.       Min = 0
  176.       Max = 2048
  177.       Increment = 2
  178.       Position = 0
  179.       TabOrder = 4
  180.       Wrap = False
  181.     end
  182.     object MEM_Text: TMemo
  183.       Left = 8
  184.       Top = 110
  185.       Width = 225
  186.       Height = 79
  187.       HelpContext = 930
  188.       TabOrder = 6
  189.     end
  190.   end
  191. end
  192.