-
Notifications
You must be signed in to change notification settings - Fork 13
/
ProjectVersionSCR.dfm
129 lines (129 loc) · 4.25 KB
/
ProjectVersionSCR.dfm
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
object ProjectVersionSCRForm: TProjectVersionSCRForm
Left = 287
Top = 319
BorderStyle = bsDialog
ClientHeight = 466
ClientWidth = 450
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Description: TLabeledEdit
Left = 56
Top = 88
Width = 353
Height = 21
EditLabel.Width = 57
EditLabel.Height = 13
EditLabel.Caption = 'Description:'
TabOrder = 1
end
object ShortName: TLabeledEdit
Left = 56
Top = 136
Width = 353
Height = 21
EditLabel.Width = 85
EditLabel.Height = 13
EditLabel.Caption = 'Short description:'
TabOrder = 2
end
object Request: TLabeledEdit
Left = 56
Top = 184
Width = 353
Height = 21
EditLabel.Width = 121
EditLabel.Height = 13
EditLabel.Caption = 'Request (SCR #55 e.g.):'
TabOrder = 3
end
object BtnOK: TBitBtn
Left = 152
Top = 416
Width = 105
Height = 33
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
OnClick = BtnOKClick
Glyph.Data = {
96010000424D9601000000000000760000002800000018000000180000000100
04000000000020010000130B0000130B00001000000000000000046604000C7C
10001EB6340041CE67001C9830002FC54F0059E3890017AC270034B24C00FC02
FC00178F24004FD977002CB2470024AA3A0038BE580024A23400999999999999
9999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999099999999999999999999990F09999999999
99999999990D7C09999999999999999990D277D099999999999999990452277D
09999999999999904355D0C7D09999999999990ABB3C09027D09999999999906
6BE09990A7D09999999999086E099999907D0999999999903099999999077099
9999999909999999999017099999999999999999999990A09999999999999999
9999990109999999999999999999999900999999999999999999999999099999
9999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999}
end
object BtnCancel: TBitBtn
Left = 304
Top = 416
Width = 105
Height = 33
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
Glyph.Data = {
96010000424D9601000000000000760000002800000018000000180000000100
04000000000020010000130B0000130B0000100000000000000004029C00FC02
FC001343FA003461F900204FFB000424EA001C42ED000733F7002C4FE4004172
FC00143AEC00052CF7001E48F7002D59F7003967FA002457FC00111111111111
1111111111111111111111111111111111111111111111111111111111111111
1001111111111001111111110270111111110BB011111110C22B01111110577B
011111102C227011110B7B7501111111064C270110B77750111111111064CCA0
0BBB75011111111111064CCA77B750111111111111106422A77B011111111111
11110C2222701111111111111111044C22A01111111111111110DF44444A0111
11111111110D3DDCCF44601111111111103E3E400CF44601111111110E9EE801
106F446011111110999980111106D44C011111109998011111106DFC01111111
09D0111111110C40111111111001111111111001111111111111111111111111
1111111111111111111111111111111111111111111111111111}
end
object Ident: TLabeledEdit
Left = 56
Top = 40
Width = 225
Height = 21
Hint = 'This field must have a valid numeric value'
EditLabel.Width = 69
EditLabel.Height = 13
EditLabel.Caption = 'Track number:'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object BtnTrackerImport: TBitBtn
Left = 296
Top = 38
Width = 113
Height = 25
Caption = 'Tracker Import'
TabOrder = 6
OnClick = BtnTrackerImportClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000040204000482
0400848204008402040004FE0400FCFEFC00FC02040004FEFC00000040000000
00000000000000000000DFFBC100DA67AB00410080007E007C00000555500000
0000002222500000000000222253633300000022225136363600002222541413
3330002222514141363603222257143413630622225147414413552222555474
7143222222225747471422222222577474732222222266774743006666676664
7460006466777666436000067464666366000000024744660000}
end
end