Changeset 114 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Nov 27, 2017, 9:08:54 AM (7 years ago)
- Location:
- branches/generator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator
-
Property svn:ignore
set to
generator.exe
generator.lps
lib
-
Property svn:ignore
set to
-
branches/generator/Forms/UFormRuleItem.lfm
r111 r114 1 1 object FormRuleItem: TFormRuleItem 2 Left = 5492 Left = 474 3 3 Height = 278 4 Top = 6844 Top = 386 5 5 Width = 656 6 6 ActiveControl = EditName … … 11 11 object LabelTerminal: TLabel 12 12 Left = 16 13 Height = 2 413 Height = 20 14 14 Top = 64 15 Width = 7915 Width = 61 16 16 Caption = 'Terminal:' 17 17 ParentColor = False … … 19 19 object EditName: TEdit 20 20 Left = 160 21 Height = 3421 Height = 28 22 22 Top = 64 23 23 Width = 400 … … 44 44 object ComboBoxType: TComboBox 45 45 Left = 160 46 Height = 3446 Height = 28 47 47 Top = 16 48 48 Width = 400 49 ItemHeight = 049 ItemHeight = 20 50 50 Items.Strings = ( 51 51 'Terminal' … … 58 58 object Label2: TLabel 59 59 Left = 16 60 Height = 2 460 Height = 20 61 61 Top = 24 62 Width = 4562 Width = 35 63 63 Caption = 'Type:' 64 64 ParentColor = False … … 66 66 object LabelNonTerminal: TLabel 67 67 Left = 16 68 Height = 2 468 Height = 20 69 69 Top = 112 70 Width = 11970 Width = 92 71 71 Caption = 'Non-terminal:' 72 72 ParentColor = False … … 74 74 object ComboBoxNonTerminal: TComboBox 75 75 Left = 160 76 Height = 3676 Height = 28 77 77 Top = 104 78 78 Width = 404 79 ItemHeight = 079 ItemHeight = 20 80 80 Style = csDropDownList 81 81 TabOrder = 4
Note:
See TracChangeset
for help on using the changeset viewer.