Changeset 33 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Jan 5, 2017, 11:48:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r28 r33 8 8 ClientWidth = 497 9 9 OnClose = FormClose 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 LCLVersion = '1.6. 2.0'12 LCLVersion = '1.6.0.4' 12 13 object SpinEditWidth: TSpinEdit 13 14 Left = 168 14 Height = 2815 Height = 34 15 16 Top = 24 16 17 Width = 122 … … 21 22 object Label1: TLabel 22 23 Left = 15 23 Height = 2 024 Height = 24 24 25 Top = 26 25 Width = 4326 Width = 56 26 27 Caption = 'Width:' 27 28 ParentColor = False … … 29 30 object Label2: TLabel 30 31 Left = 15 31 Height = 2 032 Height = 24 32 33 Top = 64 33 Width = 4834 Width = 62 34 35 Caption = 'Height:' 35 36 ParentColor = False … … 37 38 object SpinEditHeight: TSpinEdit 38 39 Left = 168 39 Height = 2840 Height = 34 40 41 Top = 64 41 42 Width = 122 … … 46 47 object Label3: TLabel 47 48 Left = 15 48 Height = 2 049 Height = 24 49 50 Top = 104 50 Width = 7351 Width = 96 51 52 Caption = 'Resolution:' 52 53 ParentColor = False … … 54 55 object SpinEditDPI: TSpinEdit 55 56 Left = 168 56 Height = 2857 Height = 34 57 58 Top = 104 58 59 Width = 122 … … 63 64 object Label4: TLabel 64 65 Left = 15 65 Height = 2 066 Height = 24 66 67 Top = 167 67 Width = 8268 Width = 105 68 69 Caption = 'Color depth:' 69 70 ParentColor = False … … 71 72 object ComboBoxColorFormat: TComboBox 72 73 Left = 167 73 Height = 2874 Height = 38 74 75 Top = 157 75 76 Width = 209 76 ItemHeight = 2077 ItemHeight = 0 77 78 OnChange = SpinEditWidthChange 78 79 Style = csDropDownList … … 100 101 object Label5: TLabel 101 102 Left = 16 102 Height = 2 0103 Height = 24 103 104 Top = 224 104 Width = 1 18105 Width = 152 105 106 Caption = 'Memory required:' 106 107 ParentColor = False … … 108 109 object LabelMemRequire: TLabel 109 110 Left = 192 110 Height = 2 0111 Height = 24 111 112 Top = 224 112 Width = 1 2113 Width = 15 113 114 Caption = ' ' 114 115 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.