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

  1. object LiniaDlg: TLiniaDlg
  2.   Left = 239
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pozioma linia <HR>'
  7.   ClientHeight = 205
  8.   ClientWidth = 334
  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 = 267
  23.     Top = 5
  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 = 267
  36.     Top = 70
  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 = 267
  49.     Top = 135
  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 Image1: TImage
  61.     Left = 6
  62.     Top = 10
  63.     Width = 32
  64.     Height = 32
  65.     Hint = 'To narz∩┐╜dzie s∩┐╜u∩┐╜y do okre∩┐╜lania '#13#10'parametr∩┐╜w poziomych linii.'
  66.     AutoSize = True
  67.     ParentShowHint = False
  68.     Picture.Data = {<image000.ico>}
  69.     ShowHint = True
  70.   end
  71.   object Panel1: TPanel
  72.     Left = 44
  73.     Top = 4
  74.     Width = 221
  75.     Height = 197
  76.     BevelInner = bvRaised
  77.     BevelOuter = bvLowered
  78.     TabOrder = 0
  79.     object Label1: TLabel
  80.       Left = 10
  81.       Top = 18
  82.       Width = 62
  83.       Height = 13
  84.       Caption = '&Wyr∩┐╜wnanie:'
  85.       FocusControl = Lista_Align
  86.     end
  87.     object Label2: TLabel
  88.       Left = 10
  89.       Top = 59
  90.       Width = 60
  91.       Height = 13
  92.       Caption = '&Grubo∩┐╜∩┐╜ linii:'
  93.       FocusControl = Edit1
  94.     end
  95.     object Label3: TLabel
  96.       Left = 10
  97.       Top = 99
  98.       Width = 61
  99.       Height = 13
  100.       Caption = '&D∩┐╜ugo∩┐╜∩┐╜ linii:'
  101.       FocusControl = Edit2
  102.     end
  103.     object Label4: TLabel
  104.       Left = 141
  105.       Top = 59
  106.       Width = 41
  107.       Height = 13
  108.       Caption = 'punkt∩┐╜w'
  109.     end
  110.     object Label5: TLabel
  111.       Left = 10
  112.       Top = 137
  113.       Width = 44
  114.       Height = 13
  115.       Caption = '&Kolor linii:'
  116.       FocusControl = Przycisk_Kolor
  117.     end
  118.     object Radio_Procent: TRadioButton
  119.       Left = 138
  120.       Top = 91
  121.       Width = 59
  122.       Height = 12
  123.       Hint = 'Rozmiar linii podany w procentach'
  124.       HelpContext = 1082
  125.       Caption = 'procent'
  126.       Checked = True
  127.       TabOrder = 0
  128.       TabStop = True
  129.       OnClick = Radio_ProcentClick
  130.     end
  131.     object Radio_Punkty: TRadioButton
  132.       Left = 138
  133.       Top = 107
  134.       Width = 59
  135.       Height = 12
  136.       Hint = 'Rozmiar linii podany w punktach'
  137.       HelpContext = 1082
  138.       Caption = 'punkt∩┐╜w'
  139.       TabOrder = 1
  140.       OnClick = Radio_PunktyClick
  141.     end
  142.     object Lista_Align: TComboBox
  143.       Left = 79
  144.       Top = 14
  145.       Width = 134
  146.       Height = 21
  147.       Hint = 'Wyr∩┐╜wnanie linii na stronie.'
  148.       HelpContext = 1080
  149.       Style = csDropDownList
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clBlack
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = []
  155.       ItemHeight = 13
  156.       Items.Strings = (
  157.         'Do lewej'
  158.         'Na ∩┐╜rodek'
  159.         'Do prawej')
  160.       ParentFont = False
  161.       TabOrder = 2
  162.     end
  163.     object Przycisk_Kolor: TDFSColorButton
  164.       Left = 79
  165.       Top = 131
  166.       Width = 45
  167.       Height = 22
  168.       Cursor = crHandPoint
  169.       Hint = 'Kliknij, aby wybra∩┐╜ kolor dla linii.'
  170.       HelpContext = 1083
  171.       ParentShowHint = False
  172.       ShowHint = True
  173.       TabOrder = 3
  174.       OtherBtnCaption = 'I&nne'
  175.       OtherColor = clBtnFace
  176.       PaletteColors.XSize = 4
  177.       PaletteColors.YSize = 5
  178.       PaletteColors.Colors = (
  179.         16777215
  180.         255
  181.         65280
  182.         16711680
  183.         12572607
  184.         0
  185.         127
  186.         32512
  187.         8323072
  188.         15712159
  189.         12566463
  190.         65535
  191.         16776960
  192.         16711935
  193.         15726591
  194.         8355711
  195.         32639
  196.         8355584
  197.         8323199
  198.         10461087)
  199.       CustomColors.XSize = 8
  200.       CustomColors.YSize = 2
  201.       CustomColors.Colors = (
  202.         16777215
  203.         16777215
  204.         16777215
  205.         16777215
  206.         16777215
  207.         16777215
  208.         16777215
  209.         16777215
  210.         16777215
  211.         16777215
  212.         16777215
  213.         16777215
  214.         16777215
  215.         16777215
  216.         16777215
  217.         16777215)
  218.       Color = clNone
  219.       Flat = True
  220.       CustomColorsKey = '\Software\Cream Software\Pajaczek\2000 Professional\4.0\Ogolne'
  221.       OnColorChange = Przycisk_KolorColorChange
  222.     end
  223.     object Check_NoShade: TCheckBox
  224.       Left = 80
  225.       Top = 168
  226.       Width = 133
  227.       Height = 17
  228.       HelpContext = 1084
  229.       Caption = '&Tr∩┐╜jwymiarowy cie∩┐╜ linii'
  230.       State = cbChecked
  231.       TabOrder = 4
  232.     end
  233.     object Edit1: TEdit97
  234.       Left = 80
  235.       Top = 55
  236.       Width = 31
  237.       Height = 19
  238.       HelpContext = 1081
  239.       TabOrder = 5
  240.       Text = '0'
  241.     end
  242.     object Edit2: TEdit97
  243.       Left = 79
  244.       Top = 95
  245.       Width = 31
  246.       Height = 19
  247.       HelpContext = 1082
  248.       TabOrder = 6
  249.       Text = '0'
  250.     end
  251.     object Spin_Grubosc_Linii: TUpDown
  252.       Left = 111
  253.       Top = 54
  254.       Width = 15
  255.       Height = 21
  256.       HelpContext = 1081
  257.       Associate = Edit1
  258.       Min = 0
  259.       Max = 2048
  260.       Position = 0
  261.       TabOrder = 7
  262.       Wrap = False
  263.     end
  264.     object Spin_Dlugosc_Linii: TUpDown
  265.       Left = 110
  266.       Top = 94
  267.       Width = 15
  268.       Height = 21
  269.       HelpContext = 1082
  270.       Associate = Edit2
  271.       Min = 0
  272.       Increment = 5
  273.       Position = 0
  274.       TabOrder = 8
  275.       Wrap = False
  276.     end
  277.   end
  278. end
  279.