Ignore:
Timestamp:
Nov 27, 2017, 9:08:54 AM (7 years ago)
Author:
chronos
Message:
  • Added: Common and TemplateGenerics packages.
  • Added: Remember main and rules form dimensions.
Location:
branches/generator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/generator

    • Property svn:ignore set to
      generator.exe
      generator.lps
      lib
  • branches/generator/Forms/UFormRuleItem.lfm

    r111 r114  
    11object FormRuleItem: TFormRuleItem
    2   Left = 549
     2  Left = 474
    33  Height = 278
    4   Top = 684
     4  Top = 386
    55  Width = 656
    66  ActiveControl = EditName
     
    1111  object LabelTerminal: TLabel
    1212    Left = 16
    13     Height = 24
     13    Height = 20
    1414    Top = 64
    15     Width = 79
     15    Width = 61
    1616    Caption = 'Terminal:'
    1717    ParentColor = False
     
    1919  object EditName: TEdit
    2020    Left = 160
    21     Height = 34
     21    Height = 28
    2222    Top = 64
    2323    Width = 400
     
    4444  object ComboBoxType: TComboBox
    4545    Left = 160
    46     Height = 34
     46    Height = 28
    4747    Top = 16
    4848    Width = 400
    49     ItemHeight = 0
     49    ItemHeight = 20
    5050    Items.Strings = (
    5151      'Terminal'
     
    5858  object Label2: TLabel
    5959    Left = 16
    60     Height = 24
     60    Height = 20
    6161    Top = 24
    62     Width = 45
     62    Width = 35
    6363    Caption = 'Type:'
    6464    ParentColor = False
     
    6666  object LabelNonTerminal: TLabel
    6767    Left = 16
    68     Height = 24
     68    Height = 20
    6969    Top = 112
    70     Width = 119
     70    Width = 92
    7171    Caption = 'Non-terminal:'
    7272    ParentColor = False
     
    7474  object ComboBoxNonTerminal: TComboBox
    7575    Left = 160
    76     Height = 36
     76    Height = 28
    7777    Top = 104
    7878    Width = 404
    79     ItemHeight = 0
     79    ItemHeight = 20
    8080    Style = csDropDownList
    8181    TabOrder = 4
Note: See TracChangeset for help on using the changeset viewer.