Changeset 3 for trunk/UFormMain.lfm
- Timestamp:
- Mar 26, 2016, 11:40:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r2 r3 1 1 object FormMain: TFormMain 2 Left = 3552 Left = 215 3 3 Height = 941 4 Top = 2114 Top = 79 5 5 Width = 1703 6 6 Caption = 'CoolDisk' … … 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '1. 6.0.4'14 LCLVersion = '1.7' 15 15 object ListView1: TListView 16 16 Left = 16 … … 44 44 object Label1: TLabel 45 45 Left = 15 46 Height = 2 446 Height = 22 47 47 Top = 675 48 Width = 10148 Width = 91 49 49 Caption = 'Sector size:' 50 50 ParentColor = False … … 52 52 object LabelBlockSize: TLabel 53 53 Left = 256 54 Height = 2 454 Height = 22 55 55 Top = 675 56 56 Width = 10 … … 60 60 object LabelBlockCount: TLabel 61 61 Left = 256 62 Height = 2 462 Height = 22 63 63 Top = 704 64 64 Width = 10 … … 68 68 object Label2: TLabel 69 69 Left = 16 70 Height = 2 470 Height = 22 71 71 Top = 704 72 Width = 1 1972 Width = 105 73 73 Caption = 'Sector count:' 74 74 ParentColor = False … … 76 76 object LabelBlockCurrent: TLabel 77 77 Left = 256 78 Height = 2 478 Height = 22 79 79 Top = 736 80 80 Width = 10 … … 84 84 object Label3: TLabel 85 85 Left = 16 86 Height = 2 486 Height = 22 87 87 Top = 736 88 Width = 1 3688 Width = 122 89 89 Caption = 'Current sector:' 90 90 ParentColor = False … … 92 92 object Label4: TLabel 93 93 Left = 17 94 Height = 2 494 Height = 22 95 95 Top = 768 96 Width = 1 6296 Width = 147 97 97 Caption = 'Damaged sectors:' 98 98 ParentColor = False … … 100 100 object LabelBlockDamaged: TLabel 101 101 Left = 256 102 Height = 2 4102 Height = 22 103 103 Top = 764 104 104 Width = 10 … … 108 108 object Label5: TLabel 109 109 Left = 16 110 Height = 2 4110 Height = 22 111 111 Top = 796 112 Width = 1 22112 Width = 112 113 113 Caption = 'Elapsed time:' 114 114 ParentColor = False … … 116 116 object LabelElapsedTime: TLabel 117 117 Left = 256 118 Height = 2 4118 Height = 22 119 119 Top = 792 120 120 Width = 10 … … 124 124 object Label6: TLabel 125 125 Left = 17 126 Height = 2 4126 Height = 22 127 127 Top = 824 128 Width = 1 42128 Width = 129 129 129 Caption = 'Estimated time:' 130 130 ParentColor = False … … 132 132 object LabelEstimatedTime: TLabel 133 133 Left = 257 134 Height = 2 4134 Height = 22 135 135 Top = 820 136 136 Width = 10 … … 140 140 object Label7: TLabel 141 141 Left = 17 142 Height = 2 4142 Height = 22 143 143 Top = 644 144 Width = 1 60144 Width = 144 145 145 Caption = 'Sectors per Block:' 146 146 ParentColor = False … … 148 148 object LabelSectorPerBlock: TLabel 149 149 Left = 256 150 Height = 2 4150 Height = 22 151 151 Top = 640 152 152 Width = 10 … … 156 156 object LabelIOSpeed: TLabel 157 157 Left = 256 158 Height = 2 4158 Height = 22 159 159 Top = 848 160 160 Width = 10 … … 164 164 object Label8: TLabel 165 165 Left = 16 166 Height = 2 4166 Height = 22 167 167 Top = 852 168 Width = 94168 Width = 86 169 169 Caption = 'I/O speed:' 170 170 ParentColor = False … … 196 196 object EditDrive: TEdit 197 197 Left = 16 198 Height = 3 4198 Height = 32 199 199 Top = 8 200 200 Width = 448 … … 203 203 object ComboBoxRunMode: TComboBox 204 204 Left = 17 205 Height = 3 8205 Height = 32 206 206 Top = 88 207 207 Width = 247 … … 218 218 object Label9: TLabel 219 219 Left = 286 220 Height = 2 4220 Height = 22 221 221 Top = 95 222 Width = 1 21222 Width = 108 223 223 Caption = 'Data pattern:' 224 224 ParentColor = False … … 226 226 object EditPattern: TEdit 227 227 Left = 440 228 Height = 3 4228 Height = 32 229 229 Top = 88 230 230 Width = 80 231 231 TabOrder = 7 232 232 Text = '0xff' 233 end 234 object Label10: TLabel 235 Left = 16 236 Height = 22 237 Top = 612 238 Width = 36 239 Caption = 'Size:' 240 ParentColor = False 241 end 242 object LabelSize: TLabel 243 Left = 256 244 Height = 22 245 Top = 608 246 Width = 10 247 Caption = ' ' 248 ParentColor = False 233 249 end 234 250 object MainMenu1: TMainMenu
Note:
See TracChangeset
for help on using the changeset viewer.