Changeset 166 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Feb 9, 2011, 1:35:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r164 r166 17 17 Top = 8 18 18 Width = 802 19 ActivePage = TabSheet 219 ActivePage = TabSheet1 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 TabIndex = 021 TabIndex = 1 22 22 TabOrder = 0 23 23 object TabSheet2: TTabSheet … … 107 107 object TabSheet1: TTabSheet 108 108 Caption = 'Job control' 109 ClientHeight = 4 93109 ClientHeight = 474 110 110 ClientWidth = 794 111 111 object ButtonAddWorkers: TButton … … 113 113 Height = 25 114 114 Top = 7 115 Width = 1 04115 Width = 120 116 116 Caption = 'Add workers' 117 117 OnClick = ButtonAddWorkersClick … … 128 128 end 129 129 object Label4: TLabel 130 Left = 1 24130 Left = 140 131 131 Height = 14 132 132 Top = 14 … … 148 148 object Memo1: TMemo 149 149 Left = 316 150 Height = 2 44150 Height = 225 151 151 Top = 14 152 152 Width = 294 … … 165 165 end 166 166 object Label12: TLabel 167 Left = 1 23167 Left = 140 168 168 Height = 14 169 169 Top = 38 … … 299 299 ParentColor = False 300 300 end 301 end 302 object Button6: TButton 303 Left = 9 304 Height = 25 305 Top = 38 306 Width = 121 307 Caption = 'Add method workers' 308 OnClick = Button6Click 309 TabOrder = 7 301 310 end 302 311 end
Note:
See TracChangeset
for help on using the changeset viewer.