[utf8vcl-cvs] utf8vcl JVCLMainTest.dfm, 1.1, 1.2 JVCLMainTest.pas, 1.1, 1.2
Status: Alpha
Brought to you by:
bluelive
From: Robert M. <mar...@us...> - 2007-03-29 14:21:17
|
Update of /cvsroot/utf8vcl/utf8vcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21460 Modified Files: JVCLMainTest.dfm JVCLMainTest.pas Log Message: more components added, now crashes instantly Index: JVCLMainTest.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/JVCLMainTest.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JVCLMainTest.pas 29 Mar 2007 11:59:37 -0000 1.1 --- JVCLMainTest.pas 29 Mar 2007 14:21:12 -0000 1.2 *************** *** 10,14 **** JvExButtons, JvButtons, JvFullColorSpaces, JvLabel, JvStaticText, JvFullColorCtrls, JvLinkLabel, JvHtControls, ! JvInstallLabel, JvExStdCtrls, JvBehaviorLabel; type --- 10,14 ---- JvExButtons, JvButtons, JvFullColorSpaces, JvLabel, JvStaticText, JvFullColorCtrls, JvLinkLabel, JvHtControls, ! JvInstallLabel, JvExStdCtrls, JvBehaviorLabel, JvCombobox, JvListComb; type *************** *** 34,37 **** --- 34,39 ---- JvLabel1: TJvLabel; JvFullColorLabel1: TJvFullColorLabel; + JvImageComboBox1: TJvImageComboBox; + JvImageListBox1: TJvImageListBox; procedure MainMenuItem1Click(Sender: TObject); procedure Exit1Click(Sender: TObject); Index: JVCLMainTest.dfm =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/JVCLMainTest.dfm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JVCLMainTest.dfm 29 Mar 2007 11:59:37 -0000 1.1 --- JVCLMainTest.dfm 29 Mar 2007 14:21:12 -0000 1.2 *************** *** 89,95 **** Left = 280 Top = 200 ! Width = 185 ! Height = 25 Caption = 'JvFullColorLabel1' end object JvColorButton1: TJvColorButton --- 89,96 ---- Left = 280 Top = 200 ! Width = 109 ! Height = 17 Caption = 'JvFullColorLabel1' + AutoSize = True end object JvColorButton1: TJvColorButton *************** *** 165,168 **** --- 166,216 ---- WordWrap = False end + object JvImageComboBox1: TJvImageComboBox + Left = 512 + Top = 8 + Width = 145 + Height = 25 + Style = csOwnerDrawVariable + ButtonStyle = fsLighter + DroppedWidth = 145 + ImageHeight = 0 + ImageWidth = 0 + ItemHeight = 19 + ItemIndex = 0 + TabOrder = 4 + Items = < + item + Brush.Style = bsClear + Indent = 0 + Text = 'Item0' + end + item + Brush.Style = bsClear + Indent = 0 + Text = 'Item1' + end> + end + object JvImageListBox1: TJvImageListBox + Left = 512 + Top = 48 + Width = 121 + Height = 57 + Items = < + item + Brush.Style = bsClear + Indent = 0 + Text = 'Item0' + end + item + Brush.Style = bsClear + Indent = 0 + Text = 'Item1' + end> + ImageHeight = 0 + ImageWidth = 0 + ButtonStyle = fsLighter + ItemHeight = 19 + TabOrder = 5 + end object JvMainMenu1: TJvMainMenu Style = msItemPainter |