Changeset 268 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Jan 20, 2019, 9:32:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r266 r268 21 21 Top = 4 22 22 Width = 749 23 ActivePage = TabSheet Rules23 ActivePage = TabSheetMode 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 326 TabIndex = 0 27 27 TabOrder = 0 28 28 object TabSheetMode: TTabSheet … … 32 32 object Panel3: TPanel 33 33 Left = 0 34 Height = 65 134 Height = 655 35 35 Top = 0 36 Width = 7 4336 Width = 739 37 37 Align = alClient 38 38 BevelOuter = bvNone 39 ClientHeight = 65 140 ClientWidth = 7 4339 ClientHeight = 655 40 ClientWidth = 739 41 41 TabOrder = 0 42 42 object RadioButtonModeLocal: TRadioButton … … 44 44 Height = 30 45 45 Top = 14 46 Width = 6846 Width = 70 47 47 Caption = 'Local' 48 48 Checked = True … … 55 55 Height = 30 56 56 Top = 48 57 Width = 15 457 Width = 156 58 58 Caption = 'Network server' 59 59 OnChange = RadioButtonModeLocalChange … … 64 64 Height = 30 65 65 Top = 152 66 Width = 1 4966 Width = 151 67 67 Caption = 'Network client' 68 68 OnChange = RadioButtonModeLocalChange … … 71 71 object EditServerAddress: TEdit 72 72 Left = 24 73 Height = 3673 Height = 43 74 74 Top = 112 75 75 Width = 220 … … 78 78 object SpinEditServerPort: TSpinEdit 79 79 Left = 256 80 Height = 3680 Height = 43 81 81 Top = 112 82 82 Width = 79 … … 102 102 object ListViewServers: TListView 103 103 Left = 26 104 Height = 4 19104 Height = 423 105 105 Top = 181 106 106 Width = 334 … … 130 130 Left = 27 131 131 Height = 31 132 Top = 61 2132 Top = 616 133 133 Width = 94 134 134 Action = AServerAdd … … 139 139 Left = 240 140 140 Height = 31 141 Top = 61 2141 Top = 616 142 142 Width = 94 143 143 Action = AServerRemove … … 148 148 Left = 136 149 149 Height = 30 150 Top = 61 2150 Top = 616 151 151 Width = 94 152 152 Action = AServerModify … … 324 324 object ComboBoxGridType: TComboBox 325 325 Left = 146 326 Height = 42326 Height = 38 327 327 Top = 104 328 328 Width = 208 … … 340 340 object ComboBoxMapShape: TComboBox 341 341 Left = 146 342 Height = 42342 Height = 38 343 343 Top = 144 344 344 Width = 208
Note:
See TracChangeset
for help on using the changeset viewer.