File tree Expand file tree Collapse file tree 10 files changed +514
-1
lines changed
Expand file tree Collapse file tree 10 files changed +514
-1
lines changed Original file line number Diff line number Diff line change 1+ -$A8
2+ -$B-
3+ -$C+
4+ -$D+
5+ -$E-
6+ -$F-
7+ -$G+
8+ -$H+
9+ -$I+
10+ -$J-
11+ -$K-
12+ -$L+
13+ -$M-
14+ -$N+
15+ -$O+
16+ -$P+
17+ -$Q-
18+ -$R-
19+ -$S-
20+ -$T-
21+ -$U-
22+ -$V+
23+ -$W-
24+ -$X+
25+ -$YD
26+ -$Z1
27+ -cg
28+ -AWinTypes =Windows; WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
29+ -H+
30+ -W+
31+ -M
32+ -$M16384,1048576
33+ -K$00400000
34+ -LE" c:\programs\borland\delphi7\Projects\Bpl"
35+ -LN" c:\programs\borland\delphi7\Projects\Bpl"
36+ -w-UNSAFE_TYPE
37+ -w-UNSAFE_CODE
38+ -w-UNSAFE_CAST
Original file line number Diff line number Diff line change 1+ [FileVersion]
2+ Version =7.0
3+ [Compiler]
4+ A =8
5+ B =0
6+ C =1
7+ D =1
8+ E =0
9+ F =0
10+ G =1
11+ H =1
12+ I =1
13+ J =0
14+ K =0
15+ L =1
16+ M =0
17+ N =1
18+ O =1
19+ P =1
20+ Q =0
21+ R =0
22+ S =0
23+ T =0
24+ U =0
25+ V =1
26+ W =0
27+ X =1
28+ Y =1
29+ Z =1
30+ ShowHints =1
31+ ShowWarnings =1
32+ UnitAliases =WinTypes =Windows; WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
33+ NamespacePrefix =
34+ SymbolDeprecated =1
35+ SymbolLibrary =1
36+ SymbolPlatform =1
37+ UnitLibrary =1
38+ UnitPlatform =1
39+ UnitDeprecated =1
40+ HResultCompat =1
41+ HidingMember =1
42+ HiddenVirtual =1
43+ Garbage =1
44+ BoundsError =1
45+ ZeroNilCompat =1
46+ StringConstTruncated =1
47+ ForLoopVarVarPar =1
48+ TypedConstVarPar =1
49+ AsgToTypedConst =1
50+ CaseLabelRange =1
51+ ForVariable =1
52+ ConstructingAbstract =1
53+ ComparisonFalse =1
54+ ComparisonTrue =1
55+ ComparingSignedUnsigned =1
56+ CombiningSignedUnsigned =1
57+ UnsupportedConstruct =1
58+ FileOpen =1
59+ FileOpenUnitSrc =1
60+ BadGlobalSymbol =1
61+ DuplicateConstructorDestructor =1
62+ InvalidDirective =1
63+ PackageNoLink =1
64+ PackageThreadVar =1
65+ ImplicitImport =1
66+ HPPEMITIgnored =1
67+ NoRetVal =1
68+ UseBeforeDef =1
69+ ForLoopVarUndef =1
70+ UnitNameMismatch =1
71+ NoCFGFileFound =1
72+ MessageDirective =1
73+ ImplicitVariants =1
74+ UnicodeToLocale =1
75+ LocaleToUnicode =1
76+ ImagebaseMultiple =1
77+ SuspiciousTypecast =1
78+ PrivatePropAccessor =1
79+ UnsafeType =0
80+ UnsafeCode =0
81+ UnsafeCast =0
82+ [Linker]
83+ MapFile =0
84+ OutputObjs =0
85+ ConsoleApp =1
86+ DebugInfo =0
87+ RemoteSymbols =0
88+ MinStackSize =16384
89+ MaxStackSize =1048576
90+ ImageBase =4194304
91+ ExeDescription =
92+ [Directories]
93+ OutputDir =
94+ UnitOutputDir =
95+ PackageDLLOutputDir =
96+ PackageDCPOutputDir =
97+ SearchPath =
98+ Packages =vcl; rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP
99+ Conditionals =
100+ DebugSourceDirs =
101+ UsePackages =0
102+ [Parameters]
103+ RunParams =
104+ HostApplication =
105+ Launcher =
106+ UseLauncher =0
107+ DebugCWD =
108+ [Language]
109+ ActiveLang =
110+ ProjectLang =
111+ RootDir =
112+ [Version Info]
113+ IncludeVerInfo =0
114+ AutoIncBuild =0
115+ MajorVer =1
116+ MinorVer =0
117+ Release =0
118+ Build =0
119+ Debug =0
120+ PreRelease =0
121+ Special =0
122+ Private =0
123+ DLL =0
124+ Locale =1049
125+ CodePage =1251
126+ [Version Info Keys]
127+ CompanyName =
128+ FileDescription =
129+ FileVersion =1.0.0.0
130+ InternalName =
131+ LegalCopyright =
132+ LegalTrademarks =
133+ OriginalFilename =
134+ ProductName =
135+ ProductVersion =1.0.0.0
136+ Comments =
Original file line number Diff line number Diff line change 1+ program Project1;
2+
3+ uses
4+ Forms,
5+ Unit1 in ' Unit1.pas' { Main} ;
6+
7+ { $R *.res}
8+
9+ begin
10+ Application.Initialize;
11+ Application.CreateForm(TMain, Main);
12+ Application.ShowMainForm:=false;
13+ Application.Run;
14+ end .
Original file line number Diff line number Diff line change 1+ object Main: TMain
2+ Left = 192
3+ Top = 125
4+ Width = 336
5+ Height = 279
6+ Caption = ' HMD assistant'
7+ Color = clBtnFace
8+ Font.Charset = DEFAULT_CHARSET
9+ Font.Color = clWindowText
10+ Font.Height = -11
11+ Font.Name = ' MS Sans Serif'
12+ Font.Style = []
13+ OldCreateOrder = False
14+ OnClose = FormClose
15+ OnCreate = FormCreate
16+ PixelsPerInch = 96
17+ TextHeight = 13
18+ object PopupMenu1: TPopupMenu
19+ Left = 8
20+ Top = 8
21+ object RunStopBtn: TMenuItem
22+ Caption = #1042 #1082 #1083 #1102 #1095 #1080 #1090 #1100
23+ OnClick = RunStopBtnClick
24+ end
25+ object N3: TMenuItem
26+ Caption = ' -'
27+ end
28+ object ResolutionsBtn: TMenuItem
29+ Caption = #1056 #1072 #1079 #1088 #1077 #1096 #1077 #1085 #1080 #1077
30+ object N0x01: TMenuItem
31+ Caption = ' 0x0'
32+ Enabled = False
33+ end
34+ object N5: TMenuItem
35+ Caption = ' -'
36+ end
37+ object MaxResBtn: TMenuItem
38+ Caption = ' 2560x1440'
39+ OnClick = MaxResBtnClick
40+ end
41+ object MiddleResBtn: TMenuItem
42+ Caption = ' 1920x1080'
43+ OnClick = MiddleResBtnClick
44+ end
45+ object LowResBtn: TMenuItem
46+ Caption = ' 1600x900'
47+ OnClick = LowResBtnClick
48+ end
49+ end
50+ object SetupBtn: TMenuItem
51+ Caption = #1055 #1072 #1088 #1072 #1084 #1077 #1090 #1088 #1099
52+ object EditConfigBtn: TMenuItem
53+ Caption = #1048 #1079 #1084 #1077 #1085 #1080 #1090 #1100
54+ OnClick = EditConfigBtnClick
55+ end
56+ end
57+ object N2: TMenuItem
58+ Caption = ' -'
59+ end
60+ object CloseBtn: TMenuItem
61+ Caption = #1042 #1099 #1093 #1086 #1076
62+ OnClick = CloseBtnClick
63+ end
64+ end
65+ end
You can’t perform that action at this time.
0 commit comments