Changeset 37 for trunk/Forms
- Timestamp:
- May 9, 2018, 1:22:44 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 5 edited
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/UFormMain.lfm
r36 r37 52 52 Top = 0 53 53 Width = 920 54 Caption = 'ToolBar1'55 54 TabOrder = 1 56 55 object ToolButton1: TToolButton … … 60 59 end 61 60 object ColorButton1: TColorButton 62 Left = 2463 Height = 2 261 Left = 30 62 Height = 28 64 63 Top = 2 65 64 Width = 43 … … 69 68 end 70 69 object ToolButton2: TToolButton 71 Left = 6770 Left = 73 72 71 Top = 2 73 72 Action = Core.AToolMove 74 73 end 75 74 object ToolButton3: TToolButton 76 Left = 9075 Left = 102 77 76 Top = 2 78 77 Action = Core.AToolPen 79 end80 object ToolButton4: TToolButton81 Left = 11382 Top = 283 Caption = 'ToolButton4'84 OnClick = ToolButton4Click85 78 end 86 79 end … … 161 154 end 162 155 end 156 object MenuItem24: TMenuItem 157 Caption = 'General' 158 object MenuItem25: TMenuItem 159 Action = Core.ASettings 160 end 161 end 163 162 end 164 163 object Timer1: TTimer … … 172 171 MaxCount = 10 173 172 OnChange = LastOpenedList1Change 174 left = 292173 left = 304 175 174 top = 112 176 175 end -
trunk/Forms/UFormMain.pas
r36 r37 32 32 MenuItem22: TMenuItem; 33 33 MenuItem23: TMenuItem; 34 MenuItem24: TMenuItem; 35 MenuItem25: TMenuItem; 34 36 MenuItemRecentFiles: TMenuItem; 35 37 MenuItem15: TMenuItem; … … 50 52 ToolButton2: TToolButton; 51 53 ToolButton3: TToolButton; 52 ToolButton4: TToolButton;53 54 procedure FormActivate(Sender: TObject); 54 55 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); -
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.