lazarus/examples/easter/main.lfm
vincents db47221357 ListBox needs draw event if it is ownerdrawn.
git-svn-id: trunk@7676 -
2005-09-12 09:48:45 +00:00

153 lines
2.9 KiB
Plaintext

object Form1: TForm1
BorderStyle = bsDialog
Caption = 'Holy Days'
ClientHeight = 195
ClientWidth = 430
OnCreate = Form1CREATE
OnShow = Form1SHOW
PixelsPerInch = 96
Position = poDesktopCenter
HorzScrollBar.Page = 429
VertScrollBar.Page = 194
Left = 392
Height = 195
Top = 213
Width = 430
object Bevel1: TBevel
BorderSpacing.OnChange = nil
Height = 165
Left = 13
Name = 'Bevel1'
Shape = bsFrame
Top = 11
Width = 282
Left = 13
Height = 165
Top = 11
Width = 282
end
object AshWednesdayLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Aschermittwoch:'
Color = clNone
Left = 24
Height = 13
Top = 64
Width = 80
end
object YearLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Jahr'
Color = clNone
Left = 24
Height = 13
Top = 24
Width = 21
end
object GoodFridayLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Karfreitag:'
Color = clNone
Left = 24
Height = 13
Top = 81
Width = 52
end
object EasterMondayLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Ostermontag'
Color = clNone
Left = 24
Height = 13
Top = 98
Width = 63
end
object AscensionDayLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Himmelfahrt'
Color = clNone
Left = 24
Height = 13
Top = 115
Width = 57
end
object PentecostLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Pfingsten'
Color = clNone
Left = 24
Height = 13
Top = 132
Width = 45
end
object CorpusCristiLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Fronleichnam'
Color = clNone
Left = 24
Height = 13
Top = 149
Width = 63
end
object CalculateButton: TButton
BorderSpacing.OnChange = nil
Caption = 'Berechne'
OnClick = Button1CLICK
TabOrder = 0
Left = 312
Height = 35
Top = 56
Width = 104
end
object Listbox1: TListBox
BorderSpacing.OnChange = nil
ItemHeight = 17
OnDrawItem = Listbox1DrawItem
Style = lbOwnerDrawFixed
TabOrder = 1
Left = 136
Height = 108
Top = 62
Width = 141
end
object Edit1: TEdit
BorderSpacing.OnChange = nil
TabOrder = 2
Text = '2003'
Left = 136
Height = 23
Top = 24
Width = 141
end
object EndButton: TButton
BorderSpacing.OnChange = nil
Caption = 'Ende'
OnClick = Button2CLICK
TabOrder = 3
Left = 312
Height = 35
Top = 104
Width = 104
end
object AboutButton: TButton
BorderSpacing.OnChange = nil
Caption = 'Info'
OnClick = Button3CLICK
TabOrder = 4
Left = 312
Height = 35
Top = 152
Width = 104
end
object LanguageButton: TButton
BorderSpacing.OnChange = nil
Caption = 'English'
OnClick = LanguageButtonCLICK
TabOrder = 5
Left = 312
Height = 35
Top = 8
Width = 104
end
end