home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Shareware 1999 February
/
PCShareware-2-99.iso
/
polskie
/
SIG
/
_SETUP.1
/
sig.exe
/
0
/
RCDATA
/
TFRMTEMPLATE
/
TFRMTEMPLATE.txt
< prev
Wrap
Text File
|
1998-12-05
|
8KB
|
335 lines
object frmTemplate: TfrmTemplate
Left = 299
Top = 280
Width = 416
Height = 267
HelpContext = 2030
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Szablon sygnatury'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = MainMenu1
OldCreateOrder = True
PopupMenu = PopupMenu1
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 9
Top = 26
Width = 390
Height = 167
HelpContext = 2030
Align = alClient
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
WordWrap = False
end
object Dock971: TDock97
Left = 0
Top = 0
Width = 408
Height = 26
object SIGSzablon: TToolbar97
Left = 0
Top = 0
Caption = 'Przybornik szablonu'
CloseButton = False
DockPos = 0
FullSize = True
TabOrder = 0
object btCancel: TToolbarButton97
Left = 179
Top = 0
Width = 23
Height = 22
Action = acCancel
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ModalResult = 2
ParentShowHint = False
ShowHint = True
end
object btFont: TToolbarButton97
Left = 104
Top = 0
Width = 23
Height = 22
Action = acFont
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object btSIGMark: TToolbarButton97
Left = 127
Top = 0
Width = 23
Height = 22
Action = acSiGmark
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object ToolbarSep971: TToolbarSep97
Left = 150
Top = 0
end
object btOK: TToolbarButton97
Left = 156
Top = 0
Width = 23
Height = 22
Action = acApply
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ModalResult = 1
ParentShowHint = False
ShowHint = True
end
object btOpen: TToolbarButton97
Left = 0
Top = 0
Width = 23
Height = 22
Action = acOpen
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object ToolbarSep972: TToolbarSep97
Left = 98
Top = 0
end
object btPaste: TToolbarButton97
Left = 75
Top = 0
Width = 23
Height = 22
Action = acPaste
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object btCut: TToolbarButton97
Left = 52
Top = 0
Width = 23
Height = 22
Action = acCut
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object btCopy: TToolbarButton97
Left = 29
Top = 0
Width = 23
Height = 22
Action = acCopy
DisplayMode = dmGlyphOnly
Images = Form1.ImageList1
ParentShowHint = False
ShowHint = True
end
object ToolbarSep973: TToolbarSep97
Left = 23
Top = 0
end
end
end
object Dock972: TDock97
Left = 0
Top = 193
Width = 408
Height = 9
Position = dpBottom
end
object Dock973: TDock97
Left = 0
Top = 26
Width = 9
Height = 167
Position = dpLeft
end
object Dock974: TDock97
Left = 399
Top = 26
Width = 9
Height = 167
Position = dpRight
end
object StatusBar1: TStatusBar
Left = 0
Top = 202
Width = 408
Height = 19
AutoHint = True
Panels = <>
SimplePanel = False
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 84
Top = 84
end
object OpenDialog1: TOpenDialog
Filter = 'Pliki tekstowe|*.txt'
Left = 44
Top = 40
end
object MainMenu1: TMainMenu
Images = Form1.ImageList1
Left = 144
Top = 100
object Plik1: TMenuItem
Caption = '&Plik'
object Otworzpliktekstowy1: TMenuItem
Action = acOpen
end
object N3: TMenuItem
Caption = '-'
end
object Font1: TMenuItem
Action = acFont
end
object N1: TMenuItem
Caption = '-'
end
object Zapisz1: TMenuItem
Action = acApply
end
object Zaniechaj1: TMenuItem
Action = acCancel
end
end
object Edycja1: TMenuItem
Caption = 'Edycja'
object Kopiuj1: TMenuItem
Action = acCopy
end
object Wytnij1: TMenuItem
Action = acCut
end
object Wklej1: TMenuItem
Action = acPaste
end
object N2: TMenuItem
Caption = '-'
end
object WstawznacznikSIGA1: TMenuItem
Action = acSiGmark
end
end
object Pomoc1: TMenuItem
Caption = 'Pomoc'
object Spistreci1: TMenuItem
Action = Form1.acHelp
OnClick = Spistreci1Click
end
end
end
object ActionList1: TActionList
Images = Form1.ImageList1
Left = 248
Top = 56
object acOpen: TAction
Caption = '&Otwarcie pliku tekstowego'
Hint = 'Otwarcie pliku tekstowego'
ImageIndex = 14
OnExecute = acOpenExecute
end
object acApply: TAction
Caption = 'Zapisz'
Hint = 'Zapisanie zmian'
ImageIndex = 13
ShortCut = 16397
OnExecute = acApplyExecute
end
object acCancel: TAction
Caption = 'Zaniechaj'
Hint = 'Anulowanie zmian'
ImageIndex = 10
ShortCut = 27
OnExecute = acCancelExecute
end
object acCopy: TAction
Caption = '&Kopiuj'
Hint = 'Kopiowanie do schowka'
ImageIndex = 1
ShortCut = 16451
OnExecute = acCopyExecute
end
object acCut: TAction
Caption = '&Wytnij'
Hint = 'Wyci�cie do schowka'
ImageIndex = 15
ShortCut = 16472
OnExecute = acCutExecute
end
object acPaste: TAction
Caption = 'W&klej'
Hint = 'Wklejenie ze schowka'
ImageIndex = 16
ShortCut = 16470
OnExecute = acPasteExecute
end
object acSiGmark: TAction
Caption = 'Wstawienie znacznika sygnatury'
Hint = 'Wstawienie znacznika sygnatury'
ImageIndex = 11
ShortCut = 16461
OnExecute = acSiGmarkExecute
end
object acFont: TAction
Caption = 'Czcionka'
Hint = 'Zmiana czcionki'
ImageIndex = 12
ShortCut = 16454
OnExecute = acFontExecute
end
end
object PopupMenu1: TPopupMenu
Images = Form1.ImageList1
Left = 184
Top = 60
object Kopiuj2: TMenuItem
Action = acCopy
end
object Wytnij2: TMenuItem
Action = acCut
end
object Wklej2: TMenuItem
Action = acPaste
end
object N4: TMenuItem
Caption = '-'
end
object Wstawienieznacznikasygnatury1: TMenuItem
Action = acSiGmark
end
end
end