Changeset 111 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Aug 9, 2017, 12:09:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItem.lfm
r110 r111 9 9 ClientWidth = 656 10 10 LCLVersion = '1.6.4.0' 11 object Label 1: TLabel12 Left = 2411 object LabelTerminal: TLabel 12 Left = 16 13 13 Height = 24 14 Top = 2415 Width = 5616 Caption = ' Name:'14 Top = 64 15 Width = 79 16 Caption = 'Terminal:' 17 17 ParentColor = False 18 18 end 19 19 object EditName: TEdit 20 Left = 1 3220 Left = 160 21 21 Height = 34 22 Top = 1923 Width = 4 2822 Top = 64 23 Width = 400 24 24 TabOrder = 0 25 25 end … … 42 42 TabOrder = 2 43 43 end 44 object ComboBoxType: TComboBox 45 Left = 160 46 Height = 34 47 Top = 16 48 Width = 400 49 ItemHeight = 0 50 Items.Strings = ( 51 'Terminal' 52 'Non-terminal' 53 ) 54 OnChange = ComboBoxTypeChange 55 Style = csDropDownList 56 TabOrder = 3 57 end 58 object Label2: TLabel 59 Left = 16 60 Height = 24 61 Top = 24 62 Width = 45 63 Caption = 'Type:' 64 ParentColor = False 65 end 66 object LabelNonTerminal: TLabel 67 Left = 16 68 Height = 24 69 Top = 112 70 Width = 119 71 Caption = 'Non-terminal:' 72 ParentColor = False 73 end 74 object ComboBoxNonTerminal: TComboBox 75 Left = 160 76 Height = 36 77 Top = 104 78 Width = 404 79 ItemHeight = 0 80 Style = csDropDownList 81 TabOrder = 4 82 end 44 83 end
Note:
See TracChangeset
for help on using the changeset viewer.