Changeset 37 for trunk/Forms/UFormNew.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 lib 4 4 backup 5 LibrePaint.exe 6 *.lrj
-
- Property svn:ignore
-
trunk/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
trunk/Forms/UFormNew.lfm
r33 r37 7 7 ClientHeight = 300 8 8 ClientWidth = 497 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 LCLVersion = '1. 6.0.4'13 LCLVersion = '1.8.2.0' 13 14 object SpinEditWidth: TSpinEdit 14 15 Left = 168 15 Height = 3416 Height = 28 16 17 Top = 24 17 18 Width = 122 … … 22 23 object Label1: TLabel 23 24 Left = 15 24 Height = 2 425 Height = 20 25 26 Top = 26 26 Width = 5627 Width = 43 27 28 Caption = 'Width:' 28 29 ParentColor = False … … 30 31 object Label2: TLabel 31 32 Left = 15 32 Height = 2 433 Height = 20 33 34 Top = 64 34 Width = 6235 Width = 48 35 36 Caption = 'Height:' 36 37 ParentColor = False … … 38 39 object SpinEditHeight: TSpinEdit 39 40 Left = 168 40 Height = 3441 Height = 28 41 42 Top = 64 42 43 Width = 122 … … 47 48 object Label3: TLabel 48 49 Left = 15 49 Height = 2 450 Height = 20 50 51 Top = 104 51 Width = 9652 Width = 73 52 53 Caption = 'Resolution:' 53 54 ParentColor = False … … 55 56 object SpinEditDPI: TSpinEdit 56 57 Left = 168 57 Height = 3458 Height = 28 58 59 Top = 104 59 60 Width = 122 … … 64 65 object Label4: TLabel 65 66 Left = 15 66 Height = 2 467 Height = 20 67 68 Top = 167 68 Width = 10569 Width = 82 69 70 Caption = 'Color depth:' 70 71 ParentColor = False … … 72 73 object ComboBoxColorFormat: TComboBox 73 74 Left = 167 74 Height = 3875 Height = 28 75 76 Top = 157 76 77 Width = 209 77 ItemHeight = 078 ItemHeight = 20 78 79 OnChange = SpinEditWidthChange 79 80 Style = csDropDownList … … 91 92 end 92 93 object Button2: TButton 93 Left = 2 2494 Left = 232 94 95 Height = 25 95 96 Top = 256 … … 101 102 object Label5: TLabel 102 103 Left = 16 103 Height = 2 4104 Height = 20 104 105 Top = 224 105 Width = 1 52106 Width = 118 106 107 Caption = 'Memory required:' 107 108 ParentColor = False … … 109 110 object LabelMemRequire: TLabel 110 111 Left = 192 111 Height = 2 4112 Height = 20 112 113 Top = 224 113 Width = 1 5114 Width = 12 114 115 Caption = ' ' 115 116 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.