Changeset 3 for trunk/Forms/UFormField.lfm
- Timestamp:
- Jan 18, 2015, 5:25:37 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 MyData.lps 4 4 data.xml 5 Config.xml
-
- Property svn:ignore
-
trunk/Forms/UFormField.lfm
r2 r3 26 26 end 27 27 object ButtonOk: TButton 28 Left = 62428 Left = 880 29 29 Height = 25 30 Top = 31230 Top = 400 31 31 Width = 75 32 Anchors = [akRight, akBottom] 32 33 Caption = 'Ok' 33 34 ModalResult = 1 … … 59 60 Left = 16 60 61 Height = 25 61 Top = 14 662 Top = 144 62 63 Width = 93 63 64 Caption = 'Text after:' … … 74 75 object ComboBoxType: TComboBox 75 76 Left = 167 76 Height = 3 577 Height = 37 77 78 Top = 48 78 79 Width = 265 79 80 ItemHeight = 0 81 OnChange = ComboBoxTypeChange 80 82 Style = csDropDownList 81 83 TabOrder = 4 82 84 end 83 85 object ButtonCancel: TButton 84 Left = 52886 Left = 784 85 87 Height = 25 86 Top = 31288 Top = 400 87 89 Width = 75 90 Anchors = [akRight, akBottom] 88 91 Caption = 'Cancel' 89 92 ModalResult = 2 90 93 TabOrder = 5 91 94 end 95 object PageControl1: TPageControl 96 Left = 16 97 Height = 200 98 Top = 184 99 Width = 936 100 ActivePage = TabSheetDateTime 101 Anchors = [akTop, akLeft, akRight, akBottom] 102 ShowTabs = False 103 TabIndex = 2 104 TabOrder = 6 105 object TabSheetString: TTabSheet 106 Caption = 'TabSheetString' 107 ClientHeight = 194 108 ClientWidth = 930 109 object EditStringDefault: TEdit 110 Left = 160 111 Height = 35 112 Top = 8 113 Width = 265 114 TabOrder = 0 115 end 116 object Label5: TLabel 117 Left = 16 118 Height = 25 119 Top = 8 120 Width = 127 121 Caption = 'Default value:' 122 ParentColor = False 123 end 124 end 125 object TabSheetInteger: TTabSheet 126 Caption = 'TabSheetInteger' 127 end 128 object TabSheetDateTime: TTabSheet 129 Caption = 'TabSheetDateTime' 130 ClientHeight = 194 131 ClientWidth = 930 132 object DateEditMin: TDateEdit 133 Left = 136 134 Height = 35 135 Top = 24 136 Width = 216 137 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 138 OKCaption = 'OK' 139 CancelCaption = 'Cancel' 140 DateOrder = doNone 141 ButtonWidth = 23 142 NumGlyphs = 1 143 MaxLength = 0 144 TabOrder = 0 145 end 146 object Label6: TLabel 147 Left = 16 148 Height = 25 149 Top = 32 150 Width = 96 151 Caption = 'Minimum:' 152 ParentColor = False 153 end 154 object DateEditMax: TDateEdit 155 Left = 136 156 Height = 35 157 Top = 72 158 Width = 216 159 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] 160 OKCaption = 'OK' 161 CancelCaption = 'Cancel' 162 DateOrder = doNone 163 ButtonWidth = 23 164 NumGlyphs = 1 165 MaxLength = 0 166 TabOrder = 1 167 end 168 object Label7: TLabel 169 Left = 16 170 Height = 25 171 Top = 80 172 Width = 100 173 Caption = 'Maximum:' 174 ParentColor = False 175 end 176 end 177 object TabSheetBoolean: TTabSheet 178 Caption = 'TabSheetBoolean' 179 end 180 end 92 181 end
Note:
See TracChangeset
for help on using the changeset viewer.