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

  1. object TabSzybkDlg: TTabSzybkDlg
  2.   Left = 256
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Szybka tabela'
  7.   ClientHeight = 150
  8.   ClientWidth = 274
  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.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Przycisk_Pomoc: TToolbarButton97
  21.     Left = 181
  22.     Top = 100
  23.     Width = 87
  24.     Height = 45
  25.     Cursor = crHandPoint
  26.     Caption = '&Pomoc'
  27.     ParentShowHint = False
  28.     ShowHint = False
  29.     Spacing = 5
  30.     OnClick = Przycisk_PomocClick
  31.   end
  32.   object Przycisk_Anuluj: TToolbarButton97
  33.     Left = 94
  34.     Top = 100
  35.     Width = 87
  36.     Height = 45
  37.     Cursor = crHandPoint
  38.     Caption = '&Anuluj'
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     Spacing = 5
  42.     OnClick = Przycisk_AnulujClick
  43.   end
  44.   object Przycisk_OK: TToolbarButton97
  45.     Left = 6
  46.     Top = 100
  47.     Width = 88
  48.     Height = 45
  49.     Cursor = crHandPoint
  50.     Caption = '&OK'
  51.     ParentShowHint = False
  52.     ShowHint = False
  53.     Spacing = 5
  54.     OnClick = Przycisk_OKClick
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 4
  58.     Top = 4
  59.     Width = 265
  60.     Height = 93
  61.     BevelInner = bvRaised
  62.     BevelOuter = bvLowered
  63.     TabOrder = 0
  64.     object Label1: TLabel
  65.       Left = 8
  66.       Top = 25
  67.       Width = 40
  68.       Height = 13
  69.       Caption = '&Wierszy:'
  70.       FocusControl = Edit1
  71.     end
  72.     object Label2: TLabel
  73.       Left = 8
  74.       Top = 56
  75.       Width = 38
  76.       Height = 13
  77.       Caption = '&Kolumn:'
  78.       FocusControl = Edit2
  79.     end
  80.     object Check_Caption: TCheckBox
  81.       Left = 124
  82.       Top = 8
  83.       Width = 133
  84.       Height = 17
  85.       HelpContext = 1342
  86.       Caption = 'Do∩┐╜∩┐╜cz &opis tabeli'
  87.       State = cbChecked
  88.       TabOrder = 2
  89.     end
  90.     object Check_Rows: TCheckBox
  91.       Left = 124
  92.       Top = 28
  93.       Width = 133
  94.       Height = 17
  95.       HelpContext = 1343
  96.       Caption = 'Ustawienia dla wie&rszy'
  97.       State = cbChecked
  98.       TabOrder = 3
  99.     end
  100.     object Check_Cells: TCheckBox
  101.       Left = 124
  102.       Top = 48
  103.       Width = 137
  104.       Height = 17
  105.       HelpContext = 1344
  106.       Caption = 'Ustawienia dla ko&m∩┐╜rek'
  107.       State = cbChecked
  108.       TabOrder = 4
  109.     end
  110.     object check_border: TCheckBox
  111.       Left = 124
  112.       Top = 68
  113.       Width = 121
  114.       Height = 17
  115.       HelpContext = 1345
  116.       Caption = 'Obramowa&nie tabeli'
  117.       State = cbChecked
  118.       TabOrder = 5
  119.     end
  120.     object Edit1: TEdit97
  121.       Left = 60
  122.       Top = 20
  123.       Width = 35
  124.       Height = 21
  125.       HelpContext = 1340
  126.       TabOrder = 0
  127.       Text = '0'
  128.     end
  129.     object Edit2: TEdit97
  130.       Left = 60
  131.       Top = 51
  132.       Width = 35
  133.       Height = 21
  134.       HelpContext = 1341
  135.       TabOrder = 1
  136.       Text = '0'
  137.     end
  138.     object Spin_Rows: TUpDown
  139.       Left = 95
  140.       Top = 20
  141.       Width = 15
  142.       Height = 21
  143.       HelpContext = 1340
  144.       Associate = Edit1
  145.       Min = 0
  146.       Max = 2048
  147.       Position = 0
  148.       TabOrder = 6
  149.       Wrap = False
  150.     end
  151.     object Spin_Cols: TUpDown
  152.       Left = 95
  153.       Top = 51
  154.       Width = 15
  155.       Height = 21
  156.       HelpContext = 1341
  157.       Associate = Edit2
  158.       Min = 0
  159.       Max = 2048
  160.       Position = 0
  161.       TabOrder = 7
  162.       Wrap = False
  163.     end
  164.   end
  165. end
  166.