source: trunk/Forms/UFormProject.lfm

Last change on this file was 41, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Modified: Removed TemplateGenerics package.
File size: 2.2 KB
Line 
1object FormProject: TFormProject
2 Left = 537
3 Height = 588
4 Top = 440
5 Width = 918
6 Caption = 'Project settings'
7 ClientHeight = 588
8 ClientWidth = 918
9 DesignTimePPI = 144
10 LCLVersion = '2.0.0.4'
11 object SpinEditSectorSize: TSpinEdit
12 Left = 336
13 Height = 43
14 Top = 228
15 Width = 152
16 MaxValue = 63
17 OnChange = SpinEditSectorSizeChange
18 ParentFont = False
19 TabOrder = 0
20 Value = 1
21 end
22 object Label1: TLabel
23 Left = 24
24 Height = 26
25 Top = 240
26 Width = 96
27 Caption = 'Sector size:'
28 ParentColor = False
29 ParentFont = False
30 end
31 object Button1: TButton
32 Left = 489
33 Height = 38
34 Top = 420
35 Width = 112
36 Caption = 'Ok'
37 ModalResult = 1
38 ParentFont = False
39 TabOrder = 1
40 end
41 object Button2: TButton
42 Left = 336
43 Height = 38
44 Top = 420
45 Width = 112
46 Caption = 'Cancel'
47 ModalResult = 2
48 ParentFont = False
49 TabOrder = 2
50 end
51 object EditName: TEdit
52 Left = 288
53 Height = 43
54 Top = 12
55 Width = 360
56 ParentFont = False
57 TabOrder = 3
58 end
59 object Label2: TLabel
60 Left = 24
61 Height = 26
62 Top = 24
63 Width = 56
64 Caption = 'Name:'
65 ParentColor = False
66 ParentFont = False
67 end
68 object ComboBoxDrive: TComboBox
69 Left = 288
70 Height = 42
71 Top = 84
72 Width = 576
73 ItemHeight = 0
74 ParentFont = False
75 Style = csDropDownList
76 TabOrder = 4
77 end
78 object Label3: TLabel
79 Left = 24
80 Height = 26
81 Top = 96
82 Width = 49
83 Caption = 'Drive:'
84 ParentColor = False
85 ParentFont = False
86 end
87 object Label4: TLabel
88 Left = 24
89 Height = 26
90 Top = 168
91 Width = 113
92 Caption = 'Sector count:'
93 ParentColor = False
94 ParentFont = False
95 end
96 object LabelSectorCount: TLabel
97 Left = 288
98 Height = 26
99 Top = 168
100 Width = 15
101 Caption = ' '
102 ParentColor = False
103 ParentFont = False
104 end
105 object Label5: TLabel
106 Left = 288
107 Height = 26
108 Top = 240
109 Width = 20
110 Caption = '2^'
111 ParentColor = False
112 ParentFont = False
113 end
114 object Label6: TLabel
115 Left = 512
116 Height = 26
117 Top = 240
118 Width = 10
119 Caption = '='
120 ParentColor = False
121 ParentFont = False
122 end
123end
Note: See TracBrowser for help on using the repository browser.