1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
object BuildModesForm: TBuildModesForm
Left = 396
Height = 354
Top = 484
Width = 612
ActiveControl = BuildModesStringGrid
BorderIcons = [biSystemMenu]
Caption = 'BuildModesForm'
ClientHeight = 354
ClientWidth = 612
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 32
Top = 316
Width = 600
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object ToolBar1: TToolBar
AnchorSideLeft.Control = btnCreateDefaultModes
AnchorSideTop.Control = btnCreateDefaultModes
AnchorSideTop.Side = asrBottom
Left = 6
Height = 28
Top = 39
Width = 154
Align = alNone
BorderSpacing.Top = 6
ButtonHeight = 26
ButtonWidth = 26
Caption = 'ToolBar1'
EdgeBorders = []
EdgeInner = esNone
EdgeOuter = esNone
Images = ImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 1
object ToolButtonAdd: TToolButton
Left = 1
Top = 0
Caption = 'ToolButtonAdd'
OnClick = AddSpeedButtonClick
end
object ToolButtonDelete: TToolButton
Left = 27
Top = 0
Caption = 'ToolButtonDelete'
OnClick = DeleteSpeedButtonClick
end
object ToolButtonMoveUp: TToolButton
Left = 58
Top = 0
Caption = 'ToolButtonMoveUp'
OnClick = MoveUpSpeedButtonClick
end
object ToolButtonMoveDown: TToolButton
Left = 84
Top = 0
Caption = 'ToolButtonMoveDown'
OnClick = MoveDownSpeedButtonClick
end
object ToolButton5: TToolButton
Left = 110
Height = 26
Top = 0
Caption = 'ToolButton5'
Style = tbsDivider
end
object ToolButtonDiff: TToolButton
Left = 115
Top = 0
Caption = 'ToolButtonDiff'
OnClick = DiffSpeedButtonClick
end
object ToolButton1: TToolButton
Left = 53
Height = 26
Top = 0
Caption = 'ToolButton1'
Style = tbsDivider
end
end
object NoteLabel: TLabel
AnchorSideLeft.Control = ToolBar1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ToolBar1
AnchorSideTop.Side = asrCenter
Left = 166
Height = 17
Top = 45
Width = 66
BorderSpacing.Left = 6
Caption = 'NoteLabel'
Font.Color = clMaroon
Font.Style = [fsItalic]
ParentColor = False
ParentFont = False
end
object BuildModesStringGrid: TStringGrid
AnchorSideLeft.Control = ToolBar1
AnchorSideTop.Control = ToolBar1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 242
Top = 73
Width = 602
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFillColumns = True
BorderSpacing.Top = 6
ColCount = 3
Columns = <
item
ButtonStyle = cbsCheckboxColumn
MaxSize = 50
Title.Caption = 'Active'
Width = 200
end
item
ButtonStyle = cbsCheckboxColumn
MaxSize = 50
Title.Caption = 'InSession'
Width = 200
end
item
MaxSize = 500
SizePriority = 100
Title.Caption = 'Title'
Width = 200
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goRowSelect, goThumbTracking, goSmoothScroll]
TabOrder = 3
TitleStyle = tsNative
OnCheckboxToggled = BuildModesCheckboxToggled
OnDrawCell = BuildModesStringGridDrawCell
OnSelection = BuildModesStringGridSelection
OnValidateEntry = BuildModesStringGridValidateEntry
ColWidths = (
200
200
200
)
end
object btnCreateDefaultModes: TButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 27
Top = 6
Width = 183
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'Create now for this project'
OnClick = btnCreateDefaultModesClick
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object RenameButton: TButton
AnchorSideTop.Control = btnCreateDefaultModes
AnchorSideRight.Control = BuildModesStringGrid
AnchorSideRight.Side = asrBottom
Left = 536
Height = 25
Top = 6
Width = 72
Anchors = [akTop, akRight]
AutoSize = True
Caption = '&Rename'
OnClick = RenameButtonClick
TabOrder = 2
end
object BuildModesPopupMenu: TPopupMenu
left = 168
top = 260
end
object ImageList1: TImageList
left = 240
top = 280
end
end
|