829d5adfe5
отличия от 2.88: + procedure TControl.TBClear; {* |<#toolbar> Deletes all buttons. Dufa } + property TControl.TBButtonLParam[const Idx: Integer]: DWORD read TBGetButtonLParam write TBSetButtonLParam; {* |<#toolbar> Allows to access/change LParam. Dufa } + добавлен MCKfakeClasses200x.inc для исправления глюка с ложными МСК варнингами(в версиях 2006-2009) // Dufa * DefFont = Tahoma * procedure TDirList.ScanDirectory исправлена утечка памяти // Dufa * function TControl.WndProcTransparent исправлено "странное" поведение приложения, при кол-во форм >= 2 // Galkov * procedure TControl.SetCurIndex устранен AV // Galkov * visual_xp_styles.inc: function IsManifestFilePresent : boolean; исправлена ошибка при работе с библиотеками //Dufa *** возможно что-то забыл.... %) git-svn-id: https://svn.code.sf.net/p/kolmck/code@3 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
object fmFileFilterEditor: TfmFileFilterEditor
|
|
Left = 228
|
|
Top = 107
|
|
Width = 452
|
|
Height = 193
|
|
Caption = 'fmFileFilterEditor'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Scaled = False
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 16
|
|
object StringGrid1: TStringGrid
|
|
Left = 6
|
|
Top = 8
|
|
Width = 429
|
|
Height = 120
|
|
ColCount = 2
|
|
DefaultColWidth = 204
|
|
DefaultRowHeight = 18
|
|
FixedCols = 0
|
|
RowCount = 50
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
object Button1: TButton
|
|
Left = 272
|
|
Top = 136
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
TabOrder = 1
|
|
Visible = False
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 360
|
|
Top = 136
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Cancel'
|
|
TabOrder = 2
|
|
Visible = False
|
|
OnClick = Button2Click
|
|
end
|
|
end
|