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

  1. object CaptionDlg: TCaptionDlg
  2.   Left = 268
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Opis tabeli'
  7.   ClientHeight = 172
  8.   ClientWidth = 332
  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 = 43
  23.     Top = 124
  24.     Width = 95
  25.     Height = 45
  26.     Cursor = crHandPoint
  27.     Caption = '&OK'
  28.     ParentShowHint = False
  29.     ShowHint = False
  30.     Spacing = 5
  31.     OnClick = Przycisk_OKClick
  32.   end
  33.   object Przycisk_Anuluj: TToolbarButton97
  34.     Left = 138
  35.     Top = 124
  36.     Width = 95
  37.     Height = 45
  38.     Cursor = crHandPoint
  39.     Caption = '&Anuluj'
  40.     ParentShowHint = False
  41.     ShowHint = False
  42.     Spacing = 5
  43.     OnClick = Przycisk_AnulujClick
  44.   end
  45.   object Przycisk_Pomoc: TToolbarButton97
  46.     Left = 233
  47.     Top = 124
  48.     Width = 95
  49.     Height = 45
  50.     Cursor = crHandPoint
  51.     Caption = '&Pomoc'
  52.     ParentShowHint = False
  53.     ShowHint = False
  54.     Spacing = 5
  55.     OnClick = Przycisk_PomocClick
  56.   end
  57.   object Image2: TImage
  58.     Left = 2
  59.     Top = 14
  60.     Width = 32
  61.     Height = 32
  62.     Hint = 'To narz∩┐╜dzie s∩┐╜u∩┐╜y do definiowania '#13#10'wygl∩┐╜du opisu tabeli.'
  63.     AutoSize = True
  64.     ParentShowHint = False
  65.     Picture.Data = {<image000.ico>}
  66.     ShowHint = True
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 40
  70.     Top = 4
  71.     Width = 289
  72.     Height = 117
  73.     BevelInner = bvRaised
  74.     BevelOuter = bvLowered
  75.     TabOrder = 0
  76.     object Label1: TLabel
  77.       Left = 11
  78.       Top = 10
  79.       Width = 83
  80.       Height = 13
  81.       Caption = '&Tekst opisu tabeli'
  82.       FocusControl = Edit_Opis
  83.     end
  84.     object Label2: TLabel
  85.       Left = 21
  86.       Top = 58
  87.       Width = 114
  88.       Height = 13
  89.       Caption = '&Wyr∩┐╜wnanie w poziomie'
  90.       FocusControl = Lista_Align
  91.     end
  92.     object Label3: TLabel
  93.       Left = 166
  94.       Top = 58
  95.       Width = 101
  96.       Height = 13
  97.       Caption = 'Wyr∩┐╜wnanie w pio&nie'
  98.       FocusControl = Lista_Valign
  99.     end
  100.     object Edit_Opis: TEdit97
  101.       Left = 11
  102.       Top = 30
  103.       Width = 270
  104.       Height = 19
  105.       Hint = 'Wpisz opis tabeli'
  106.       HelpContext = 1260
  107.       TabOrder = 0
  108.     end
  109.     object Lista_Valign: TComboBox
  110.       Left = 152
  111.       Top = 78
  112.       Width = 128
  113.       Height = 21
  114.       Hint = 'Po∩┐╜o∩┐╜enie opisu w stosunku do tabeli.'
  115.       HelpContext = 1262
  116.       Style = csDropDownList
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clBlack
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = []
  122.       ItemHeight = 13
  123.       Items.Strings = (
  124.         'do g∩┐╜ry'
  125.         'do do∩┐╜u')
  126.       ParentFont = False
  127.       TabOrder = 2
  128.     end
  129.     object Lista_Align: TComboBox
  130.       Left = 11
  131.       Top = 78
  132.       Width = 134
  133.       Height = 21
  134.       Hint = 'Wyr∩┐╜wnanie tekstu opisu tabeli w stosunku do tabeli.'
  135.       HelpContext = 1261
  136.       Style = csDropDownList
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clBlack
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = []
  142.       ItemHeight = 13
  143.       Items.Strings = (
  144.         'do lewej'
  145.         'na ∩┐╜rodek'
  146.         'do prawej')
  147.       ParentFont = False
  148.       TabOrder = 1
  149.     end
  150.   end
  151. end
  152.