Changeset 103 for trunk/Forms/FormNew.lfm
- Timestamp:
- Dec 9, 2024, 3:04:44 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNew.lfm
r89 r103 8 8 ClientWidth = 514 9 9 DesignTimePPI = 144 10 OnCreate = FormCreate 11 LCLVersion = '3.4.0.0' 10 LCLVersion = '3.6.0.0' 12 11 object ButtonCancel: TButton 13 12 Left = 255 … … 36 35 Width = 497 37 36 HorzScrollBar.Page = 435 38 VertScrollBar.Page = 21437 VertScrollBar.Page = 118 39 38 Anchors = [akTop, akLeft, akRight, akBottom] 40 39 ClientHeight = 245 … … 87 86 TabOrder = 2 88 87 end 89 object Label2: TLabel90 Left = 1691 Height = 2692 Top = 13393 Width = 7594 Caption = 'Tile skin:'95 ParentColor = False96 end97 object ComboBoxSkin: TComboBox98 Left = 17399 Height = 38100 Top = 128101 Width = 262102 ItemHeight = 0103 Items.Strings = (104 ''105 )106 Style = csDropDownList107 TabOrder = 3108 end109 object Label3: TLabel110 Left = 16111 Height = 26112 Top = 181113 Width = 113114 Caption = 'Color palette:'115 ParentColor = False116 end117 object ComboBoxColorPalette: TComboBox118 Left = 173119 Height = 38120 Top = 176121 Width = 262122 ItemHeight = 0123 Items.Strings = (124 'RGB'125 'RBG'126 'GRB'127 'GBR'128 'BGR'129 'BRG'130 )131 Style = csDropDownList132 TabOrder = 4133 end134 88 end 135 89 end
Note:
See TracChangeset
for help on using the changeset viewer.