From ae79c3e550d3dbb0acdeaf88acc087600f5b1df6 Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Mon, 18 Jul 2016 17:47:18 +0200 Subject: [PATCH] updated open icons and button sizes in VectoAux --- .../My Project/Resources.Designer.vb | 80 +- .../My Project/Resources.resx | 15 + .../VectoAuxiliaries/Resources/Open-icon.png | Bin 0 -> 786 bytes .../VectoAuxiliaries/Resources/desktop.png | Bin 0 -> 642 bytes .../VectoAuxiliaries/Resources/favorites.png | Bin 0 -> 850 bytes .../Resources/file-history.png | Bin 0 -> 757 bytes .../VectoAuxiliaries/Resources/new_dir.png | Bin 0 -> 625 bytes .../VectoAuxiliaries/UI/FB_Dialog.designer.vb | 715 ++- VECTOAux/VectoAuxiliaries/UI/FB_Dialog.resx | 27 + VECTOAux/VectoAuxiliaries/UI/FB_Dialog.vb | 940 ++- .../UI/FB_FavDlog.designer.vb | 166 +- VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.resx | 4 +- VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.vb | 50 +- .../UI/frmAuxiliaryConfig.Designer.vb | 2520 ++++---- .../UI/frmHVACTool.Designer.vb | 5526 ++++++++--------- VECTOAux/VectoAuxiliaries/UI/frmHVACTool.resx | 3 - .../VectoAuxiliaries/VectoAuxiliaries.vbproj | 33 +- 17 files changed, 5093 insertions(+), 4986 deletions(-) create mode 100644 VECTOAux/VectoAuxiliaries/Resources/Open-icon.png create mode 100644 VECTOAux/VectoAuxiliaries/Resources/desktop.png create mode 100644 VECTOAux/VectoAuxiliaries/Resources/favorites.png create mode 100644 VECTOAux/VectoAuxiliaries/Resources/file-history.png create mode 100644 VECTOAux/VectoAuxiliaries/Resources/new_dir.png diff --git a/VECTOAux/VectoAuxiliaries/My Project/Resources.Designer.vb b/VECTOAux/VectoAuxiliaries/My Project/Resources.Designer.vb index 83fa837c5f..2bab6c351f 100644 --- a/VECTOAux/VectoAuxiliaries/My Project/Resources.Designer.vb +++ b/VECTOAux/VectoAuxiliaries/My Project/Resources.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' <auto-generated> -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ @@ -15,12 +15,12 @@ Imports System Namespace My.Resources - 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. '''<summary> - ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' A strongly-typed resource class, for looking up localized strings, etc. '''</summary> <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ @@ -33,7 +33,7 @@ Namespace My.Resources Private resourceCulture As Global.System.Globalization.CultureInfo '''<summary> - ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' Returns the cached ResourceManager instance used by this class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager @@ -47,8 +47,8 @@ Namespace My.Resources End Property '''<summary> - ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend Property Culture() As Global.System.Globalization.CultureInfo @@ -61,7 +61,7 @@ Namespace My.Resources End Property '''<summary> - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. '''</summary> Friend ReadOnly Property Blank() As System.Drawing.Bitmap Get @@ -71,7 +71,7 @@ Namespace My.Resources End Property '''<summary> - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. '''</summary> Friend ReadOnly Property Delete() As System.Drawing.Bitmap Get @@ -81,7 +81,37 @@ Namespace My.Resources End Property '''<summary> - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property desktop() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("desktop", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property favorites() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("favorites", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property file_history() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("file_history", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. '''</summary> Friend ReadOnly Property Info() As System.Drawing.Bitmap Get @@ -89,5 +119,25 @@ Namespace My.Resources Return CType(obj,System.Drawing.Bitmap) End Get End Property + + '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property new_dir() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("new_dir", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + '''<summary> + ''' Looks up a localized resource of type System.Drawing.Bitmap. + '''</summary> + Friend ReadOnly Property Open_icon() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Open_icon", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property End Module End Namespace diff --git a/VECTOAux/VectoAuxiliaries/My Project/Resources.resx b/VECTOAux/VectoAuxiliaries/My Project/Resources.resx index 4c9d6e0a86..27ed283c33 100644 --- a/VECTOAux/VectoAuxiliaries/My Project/Resources.resx +++ b/VECTOAux/VectoAuxiliaries/My Project/Resources.resx @@ -124,7 +124,22 @@ <data name="Delete" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Images\Delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="desktop" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\desktop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="favorites" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\favorites.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="file_history" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\file-history.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="Info" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\Info.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="new_dir" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\new_dir.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="Open_icon" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Open-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root> \ No newline at end of file diff --git a/VECTOAux/VectoAuxiliaries/Resources/Open-icon.png b/VECTOAux/VectoAuxiliaries/Resources/Open-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5b25c5b924bd2a400e3b1a24887bad98d10b5ad2 GIT binary patch literal 786 zcmV+t1MU2YP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0008nNkl<Zc-oDV zO-vI(6vzMDZNUJgB@iJR`4Ef9H$frsK*V57{7BGvlY@k-Mo2K4s0WSVf+iZHC;2#u za4}M2q6tC~1H=d=<ug>I<x2$G?Uq8j%g#ET7A*1NOI~K?&3nK3znNWbsIz(mK#`W$ zK&z$BbKp1*k*3kGwV)_!eeQ*pw#Yq>0@Tv;1z25hLHH%Yy&@vvU?!5%a@e?IesK-< zz78S(Vr#-bfaB-#0W}oZmK6vTGG|*r>4`#`5zaKE!)$5CZC@X@{p9IPt*d?)P;xep z<){o2A`O2UM^V;(1X~NYfOk`NG<Yr8BHQ3auGd-TsbGNO%3NBe?y3lywR-}2hm*il zKy(z(Vk6TlxboXvv8j=JB&t;B<{vOXVa2iV=^+8Zsm(HpqiKoIX*oDmFK#&o!EFKN z>TxdRS=?KXK2WvK$qNjSU!F|?Dk4RU_fI3^fDsNNqG4qKH%~vpE6YoKxNPB)8)JLK z6zLT2;6ithb2961vC5jk)Zh#@4GLZ;3%FW#1HJR_(e<?po9^v4C6-+C8Dwzw@FixK znV15Vgn9^y>HcoT8@&tH%kQIO@;OFVMzB1)0a>F!idV29%OI0#2w*D7q{ZPDs0X$J zsC9hAoik17oOlAedj?)9fDK97b>D^zWtj9bKxSbEJ3Xl4=hz&B+|$@_<WLG$15R2j z?E!c<sgFv6B9hQEX5^)V5S6KLPC2peA#f-nUK1N)(zQ@^U;sh%V|{)Lq9ZV;_{k-? znOGShH9M6R2O*301uU=0@JlLUj5;(4{UB*{FN$Dh$c6fZ65Or-!bN_{?)XH5G0vc8 zkmb2WO#WDh*C!!4F&5E!9uJoWpqK!s&4W(U#p24EPHQB<NXJ%Pl&(sjV1(!r&~6^9 zd))HPOyje`q`0~$qau-3C7=pYvr@C?XWE%iP*o5_-8f)fDyVDxY{P%pA3>9tEbk%O QBLDyZ07*qoM6N<$g6<?}N&o-= literal 0 HcmV?d00001 diff --git a/VECTOAux/VectoAuxiliaries/Resources/desktop.png b/VECTOAux/VectoAuxiliaries/Resources/desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..59c84dc6b7c229730f174dd03f2987f674fc6e20 GIT binary patch literal 642 zcmV-|0)737P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0006>Nkl<Zc-qC& zTS(Jk9L8~PgFw29pqqla@WKwXF`YIohm%s$wK6*(R$3_@n{&AgNz(;sU^7pcR-zDs zXkuye?{T<1&oZ5dbkjA2iV6z4`L;%BvkNb}=!J*(;^q1LZho(q*MC2cTKZU@x>gfS z#zBk&6AVpQnVwr@amj&w*~#pJgV8rOguxk_x+if1n+_DPS)#|=|2A6>7qdOIm>ow; z*d1xWM^(z6m@@p%R}m0jP0*DZ<jJ+f<ka)T_-YM^(sZD@*2&47E{^L2j%fvsWC?_3 z8VOMwQMlg1bX`Q`cB8!2M{Hgr_3f75Kp{%a3nDe0u3``2+CCJTenMP1l-W<P>ki8? z6OlKFQa?;|(I^-6t<*gm{{@KjgkN<{Nf%J4O~}<|S8<pi%@_x>#t7C~h$x&wdB@7B zl3C7`z2)*<!4r@tw<AjukfjX}kTHV4`Zdz5DFU;t$ZyUORct5P;NWb9len4{k_;wK zK$_5o=wc`0L^GmP3!?OCB-(joHx>ykSVDDgh0_)9iGA>q_`1)eR1A3nK2eqIimb&q zegNOZ3HGMV;+JhBD0dl!-pPs551gs`MBKwKTx$4AYUPM0kW~JhjOOo%3L&AomwoF1 z)nCBq8eq6z?k<0md80AycO!ZE`5R^x$kgiGrESfCHHMujJ&48P4YLYJrBVW~H@J&i zl=b)&^&*i-HjEp1{Is9Oj+eBX#xajiGdZ)sf_)jg!^ynu9TuyNo{>3PdMDkR_p|h8 c{`oWh09p_ty(6?-mH+?%07*qoM6N<$f(mUfGynhq literal 0 HcmV?d00001 diff --git a/VECTOAux/VectoAuxiliaries/Resources/favorites.png b/VECTOAux/VectoAuxiliaries/Resources/favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..12d6fc99713d7cfe23191a759747818531d77731 GIT binary patch literal 850 zcmV-Y1FigtP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0009SNkl<Zc-no_ zTTByH7{GC|ERF}wo`w&)EK#->QPXTO#5s(JGudKfF`03qCXndlVQvc9)Dlq{=;j6I z#<T`6Lt%i(u;PXaUQ$5Y(w5%16k2S7mR@LqmePXz@6ZQh)$Al+a?VM<-*>JF38MLQ zB~G8V*zN8(!iee+t|wB4+xIirnvea_cRYRY4YuZ7`tR<vTAFh56JBltAm}K^XE=^W z^aC~-Rzn%l$rhePA3cw$F*&_|@36iWm=52HMc7}1&r&*D4U_s8#yoPKO`DmC8i@w~ zp}R4Q{{^C<2Bs!%U}?&xv;73dC#9mgm6=FC;Xngj@-43cw8ccjaw4I>L~<RIfoghg zZ%3yn!O(h&kZc=)vMfUGYD^7Zz6y9XMMQ%2gvYNl>Hm|U_bOetwxW4hguYn-g~@pH z78118i23cW0v>Vt;jvmm{wgNC6^ywqV!F9mtU!jgQp$9-gvmcr8CPG%XOq);ePdZ1 zFrq3XG+N1o=ZZ)!$3J)uWBn$S^(C}R*8)E?GqN9V`4>!B1yHe$-pn_bnLeE(i2*KU z0psq=1e_Nbb(G;9ID@_}6UCkn&{S;@Kof-W2;W)7=<lhxN*7}LdLH`pIdw6>`S>7# zVHrNhZ+L8_j97j`SGxg&Di^b+09+z00&=g1rz;t+e2>1Yxp#DFZ+#pChT49>Xa5zC z^%O44afZ8!&{ls&+tKA18#6?b*oO5({xzoHzqAbfk16p7IjG3P-G35S?=gnVM{pPl z=%`xHL#YJw?T^4I5nGTDQ7lGxbO-8d8S%jEdw2E}Gh{l9T`y%o^F8Xybv!<?2y^{X z9QkkKJv|?~mS8@dit55A@xbh788jAR?>xXjM?O~Nx2UeBqd4>~E&JZ5??wi_vX$7S z3$P!YkE$SLI1aG2<kHu&i=O5jx|_4<zMqY<Vhy!9$uyo_jq2Lk7^pnI3jLO(h<am^ zx-~iRjpsoBy<P8gH*Q-k?tZtn=JWHaE9uJiOKDTZUnOTA+p{9+#bRws64ONTUd5us cxwGT{0I=j};`IYJq5uE@07*qoM6N<$g2Anq_y7O^ literal 0 HcmV?d00001 diff --git a/VECTOAux/VectoAuxiliaries/Resources/file-history.png b/VECTOAux/VectoAuxiliaries/Resources/file-history.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbe20e0272030574f39f5c471d48a20744f7c7d GIT binary patch literal 757 zcmV<R0t)?!P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0008KNkl<Zc-pm- zT}+Zu7{|G)3omSa+_buJ-L%!Z?aHhcEpz466iv(NYE7GjGn<VvT$r}ya;Z5#rl~Ah z%t$7p6riPOkS_=b@#4!@@FGHfq^a{9o&cAdecsgBp3C3w{Lgcqhr#$CN9L5oHrXEM zJfg~<+#(947o|y7ZY%d`Q*&D$`v!Z*A7QEc<>@k0!4&6X4qR1aK$)xr21f``Y9>K3 zMu4zK>|t{_Nxy`9riCZ(TW_x2c3y!3c@DIwTQNPmfGX;rf!*svLs~tKh-3;SW)~M{ zY=IL5NB0&Hmz`yF9%L)dK$VJ*J^o;{A_9xuiH$Z2zaxzJEn$KlN#9aoQPF`-!37nw zl1-;W{tOe?L-`>(Fo)f~*^tBQ3q=IeE;qJN4s0YTELTs2ljxy>&wscn$R!iWl0_D< zed+LEoELKY{n$m%gxp?#RA3~hk=|-U1{;Npb|=!BZP3=$MKI2b;x(Kl)_Un&Hk1al z;kq*oE*Vcj>QFp%4~wu;t&2WkP_4zPa1TawMyv~`7&BQxA{+EEw(s1wD@)FFa@TX= znk^Yvx?{kUAAwHgb4=(dRNEnfh~UT4TkY_wuWun5KlX6Up0xf1Pv%qt9G4x0hS!bQ zWbz>Oq!H=K4T<OTJeprwMQb5IApm4^d7(ofux$2V-?`m!C&Y)GcYDi$ARK5k3~Njl zWOlgGr@$NvE`3F-2!Dt12Qvx$>Z<lFUs>BwS2z4#4=U{>9@TH$PSG<c@MRgTu49C8 z2tioj^#?&D7Oy0yq{RI+OoDFVfJ#Han{gfJtQ7W!qX!n3qafv`v4i$Que2X$WU^9! zJI>WLHN}#FfrT-H1$3kX3|0r2?Jh8oc6cEc)9G1R%)c(w9UgB#_a3jXw!U82-q|_P n*xb@zQCZ1KOgbC$PdE1)>J$2kMUY_>00000NkvXXu0mjfH-B3T literal 0 HcmV?d00001 diff --git a/VECTOAux/VectoAuxiliaries/Resources/new_dir.png b/VECTOAux/VectoAuxiliaries/Resources/new_dir.png new file mode 100644 index 0000000000000000000000000000000000000000..1035fe49b199854810d1e6d33e91dfe338d3366f GIT binary patch literal 625 zcmV-%0*?KOP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0006wNkl<Zc-rlf zT}YF06vmgt#G8n`HjIL>C@M(1Nur<<32A5w>I`FB)2!JN8^u^CRF)viT7GQlD9lKR z7JV>-V#Z9w*8FJbHrw1s+q-vrUHhu`?&)uWxQl|i?!dV?hx2<l=izWT|KpEg(o46; z-TghuuvxP}*&eEUo3H+M7#No0$CLXB-@U<aUeypwDW3)`m)(oA^$1Q@BV;-Oc=_17 zCs&jXG7nD1oJuWaRi;ArcF?n}2w1PdZ&AQEeF>hA7vM3SVd+T$;6Dd~6r>3R=k6%t z9u>m#HxT?pAagUmjGu*TR0!w08aUooU~aey)bwd+jXY%T%o3yt*x%o*N(MBDEZim{ z?JR9+fq&{E>zk0kJyyrMMr+|V)UrkcA4kUy;rOEiae}Q|5qLe=v>%KX2~Rho&Q37) z<xMEEiT6Vz=<#~Qi~^Y62q3UmpnTv6L$I|g0_wKv9EAGu-P?nNyNiu}Rw86;V*@jC zgr{U|x1NV$eIYBF;GreZz+PvhDXERmi04aV1mC=DWO4u?XQZfJ#NBrhaddzoMn)}H zaLZ5*k*gB&m>9B94J33Kgj5MiJ%vk#9{wfJ)ggX9@}kv2Sv654bpZPq_^JlzPMAl| z<CLTTeAzBECMr`!L-~=64V=EroQyt#Ze8ssmt^)*lgs56?bw#vP*#$!R5TrXsZ$GP zUg?A(zONYjRC$YJChPCtat$Z%;IrM>SeH$cYW=@{_a>5CRyTeEg)&%nu0G8K00000 LNkvXXu0mjf^Clv6 literal 0 HcmV?d00001 diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.designer.vb b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.designer.vb index 0ae8e30332..5b263f0884 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.designer.vb @@ -32,332 +32,392 @@ Partial Class FB_Dialog 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() - Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() - Me.ButtonNewDir = New System.Windows.Forms.Button() - Me.ButtonDesktop = New System.Windows.Forms.Button() - Me.ButtonHisFolder = New System.Windows.Forms.Button() - Me.ButtonFolderBack = New System.Windows.Forms.Button() - Me.TextBoxSearchFolder = New System.Windows.Forms.TextBox() - Me.ListViewFolder = New System.Windows.Forms.ListView() - Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) - Me.ComboBoxDrive = New System.Windows.Forms.ComboBox() - Me.ButtonAll = New System.Windows.Forms.Button() - Me.LabelFileAnz = New System.Windows.Forms.Label() - Me.ComboBoxExt = New System.Windows.Forms.ComboBox() - Me.ButtonHisFile = New System.Windows.Forms.Button() - Me.TextBoxSearchFile = New System.Windows.Forms.TextBox() - Me.ListViewFiles = New System.Windows.Forms.ListView() - Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) - Me.ContextMenuFile = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.RenameFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.DeleteFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.TextBoxPath = New System.Windows.Forms.TextBox() - Me.ContextMenuHisFolder = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.ContextMenuHisFile = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.ButtonOK = New System.Windows.Forms.Button() - Me.ButtonCancel = New System.Windows.Forms.Button() - Me.TextBoxCurrent = New System.Windows.Forms.TextBox() - CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() - Me.SplitContainer1.Panel1.SuspendLayout() - Me.SplitContainer1.Panel2.SuspendLayout() - Me.SplitContainer1.SuspendLayout() - Me.ContextMenuFile.SuspendLayout() - Me.SuspendLayout() - ' - 'SplitContainer1 - ' - Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D - Me.SplitContainer1.Location = New System.Drawing.Point(12, 36) - Me.SplitContainer1.Name = "SplitContainer1" - ' - 'SplitContainer1.Panel1 - ' - Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonNewDir) - Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonDesktop) - Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonHisFolder) - Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonFolderBack) - Me.SplitContainer1.Panel1.Controls.Add(Me.TextBoxSearchFolder) - Me.SplitContainer1.Panel1.Controls.Add(Me.ListViewFolder) - Me.SplitContainer1.Panel1.Controls.Add(Me.ComboBoxDrive) - ' - 'SplitContainer1.Panel2 - ' - Me.SplitContainer1.Panel2.Controls.Add(Me.ButtonAll) - Me.SplitContainer1.Panel2.Controls.Add(Me.LabelFileAnz) - Me.SplitContainer1.Panel2.Controls.Add(Me.ComboBoxExt) - Me.SplitContainer1.Panel2.Controls.Add(Me.ButtonHisFile) - Me.SplitContainer1.Panel2.Controls.Add(Me.TextBoxSearchFile) - Me.SplitContainer1.Panel2.Controls.Add(Me.ListViewFiles) - Me.SplitContainer1.Size = New System.Drawing.Size(764, 293) - Me.SplitContainer1.SplitterDistance = 382 - Me.SplitContainer1.TabIndex = 5 - Me.SplitContainer1.TabStop = False - ' - 'ButtonNewDir - ' - Me.ButtonNewDir.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonNewDir.Location = New System.Drawing.Point(202, 3) - Me.ButtonNewDir.Name = "ButtonNewDir" - Me.ButtonNewDir.Size = New System.Drawing.Size(38, 21) - Me.ButtonNewDir.TabIndex = 21 - Me.ButtonNewDir.TabStop = False - Me.ButtonNewDir.Text = "New" - Me.ButtonNewDir.UseVisualStyleBackColor = True - ' - 'ButtonDesktop - ' - Me.ButtonDesktop.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonDesktop.Location = New System.Drawing.Point(246, 3) - Me.ButtonDesktop.Name = "ButtonDesktop" - Me.ButtonDesktop.Size = New System.Drawing.Size(57, 21) - Me.ButtonDesktop.TabIndex = 22 - Me.ButtonDesktop.TabStop = False - Me.ButtonDesktop.Text = "Desktop" - Me.ButtonDesktop.UseVisualStyleBackColor = True - ' - 'ButtonHisFolder - ' - Me.ButtonHisFolder.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonHisFolder.Location = New System.Drawing.Point(309, 3) - Me.ButtonHisFolder.Name = "ButtonHisFolder" - Me.ButtonHisFolder.Size = New System.Drawing.Size(68, 21) - Me.ButtonHisFolder.TabIndex = 24 - Me.ButtonHisFolder.TabStop = False - Me.ButtonHisFolder.Text = "His / Fav" - Me.ButtonHisFolder.UseVisualStyleBackColor = True - ' - 'ButtonFolderBack - ' - Me.ButtonFolderBack.Location = New System.Drawing.Point(63, 3) - Me.ButtonFolderBack.Name = "ButtonFolderBack" - Me.ButtonFolderBack.Size = New System.Drawing.Size(28, 21) - Me.ButtonFolderBack.TabIndex = 20 - Me.ButtonFolderBack.TabStop = False - Me.ButtonFolderBack.Text = "<" - Me.ButtonFolderBack.UseVisualStyleBackColor = True - ' - 'TextBoxSearchFolder - ' - Me.TextBoxSearchFolder.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TextBoxSearchFolder.Location = New System.Drawing.Point(3, 266) - Me.TextBoxSearchFolder.Name = "TextBoxSearchFolder" - Me.TextBoxSearchFolder.Size = New System.Drawing.Size(374, 20) - Me.TextBoxSearchFolder.TabIndex = 15 - ' - 'ListViewFolder - ' - Me.ListViewFolder.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ListViewFolder.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader3}) - Me.ListViewFolder.FullRowSelect = True - Me.ListViewFolder.GridLines = True - Me.ListViewFolder.HideSelection = False - Me.ListViewFolder.Location = New System.Drawing.Point(3, 30) - Me.ListViewFolder.MultiSelect = False - Me.ListViewFolder.Name = "ListViewFolder" - Me.ListViewFolder.Size = New System.Drawing.Size(374, 230) - Me.ListViewFolder.TabIndex = 10 - Me.ListViewFolder.UseCompatibleStateImageBehavior = False - Me.ListViewFolder.View = System.Windows.Forms.View.Details - ' - 'ColumnHeader3 - ' - Me.ColumnHeader3.Text = "Directory" - ' - 'ComboBoxDrive - ' - Me.ComboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.ComboBoxDrive.FormattingEnabled = True - Me.ComboBoxDrive.Location = New System.Drawing.Point(3, 3) - Me.ComboBoxDrive.Name = "ComboBoxDrive" - Me.ComboBoxDrive.Size = New System.Drawing.Size(54, 21) - Me.ComboBoxDrive.TabIndex = 5 - ' - 'ButtonAll - ' - Me.ButtonAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonAll.Location = New System.Drawing.Point(239, 3) - Me.ButtonAll.Name = "ButtonAll" - Me.ButtonAll.Size = New System.Drawing.Size(71, 21) - Me.ButtonAll.TabIndex = 19 - Me.ButtonAll.Text = "Select All" - Me.ButtonAll.UseVisualStyleBackColor = True - ' - 'LabelFileAnz - ' - Me.LabelFileAnz.AutoSize = True - Me.LabelFileAnz.Location = New System.Drawing.Point(3, 7) - Me.LabelFileAnz.Name = "LabelFileAnz" - Me.LabelFileAnz.Size = New System.Drawing.Size(37, 13) - Me.LabelFileAnz.TabIndex = 7 - Me.LabelFileAnz.Text = "0 Files" - ' - 'ComboBoxExt - ' - Me.ComboBoxExt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ComboBoxExt.FormattingEnabled = True - Me.ComboBoxExt.Location = New System.Drawing.Point(291, 266) - Me.ComboBoxExt.Name = "ComboBoxExt" - Me.ComboBoxExt.Size = New System.Drawing.Size(82, 21) - Me.ComboBoxExt.TabIndex = 20 - ' - 'ButtonHisFile - ' - Me.ButtonHisFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonHisFile.Location = New System.Drawing.Point(316, 3) - Me.ButtonHisFile.Name = "ButtonHisFile" - Me.ButtonHisFile.Size = New System.Drawing.Size(57, 21) - Me.ButtonHisFile.TabIndex = 24 - Me.ButtonHisFile.TabStop = False - Me.ButtonHisFile.Text = "History" - Me.ButtonHisFile.UseVisualStyleBackColor = True - ' - 'TextBoxSearchFile - ' - Me.TextBoxSearchFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TextBoxSearchFile.Location = New System.Drawing.Point(3, 266) - Me.TextBoxSearchFile.Name = "TextBoxSearchFile" - Me.TextBoxSearchFile.Size = New System.Drawing.Size(282, 20) - Me.TextBoxSearchFile.TabIndex = 15 - ' - 'ListViewFiles - ' - Me.ListViewFiles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ListViewFiles.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1}) - Me.ListViewFiles.ContextMenuStrip = Me.ContextMenuFile - Me.ListViewFiles.FullRowSelect = True - Me.ListViewFiles.GridLines = True - Me.ListViewFiles.HideSelection = False - Me.ListViewFiles.Location = New System.Drawing.Point(3, 30) - Me.ListViewFiles.Name = "ListViewFiles" - Me.ListViewFiles.Size = New System.Drawing.Size(370, 230) - Me.ListViewFiles.TabIndex = 10 - Me.ListViewFiles.UseCompatibleStateImageBehavior = False - Me.ListViewFiles.View = System.Windows.Forms.View.Details - ' - 'ColumnHeader1 - ' - Me.ColumnHeader1.Text = "Filename" - Me.ColumnHeader1.Width = 251 - ' - 'ContextMenuFile - ' - Me.ContextMenuFile.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RenameFileToolStripMenuItem, Me.DeleteFileToolStripMenuItem}) - Me.ContextMenuFile.Name = "ContextMenuFile" - Me.ContextMenuFile.Size = New System.Drawing.Size(148, 48) - ' - 'RenameFileToolStripMenuItem - ' - Me.RenameFileToolStripMenuItem.Name = "RenameFileToolStripMenuItem" - Me.RenameFileToolStripMenuItem.Size = New System.Drawing.Size(147, 22) - Me.RenameFileToolStripMenuItem.Text = "Rename File..." - ' - 'DeleteFileToolStripMenuItem - ' - Me.DeleteFileToolStripMenuItem.Name = "DeleteFileToolStripMenuItem" - Me.DeleteFileToolStripMenuItem.Size = New System.Drawing.Size(147, 22) - Me.DeleteFileToolStripMenuItem.Text = "Delete File..." - ' - 'TextBoxPath - ' - Me.TextBoxPath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TextBoxPath.Location = New System.Drawing.Point(12, 335) - Me.TextBoxPath.Name = "TextBoxPath" - Me.TextBoxPath.Size = New System.Drawing.Size(764, 20) - Me.TextBoxPath.TabIndex = 15 - ' - 'ContextMenuHisFolder - ' - Me.ContextMenuHisFolder.Name = "ContextMenuFolderHis" - Me.ContextMenuHisFolder.Size = New System.Drawing.Size(61, 4) - ' - 'ContextMenuHisFile - ' - Me.ContextMenuHisFile.Name = "ContextMenuFileHis" - Me.ContextMenuHisFile.Size = New System.Drawing.Size(61, 4) - ' - 'ButtonOK - ' - Me.ButtonOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK - Me.ButtonOK.Location = New System.Drawing.Point(620, 361) - Me.ButtonOK.Name = "ButtonOK" - Me.ButtonOK.Size = New System.Drawing.Size(75, 23) - Me.ButtonOK.TabIndex = 20 - Me.ButtonOK.TabStop = False - Me.ButtonOK.Text = "OK" - Me.ButtonOK.UseVisualStyleBackColor = True - ' - 'ButtonCancel - ' - Me.ButtonCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.ButtonCancel.Location = New System.Drawing.Point(701, 361) - Me.ButtonCancel.Name = "ButtonCancel" - Me.ButtonCancel.Size = New System.Drawing.Size(75, 23) - Me.ButtonCancel.TabIndex = 25 - Me.ButtonCancel.TabStop = False - Me.ButtonCancel.Text = "Cancel" - Me.ButtonCancel.UseVisualStyleBackColor = True - ' - 'TextBoxCurrent - ' - Me.TextBoxCurrent.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TextBoxCurrent.Cursor = System.Windows.Forms.Cursors.Hand - Me.TextBoxCurrent.Location = New System.Drawing.Point(12, 14) - Me.TextBoxCurrent.Name = "TextBoxCurrent" - Me.TextBoxCurrent.ReadOnly = True - Me.TextBoxCurrent.Size = New System.Drawing.Size(764, 20) - Me.TextBoxCurrent.TabIndex = 0 - Me.TextBoxCurrent.TabStop = False - ' - 'FB_Dialog - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.CancelButton = Me.ButtonCancel - Me.ClientSize = New System.Drawing.Size(788, 391) - Me.Controls.Add(Me.TextBoxCurrent) - Me.Controls.Add(Me.ButtonCancel) - Me.Controls.Add(Me.ButtonOK) - Me.Controls.Add(Me.TextBoxPath) - Me.Controls.Add(Me.SplitContainer1) - Me.MaximizeBox = False - Me.MinimizeBox = False - Me.Name = "FB_Dialog" - Me.ShowIcon = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "File Browser" - Me.SplitContainer1.Panel1.ResumeLayout(False) - Me.SplitContainer1.Panel1.PerformLayout() - Me.SplitContainer1.Panel2.ResumeLayout(False) - Me.SplitContainer1.Panel2.PerformLayout() - CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() - Me.SplitContainer1.ResumeLayout(False) - Me.ContextMenuFile.ResumeLayout(False) - Me.ResumeLayout(False) - Me.PerformLayout() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FB_Dialog)) + Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() + Me.Label1 = New System.Windows.Forms.Label() + Me.ButtonNewDir = New System.Windows.Forms.Button() + Me.ButtonDesktop = New System.Windows.Forms.Button() + Me.ButtonHisFolder = New System.Windows.Forms.Button() + Me.ButtonFolderBack = New System.Windows.Forms.Button() + Me.TextBoxSearchFolder = New System.Windows.Forms.TextBox() + Me.ListViewFolder = New System.Windows.Forms.ListView() + Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) + Me.ComboBoxDrive = New System.Windows.Forms.ComboBox() + Me.Label5 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.ButtonAll = New System.Windows.Forms.Button() + Me.ComboBoxExt = New System.Windows.Forms.ComboBox() + Me.ButtonHisFile = New System.Windows.Forms.Button() + Me.TextBoxSearchFile = New System.Windows.Forms.TextBox() + Me.ListViewFiles = New System.Windows.Forms.ListView() + Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.ContextMenuFile = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.RenameFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.DeleteFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.TextBoxPath = New System.Windows.Forms.TextBox() + Me.ContextMenuHisFolder = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.ContextMenuHisFile = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.ButtonOK = New System.Windows.Forms.Button() + Me.ButtonCancel = New System.Windows.Forms.Button() + Me.TextBoxCurrent = New System.Windows.Forms.TextBox() + Me.Label3 = New System.Windows.Forms.Label() + Me.Label4 = New System.Windows.Forms.Label() + Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainer1.Panel1.SuspendLayout() + Me.SplitContainer1.Panel2.SuspendLayout() + Me.SplitContainer1.SuspendLayout() + Me.ContextMenuFile.SuspendLayout() + Me.SuspendLayout() + ' + 'SplitContainer1 + ' + Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.SplitContainer1.Location = New System.Drawing.Point(0, 46) + Me.SplitContainer1.Name = "SplitContainer1" + ' + 'SplitContainer1.Panel1 + ' + Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) + Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonNewDir) + Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonDesktop) + Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonHisFolder) + Me.SplitContainer1.Panel1.Controls.Add(Me.ButtonFolderBack) + Me.SplitContainer1.Panel1.Controls.Add(Me.TextBoxSearchFolder) + Me.SplitContainer1.Panel1.Controls.Add(Me.ListViewFolder) + Me.SplitContainer1.Panel1.Controls.Add(Me.ComboBoxDrive) + ' + 'SplitContainer1.Panel2 + ' + Me.SplitContainer1.Panel2.Controls.Add(Me.Label5) + Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) + Me.SplitContainer1.Panel2.Controls.Add(Me.ButtonAll) + Me.SplitContainer1.Panel2.Controls.Add(Me.ComboBoxExt) + Me.SplitContainer1.Panel2.Controls.Add(Me.ButtonHisFile) + Me.SplitContainer1.Panel2.Controls.Add(Me.TextBoxSearchFile) + Me.SplitContainer1.Panel2.Controls.Add(Me.ListViewFiles) + Me.SplitContainer1.Size = New System.Drawing.Size(734, 292) + Me.SplitContainer1.SplitterDistance = 365 + Me.SplitContainer1.TabIndex = 5 + Me.SplitContainer1.TabStop = False + ' + 'Label1 + ' + Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(3, 272) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(32, 13) + Me.Label1.TabIndex = 28 + Me.Label1.Text = "Filter:" + ' + 'ButtonNewDir + ' + Me.ButtonNewDir.Image = Global.VectoAuxiliaries.My.Resources.Resources.new_dir + Me.ButtonNewDir.Location = New System.Drawing.Point(139, 2) + Me.ButtonNewDir.Name = "ButtonNewDir" + Me.ButtonNewDir.Size = New System.Drawing.Size(24, 24) + Me.ButtonNewDir.TabIndex = 21 + Me.ButtonNewDir.TabStop = False + Me.ToolTip1.SetToolTip(Me.ButtonNewDir, "Create new Directory") + Me.ButtonNewDir.UseVisualStyleBackColor = True + ' + 'ButtonDesktop + ' + Me.ButtonDesktop.Image = Global.VectoAuxiliaries.My.Resources.Resources.desktop + Me.ButtonDesktop.Location = New System.Drawing.Point(86, 2) + Me.ButtonDesktop.Name = "ButtonDesktop" + Me.ButtonDesktop.Size = New System.Drawing.Size(24, 24) + Me.ButtonDesktop.TabIndex = 22 + Me.ButtonDesktop.TabStop = False + Me.ToolTip1.SetToolTip(Me.ButtonDesktop, "Go to Desktop") + Me.ButtonDesktop.UseVisualStyleBackColor = True + ' + 'ButtonHisFolder + ' + Me.ButtonHisFolder.Image = Global.VectoAuxiliaries.My.Resources.Resources.favorites + Me.ButtonHisFolder.Location = New System.Drawing.Point(112, 2) + Me.ButtonHisFolder.Name = "ButtonHisFolder" + Me.ButtonHisFolder.Size = New System.Drawing.Size(24, 24) + Me.ButtonHisFolder.TabIndex = 24 + Me.ButtonHisFolder.TabStop = False + Me.ToolTip1.SetToolTip(Me.ButtonHisFolder, "Select from recent directories / favorites") + Me.ButtonHisFolder.UseVisualStyleBackColor = True + ' + 'ButtonFolderBack + ' + Me.ButtonFolderBack.Image = CType(resources.GetObject("ButtonFolderBack.Image"), System.Drawing.Image) + Me.ButtonFolderBack.Location = New System.Drawing.Point(60, 2) + Me.ButtonFolderBack.Name = "ButtonFolderBack" + Me.ButtonFolderBack.Size = New System.Drawing.Size(24, 24) + Me.ButtonFolderBack.TabIndex = 20 + Me.ButtonFolderBack.TabStop = False + Me.ToolTip1.SetToolTip(Me.ButtonFolderBack, "Move up one directory level") + Me.ButtonFolderBack.UseVisualStyleBackColor = True + ' + 'TextBoxSearchFolder + ' + Me.TextBoxSearchFolder.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TextBoxSearchFolder.Location = New System.Drawing.Point(37, 269) + Me.TextBoxSearchFolder.Name = "TextBoxSearchFolder" + Me.TextBoxSearchFolder.Size = New System.Drawing.Size(328, 20) + Me.TextBoxSearchFolder.TabIndex = 15 + ' + 'ListViewFolder + ' + Me.ListViewFolder.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ListViewFolder.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader3}) + Me.ListViewFolder.FullRowSelect = True + Me.ListViewFolder.GridLines = True + Me.ListViewFolder.HideSelection = False + Me.ListViewFolder.Location = New System.Drawing.Point(-2, 27) + Me.ListViewFolder.MultiSelect = False + Me.ListViewFolder.Name = "ListViewFolder" + Me.ListViewFolder.Size = New System.Drawing.Size(367, 241) + Me.ListViewFolder.SmallImageList = Me.ImageList1 + Me.ListViewFolder.TabIndex = 10 + Me.ListViewFolder.UseCompatibleStateImageBehavior = False + Me.ListViewFolder.View = System.Windows.Forms.View.Details + ' + 'ColumnHeader3 + ' + Me.ColumnHeader3.Text = "Sub-Directories:" + Me.ColumnHeader3.Width = 368 + ' + 'ImageList1 + ' + Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit + Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) + Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent + ' + 'ComboBoxDrive + ' + Me.ComboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBoxDrive.FormattingEnabled = True + Me.ComboBoxDrive.Location = New System.Drawing.Point(3, 3) + Me.ComboBoxDrive.Name = "ComboBoxDrive" + Me.ComboBoxDrive.Size = New System.Drawing.Size(54, 21) + Me.ComboBoxDrive.TabIndex = 5 + ' + 'Label5 + ' + Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.Label5.AutoSize = True + Me.Label5.Location = New System.Drawing.Point(295, 272) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(10, 13) + Me.Label5.TabIndex = 30 + Me.Label5.Text = "." + ' + 'Label2 + ' + Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(3, 272) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(32, 13) + Me.Label2.TabIndex = 29 + Me.Label2.Text = "Filter:" + ' + 'ButtonAll + ' + Me.ButtonAll.Location = New System.Drawing.Point(25, 2) + Me.ButtonAll.Name = "ButtonAll" + Me.ButtonAll.Size = New System.Drawing.Size(71, 24) + Me.ButtonAll.TabIndex = 19 + Me.ButtonAll.Text = "Select All" + Me.ToolTip1.SetToolTip(Me.ButtonAll, "Select All Files") + Me.ButtonAll.UseVisualStyleBackColor = True + ' + 'ComboBoxExt + ' + Me.ComboBoxExt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ComboBoxExt.FormattingEnabled = True + Me.ComboBoxExt.Location = New System.Drawing.Point(307, 269) + Me.ComboBoxExt.Name = "ComboBoxExt" + Me.ComboBoxExt.Size = New System.Drawing.Size(57, 21) + Me.ComboBoxExt.TabIndex = 20 + ' + 'ButtonHisFile + ' + Me.ButtonHisFile.Image = Global.VectoAuxiliaries.My.Resources.Resources.file_history + Me.ButtonHisFile.Location = New System.Drawing.Point(-1, 2) + Me.ButtonHisFile.Name = "ButtonHisFile" + Me.ButtonHisFile.Size = New System.Drawing.Size(24, 24) + Me.ButtonHisFile.TabIndex = 24 + Me.ButtonHisFile.TabStop = False + Me.ToolTip1.SetToolTip(Me.ButtonHisFile, "Select from recent files") + Me.ButtonHisFile.UseVisualStyleBackColor = True + ' + 'TextBoxSearchFile + ' + Me.TextBoxSearchFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TextBoxSearchFile.Location = New System.Drawing.Point(36, 269) + Me.TextBoxSearchFile.Name = "TextBoxSearchFile" + Me.TextBoxSearchFile.Size = New System.Drawing.Size(257, 20) + Me.TextBoxSearchFile.TabIndex = 15 + ' + 'ListViewFiles + ' + Me.ListViewFiles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ListViewFiles.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1}) + Me.ListViewFiles.ContextMenuStrip = Me.ContextMenuFile + Me.ListViewFiles.FullRowSelect = True + Me.ListViewFiles.GridLines = True + Me.ListViewFiles.HideSelection = False + Me.ListViewFiles.Location = New System.Drawing.Point(0, 27) + Me.ListViewFiles.Name = "ListViewFiles" + Me.ListViewFiles.Size = New System.Drawing.Size(367, 241) + Me.ListViewFiles.SmallImageList = Me.ImageList1 + Me.ListViewFiles.TabIndex = 10 + Me.ListViewFiles.UseCompatibleStateImageBehavior = False + Me.ListViewFiles.View = System.Windows.Forms.View.Details + ' + 'ColumnHeader1 + ' + Me.ColumnHeader1.Text = "Files:" + Me.ColumnHeader1.Width = 367 + ' + 'ContextMenuFile + ' + Me.ContextMenuFile.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RenameFileToolStripMenuItem, Me.DeleteFileToolStripMenuItem}) + Me.ContextMenuFile.Name = "ContextMenuFile" + Me.ContextMenuFile.Size = New System.Drawing.Size(148, 48) + ' + 'RenameFileToolStripMenuItem + ' + Me.RenameFileToolStripMenuItem.Name = "RenameFileToolStripMenuItem" + Me.RenameFileToolStripMenuItem.Size = New System.Drawing.Size(147, 22) + Me.RenameFileToolStripMenuItem.Text = "Rename File..." + ' + 'DeleteFileToolStripMenuItem + ' + Me.DeleteFileToolStripMenuItem.Name = "DeleteFileToolStripMenuItem" + Me.DeleteFileToolStripMenuItem.Size = New System.Drawing.Size(147, 22) + Me.DeleteFileToolStripMenuItem.Text = "Delete File..." + ' + 'TextBoxPath + ' + Me.TextBoxPath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TextBoxPath.Location = New System.Drawing.Point(47, 354) + Me.TextBoxPath.Name = "TextBoxPath" + Me.TextBoxPath.Size = New System.Drawing.Size(680, 20) + Me.TextBoxPath.TabIndex = 15 + ' + 'ContextMenuHisFolder + ' + Me.ContextMenuHisFolder.Name = "ContextMenuFolderHis" + Me.ContextMenuHisFolder.Size = New System.Drawing.Size(61, 4) + ' + 'ContextMenuHisFile + ' + Me.ContextMenuHisFile.Name = "ContextMenuFileHis" + Me.ContextMenuHisFile.Size = New System.Drawing.Size(61, 4) + ' + 'ButtonOK + ' + Me.ButtonOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK + Me.ButtonOK.Location = New System.Drawing.Point(574, 383) + Me.ButtonOK.Name = "ButtonOK" + Me.ButtonOK.Size = New System.Drawing.Size(75, 23) + Me.ButtonOK.TabIndex = 20 + Me.ButtonOK.TabStop = False + Me.ButtonOK.Text = "OK" + Me.ButtonOK.UseVisualStyleBackColor = True + ' + 'ButtonCancel + ' + Me.ButtonCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.ButtonCancel.Location = New System.Drawing.Point(652, 383) + Me.ButtonCancel.Name = "ButtonCancel" + Me.ButtonCancel.Size = New System.Drawing.Size(75, 23) + Me.ButtonCancel.TabIndex = 25 + Me.ButtonCancel.TabStop = False + Me.ButtonCancel.Text = "Cancel" + Me.ButtonCancel.UseVisualStyleBackColor = True + ' + 'TextBoxCurrent + ' + Me.TextBoxCurrent.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TextBoxCurrent.Cursor = System.Windows.Forms.Cursors.Hand + Me.TextBoxCurrent.Location = New System.Drawing.Point(5, 17) + Me.TextBoxCurrent.Name = "TextBoxCurrent" + Me.TextBoxCurrent.ReadOnly = True + Me.TextBoxCurrent.Size = New System.Drawing.Size(722, 20) + Me.TextBoxCurrent.TabIndex = 0 + Me.TextBoxCurrent.TabStop = False + ' + 'Label3 + ' + Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(5, 357) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(38, 13) + Me.Label3.TabIndex = 29 + Me.Label3.Text = "Name:" + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(4, 3) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(89, 13) + Me.Label4.TabIndex = 30 + Me.Label4.Text = "Current Directory:" + ' + 'FB_Dialog + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.CancelButton = Me.ButtonCancel + Me.ClientSize = New System.Drawing.Size(734, 412) + Me.Controls.Add(Me.Label4) + Me.Controls.Add(Me.Label3) + Me.Controls.Add(Me.TextBoxCurrent) + Me.Controls.Add(Me.ButtonCancel) + Me.Controls.Add(Me.ButtonOK) + Me.Controls.Add(Me.TextBoxPath) + Me.Controls.Add(Me.SplitContainer1) + Me.MinimizeBox = False + Me.MinimumSize = New System.Drawing.Size(341, 272) + Me.Name = "FB_Dialog" + Me.ShowIcon = False + Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "File Browser" + Me.SplitContainer1.Panel1.ResumeLayout(False) + Me.SplitContainer1.Panel1.PerformLayout() + Me.SplitContainer1.Panel2.ResumeLayout(False) + Me.SplitContainer1.Panel2.PerformLayout() + CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainer1.ResumeLayout(False) + Me.ContextMenuFile.ResumeLayout(False) + Me.ResumeLayout(False) + Me.PerformLayout() - End Sub + End Sub Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents ComboBoxDrive As System.Windows.Forms.ComboBox Friend WithEvents ListViewFolder As System.Windows.Forms.ListView Friend WithEvents ListViewFiles As System.Windows.Forms.ListView Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader Friend WithEvents TextBoxSearchFolder As System.Windows.Forms.TextBox - Friend WithEvents TextBoxSearchFile As System.Windows.Forms.TextBox - Friend WithEvents TextBoxPath As System.Windows.Forms.TextBox + Friend WithEvents TextBoxPath As System.Windows.Forms.TextBox Friend WithEvents ButtonFolderBack As System.Windows.Forms.Button Friend WithEvents ContextMenuHisFolder As System.Windows.Forms.ContextMenuStrip Friend WithEvents ContextMenuHisFile As System.Windows.Forms.ContextMenuStrip @@ -365,15 +425,22 @@ Partial Class FB_Dialog Friend WithEvents ButtonHisFile As System.Windows.Forms.Button Friend WithEvents ButtonOK As System.Windows.Forms.Button Friend WithEvents ButtonCancel As System.Windows.Forms.Button - Friend WithEvents ComboBoxExt As System.Windows.Forms.ComboBox - Friend WithEvents TextBoxCurrent As System.Windows.Forms.TextBox + Friend WithEvents TextBoxCurrent As System.Windows.Forms.TextBox Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader - Friend WithEvents LabelFileAnz As System.Windows.Forms.Label - Friend WithEvents ButtonDesktop As System.Windows.Forms.Button + Friend WithEvents ButtonDesktop As System.Windows.Forms.Button Friend WithEvents ContextMenuFile As System.Windows.Forms.ContextMenuStrip Friend WithEvents RenameFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DeleteFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ButtonNewDir As System.Windows.Forms.Button - Friend WithEvents ButtonAll As System.Windows.Forms.Button + Friend WithEvents ButtonAll As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents Label4 As System.Windows.Forms.Label + Friend WithEvents ImageList1 As System.Windows.Forms.ImageList + Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents ComboBoxExt As System.Windows.Forms.ComboBox + Friend WithEvents TextBoxSearchFile As System.Windows.Forms.TextBox End Class diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.resx b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.resx index 1e27a48028..1f675622ab 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.resx +++ b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.resx @@ -117,6 +117,33 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>583, 17</value> + </metadata> + <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <data name="ButtonFolderBack.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAKqSURBVDhPbZF3T1NRHIb5EvAh/McYDWI0sixblkRjGoypBoKJOAkOUESCYCLBiEZRVKBlVaQU + ECm2SNmUUsosXDvonrTMSo15vT0thApv8uae3JznOb97bpA3jqlnJoes1GqVFsMieQzzWAGMI/ehH8qD + gX4ahvOxpq9DNPc4CPB/aAE2dDVwzJTDRq9d6moYlbXwbInw1yMmjeWdwGFpyMESr+CPu5PU7WyBg6qE + sjcLGsUnrNo6CJwiC8NlZRzpPslegWezHb/Xv4LqYUE192EfvFcSwQ4L9glkpfC4O7C9yaPhVmy5mrH4 + 7RKBvY3v9glyLRnIW2EiWXCavN+dxD5Zgu2NNrjXvmDL2YQNOxsLnUxQ8ioop6uQ0HuMgHesF8FaSCIw + AXdio2/fvcrFprMR6/Z6rJo/Yo5/AUuyClB0vYIcdRoy5YydqZ76UV8skiJsrjRg3VZLwzVw6t9itu0c + xr5fh4SuV5A2cBIx7aHo7E2DnMcMnMA8Xog162e4TO+xonsDu+YlpltTMcK/SmBvGbxQdAhSYbfbIWtO + CBSYRh/CZayGQ/caNnUlLNRzTHHPgiE4gpjuo+Sy+IIUzIsziGCyKS5QYBi+B4e2CjZVBcxUOYwLJeSU + /pY0DHLTsTzChGboPNQD6UQgbWAECvSDd2FVvoB5qQyG+WLoZgohbYxFX0MCxE2JBFT1J5Nm9igxwTkT + KNCKb8G0WArD3BNopwugmczHBH2KqJ6Bfk7MLuxtPGcGEnZUoGD5Zy70s0XQyh9AI82Davwm2SSsi9on + oIRJGK+PoPyoL2rRNfwSZWNReAUKIQuKPha9KRL8ylPoehUOCSeaCMfZkQSme9uP+qL8kR2s6MoMp/99 + jqwl8R39jQOjteHrj7IORZfdCA3xbzsgQUH/AJeyUFejvjvmAAAAAElFTkSuQmCC +</value> + </data> + <metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>583, 17</value> + </metadata> + <metadata name="ImageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>473, 17</value> + </metadata> <metadata name="ContextMenuFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>329, 17</value> </metadata> diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.vb b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.vb index b689779c9f..771eee79ac 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.vb +++ b/VECTOAux/VectoAuxiliaries/UI/FB_Dialog.vb @@ -1,4 +1,4 @@ -' Copyright 2015 European Union. +' Copyright 2014 European Union. ' Licensed under the EUPL (the 'Licence'); ' ' * You may not use this work except in compliance with the Licence. @@ -8,157 +8,166 @@ ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' ' See the LICENSE.txt for the specific language governing permissions and limitations. - +Option Infer On +Option Explicit On +Option Strict On + +Imports System.Drawing +Imports System.IO +Imports System.Text +Imports Microsoft.VisualBasic.FileIO +Imports System.Runtime.InteropServices Imports System.Windows.Forms - ''' <summary> ''' File Browser dialog. Entirely controlled by cFilebrowser class. ''' </summary> -''' <remarks></remarks> Public Class FB_Dialog - Private MyFolder As String - Private MyFiles() As String - Private MyDrive As String - Private UpdateLock As Boolean - Private Initialized As Boolean - Private MyID As String - Private MyExt() As String - Private LastFile As String - Private bFileMustExist As Boolean - Private bOverwriteCheck As Boolean - Private bMultiFiles As Boolean - Private NoExt As Boolean - Private bBrowseFolder As Boolean - Private bForceExt As Boolean - Private ExtListSingle As ArrayList - Private ExtListMulti As ArrayList - Private LastExt As String - Private bLightMode As Boolean + Private _myFolder As String + Private _myFiles() As String + Private _myDrive As String + Private _updateLock As Boolean + Private _initialized As Boolean + Private _myId As String + Private _myExt() As String + Private _lastFile As String + Private _bFileMustExist As Boolean + Private _bOverwriteCheck As Boolean + Private _bMultiFiles As Boolean + Private _noExt As Boolean + Private _bBrowseFolder As Boolean + Private _bForceExt As Boolean + Private _extListSingle As ArrayList + Private _extListMulti As ArrayList + Private _lastExt As String + Private ReadOnly _bLightMode As Boolean Private Const FavText As String = "Edit Favorites..." Private Const EmptyText As String = " " Private Const NoFavString As String = "<undefined>" 'New - Public Sub New(ByVal LightMode As Boolean) + Public Sub New(lightMode As Boolean) ' This call is required by the Windows Form Designer. InitializeComponent() ' Append any initialization after the InitializeComponent() call. - MyID = "Default" - UpdateLock = False - Initialized = False - MyFolder = "" - MyDrive = "" - LastFile = "" - bOverwriteCheck = False - bFileMustExist = False - bMultiFiles = False - NoExt = True - bBrowseFolder = False - bLightMode = LightMode - Me.ButtonHisFile.Enabled = Not bLightMode + _myId = "Default" + _updateLock = False + _initialized = False + _myFolder = "" + _myDrive = "" + _lastFile = "" + _bOverwriteCheck = False + _bFileMustExist = False + _bMultiFiles = False + _noExt = True + _bBrowseFolder = False + _bLightMode = LightMode + ButtonHisFile.Enabled = Not _bLightMode End Sub 'Resize - Private Sub FB_Dialog_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize + Private Sub FB_Dialog_Resize(sender As Object, e As EventArgs) Handles Me.ResizeEnd Resized() End Sub 'Shown - Private Sub FileBrowser_Shown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shown + Private Sub FileBrowser_Shown(sender As Object, e As EventArgs) Handles Me.Shown Resized() - Me.TextBoxPath.Focus() - Me.TextBoxPath.SelectAll() + TextBoxPath.Focus() + TextBoxPath.SelectAll() End Sub 'Resized ListView Format Private Sub Resized() - Me.ListViewFolder.Columns(0).Width = - 2 - Me.ListViewFiles.Columns(0).Width = - 2 + 'To autosize to the width of the column heading, set the Width property to -2 + ListViewFolder.Columns(0).Width = -2 + 'ListViewFolder.Columns(0).Width -= 1 + ListViewFiles.Columns(0).Width = -2 + 'ListViewFiles.Columns(0).Width -= 1 End Sub 'SplitterMoved - Private Sub SplitContainer1_SplitterMoved(ByVal sender As System.Object, - ByVal e As System.Windows.Forms.SplitterEventArgs) Handles SplitContainer1.SplitterMoved - If Initialized Then Resized() + Private Sub SplitContainer1_SplitterMoved(sender As Object, e As SplitterEventArgs) _ + Handles SplitContainer1.SplitterMoved + If _initialized Then Resized() End Sub 'Closing (Overwrite-Check etc) - Private Sub FileBrowser_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) _ - Handles Me.FormClosing + Private Sub FileBrowser_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing Dim x As Int32 Dim path As String - Dim Ext As String - Dim HasExt As Boolean - HasExt = False - If Me.DialogResult = Windows.Forms.DialogResult.OK Then - If bBrowseFolder Then - path = Trim(Me.TextBoxPath.Text) + Dim ext As String + Dim hasExt As Boolean + If DialogResult = DialogResult.OK Then + If _bBrowseFolder Then + path = Trim(TextBoxPath.Text) 'If empty path: use the Current-folder(MyFolder) If path = "" Then - path = MyFolder + path = _myFolder Else - If Microsoft.VisualBasic.Mid(path, 2, 1) <> ":" Then path = MyFolder & path + If Mid(path, 2, 1) <> ":" Then path = _myFolder & path End If - If Not IO.Directory.Exists(path) Then + If Not Directory.Exists(path) Then MsgBox("Directory " & path & " does not exist!", MsgBoxStyle.Critical) e.Cancel = True Exit Sub End If If Microsoft.VisualBasic.Right(path, 1) <> "\" Then path &= "\" - ReDim MyFiles(0) - MyFiles(0) = path + ReDim _myFiles(0) + _myFiles(0) = path Else 'Stop if empty path - If Trim(Me.TextBoxPath.Text) = "" Then + If Trim(TextBoxPath.Text) = "" Then e.Cancel = True Exit Sub End If - LastExt = Trim(Me.ComboBoxExt.Text) + _lastExt = Trim(ComboBoxExt.Text) 'Assume Files in array - If Microsoft.VisualBasic.Left(Me.TextBoxPath.Text, 1) = "<" And Me.ListViewFiles.SelectedItems.Count > 0 Then + If Microsoft.VisualBasic.Left(TextBoxPath.Text, 1) = "<" And ListViewFiles.SelectedItems.Count > 0 Then 'Multiple files selected - ReDim MyFiles(Me.ListViewFiles.SelectedItems.Count - 1) - x = - 1 - For Each lv0 As ListViewItem In Me.ListViewFiles.Items + ReDim _myFiles(ListViewFiles.SelectedItems.Count - 1) + x = -1 + For Each lv0 As ListViewItem In ListViewFiles.Items If lv0.Selected Then x += 1 - MyFiles(x) = MyFolder & lv0.SubItems(0).Text + _myFiles(x) = _myFolder & lv0.SubItems(0).Text End If Next - bMultiFiles = True + _bMultiFiles = True Else 'Single File - path = Trim(Me.TextBoxPath.Text) + path = Trim(TextBoxPath.Text) 'Primary extension (eg for bForceExt) - Ext = Trim(Me.ComboBoxExt.Text.Split(","c)(0)) + ext = Trim(ComboBoxExt.Text.Split(","c)(0)) 'If file without path then append path - If Microsoft.VisualBasic.Mid(path, 2, 1) <> ":" Then path = MyFolder & path + + + If Mid(path, 2, 1) <> ":" Then path = _myFolder & path 'If instead of File a Folder is entered: Switch to Folder and Abort - If IO.Directory.Exists(path) Then + If Directory.Exists(path) Then SetFolder(path) e.Cancel = True Exit Sub End If 'Force Extension - If bForceExt Then - If UCase(IO.Path.GetExtension(path)) <> "." & UCase(Ext) Then path &= "." & Ext - HasExt = True + If _bForceExt Then + If UCase(IO.Path.GetExtension(path)) <> "." & UCase(ext) Then path &= "." & ext + hasExt = True Else 'Check whether specified a File with Ext - HasExt = (Microsoft.VisualBasic.Len(IO.Path.GetExtension(path)) > 1) + hasExt = (Microsoft.VisualBasic.Len(IO.Path.GetExtension(path)) > 1) End If 'If File without Extension (after bForceExt question) and it does not exist, then add primary Extension - If Not HasExt Then - If Ext <> "*" And Ext <> "" Then - If Not IO.File.Exists(path) Then path &= "." & Ext + If Not hasExt Then + If ext <> "*" And ext <> "" Then + If Not File.Exists(path) Then path &= "." & ext End If End If 'Check that File exists - If IO.File.Exists(path) Then + If File.Exists(path) Then 'Yes: when bOverwriteCheck, check for Overwrite - If bOverwriteCheck Then + If _bOverwriteCheck Then If MsgBox("Overwrite " & path & " ?", MsgBoxStyle.YesNo) = MsgBoxResult.No Then e.Cancel = True Exit Sub @@ -166,70 +175,69 @@ Public Class FB_Dialog End If Else 'No: abort if bFileMustExist - If bFileMustExist Then + If _bFileMustExist Then MsgBox("The file " & path & " does not exist!", MsgBoxStyle.Critical) e.Cancel = True Exit Sub End If End If 'Define MyFiles - ReDim MyFiles(0) - MyFiles(0) = path - bMultiFiles = False + ReDim _myFiles(0) + _myFiles(0) = path + _bMultiFiles = False End If End If End If End Sub 'Browse - Custom Dialog - Public Function Browse(ByVal path As String, ByVal FileMustExist As Boolean, ByVal OverwriteCheck As Boolean, - ByVal ExtMode As tFbExtMode, ByVal MultiFile As Boolean, ByVal Ext As String, ByVal Title As String) As Boolean - Dim x As Int16 - - If Not Initialized Then Init() + Public Function Browse(path As String, fileMustExist As Boolean, overwriteCheck As Boolean, extMode As tFbExtMode, + multiFile As Boolean, ext As String, title As String) As Boolean + If Not _initialized Then Init() 'Load Folder History ContextMenu For x = 0 To 9 - Me.ContextMenuHisFolder.Items(x).Text = FB_FolderHistory(x) + ContextMenuHisFolder.Items(x).Text = FB_FolderHistory(x) Next For x = 10 To 19 - Me.ContextMenuHisFolder.Items(x + 1).Text = FB_FolderHistory(x) + ContextMenuHisFolder.Items(x + 1).Text = FB_FolderHistory(x) Next 'Options - bOverwriteCheck = OverwriteCheck - bFileMustExist = FileMustExist - bForceExt = (ExtMode = tFbExtMode.ForceExt) + _bOverwriteCheck = overwriteCheck + _bFileMustExist = fileMustExist + _bForceExt = (extMode = tFbExtMode.ForceExt) 'Form Config - Me.ListViewFiles.MultiSelect = MultiFile - Me.ButtonAll.Visible = MultiFile - Me.Text = Title + ListViewFiles.MultiSelect = multiFile + ButtonAll.Visible = multiFile + Me.Title = title + Text = title 'Ext-Combobox - Me.ComboBoxExt.Items.Clear() - If NoExt Then - Me.ComboBoxExt.Items.Add("*") - Me.ComboBoxExt.SelectedIndex = 0 + ComboBoxExt.Items.Clear() + If _noExt Then + ComboBoxExt.Items.Add("*") + ComboBoxExt.SelectedIndex = 0 Else - Select Case ExtMode + Select Case extMode Case tFbExtMode.ForceExt - If Ext = "" Then Ext = ExtListSingle(0).ToString - Me.ComboBoxExt.Items.AddRange(ExtListSingle.ToArray) - Me.ComboBoxExt.Text = Ext - Me.ComboBoxExt.Enabled = False + If ext = "" Then ext = _extListSingle(0).ToString + ComboBoxExt.Items.AddRange(_extListSingle.ToArray) + ComboBoxExt.Text = ext + ComboBoxExt.Enabled = False Case tFbExtMode.MultiExt, tFbExtMode.SingleExt - If ExtMode = tFbExtMode.MultiExt Then - Me.ComboBoxExt.Items.AddRange(ExtListMulti.ToArray) + If extMode = tFbExtMode.MultiExt Then + ComboBoxExt.Items.AddRange(_extListMulti.ToArray) Else - Me.ComboBoxExt.Items.AddRange(ExtListSingle.ToArray) + ComboBoxExt.Items.AddRange(_extListSingle.ToArray) End If - If Ext <> "" Then - Me.ComboBoxExt.Text = Ext + If ext <> "" Then + ComboBoxExt.Text = ext Else - Me.ComboBoxExt.Text = LastExt + ComboBoxExt.Text = _lastExt End If - Me.ComboBoxExt.Enabled = True + ComboBoxExt.Enabled = True End Select End If @@ -239,7 +247,7 @@ Public Class FB_Dialog If path = "" Then path = FB_FolderHistory(0) ' If path-length too small (Path is invalid): Last File - If path.Length < 2 Then path = LastFile + If path.Length < 2 Then path = _lastFile 'Open Folder - If no folder in the path: Last folder If fPATH(path) = "" Then @@ -253,31 +261,31 @@ Public Class FB_Dialog '...Otherwise: SetFolder(fPATH(path)) End If - If bBrowseFolder Then + If _bBrowseFolder Then FolderUp() - Me.TextBoxPath.Text = path + TextBoxPath.Text = path Else - Me.TextBoxPath.Text = IO.Path.GetFileName(path) + TextBoxPath.Text = IO.Path.GetFileName(path) End If 'Show form ------------------------------------------------ ---- - Me.ShowDialog() - If Me.DialogResult = Windows.Forms.DialogResult.OK Then + ShowDialog() + If DialogResult = DialogResult.OK Then 'File / Folder History - If bMultiFiles Then - LastFile = MyFolder - UpdateHisFolder(MyFolder) + If _bMultiFiles Then + _lastFile = _myFolder + UpdateHisFolder(_myFolder) Else - LastFile = MyFiles(0) - UpdateHisFolder(fPATH(LastFile)) - If Not bBrowseFolder Then UpdateHisFile(LastFile) + _lastFile = _myFiles(0) + UpdateHisFolder(fPATH(_lastFile)) + If Not _bBrowseFolder Then UpdateHisFile(_lastFile) End If 'Update Global History Folder For x = 0 To 9 - FB_FolderHistory(x) = Me.ContextMenuHisFolder.Items(x).Text + FB_FolderHistory(x) = ContextMenuHisFolder.Items(x).Text Next For x = 10 To 19 - FB_FolderHistory(x) = Me.ContextMenuHisFolder.Items(x + 1).Text + FB_FolderHistory(x) = ContextMenuHisFolder.Items(x + 1).Text Next Return True Else @@ -285,14 +293,14 @@ Public Class FB_Dialog End If End Function + Public Title As String + 'Close and save File / Folder History Public Sub SaveAndClose() - Dim f As System.IO.StreamWriter - Dim x As Int16 'Folder History If FB_Init Then Try - f = My.Computer.FileSystem.OpenTextFileWriter(FB_FilHisDir & "Directories.txt", False, System.Text.Encoding.UTF8) + Dim f = My.Computer.FileSystem.OpenTextFileWriter(FB_FilHisDir & "Directories.txt", False, Encoding.UTF8) For x = 0 To 19 f.WriteLine(FB_FolderHistory(x)) Next @@ -303,80 +311,77 @@ Public Class FB_Dialog FB_Init = False End If 'File History - If Initialized And Not bLightMode Then - If Not bBrowseFolder Then + If _initialized And Not _bLightMode Then + If Not _bBrowseFolder Then Try - f = My.Computer.FileSystem.OpenTextFileWriter(FB_FilHisDir & MyID & ".txt", False, System.Text.Encoding.UTF8) + Dim f = My.Computer.FileSystem.OpenTextFileWriter(FB_FilHisDir & _myId & ".txt", False, Encoding.UTF8) For x = 0 To 9 - f.WriteLine(Me.ContextMenuHisFile.Items(x).Text) + f.WriteLine(ContextMenuHisFile.Items(x).Text) Next f.Close() f.Dispose() Catch ex As Exception End Try End If - Initialized = False + _initialized = False End If - f = Nothing + 'Close - Me.Close() + Close() End Sub 'Switching to FolderBrowser Public Sub SetFolderBrowser() - If Initialized Then Exit Sub - bBrowseFolder = True - Me.Width = 500 - Me.ListViewFiles.Enabled = False - Me.ButtonHisFile.Enabled = False - Me.TextBoxSearchFile.Enabled = False - Me.SplitContainer1.Panel2Collapsed = True - Me.Text = "Directory Browser" + If _initialized Then Exit Sub + + _bBrowseFolder = True + Width = 500 + ListViewFiles.Enabled = False + ButtonHisFile.Enabled = False + TextBoxSearchFile.Enabled = False + SplitContainer1.Panel2Collapsed = True + Text = "Directory Browser" End Sub 'Initialize Private Sub Init() - Dim x As Integer - Dim line As String - Dim f As System.IO.StreamReader - - UpdateLock = True + _updateLock = True 'Initialization for Global File Browser If Not FB_Init Then GlobalInit() 'Load Drive ComboBox For x = 0 To UBound(FB_Drives) - Me.ComboBoxDrive.Items.Add(FB_Drives(x)) + ComboBoxDrive.Items.Add(FB_Drives(x)) Next 'FolderHistory ContextMenu - Me.ContextMenuHisFolder.Items.Clear() + ContextMenuHisFolder.Items.Clear() For x = 0 To 9 - Me.ContextMenuHisFolder.Items.Add("") + ContextMenuHisFolder.Items.Add("") Next - Me.ContextMenuHisFolder.Items.Add("-") + ContextMenuHisFolder.Items.Add("-") For x = 10 To 19 - Me.ContextMenuHisFolder.Items.Add("") + ContextMenuHisFolder.Items.Add("") Next - Me.ContextMenuHisFolder.Items.Add("-") - Me.ContextMenuHisFolder.Items.Add(FavText) + ContextMenuHisFolder.Items.Add("-") + ContextMenuHisFolder.Items.Add(FavText) 'FileHistory ContextMenu - If bBrowseFolder Then - LastFile = FB_FolderHistory(0) - ElseIf Not bLightMode Then + If _bBrowseFolder Then + _lastFile = FB_FolderHistory(0) + ElseIf Not _bLightMode Then For x = 0 To 9 - Me.ContextMenuHisFile.Items.Add("") + ContextMenuHisFile.Items.Add("") Next - If IO.File.Exists(FB_FilHisDir & MyID & ".txt") Then - f = New System.IO.StreamReader(FB_FilHisDir & MyID & ".txt") - x = - 1 + If File.Exists(FB_FilHisDir & _myId & ".txt") Then + Dim f = New StreamReader(FB_FilHisDir & _myId & ".txt") + Dim x = -1 Do While Not f.EndOfStream And x < 9 x += 1 - line = f.ReadLine - Me.ContextMenuHisFile.Items(x).Text = line - If x = 0 Then LastFile = line + Dim line = f.ReadLine + ContextMenuHisFile.Items(x).Text = line + If x = 0 Then _lastFile = line Loop f.Close() f.Dispose() @@ -384,34 +389,27 @@ Public Class FB_Dialog End If 'Extension-ComboBox - If Not NoExt Then - ExtListSingle = New ArrayList - ExtListMulti = New ArrayList - For x = 0 To UBound(MyExt) - ExtListMulti.Add(MyExt(x)) - For Each line In MyExt(x).Split(","c) - ExtListSingle.Add(Trim(line)) - Next + If Not _noExt Then + _extListSingle = New ArrayList + _extListMulti = New ArrayList + For x = 0 To UBound(_myExt) + _extListMulti.Add(_myExt(x)) + _extListSingle.AddRange(_myExt(x).Split(","c)) Next - ExtListMulti.Add("*") - ExtListSingle.Add("*") + _extListMulti.Add("*") + _extListSingle.Add("*") End If - Initialized = True - f = Nothing - UpdateLock = False + _initialized = True + _updateLock = False End Sub Private Sub GlobalInit() - Dim drive As String - Dim x As Integer - - Dim f As System.IO.StreamReader 'Create Drive List - ReDim FB_Drives(UBound(IO.Directory.GetLogicalDrives())) - x = - 1 - For Each drive In IO.Directory.GetLogicalDrives() + ReDim FB_Drives(UBound(Directory.GetLogicalDrives())) + Dim x = -1 + For Each drive In Directory.GetLogicalDrives() x += 1 FB_Drives(x) = Microsoft.VisualBasic.Left(drive, 2) Next @@ -420,9 +418,9 @@ Public Class FB_Dialog For x = 0 To 19 FB_FolderHistory(x) = EmptyText Next - If IO.File.Exists(FB_FilHisDir & "Directories.txt") Then - f = New System.IO.StreamReader(FB_FilHisDir & "Directories.txt") - x = - 1 + If File.Exists(FB_FilHisDir & "Directories.txt") Then + Dim f = New StreamReader(FB_FilHisDir & "Directories.txt") + x = -1 Do While Not f.EndOfStream And x < 19 x += 1 FB_FolderHistory(x) = f.ReadLine() @@ -432,284 +430,230 @@ Public Class FB_Dialog End If FB_Init = True - - f = Nothing End Sub 'ComboBoxDrive_SelectedIndexChanged - Private Sub ComboBoxDrive_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) _ + Private Sub ComboBoxDrive_SelectedIndexChanged(sender As Object, e As EventArgs) _ Handles ComboBoxDrive.SelectedIndexChanged - If Not UpdateLock Then SetFolder(Me.ComboBoxDrive.SelectedItem.ToString) + If Not _updateLock Then SetFolder(ComboBoxDrive.SelectedItem.ToString) End Sub 'ButtonFolderBack_Click - Private Sub ButtonFolderBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ - Handles ButtonFolderBack.Click + Private Sub ButtonFolderBack_Click(sender As Object, e As EventArgs) Handles ButtonFolderBack.Click FolderUp() End Sub 'TextBoxPath_KeyDown (ENTER) - Private Sub TextBoxPath_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) _ - Handles TextBoxPath.KeyDown - Dim path As String + Private Sub TextBoxPath_KeyDown(sender As Object, e As KeyEventArgs) Handles TextBoxPath.KeyDown If e.KeyCode = Keys.Enter Then - path = Me.TextBoxPath.Text - If IO.Directory.Exists(path) Then - If bBrowseFolder Then - Me.DialogResult = Windows.Forms.DialogResult.OK - Me.Close() + Dim path = TextBoxPath.Text + If Directory.Exists(path) Then + If _bBrowseFolder Then + DialogResult = DialogResult.OK + Close() Else SetFolder(path) End If Else - Me.DialogResult = Windows.Forms.DialogResult.OK - Me.Close() + DialogResult = DialogResult.OK + Close() End If End If End Sub 'ListViewFolder_SelectedIndexChanged - Private Sub ListViewFolder_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) _ + Private Sub ListViewFolder_SelectedIndexChanged(sender As Object, e As EventArgs) _ Handles ListViewFolder.SelectedIndexChanged - If bBrowseFolder Then - UpdateLock = True - If Me.ListViewFolder.SelectedItems.Count > 0 Then - Me.TextBoxPath.Text = Me.ListViewFolder.SelectedItems.Item(0).Text & "\" + If _bBrowseFolder Then + _updateLock = True + If ListViewFolder.SelectedItems.Count > 0 Then + TextBoxPath.Text = ListViewFolder.SelectedItems.Item(0).Text & "\" End If - UpdateLock = False + _updateLock = False End If End Sub 'ListViewFolder_MouseDoubleClick - Private Sub ListViewFolder_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) _ + Private Sub ListViewFolder_MouseDoubleClick(sender As Object, e As MouseEventArgs) _ Handles ListViewFolder.MouseDoubleClick - If Me.ListViewFolder.SelectedItems.Count = 0 Then Exit Sub - SetFolder(MyFolder & Me.ListViewFolder.SelectedItems.Item(0).Text) + If ListViewFolder.SelectedItems.Count = 0 Then Exit Sub + SetFolder(_myFolder & ListViewFolder.SelectedItems.Item(0).Text) End Sub 'ListViewFolder_KeyDown - Private Sub ListViewFolder_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) _ - Handles ListViewFolder.KeyDown + Private Sub ListViewFolder_KeyDown(sender As Object, e As KeyEventArgs) Handles ListViewFolder.KeyDown If e.KeyCode = Keys.Enter Then - If Me.ListViewFolder.SelectedItems.Count = 0 Then Exit Sub - SetFolder(MyFolder & Me.ListViewFolder.SelectedItems.Item(0).Text) + If ListViewFolder.SelectedItems.Count = 0 Then Exit Sub + SetFolder(_myFolder & ListViewFolder.SelectedItems.Item(0).Text) End If End Sub - ''<SORTER> - ''Private Sub ListViewFiles_ColumnClick(ByVal sender As Object, ByVal e As System.Windows.Forms.ColumnClickEventArgs) Handles ListViewFiles.ColumnClick - '' ' Determine if the clicked column is already the column that is - '' ' being sorted. - '' If (e.Column = lvwColumnSorter.SortColumn) Then - '' ' Reverse the current sort direction for this column. - '' If (lvwColumnSorter.Order = SortOrder.Ascending) Then - '' lvwColumnSorter.Order = SortOrder.Descending - '' Else - '' lvwColumnSorter.Order = SortOrder.Ascending - '' End If - '' Else - '' ' Set the column number that is to be sorted; default to ascending. - '' lvwColumnSorter.SortColumn = e.Column - '' lvwColumnSorter.Order = SortOrder.Ascending - '' End If - - '' ' Perform the sort with these new sort options. - '' Me.ListViewFiles.Sort() - - ''End Sub - 'ListViewFiles_SelectedIndexChanged - Private Sub ListViewFiles_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) _ + Private Sub ListViewFiles_SelectedIndexChanged(sender As Object, e As EventArgs) _ Handles ListViewFiles.SelectedIndexChanged - UpdateLock = True - If Me.ListViewFiles.SelectedItems.Count = 0 Then - Me.TextBoxPath.Text = "" + _updateLock = True + If ListViewFiles.SelectedItems.Count = 0 Then + TextBoxPath.Text = "" Else - If Me.ListViewFiles.SelectedItems.Count > 1 Then - Me.TextBoxPath.Text = "<" & Me.ListViewFiles.SelectedItems.Count & " Files selected>" + If ListViewFiles.SelectedItems.Count > 1 Then + TextBoxPath.Text = "<" & ListViewFiles.SelectedItems.Count & " Files selected>" Else - Me.TextBoxPath.Text = Me.ListViewFiles.SelectedItems.Item(0).Text - Me.TextBoxPath.SelectionStart = Me.TextBoxPath.Text.Length + TextBoxPath.Text = ListViewFiles.SelectedItems.Item(0).Text + TextBoxPath.SelectionStart = TextBoxPath.Text.Length End If End If - UpdateLock = False + _updateLock = False End Sub 'ListViewFiles_MouseDoubleClick - Private Sub ListViewFiles_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) _ + Private Sub ListViewFiles_MouseDoubleClick(sender As Object, e As MouseEventArgs) _ Handles ListViewFiles.MouseDoubleClick - If Me.ListViewFiles.SelectedItems.Count = 0 Then Exit Sub - Me.DialogResult = Windows.Forms.DialogResult.OK - Me.Close() + If ListViewFiles.SelectedItems.Count = 0 Then Exit Sub + + DialogResult = DialogResult.OK + Close() End Sub 'ListViewFiles_KeyDown - Private Sub ListViewFiles_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) _ - Handles ListViewFiles.KeyDown + Private Sub ListViewFiles_KeyDown(sender As Object, e As KeyEventArgs) Handles ListViewFiles.KeyDown If e.KeyCode = Keys.Enter Then - If Me.ListViewFiles.SelectedItems.Count = 0 Then Exit Sub - Me.DialogResult = Windows.Forms.DialogResult.OK - Me.Close() + If ListViewFiles.SelectedItems.Count = 0 Then Exit Sub + DialogResult = DialogResult.OK + Close() End If End Sub 'TextBoxSearchFolder_KeyDown - Private Sub TextBoxSearchFolder_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) _ - Handles TextBoxSearchFolder.KeyDown - Dim ItemCount As Int32 - Dim SelIndex As Int32 - Dim NoItem As Boolean - ItemCount = Me.ListViewFolder.Items.Count - NoItem = (ItemCount = 0) - If Not NoItem Then - If Me.ListViewFolder.SelectedItems.Count = 0 Then - SelIndex = - 1 + Private Sub TextBoxSearchFolder_KeyDown(sender As Object, e As KeyEventArgs) Handles TextBoxSearchFolder.KeyDown + Dim itemCount = ListViewFolder.Items.Count + Dim noItem = (itemCount = 0) + + Dim selIndex As Integer + If Not noItem Then + If ListViewFolder.SelectedItems.Count = 0 Then + selIndex = -1 Else - SelIndex = Me.ListViewFolder.SelectedIndices(0) + selIndex = ListViewFolder.SelectedIndices(0) End If End If Select Case e.KeyCode Case Keys.Enter - If NoItem Then Exit Sub - If Me.ListViewFolder.SelectedItems.Count = 0 Then Me.ListViewFolder.SelectedIndices.Add(0) - SetFolder(MyFolder & Me.ListViewFolder.SelectedItems.Item(0).Text) + If noItem Then Exit Sub + If ListViewFolder.SelectedItems.Count = 0 Then ListViewFolder.SelectedIndices.Add(0) + SetFolder(_myFolder & ListViewFolder.SelectedItems.Item(0).Text) Case Keys.Up - If Not NoItem Then - If SelIndex < 1 Then - SelIndex = 1 + If Not noItem Then + If selIndex < 1 Then + selIndex = 1 Else - Me.ListViewFolder.Items(SelIndex).Selected = False + ListViewFolder.Items(selIndex).Selected = False End If - Me.ListViewFolder.Items(SelIndex - 1).Selected = True - Me.ListViewFolder.Items(SelIndex - 1).EnsureVisible() + ListViewFolder.Items(selIndex - 1).Selected = True + ListViewFolder.Items(selIndex - 1).EnsureVisible() End If Case Keys.Down - If Not NoItem And SelIndex < ItemCount - 1 Then - If Not SelIndex = - 1 Then Me.ListViewFolder.Items(SelIndex).Selected = False - Me.ListViewFolder.Items(SelIndex + 1).Selected = True - Me.ListViewFolder.Items(SelIndex + 1).EnsureVisible() + If Not noItem And selIndex < itemCount - 1 Then + If Not selIndex = -1 Then ListViewFolder.Items(selIndex).Selected = False + ListViewFolder.Items(selIndex + 1).Selected = True + ListViewFolder.Items(selIndex + 1).EnsureVisible() End If Case Keys.Back - If Me.TextBoxSearchFolder.Text = "" Then FolderUp() + If TextBoxSearchFolder.Text = "" Then FolderUp() End Select End Sub 'TextBoxSearchFolder_TextChanged - Private Sub TextBoxSearchFolder_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) _ - Handles TextBoxSearchFolder.TextChanged - If Not UpdateLock Then LoadListFolder() + Private Sub TextBoxSearchFolder_TextChanged(sender As Object, e As EventArgs) Handles TextBoxSearchFolder.TextChanged + If Not _updateLock Then LoadListFolder() End Sub 'TextBoxSearchFile_KeyDown - Private Sub TextBoxSearchFile_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) _ - Handles TextBoxSearchFile.KeyDown - Dim ItemCount As Int32 - Dim SelIndex As Int32 - Dim NoItem As Boolean - ItemCount = Me.ListViewFiles.Items.Count - NoItem = (ItemCount = 0) - If Not NoItem Then - If Me.ListViewFiles.SelectedItems.Count = 0 Then - SelIndex = - 1 + Private Sub TextBoxSearchFile_KeyDown(sender As Object, e As KeyEventArgs) Handles TextBoxSearchFile.KeyDown + Dim selIndex As Integer + + Dim itemCount = ListViewFiles.Items.Count + Dim noItem = (itemCount = 0) + If Not noItem Then + If ListViewFiles.SelectedItems.Count = 0 Then + selIndex = -1 Else - SelIndex = Me.ListViewFiles.SelectedIndices(0) + selIndex = ListViewFiles.SelectedIndices(0) End If End If Select Case e.KeyCode Case Keys.Enter - If NoItem Then Exit Sub - If Me.ListViewFiles.SelectedItems.Count = 0 Then Me.ListViewFiles.SelectedIndices.Add(0) - Me.DialogResult = Windows.Forms.DialogResult.OK - Me.Close() + If noItem Then Exit Sub + If ListViewFiles.SelectedItems.Count = 0 Then ListViewFiles.SelectedIndices.Add(0) + DialogResult = DialogResult.OK + Close() Case Keys.Up - If Not NoItem Then - If SelIndex < 1 Then - SelIndex = 1 + If Not noItem Then + If selIndex < 1 Then + selIndex = 1 Else - Me.ListViewFiles.Items(SelIndex).Selected = False + ListViewFiles.Items(selIndex).Selected = False End If - Me.ListViewFiles.Items(SelIndex - 1).Selected = True - Me.ListViewFiles.Items(SelIndex - 1).EnsureVisible() + ListViewFiles.Items(selIndex - 1).Selected = True + ListViewFiles.Items(selIndex - 1).EnsureVisible() End If Case Keys.Down - If Not NoItem And SelIndex < ItemCount - 1 Then - If Not SelIndex = - 1 Then Me.ListViewFiles.Items(SelIndex).Selected = False - Me.ListViewFiles.Items(SelIndex + 1).Selected = True - Me.ListViewFiles.Items(SelIndex + 1).EnsureVisible() + If Not noItem And selIndex < itemCount - 1 Then + If Not selIndex = -1 Then ListViewFiles.Items(selIndex).Selected = False + ListViewFiles.Items(selIndex + 1).Selected = True + ListViewFiles.Items(selIndex + 1).EnsureVisible() End If End Select End Sub - 'TextBoxSearchFile_TextChanged - Private Sub TextBoxSearchFile_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) _ - Handles TextBoxSearchFile.TextChanged - If Not UpdateLock Then LoadListFiles() + Private Sub TextBoxSearchFile_TextChanged(sender As Object, e As EventArgs) _ + Handles TextBoxSearchFile.TextChanged, ComboBoxExt.TextChanged + If Not _updateLock Then LoadListFiles() End Sub - 'ComboBoxExt_TextChanged - Private Sub ComboBoxExt_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) _ - Handles ComboBoxExt.TextChanged - If Not UpdateLock Then LoadListFiles() + Private Sub ButtonHisFolder_Click(sender As Object, e As EventArgs) Handles ButtonHisFolder.Click + ContextMenuHisFolder.Show(MousePosition) End Sub - 'ButtonHisFolder_Click - Private Sub ButtonHisFolder_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ - Handles ButtonHisFolder.Click - Me.ContextMenuHisFolder.Show(Control.MousePosition) - End Sub - 'ButtonHisFile_Click - Private Sub ButtonHisFile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonHisFile.Click - Me.ContextMenuHisFile.Show(Control.MousePosition) + Private Sub ButtonHisFile_Click(sender As Object, e As EventArgs) Handles ButtonHisFile.Click + ContextMenuHisFile.Show(MousePosition) End Sub - 'Select All - Click - Private Sub ButtonAll_Click(sender As System.Object, e As System.EventArgs) Handles ButtonAll.Click - Dim i As Integer - Me.ListViewFiles.BeginUpdate() - For i = 0 To Me.ListViewFiles.Items.Count - 1 - Me.ListViewFiles.Items(i).Selected = True + Private Sub ButtonAll_Click(sender As Object, e As EventArgs) Handles ButtonAll.Click + ListViewFiles.BeginUpdate() + For i = 0 To ListViewFiles.Items.Count - 1 + ListViewFiles.Items(i).Selected = True Next - Me.ListViewFiles.EndUpdate() + ListViewFiles.EndUpdate() End Sub - 'ContextMenuHisFile_ItemClicked - Private Sub ContextMenuHisFile_ItemClicked(ByVal sender As Object, - ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles ContextMenuHisFile.ItemClicked - Dim path As String - - path = e.ClickedItem.Text.ToString - + Private Sub ContextMenuHisFile_ItemClicked(sender As Object, e As ToolStripItemClickedEventArgs) _ + Handles ContextMenuHisFile.ItemClicked + Dim path = e.ClickedItem.Text.ToString If path = EmptyText Then Exit Sub - SetFolder(fPATH(path)) - - Me.TextBoxPath.Text = IO.Path.GetFileName(path) + TextBoxPath.Text = IO.Path.GetFileName(path) End Sub - 'ContextMenuHisFolder_ItemClicked - Private Sub ContextMenuHisFolder_ItemClicked(ByVal sender As Object, - ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles ContextMenuHisFolder.ItemClicked - Dim path As String - Dim favdlog As FB_FavDlog - Dim x As Integer + Private Sub ContextMenuHisFolder_ItemClicked(sender As Object, e As ToolStripItemClickedEventArgs) _ + Handles ContextMenuHisFolder.ItemClicked - path = e.ClickedItem.Text.ToString + Dim path = e.ClickedItem.Text.ToString If path = EmptyText Then Exit Sub If path = FavText Then - favdlog = New FB_FavDlog - If favdlog.ShowDialog = Windows.Forms.DialogResult.OK Then - For x = 10 To 19 + Dim favdlog = New FB_FavDlog + If favdlog.ShowDialog(Me) = DialogResult.OK Then + For x As Integer = 10 To 19 path = CType(favdlog.ListBox1.Items(x - 10), String) If path = NoFavString Then FB_FolderHistory(x) = EmptyText Else FB_FolderHistory(x) = path End If - Me.ContextMenuHisFolder.Items(x + 1).Text = FB_FolderHistory(x) + ContextMenuHisFolder.Items(x + 1).Text = FB_FolderHistory(x) Next End If Else @@ -717,17 +661,11 @@ Public Class FB_Dialog End If End Sub - 'TextBoxCurrent_MouseClick - Private Sub TextBoxCurrent_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) _ - Handles TextBoxCurrent.MouseClick - Dim x As Int32 - Dim x1 As Int32 - Dim path As String - Dim newpath As String - newpath = "" - x = Me.TextBoxCurrent.SelectionStart - path = Me.TextBoxCurrent.Text - x1 = path.Length + Private Sub TextBoxCurrent_MouseClick(sender As Object, e As MouseEventArgs) Handles TextBoxCurrent.MouseClick + Dim newpath = "" + Dim x = TextBoxCurrent.SelectionStart + Dim path = TextBoxCurrent.Text + Dim x1 = path.Length If x = x1 Then Exit Sub If x < 4 Then SetFolder(Microsoft.VisualBasic.Left(path, 2)) @@ -742,192 +680,193 @@ Public Class FB_Dialog SetFolder(newpath) End Sub - 'ButtonDesktop_Click - Private Sub ButtonDesktop_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonDesktop.Click - SetFolder(FileIO.SpecialDirectories.Desktop.ToString) + Private Sub ButtonDesktop_Click(sender As Object, e As EventArgs) Handles ButtonDesktop.Click + SetFolder(SpecialDirectories.Desktop.ToString) End Sub - 'Context Menu Update - Private Sub UpdateHisFile(ByVal path As String) - Dim x As Int16 - Dim y As Int16 - If bLightMode Then Exit Sub - 'Sort Context Menu + Private Sub UpdateHisFile(path As String) + If _bLightMode Then Exit Sub + + Dim x As Integer For x = 0 To 8 - If UCase(Me.ContextMenuHisFile.Items(x).Text.ToString) = UCase(path) Then Exit For + If UCase(ContextMenuHisFile.Items(x).Text.ToString) = UCase(path) Then Exit For Next - For y = x To 1 Step - 1 - Me.ContextMenuHisFile.Items(y).Text = Me.ContextMenuHisFile.Items(y - 1).Text + For y = x To 1 Step -1 + ContextMenuHisFile.Items(y).Text = ContextMenuHisFile.Items(y - 1).Text Next - Me.ContextMenuHisFile.Items(0).Text = path + ContextMenuHisFile.Items(0).Text = path End Sub - Private Sub UpdateHisFolder(ByVal path As String) - Dim x As Int16 - Dim y As Int16 - - 'Sort Context Menu + Private Sub UpdateHisFolder(path As String) + Dim x As Integer For x = 0 To 8 - If UCase(Me.ContextMenuHisFolder.Items(x).Text.ToString) = UCase(path) Then Exit For + If UCase(ContextMenuHisFolder.Items(x).Text.ToString) = UCase(path) Then Exit For Next - - For y = x To 1 Step - 1 - Me.ContextMenuHisFolder.Items(y).Text = Me.ContextMenuHisFolder.Items(y - 1).Text + For y = x To 1 Step -1 + ContextMenuHisFolder.Items(y).Text = ContextMenuHisFolder.Items(y - 1).Text Next - - Me.ContextMenuHisFolder.Items(0).Text = path + ContextMenuHisFolder.Items(0).Text = path End Sub - 'Manuelles History-Update - Public Sub UpdateHistory(ByVal path As String) - Dim x As Int16 - Dim y As Int16 - 'Init - If Not Initialized Then Init() - 'Files + Public Sub UpdateHistory(path As String) + If Not _initialized Then Init() UpdateHisFile(path) - 'Folder path = fPATH(path) + Dim x As Integer For x = 0 To 8 If UCase(FB_FolderHistory(x)) = UCase(path) Then Exit For Next - For y = x To 1 Step - 1 + For y = x To 1 Step -1 FB_FolderHistory(y) = FB_FolderHistory(y - 1) Next FB_FolderHistory(0) = path End Sub 'Change folder - Private Sub SetFolder(ByVal Path As String) + Private Sub SetFolder(path As String) 'Abort if no drive specified - If Microsoft.VisualBasic.Mid(Path, 2, 1) <> ":" Then Exit Sub + If Mid(path, 2, 1) <> ":" Then Exit Sub - UpdateLock = True + _updateLock = True 'Delete Search-fields - Me.TextBoxSearchFile.Text = "" - Me.TextBoxSearchFolder.Text = "" + TextBoxSearchFile.Text = "" + TextBoxSearchFolder.Text = "" 'Set Drive - If MyDrive <> Microsoft.VisualBasic.Left(Path, 2) Then - MyDrive = UCase(Microsoft.VisualBasic.Left(Path, 2)) - Me.ComboBoxDrive.SelectedItem = MyDrive + If _myDrive <> Microsoft.VisualBasic.Left(path, 2) Then + _myDrive = UCase(Microsoft.VisualBasic.Left(path, 2)) + ComboBoxDrive.SelectedItem = _myDrive End If 'Set Folder - MyFolder = Path - If Microsoft.VisualBasic.Right(MyFolder, 1) <> "\" Then MyFolder &= "\" + _myFolder = path + If Microsoft.VisualBasic.Right(_myFolder, 1) <> "\" Then _myFolder &= "\" + + Me.Text = Me.Title & " " & _myFolder + LoadListFolder() LoadListFiles() - If bBrowseFolder Then Me.TextBoxPath.Text = "" + If _bBrowseFolder Then TextBoxPath.Text = "" - Me.TextBoxCurrent.Text = MyFolder + TextBoxCurrent.Text = _myFolder - 'Me.TextBoxPath.SelectionStart = Me.TextBoxPath.Text.Length - UpdateLock = False + 'TextBoxPath.SelectionStart = TextBoxPath.Text.Length + _updateLock = False End Sub 'Folder one level up Private Sub FolderUp() - Dim path As String - Dim x As Int32 - If MyFolder <> "" Then - path = Microsoft.VisualBasic.Left(MyFolder, MyFolder.Length - 1) - x = path.LastIndexOf("\") + If _myFolder <> "" Then + Dim path = Microsoft.VisualBasic.Left(_myFolder, _myFolder.Length - 1) + Dim x = path.LastIndexOf("\") If x > 0 Then SetFolder(Microsoft.VisualBasic.Left(path, x)) End If End Sub + + Private Structure SHFILEINFO + Public hIcon As IntPtr ' : icon + Public iIcon As Integer ' : icondex + Public dwAttributes As Integer ' : SFGAO_ flags + <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=260)> Public szDisplayName As String + <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=80)> Public szTypeName As String + End Structure + + Private Const SHGFI_ICON = &H100 + Private Const SHGFI_SMALLICON = &H1 + Private Declare Ansi Function SHGetFileInfo Lib "shell32.dll" (pszPath As String, dwFileAttributes As Integer, + ByRef psfi As SHFILEINFO, cbFileInfo As Integer, uFlags As Integer) As IntPtr + 'Load Folder-List Private Sub LoadListFolder() - Dim SearchPat As String 'Delete Folder-List - Me.ListViewFolder.Items.Clear() - SearchPat = "*" & Me.TextBoxSearchFolder.Text & "*" + ListViewFolder.Items.Clear() + Dim searchPat = "*" & TextBoxSearchFolder.Text & "*" Try 'Add Folder - Dim di As New IO.DirectoryInfo(MyFolder) - Dim aryFi As IO.DirectoryInfo() - Dim fi As IO.DirectoryInfo - aryFi = di.GetDirectories(SearchPat) + Dim di As New DirectoryInfo(_myFolder) + Dim aryFi = di.GetDirectories(searchPat) + ImageList1.Images.Clear() + Dim shinfo = New SHFILEINFO() + shinfo.szDisplayName = New String(Chr(0), 260) + shinfo.szTypeName = New String(Chr(0), 80) + SHGetFileInfo(_myFolder, 0, shinfo, Marshal.SizeOf(shinfo), SHGFI_ICON Or SHGFI_SMALLICON) + Dim myIcon = Icon.FromHandle(shinfo.hIcon) + ImageList1.Images.Add(myIcon) For Each fi In aryFi - Me.ListViewFolder.Items.Add(fi.ToString) + ListViewFolder.Items.Add(fi.ToString, 0) Next Catch ex As Exception - Me.ListViewFolder.Items.Add("<ERROR: " & ex.Message.ToString & ">") + ListViewFolder.Items.Add("<ERROR: " & ex.Message.ToString & ">") End Try End Sub 'Load File-list Private Sub LoadListFiles() - Dim x As Int32 - Dim SearchPat As String - Dim SearchFile As String - Dim SearchExt As String - Dim ExtStr As String() - 'Abort if bBrowseFolder - If bBrowseFolder Then Exit Sub + If _bBrowseFolder Then Exit Sub - Me.LabelFileAnz.Text = "0 Files" 'Define Extension-filter - If Trim(Me.ComboBoxExt.Text.ToString) = "" Then - ExtStr = New String() {"*"} + Dim extStr As String() + If Trim(ComboBoxExt.Text.ToString) = "" Then + extStr = New String() {"*"} Else - ExtStr = Me.ComboBoxExt.Text.ToString.Split(","c) + extStr = ComboBoxExt.Text.ToString.Split(","c) End If 'Delete File-List - Me.ListViewFiles.Items.Clear() + ListViewFiles.Items.Clear() - SearchFile = Me.TextBoxSearchFile.Text + Dim searchFile = TextBoxSearchFile.Text - Me.ListViewFiles.BeginUpdate() + ListViewFiles.BeginUpdate() Try 'Add Folder - Dim di As New IO.DirectoryInfo(MyFolder) - Dim aryFi As IO.FileInfo() - Dim fi As IO.FileInfo - x = - 1 - For Each SearchExt In ExtStr - SearchPat = "*" & Trim(SearchFile) & "*." & Trim(SearchExt) - aryFi = di.GetFiles(SearchPat) + Dim di As New DirectoryInfo(_myFolder) + Dim aryFi As FileInfo() + Dim fi As FileInfo + Dim x = -1 + For Each SearchExt In extStr + Dim searchPat = "*" & Trim(searchFile) & "*." & Trim(SearchExt) + aryFi = di.GetFiles(searchPat) For Each fi In aryFi x += 1 - Me.ListViewFiles.Items.Add(fi.ToString) + Dim shinfo = New SHFILEINFO() + shinfo.szDisplayName = New String(Chr(0), 260) + shinfo.szTypeName = New String(Chr(0), 80) + SHGetFileInfo(Path.Combine(_myFolder, fi.ToString), 0, shinfo, Marshal.SizeOf(shinfo), + SHGFI_ICON Or SHGFI_SMALLICON) + Dim myIcon = Icon.FromHandle(shinfo.hIcon) + ImageList1.Images.Add(myIcon) + ListViewFiles.Items.Add(fi.ToString, x + 1) Next Next - If x = 0 Then - Me.LabelFileAnz.Text = "1 File" - Else - Me.LabelFileAnz.Text = x + 1 & " Files" - End If Catch ex As Exception - Me.ListViewFiles.Items.Add("<ERROR: " & ex.Message.ToString & ">") + ListViewFiles.Items.Add("<ERROR: " & ex.Message.ToString & ">") End Try - Me.ListViewFiles.EndUpdate() + ListViewFiles.EndUpdate() End Sub 'Rename File - Private Sub RenameFileToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ + Private Sub RenameFileToolStripMenuItem_Click(sender As Object, e As EventArgs) _ Handles RenameFileToolStripMenuItem.Click - Dim file0 As String - Dim file As String - If Me.ListViewFiles.SelectedItems.Count = 1 Then - file0 = Me.ListViewFiles.SelectedItems(0).Text - file = file0 - lb1: + + If ListViewFiles.SelectedItems.Count = 1 Then + Dim file0 = ListViewFiles.SelectedItems(0).Text + Dim file = file0 +lb1: file = InputBox("New Filename", "Rename " & file0, file) If file <> "" Then - If IO.File.Exists(MyFolder & file) Then + If IO.File.Exists(_myFolder & file) Then MsgBox("File " & file & " already exists!") GoTo lb1 End If Try - My.Computer.FileSystem.RenameFile(MyFolder & file0, file) + My.Computer.FileSystem.RenameFile(_myFolder & file0, file) LoadListFiles() Catch ex As Exception MsgBox("Cannot rename " & file0 & "!") @@ -937,21 +876,19 @@ Public Class FB_Dialog End Sub 'Delete File - Private Sub DeleteFileToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ + Private Sub DeleteFileToolStripMenuItem_Click(sender As Object, e As EventArgs) _ Handles DeleteFileToolStripMenuItem.Click - Dim x As Int32 - Dim c As Int32 - c = Me.ListViewFiles.SelectedItems.Count + Dim c = ListViewFiles.SelectedItems.Count If c > 0 Then If c = 1 Then - If MsgBox("Delete " & MyFolder & Me.ListViewFiles.SelectedItems(0).Text & "?", MsgBoxStyle.YesNo) = MsgBoxResult.No _ + If MsgBox("Delete " & _myFolder & ListViewFiles.SelectedItems(0).Text & "?", MsgBoxStyle.YesNo) = MsgBoxResult.No _ Then Exit Sub Else If MsgBox("Delete " & c & " files?", MsgBoxStyle.YesNo) = MsgBoxResult.No Then Exit Sub End If For x = 0 To c - 1 Try - IO.File.Delete(MyFolder & Me.ListViewFiles.SelectedItems(x).Text) + File.Delete(_myFolder & ListViewFiles.SelectedItems(x).Text) Catch ex As Exception End Try Next @@ -960,69 +897,64 @@ Public Class FB_Dialog End Sub 'Neuer Ordner - Private Sub ButtonNewDir_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonNewDir.Click - Dim f As String - f = "New Folder" - lb10: + Private Sub ButtonNewDir_Click(sender As Object, e As EventArgs) Handles ButtonNewDir.Click + Dim f = "New Folder" +lb10: f = InputBox("Create New Folder", "New Folder", f) If f <> "" Then - If IO.Directory.Exists(MyFolder & f) Then - MsgBox("Folder " & MyFolder & f & " already exists!") + If Directory.Exists(_myFolder & f) Then + MsgBox("Folder " & _myFolder & f & " already exists!") GoTo lb10 End If Try - IO.Directory.CreateDirectory(MyFolder & f) - SetFolder(MyFolder & f) + Directory.CreateDirectory(_myFolder & f) + SetFolder(_myFolder & f) Catch ex As Exception MsgBox("Cannot create " & f & "!") End Try End If End Sub - ''Private Function fTimeString(ByVal T As Date) As String - '' Return T.Year & "-" & T.Month.ToString("00") & "-" & T.Day.ToString("00") & " " & T.Hour.ToString("00") & ":" & T.Minute.ToString("00") & ":" & T.Second.ToString("00") - ''End Function - - - Private Function fPATH(ByVal Pfad As String) As String - Dim x As Integer - x = Pfad.LastIndexOf("\") - If x = - 1 Then - Return Microsoft.VisualBasic.Left(Pfad, 0) + Private Shared Function fPATH(path As String) As String + Dim x = path.LastIndexOf("\") + If x = -1 Then + Return Microsoft.VisualBasic.Left(path, 0) Else - Return Microsoft.VisualBasic.Left(Pfad, x + 1) + Return Microsoft.VisualBasic.Left(path, x + 1) End If End Function - Public ReadOnly Property Folder() As String + Public ReadOnly Property Folder As String Get - Return MyFolder + Return _myFolder End Get End Property - Public ReadOnly Property Files() As String() + Public ReadOnly Property Files As String() Get - Return MyFiles + Return _myFiles End Get End Property - Public Property ID() As String + Public Property ID As String Get - Return MyID + Return _myId End Get - Set(ByVal value As String) - MyID = value + Set(value As String) + _myId = value End Set End Property - Public Property Extensions() As String() + Public Property Extensions As String() Get - Return MyExt + Return _myExt End Get - Set(ByVal value As String()) - MyExt = value - LastExt = MyExt(0) - NoExt = False + Set(value As String()) + _myExt = value + _lastExt = _myExt(0) + _noExt = False End Set End Property End Class + + diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.designer.vb b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.designer.vb index f411d717e7..08648f6522 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.designer.vb @@ -32,87 +32,93 @@ Partial Class FB_FavDlog 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() - Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() - Me.OK_Button = New System.Windows.Forms.Button() - Me.Cancel_Button = New System.Windows.Forms.Button() - Me.ListBox1 = New System.Windows.Forms.ListBox() - Me.Label1 = New System.Windows.Forms.Label() - Me.TableLayoutPanel1.SuspendLayout() - Me.SuspendLayout() - ' - 'TableLayoutPanel1 - ' - Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TableLayoutPanel1.ColumnCount = 2 - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) - Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) - Me.TableLayoutPanel1.Location = New System.Drawing.Point(277, 155) - Me.TableLayoutPanel1.Name = "TableLayoutPanel1" - Me.TableLayoutPanel1.RowCount = 1 - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29) - Me.TableLayoutPanel1.TabIndex = 0 - ' - 'OK_Button - ' - Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None - Me.OK_Button.Location = New System.Drawing.Point(3, 3) - Me.OK_Button.Name = "OK_Button" - Me.OK_Button.Size = New System.Drawing.Size(67, 23) - Me.OK_Button.TabIndex = 0 - Me.OK_Button.Text = "OK" - ' - 'Cancel_Button - ' - Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None - Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.Cancel_Button.Location = New System.Drawing.Point(76, 3) - Me.Cancel_Button.Name = "Cancel_Button" - Me.Cancel_Button.Size = New System.Drawing.Size(67, 23) - Me.Cancel_Button.TabIndex = 1 - Me.Cancel_Button.Text = "Cancel" - ' - 'ListBox1 - ' - Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(12, 12) - Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(411, 134) - Me.ListBox1.TabIndex = 1 - ' - 'Label1 - ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 163) - Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(119, 13) - Me.Label1.TabIndex = 2 - Me.Label1.Text = "Doubleclick Item to Edit" - ' - 'FB_FavDlog - ' - Me.AcceptButton = Me.OK_Button - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.CancelButton = Me.Cancel_Button - Me.ClientSize = New System.Drawing.Size(435, 196) - Me.Controls.Add(Me.Label1) - Me.Controls.Add(Me.ListBox1) - Me.Controls.Add(Me.TableLayoutPanel1) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog - Me.MaximizeBox = False - Me.MinimizeBox = False - Me.Name = "FB_FavDlog" - Me.ShowInTaskbar = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "Edit Favorites" - Me.TableLayoutPanel1.ResumeLayout(False) - Me.ResumeLayout(False) - Me.PerformLayout() + Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() + Me.OK_Button = New System.Windows.Forms.Button() + Me.Cancel_Button = New System.Windows.Forms.Button() + Me.ListBox1 = New System.Windows.Forms.ListBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.TableLayoutPanel1.SuspendLayout() + Me.SuspendLayout() + ' + 'TableLayoutPanel1 + ' + Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.TableLayoutPanel1.ColumnCount = 2 + Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) + Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) + Me.TableLayoutPanel1.Location = New System.Drawing.Point(326, 173) + Me.TableLayoutPanel1.Name = "TableLayoutPanel1" + Me.TableLayoutPanel1.RowCount = 1 + Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29) + Me.TableLayoutPanel1.TabIndex = 0 + ' + 'OK_Button + ' + Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None + Me.OK_Button.Location = New System.Drawing.Point(3, 3) + Me.OK_Button.Name = "OK_Button" + Me.OK_Button.Size = New System.Drawing.Size(67, 23) + Me.OK_Button.TabIndex = 0 + Me.OK_Button.Text = "OK" + ' + 'Cancel_Button + ' + Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None + Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.Cancel_Button.Location = New System.Drawing.Point(76, 3) + Me.Cancel_Button.Name = "Cancel_Button" + Me.Cancel_Button.Size = New System.Drawing.Size(67, 23) + Me.Cancel_Button.TabIndex = 1 + Me.Cancel_Button.Text = "Cancel" + ' + 'ListBox1 + ' + Me.ListBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ListBox1.FormattingEnabled = True + Me.ListBox1.Location = New System.Drawing.Point(12, 12) + Me.ListBox1.Name = "ListBox1" + Me.ListBox1.Size = New System.Drawing.Size(460, 134) + Me.ListBox1.TabIndex = 1 + ' + 'Label1 + ' + Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(369, 147) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(106, 13) + Me.Label1.TabIndex = 2 + Me.Label1.Text = "(Double-Click to Edit)" + ' + 'FB_FavDlog + ' + Me.AcceptButton = Me.OK_Button + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit + Me.CancelButton = Me.Cancel_Button + Me.ClientSize = New System.Drawing.Size(484, 208) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.ListBox1) + Me.Controls.Add(Me.TableLayoutPanel1) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow + Me.MaximizeBox = False + Me.MaximumSize = New System.Drawing.Size(5000, 242) + Me.MinimizeBox = False + Me.MinimumSize = New System.Drawing.Size(0, 242) + Me.Name = "FB_FavDlog" + Me.ShowIcon = False + Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Edit Favorites" + Me.TableLayoutPanel1.ResumeLayout(False) + Me.ResumeLayout(False) + Me.PerformLayout() - End Sub + End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents Cancel_Button As System.Windows.Forms.Button diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.resx b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.resx index 7080a7d118..1af7de150c 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.resx +++ b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.resx @@ -112,9 +112,9 @@ <value>2.0</value> </resheader> <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> </root> \ No newline at end of file diff --git a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.vb b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.vb index 2ec78b13f0..df7d5029d8 100644 --- a/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.vb +++ b/VECTOAux/VectoAuxiliaries/UI/FB_FavDlog.vb @@ -1,4 +1,4 @@ -' Copyright 2015 European Union. +' Copyright 2014 European Union. ' Licensed under the EUPL (the 'Licence'); ' ' * You may not use this work except in compliance with the Licence. @@ -8,6 +8,8 @@ ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' ' See the LICENSE.txt for the specific language governing permissions and limitations. +Option Infer On + Imports System.Windows.Forms ''' <summary> @@ -15,50 +17,46 @@ Imports System.Windows.Forms ''' </summary> ''' <remarks></remarks> Public Class FB_FavDlog - Private Const NoFavString As String = "<undefined>" + Private Const NoFavString As String = "<empty favorite slot>" Private Const EmptyText As String = " " - Private Sub FB_FavDlog_Load(sender As Object, e As System.EventArgs) Handles Me.Load - Dim x As Integer - Dim txt As String + Private Sub FB_FavDlog_Load(sender As Object, e As EventArgs) Handles Me.Load For x = 10 To 19 - txt = FB_FolderHistory(x) + Dim txt = FB_FolderHistory(x) If txt = EmptyText Then - Me.ListBox1.Items.Add(NoFavString) + ListBox1.Items.Add(NoFavString) Else - Me.ListBox1.Items.Add(txt) + ListBox1.Items.Add(txt) End If Next End Sub - Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click - Me.DialogResult = System.Windows.Forms.DialogResult.OK - Me.Close() + Private Sub OK_Button_Click(sender As Object, e As EventArgs) Handles OK_Button.Click + DialogResult = DialogResult.OK + Close() End Sub - Private Sub Cancel_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel_Button.Click - Me.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.Close() + Private Sub Cancel_Button_Click(sender As Object, e As EventArgs) Handles Cancel_Button.Click + DialogResult = DialogResult.Cancel + Close() End Sub - Private Sub ListBox1_MouseDoubleClick(sender As Object, e As System.Windows.Forms.MouseEventArgs) _ - Handles ListBox1.MouseDoubleClick - Dim i As Integer - Dim txt As String - Dim fb As cFileBrowser - - i = Me.ListBox1.SelectedIndex - - txt = Me.ListBox1.Items(i).ToString + Private Sub ListBox1_MouseDoubleClick(sender As Object, e As MouseEventArgs) Handles ListBox1.MouseDoubleClick + Dim i = ListBox1.SelectedIndex + Dim txt = ListBox1.Items(i).ToString If txt = NoFavString Then txt = "" - fb = New cFileBrowser("DirBr", True, True) + Dim fb = New cFileBrowser("DirBr", True, True) If fb.OpenDialog(txt) Then txt = fb.Files(0) - Me.ListBox1.Items.Insert(i, txt) - Me.ListBox1.Items.RemoveAt(i + 1) + ListBox1.Items.Insert(i, txt) + ListBox1.Items.RemoveAt(i + 1) End If End Sub + + Private Sub ListBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ListBox1.SelectedIndexChanged + + End Sub End Class diff --git a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb index 95a905452d..cf6d0d8ab5 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb @@ -22,1266 +22,1266 @@ Partial Class frmAuxiliaryConfig 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuxiliaryConfig)) - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Me.pnlMain = New System.Windows.Forms.Panel() - Me.btnCancel = New System.Windows.Forms.Button() - Me.btnSave = New System.Windows.Forms.Button() - Me.tabMain = New System.Windows.Forms.TabControl() - Me.tabGeneralConfig = New System.Windows.Forms.TabPage() - Me.Label1 = New System.Windows.Forms.Label() - Me.btnFuelMap = New System.Windows.Forms.Button() - Me.lblFuelMap = New System.Windows.Forms.Label() - Me.txtFuelMap = New System.Windows.Forms.TextBox() - Me.cboCycle = New System.Windows.Forms.ComboBox() - Me.txtVehicleWeightKG = New System.Windows.Forms.TextBox() - Me.tabElectricalConfig = New System.Windows.Forms.TabPage() - Me.txtStoredEnergyEfficiency = New System.Windows.Forms.TextBox() - Me.Label2 = New System.Windows.Forms.Label() - Me.btnAALTOpen = New System.Windows.Forms.Button() - Me.btnAlternatorMapPath = New System.Windows.Forms.Button() - Me.gvResultsCardOverrun = New System.Windows.Forms.DataGridView() - Me.gvResultsCardTraction = New System.Windows.Forms.DataGridView() - Me.gvResultsCardIdle = New System.Windows.Forms.DataGridView() - Me.lblResultsOverrun = New System.Windows.Forms.Label() - Me.lblResultsTractionOn = New System.Windows.Forms.Label() - Me.lblResultsIdle = New System.Windows.Forms.Label() - Me.chkSmartElectricals = New System.Windows.Forms.CheckBox() - Me.lblElectricalConsumables = New System.Windows.Forms.Label() - Me.gvElectricalConsumables = New System.Windows.Forms.DataGridView() - Me.txtDoorActuationTimeSeconds = New System.Windows.Forms.TextBox() - Me.txtAlternatorGearEfficiency = New System.Windows.Forms.TextBox() - Me.txtAlternatorMapPath = New System.Windows.Forms.TextBox() - Me.txtPowernetVoltage = New System.Windows.Forms.TextBox() - Me.lblDoorActuationTimeSeconds = New System.Windows.Forms.Label() - Me.lblAlternatorGearEfficiency = New System.Windows.Forms.Label() - Me.lblAlternatormapPath = New System.Windows.Forms.Label() - Me.lblPowerNetVoltage = New System.Windows.Forms.Label() - Me.tabPneumaticConfig = New System.Windows.Forms.TabPage() - Me.Label3 = New System.Windows.Forms.Label() - Me.pnlPneumaticsUserInput = New System.Windows.Forms.Panel() - Me.btnOpenAPAC = New System.Windows.Forms.Button() - Me.btnOpenACMP = New System.Windows.Forms.Button() - Me.btnActuationsMap = New System.Windows.Forms.Button() - Me.btnCompressorMap = New System.Windows.Forms.Button() - Me.lblPneumaticsVariablesTitle = New System.Windows.Forms.Label() - Me.lblActuationsMap = New System.Windows.Forms.Label() - Me.chkSmartAirCompression = New System.Windows.Forms.CheckBox() - Me.chkSmartRegeneration = New System.Windows.Forms.CheckBox() - Me.lblAdBlueDosing = New System.Windows.Forms.Label() - Me.chkRetarderBrake = New System.Windows.Forms.CheckBox() - Me.txtKneelingHeightMillimeters = New System.Windows.Forms.TextBox() - Me.lblAirSuspensionControl = New System.Windows.Forms.Label() - Me.cboDoors = New System.Windows.Forms.ComboBox() - Me.txtCompressorMap = New System.Windows.Forms.TextBox() - Me.lblCompressorGearEfficiency = New System.Windows.Forms.Label() - Me.txtCompressorGearRatio = New System.Windows.Forms.TextBox() - Me.lblCompressorGearRatio = New System.Windows.Forms.Label() - Me.txtCompressorGearEfficiency = New System.Windows.Forms.TextBox() - Me.lblCompressorMap = New System.Windows.Forms.Label() - Me.cboAirSuspensionControl = New System.Windows.Forms.ComboBox() - Me.lblDoors = New System.Windows.Forms.Label() - Me.cboAdBlueDosing = New System.Windows.Forms.ComboBox() - Me.lblKneelingHeightMillimeters = New System.Windows.Forms.Label() - Me.txtActuationsMap = New System.Windows.Forms.TextBox() - Me.pnlPneumaticAuxillaries = New System.Windows.Forms.Panel() - Me.lblPneumaticAuxillariesTitle = New System.Windows.Forms.Label() - Me.lblAdBlueNIperMinute = New System.Windows.Forms.Label() - Me.lblAirControlledSuspensionNIperMinute = New System.Windows.Forms.Label() - Me.lblBrakingNoRetarderNIperKG = New System.Windows.Forms.Label() - Me.lblBrakingWithRetarderNIperKG = New System.Windows.Forms.Label() - Me.lblBreakingPerKneelingNIperKGinMM = New System.Windows.Forms.Label() - Me.lblDeadVolBlowOutsPerLitresperHour = New System.Windows.Forms.Label() - Me.lblDeadVolumeLitres = New System.Windows.Forms.Label() - Me.lblNonSmartRegenFractionTotalAirDemand = New System.Windows.Forms.Label() - Me.lblOverrunUtilisationForCompressionFraction = New System.Windows.Forms.Label() - Me.lblPerDoorOpeningNI = New System.Windows.Forms.Label() - Me.lblPerStopBrakeActuationNIperKG = New System.Windows.Forms.Label() - Me.lblSmartRegenFractionTotalAirDemand = New System.Windows.Forms.Label() - Me.txtAdBlueNIperMinute = New System.Windows.Forms.TextBox() - Me.txtAirControlledSuspensionNIperMinute = New System.Windows.Forms.TextBox() - Me.txtBrakingNoRetarderNIperKG = New System.Windows.Forms.TextBox() - Me.txtBrakingWithRetarderNIperKG = New System.Windows.Forms.TextBox() - Me.txtBreakingPerKneelingNIperKGinMM = New System.Windows.Forms.TextBox() - Me.txtDeadVolBlowOutsPerLitresperHour = New System.Windows.Forms.TextBox() - Me.txtDeadVolumeLitres = New System.Windows.Forms.TextBox() - Me.txtNonSmartRegenFractionTotalAirDemand = New System.Windows.Forms.TextBox() - Me.txtOverrunUtilisationForCompressionFraction = New System.Windows.Forms.TextBox() - Me.txtPerDoorOpeningNI = New System.Windows.Forms.TextBox() - Me.txtPerStopBrakeActuationNIperKG = New System.Windows.Forms.TextBox() - Me.txtSmartRegenFractionTotalAirDemand = New System.Windows.Forms.TextBox() - Me.tabHVACConfig = New System.Windows.Forms.TabPage() - Me.chkDisableHVAC = New System.Windows.Forms.CheckBox() - Me.btnOpenABDB = New System.Windows.Forms.Button() - Me.btnBusDatabaseSource = New System.Windows.Forms.Button() - Me.txtBusDatabaseFilePath = New System.Windows.Forms.TextBox() - Me.lblBusDatabaseFilePath = New System.Windows.Forms.Label() - Me.btnOpenAHSM = New System.Windows.Forms.Button() - Me.btnSSMBSource = New System.Windows.Forms.Button() - Me.lblSSMFilePath = New System.Windows.Forms.Label() - Me.txtSSMFilePath = New System.Windows.Forms.TextBox() - Me.lblHVACTitle = New System.Windows.Forms.Label() - Me.resultCardContextMenu = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ErrorProvider = New System.Windows.Forms.ErrorProvider(Me.components) - Me.Timer1 = New System.Windows.Forms.Timer(Me.components) - Me.CmFiles = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.pnlMain.SuspendLayout() - Me.tabMain.SuspendLayout() - Me.tabGeneralConfig.SuspendLayout() - Me.tabElectricalConfig.SuspendLayout() - CType(Me.gvResultsCardOverrun, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.gvResultsCardTraction, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.gvResultsCardIdle, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.gvElectricalConsumables, System.ComponentModel.ISupportInitialize).BeginInit() - Me.tabPneumaticConfig.SuspendLayout() - Me.pnlPneumaticsUserInput.SuspendLayout() - Me.pnlPneumaticAuxillaries.SuspendLayout() - Me.tabHVACConfig.SuspendLayout() - Me.resultCardContextMenu.SuspendLayout() - CType(Me.ErrorProvider, System.ComponentModel.ISupportInitialize).BeginInit() - Me.CmFiles.SuspendLayout() - Me.SuspendLayout() - ' - 'pnlMain - ' - Me.pnlMain.Controls.Add(Me.btnCancel) - Me.pnlMain.Controls.Add(Me.btnSave) - Me.pnlMain.Controls.Add(Me.tabMain) - Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.pnlMain.Location = New System.Drawing.Point(0, 0) - Me.pnlMain.Name = "pnlMain" - Me.pnlMain.Size = New System.Drawing.Size(933, 683) - Me.pnlMain.TabIndex = 1 - ' - 'btnCancel - ' - Me.btnCancel.Location = New System.Drawing.Point(843, 645) - Me.btnCancel.Name = "btnCancel" - Me.btnCancel.Size = New System.Drawing.Size(75, 23) - Me.btnCancel.TabIndex = 5 - Me.btnCancel.Text = "Cancel" - Me.btnCancel.UseVisualStyleBackColor = True - ' - 'btnSave - ' - Me.btnSave.Location = New System.Drawing.Point(745, 645) - Me.btnSave.Name = "btnSave" - Me.btnSave.Size = New System.Drawing.Size(75, 23) - Me.btnSave.TabIndex = 10 - Me.btnSave.Text = "Save" - Me.btnSave.UseVisualStyleBackColor = True - ' - 'tabMain - ' - Me.tabMain.AccessibleDescription = "" - Me.tabMain.Controls.Add(Me.tabGeneralConfig) - Me.tabMain.Controls.Add(Me.tabElectricalConfig) - Me.tabMain.Controls.Add(Me.tabPneumaticConfig) - Me.tabMain.Controls.Add(Me.tabHVACConfig) - Me.tabMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed - Me.tabMain.Location = New System.Drawing.Point(12, 12) - Me.tabMain.Name = "tabMain" - Me.tabMain.SelectedIndex = 0 - Me.tabMain.Size = New System.Drawing.Size(909, 613) - Me.tabMain.TabIndex = 0 - Me.tabMain.Tag = "" - ' - 'tabGeneralConfig - ' - Me.tabGeneralConfig.Controls.Add(Me.Label1) - Me.tabGeneralConfig.Controls.Add(Me.btnFuelMap) - Me.tabGeneralConfig.Controls.Add(Me.lblFuelMap) - Me.tabGeneralConfig.Controls.Add(Me.txtFuelMap) - Me.tabGeneralConfig.Controls.Add(Me.cboCycle) - Me.tabGeneralConfig.Controls.Add(Me.txtVehicleWeightKG) - Me.tabGeneralConfig.Location = New System.Drawing.Point(4, 22) - Me.tabGeneralConfig.Name = "tabGeneralConfig" - Me.tabGeneralConfig.Padding = New System.Windows.Forms.Padding(3) - Me.tabGeneralConfig.Size = New System.Drawing.Size(901, 587) - Me.tabGeneralConfig.TabIndex = 0 - Me.tabGeneralConfig.Text = "General" - Me.tabGeneralConfig.UseVisualStyleBackColor = True - ' - 'Label1 - ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.ForeColor = System.Drawing.Color.Lime - Me.Label1.Location = New System.Drawing.Point(82, 59) - Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(364, 24) - Me.Label1.TabIndex = 10 - Me.Label1.Text = "This Area Is reserved for future expansion." - ' - 'btnFuelMap - ' - Me.btnFuelMap.Location = New System.Drawing.Point(791, 204) - Me.btnFuelMap.Name = "btnFuelMap" - Me.btnFuelMap.Size = New System.Drawing.Size(38, 23) - Me.btnFuelMap.TabIndex = 9 - Me.btnFuelMap.Text = ". . . " - Me.btnFuelMap.UseVisualStyleBackColor = True - Me.btnFuelMap.Visible = False - ' - 'lblFuelMap - ' - Me.lblFuelMap.AutoSize = True - Me.lblFuelMap.Location = New System.Drawing.Point(79, 205) - Me.lblFuelMap.Name = "lblFuelMap" - Me.lblFuelMap.Size = New System.Drawing.Size(51, 13) - Me.lblFuelMap.TabIndex = 8 - Me.lblFuelMap.Text = "Fuel Map" - Me.lblFuelMap.Visible = False - ' - 'txtFuelMap - ' - Me.txtFuelMap.Location = New System.Drawing.Point(136, 204) - Me.txtFuelMap.Name = "txtFuelMap" - Me.txtFuelMap.Size = New System.Drawing.Size(649, 20) - Me.txtFuelMap.TabIndex = 7 - Me.txtFuelMap.Visible = False - ' - 'cboCycle - ' - Me.cboCycle.FormattingEnabled = True - Me.cboCycle.Items.AddRange(New Object() {"Urban", "Heavy urban", "Suburban", "Interurban", "Coach"}) - Me.cboCycle.Location = New System.Drawing.Point(136, 304) - Me.cboCycle.Name = "cboCycle" - Me.cboCycle.Size = New System.Drawing.Size(121, 21) - Me.cboCycle.TabIndex = 6 - Me.cboCycle.Visible = False - ' - 'txtVehicleWeightKG - ' - Me.txtVehicleWeightKG.Location = New System.Drawing.Point(136, 244) - Me.txtVehicleWeightKG.Name = "txtVehicleWeightKG" - Me.txtVehicleWeightKG.Size = New System.Drawing.Size(100, 20) - Me.txtVehicleWeightKG.TabIndex = 2 - Me.txtVehicleWeightKG.Visible = False - ' - 'tabElectricalConfig - ' - Me.tabElectricalConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center - Me.tabElectricalConfig.Controls.Add(Me.txtStoredEnergyEfficiency) - Me.tabElectricalConfig.Controls.Add(Me.Label2) - Me.tabElectricalConfig.Controls.Add(Me.btnAALTOpen) - Me.tabElectricalConfig.Controls.Add(Me.btnAlternatorMapPath) - Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardOverrun) - Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardTraction) - Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardIdle) - Me.tabElectricalConfig.Controls.Add(Me.lblResultsOverrun) - Me.tabElectricalConfig.Controls.Add(Me.lblResultsTractionOn) - Me.tabElectricalConfig.Controls.Add(Me.lblResultsIdle) - Me.tabElectricalConfig.Controls.Add(Me.chkSmartElectricals) - Me.tabElectricalConfig.Controls.Add(Me.lblElectricalConsumables) - Me.tabElectricalConfig.Controls.Add(Me.gvElectricalConsumables) - Me.tabElectricalConfig.Controls.Add(Me.txtDoorActuationTimeSeconds) - Me.tabElectricalConfig.Controls.Add(Me.txtAlternatorGearEfficiency) - Me.tabElectricalConfig.Controls.Add(Me.txtAlternatorMapPath) - Me.tabElectricalConfig.Controls.Add(Me.txtPowernetVoltage) - Me.tabElectricalConfig.Controls.Add(Me.lblDoorActuationTimeSeconds) - Me.tabElectricalConfig.Controls.Add(Me.lblAlternatorGearEfficiency) - Me.tabElectricalConfig.Controls.Add(Me.lblAlternatormapPath) - Me.tabElectricalConfig.Controls.Add(Me.lblPowerNetVoltage) - Me.tabElectricalConfig.Location = New System.Drawing.Point(4, 22) - Me.tabElectricalConfig.Name = "tabElectricalConfig" - Me.tabElectricalConfig.Padding = New System.Windows.Forms.Padding(3) - Me.tabElectricalConfig.Size = New System.Drawing.Size(901, 587) - Me.tabElectricalConfig.TabIndex = 1 - Me.tabElectricalConfig.Text = "Electrics" - Me.tabElectricalConfig.UseVisualStyleBackColor = True - ' - 'txtStoredEnergyEfficiency - ' - Me.txtStoredEnergyEfficiency.Location = New System.Drawing.Point(162, 133) - Me.txtStoredEnergyEfficiency.Name = "txtStoredEnergyEfficiency" - Me.txtStoredEnergyEfficiency.ReadOnly = True - Me.txtStoredEnergyEfficiency.Size = New System.Drawing.Size(100, 20) - Me.txtStoredEnergyEfficiency.TabIndex = 22 - ' - 'Label2 - ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(30, 137) - Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(123, 13) - Me.Label2.TabIndex = 21 - Me.Label2.Text = "Stored Energy Efficiency" - ' - 'btnAALTOpen - ' - Me.btnAALTOpen.Image = CType(resources.GetObject("btnAALTOpen.Image"), System.Drawing.Image) - Me.btnAALTOpen.Location = New System.Drawing.Point(541, 43) - Me.btnAALTOpen.Name = "btnAALTOpen" - Me.btnAALTOpen.Size = New System.Drawing.Size(28, 20) - Me.btnAALTOpen.TabIndex = 20 - Me.btnAALTOpen.UseVisualStyleBackColor = True - ' - 'btnAlternatorMapPath - ' - Me.btnAlternatorMapPath.Location = New System.Drawing.Point(497, 43) - Me.btnAlternatorMapPath.Name = "btnAlternatorMapPath" - Me.btnAlternatorMapPath.Size = New System.Drawing.Size(38, 20) - Me.btnAlternatorMapPath.TabIndex = 19 - Me.btnAlternatorMapPath.Text = ". . ." - Me.btnAlternatorMapPath.UseVisualStyleBackColor = True - ' - 'gvResultsCardOverrun - ' - DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardOverrun.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 - Me.gvResultsCardOverrun.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardOverrun.DefaultCellStyle = DataGridViewCellStyle2 - Me.gvResultsCardOverrun.Location = New System.Drawing.Point(613, 451) - Me.gvResultsCardOverrun.Name = "gvResultsCardOverrun" - DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardOverrun.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 - Me.gvResultsCardOverrun.Size = New System.Drawing.Size(246, 125) - Me.gvResultsCardOverrun.TabIndex = 18 - ' - 'gvResultsCardTraction - ' - DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardTraction.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 - Me.gvResultsCardTraction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardTraction.DefaultCellStyle = DataGridViewCellStyle5 - Me.gvResultsCardTraction.Location = New System.Drawing.Point(325, 451) - Me.gvResultsCardTraction.Name = "gvResultsCardTraction" - DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardTraction.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 - Me.gvResultsCardTraction.Size = New System.Drawing.Size(258, 125) - Me.gvResultsCardTraction.TabIndex = 17 - ' - 'gvResultsCardIdle - ' - DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardIdle.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 - Me.gvResultsCardIdle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardIdle.DefaultCellStyle = DataGridViewCellStyle8 - Me.gvResultsCardIdle.Location = New System.Drawing.Point(35, 451) - Me.gvResultsCardIdle.Name = "gvResultsCardIdle" - DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardIdle.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 - Me.gvResultsCardIdle.Size = New System.Drawing.Size(256, 125) - Me.gvResultsCardIdle.TabIndex = 16 - ' - 'lblResultsOverrun - ' - Me.lblResultsOverrun.AutoSize = True - Me.lblResultsOverrun.Location = New System.Drawing.Point(610, 435) - Me.lblResultsOverrun.Name = "lblResultsOverrun" - Me.lblResultsOverrun.Size = New System.Drawing.Size(109, 13) - Me.lblResultsOverrun.TabIndex = 15 - Me.lblResultsOverrun.Text = "Result Card : Overrun" - ' - 'lblResultsTractionOn - ' - Me.lblResultsTractionOn.AutoSize = True - Me.lblResultsTractionOn.Location = New System.Drawing.Point(322, 435) - Me.lblResultsTractionOn.Name = "lblResultsTractionOn" - Me.lblResultsTractionOn.Size = New System.Drawing.Size(124, 13) - Me.lblResultsTractionOn.TabIndex = 14 - Me.lblResultsTractionOn.Text = "Result Card : TractionOn" - ' - 'lblResultsIdle - ' - Me.lblResultsIdle.AutoSize = True - Me.lblResultsIdle.Location = New System.Drawing.Point(33, 435) - Me.lblResultsIdle.Name = "lblResultsIdle" - Me.lblResultsIdle.Size = New System.Drawing.Size(91, 13) - Me.lblResultsIdle.TabIndex = 13 - Me.lblResultsIdle.Text = "Result Card : Idle" - ' - 'chkSmartElectricals - ' - Me.chkSmartElectricals.AutoSize = True - Me.chkSmartElectricals.Location = New System.Drawing.Point(162, 162) - Me.chkSmartElectricals.Name = "chkSmartElectricals" - Me.chkSmartElectricals.Size = New System.Drawing.Size(96, 17) - Me.chkSmartElectricals.TabIndex = 12 - Me.chkSmartElectricals.Text = "Smart Electrics" - Me.chkSmartElectricals.UseVisualStyleBackColor = True - ' - 'lblElectricalConsumables - ' - Me.lblElectricalConsumables.AutoSize = True - Me.lblElectricalConsumables.Location = New System.Drawing.Point(34, 184) - Me.lblElectricalConsumables.Name = "lblElectricalConsumables" - Me.lblElectricalConsumables.Size = New System.Drawing.Size(116, 13) - Me.lblElectricalConsumables.TabIndex = 11 - Me.lblElectricalConsumables.Text = "Electrical Consumables" - ' - 'gvElectricalConsumables - ' - DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvElectricalConsumables.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10 - Me.gvElectricalConsumables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvElectricalConsumables.DefaultCellStyle = DataGridViewCellStyle11 - Me.gvElectricalConsumables.Location = New System.Drawing.Point(33, 200) - Me.gvElectricalConsumables.Name = "gvElectricalConsumables" - DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvElectricalConsumables.RowHeadersDefaultCellStyle = DataGridViewCellStyle12 - Me.gvElectricalConsumables.Size = New System.Drawing.Size(830, 220) - Me.gvElectricalConsumables.TabIndex = 10 - ' - 'txtDoorActuationTimeSeconds - ' - Me.txtDoorActuationTimeSeconds.Location = New System.Drawing.Point(162, 101) - Me.txtDoorActuationTimeSeconds.Name = "txtDoorActuationTimeSeconds" - Me.txtDoorActuationTimeSeconds.ReadOnly = True - Me.txtDoorActuationTimeSeconds.Size = New System.Drawing.Size(100, 20) - Me.txtDoorActuationTimeSeconds.TabIndex = 9 - ' - 'txtAlternatorGearEfficiency - ' - Me.txtAlternatorGearEfficiency.Location = New System.Drawing.Point(162, 71) - Me.txtAlternatorGearEfficiency.Name = "txtAlternatorGearEfficiency" - Me.txtAlternatorGearEfficiency.ReadOnly = True - Me.txtAlternatorGearEfficiency.Size = New System.Drawing.Size(100, 20) - Me.txtAlternatorGearEfficiency.TabIndex = 6 - ' - 'txtAlternatorMapPath - ' - Me.txtAlternatorMapPath.Location = New System.Drawing.Point(162, 43) - Me.txtAlternatorMapPath.Name = "txtAlternatorMapPath" - Me.txtAlternatorMapPath.Size = New System.Drawing.Size(319, 20) - Me.txtAlternatorMapPath.TabIndex = 4 - ' - 'txtPowernetVoltage - ' - Me.txtPowernetVoltage.Location = New System.Drawing.Point(162, 16) - Me.txtPowernetVoltage.Name = "txtPowernetVoltage" - Me.txtPowernetVoltage.ReadOnly = True - Me.txtPowernetVoltage.Size = New System.Drawing.Size(100, 20) - Me.txtPowernetVoltage.TabIndex = 2 - ' - 'lblDoorActuationTimeSeconds - ' - Me.lblDoorActuationTimeSeconds.AutoSize = True - Me.lblDoorActuationTimeSeconds.Location = New System.Drawing.Point(30, 105) - Me.lblDoorActuationTimeSeconds.Name = "lblDoorActuationTimeSeconds" - Me.lblDoorActuationTimeSeconds.Size = New System.Drawing.Size(114, 13) - Me.lblDoorActuationTimeSeconds.TabIndex = 8 - Me.lblDoorActuationTimeSeconds.Text = "Door ActuationTime(S)" - ' - 'lblAlternatorGearEfficiency - ' - Me.lblAlternatorGearEfficiency.AutoSize = True - Me.lblAlternatorGearEfficiency.Location = New System.Drawing.Point(30, 75) - Me.lblAlternatorGearEfficiency.Name = "lblAlternatorGearEfficiency" - Me.lblAlternatorGearEfficiency.Size = New System.Drawing.Size(132, 13) - Me.lblAlternatorGearEfficiency.TabIndex = 7 - Me.lblAlternatorGearEfficiency.Text = "Alternator Pulley Efficiency" - ' - 'lblAlternatormapPath - ' - Me.lblAlternatormapPath.AutoSize = True - Me.lblAlternatormapPath.Location = New System.Drawing.Point(30, 47) - Me.lblAlternatormapPath.Name = "lblAlternatormapPath" - Me.lblAlternatormapPath.Size = New System.Drawing.Size(76, 13) - Me.lblAlternatormapPath.TabIndex = 5 - Me.lblAlternatormapPath.Text = "Alternator Map" - ' - 'lblPowerNetVoltage - ' - Me.lblPowerNetVoltage.AutoSize = True - Me.lblPowerNetVoltage.Location = New System.Drawing.Point(30, 20) - Me.lblPowerNetVoltage.Name = "lblPowerNetVoltage" - Me.lblPowerNetVoltage.Size = New System.Drawing.Size(91, 13) - Me.lblPowerNetVoltage.TabIndex = 3 - Me.lblPowerNetVoltage.Text = "Powernet Voltage" - ' - 'tabPneumaticConfig - ' - Me.tabPneumaticConfig.Controls.Add(Me.Label3) - Me.tabPneumaticConfig.Controls.Add(Me.pnlPneumaticsUserInput) - Me.tabPneumaticConfig.Controls.Add(Me.pnlPneumaticAuxillaries) - Me.tabPneumaticConfig.Location = New System.Drawing.Point(4, 22) - Me.tabPneumaticConfig.Name = "tabPneumaticConfig" - Me.tabPneumaticConfig.Size = New System.Drawing.Size(901, 587) - Me.tabPneumaticConfig.TabIndex = 2 - Me.tabPneumaticConfig.Text = "Pneumatics" - Me.tabPneumaticConfig.UseVisualStyleBackColor = True - ' - 'Label3 - ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(17, 565) - Me.Label3.MinimumSize = New System.Drawing.Size(120, 0) - Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(120, 13) - Me.Label3.TabIndex = 25 - Me.Label3.Text = "NI - Normal Litres" - ' - 'pnlPneumaticsUserInput - ' - Me.pnlPneumaticsUserInput.Controls.Add(Me.btnOpenAPAC) - Me.pnlPneumaticsUserInput.Controls.Add(Me.btnOpenACMP) - Me.pnlPneumaticsUserInput.Controls.Add(Me.btnActuationsMap) - Me.pnlPneumaticsUserInput.Controls.Add(Me.btnCompressorMap) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblPneumaticsVariablesTitle) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblActuationsMap) - Me.pnlPneumaticsUserInput.Controls.Add(Me.chkSmartAirCompression) - Me.pnlPneumaticsUserInput.Controls.Add(Me.chkSmartRegeneration) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblAdBlueDosing) - Me.pnlPneumaticsUserInput.Controls.Add(Me.chkRetarderBrake) - Me.pnlPneumaticsUserInput.Controls.Add(Me.txtKneelingHeightMillimeters) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblAirSuspensionControl) - Me.pnlPneumaticsUserInput.Controls.Add(Me.cboDoors) - Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorMap) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorGearEfficiency) - Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorGearRatio) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorGearRatio) - Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorGearEfficiency) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorMap) - Me.pnlPneumaticsUserInput.Controls.Add(Me.cboAirSuspensionControl) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblDoors) - Me.pnlPneumaticsUserInput.Controls.Add(Me.cboAdBlueDosing) - Me.pnlPneumaticsUserInput.Controls.Add(Me.lblKneelingHeightMillimeters) - Me.pnlPneumaticsUserInput.Controls.Add(Me.txtActuationsMap) - Me.pnlPneumaticsUserInput.Location = New System.Drawing.Point(403, 17) - Me.pnlPneumaticsUserInput.Name = "pnlPneumaticsUserInput" - Me.pnlPneumaticsUserInput.Size = New System.Drawing.Size(491, 536) - Me.pnlPneumaticsUserInput.TabIndex = 53 - ' - 'btnOpenAPAC - ' - Me.btnOpenAPAC.Image = CType(resources.GetObject("btnOpenAPAC.Image"), System.Drawing.Image) - Me.btnOpenAPAC.Location = New System.Drawing.Point(456, 345) - Me.btnOpenAPAC.Name = "btnOpenAPAC" - Me.btnOpenAPAC.Size = New System.Drawing.Size(28, 20) - Me.btnOpenAPAC.TabIndex = 54 - Me.btnOpenAPAC.UseVisualStyleBackColor = True - ' - 'btnOpenACMP - ' - Me.btnOpenACMP.Image = CType(resources.GetObject("btnOpenACMP.Image"), System.Drawing.Image) - Me.btnOpenACMP.Location = New System.Drawing.Point(456, 60) - Me.btnOpenACMP.Name = "btnOpenACMP" - Me.btnOpenACMP.Size = New System.Drawing.Size(28, 20) - Me.btnOpenACMP.TabIndex = 53 - Me.btnOpenACMP.UseVisualStyleBackColor = True - ' - 'btnActuationsMap - ' - Me.btnActuationsMap.Location = New System.Drawing.Point(412, 343) - Me.btnActuationsMap.Name = "btnActuationsMap" - Me.btnActuationsMap.Size = New System.Drawing.Size(35, 23) - Me.btnActuationsMap.TabIndex = 21 - Me.btnActuationsMap.Text = ". . ." - Me.btnActuationsMap.UseVisualStyleBackColor = True - ' - 'btnCompressorMap - ' - Me.btnCompressorMap.Location = New System.Drawing.Point(412, 58) - Me.btnCompressorMap.Name = "btnCompressorMap" - Me.btnCompressorMap.Size = New System.Drawing.Size(35, 23) - Me.btnCompressorMap.TabIndex = 13 - Me.btnCompressorMap.Text = ". . ." - Me.btnCompressorMap.UseVisualStyleBackColor = True - ' - 'lblPneumaticsVariablesTitle - ' - Me.lblPneumaticsVariablesTitle.AutoSize = True - Me.lblPneumaticsVariablesTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblPneumaticsVariablesTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.lblPneumaticsVariablesTitle.Location = New System.Drawing.Point(20, 18) - Me.lblPneumaticsVariablesTitle.Name = "lblPneumaticsVariablesTitle" - Me.lblPneumaticsVariablesTitle.Size = New System.Drawing.Size(122, 13) - Me.lblPneumaticsVariablesTitle.TabIndex = 52 - Me.lblPneumaticsVariablesTitle.Text = "Pneumatic Variables" - ' - 'lblActuationsMap - ' - Me.lblActuationsMap.AutoSize = True - Me.lblActuationsMap.Location = New System.Drawing.Point(13, 348) - Me.lblActuationsMap.Name = "lblActuationsMap" - Me.lblActuationsMap.Size = New System.Drawing.Size(81, 13) - Me.lblActuationsMap.TabIndex = 25 - Me.lblActuationsMap.Text = "Actuations Map" - ' - 'chkSmartAirCompression - ' - Me.chkSmartAirCompression.CheckAlign = System.Drawing.ContentAlignment.MiddleRight - Me.chkSmartAirCompression.FlatStyle = System.Windows.Forms.FlatStyle.System - Me.chkSmartAirCompression.Location = New System.Drawing.Point(16, 430) - Me.chkSmartAirCompression.MinimumSize = New System.Drawing.Size(150, 0) - Me.chkSmartAirCompression.Name = "chkSmartAirCompression" - Me.chkSmartAirCompression.Size = New System.Drawing.Size(172, 22) - Me.chkSmartAirCompression.TabIndex = 23 - Me.chkSmartAirCompression.Text = "Smart Pneumatics" - Me.chkSmartAirCompression.UseVisualStyleBackColor = True - ' - 'chkSmartRegeneration - ' - Me.chkSmartRegeneration.CheckAlign = System.Drawing.ContentAlignment.BottomRight - Me.chkSmartRegeneration.FlatStyle = System.Windows.Forms.FlatStyle.System - Me.chkSmartRegeneration.Location = New System.Drawing.Point(16, 469) - Me.chkSmartRegeneration.MinimumSize = New System.Drawing.Size(150, 0) - Me.chkSmartRegeneration.Name = "chkSmartRegeneration" - Me.chkSmartRegeneration.Size = New System.Drawing.Size(172, 22) - Me.chkSmartRegeneration.TabIndex = 24 - Me.chkSmartRegeneration.Text = "Smart Regeneration" - Me.chkSmartRegeneration.UseVisualStyleBackColor = True - ' - 'lblAdBlueDosing - ' - Me.lblAdBlueDosing.AutoSize = True - Me.lblAdBlueDosing.Location = New System.Drawing.Point(13, 184) - Me.lblAdBlueDosing.Name = "lblAdBlueDosing" - Me.lblAdBlueDosing.Size = New System.Drawing.Size(120, 13) - Me.lblAdBlueDosing.TabIndex = 26 - Me.lblAdBlueDosing.Text = "AdBlue Injection Dosing" - ' - 'chkRetarderBrake - ' - Me.chkRetarderBrake.CheckAlign = System.Drawing.ContentAlignment.MiddleRight - Me.chkRetarderBrake.FlatStyle = System.Windows.Forms.FlatStyle.System - Me.chkRetarderBrake.Location = New System.Drawing.Point(16, 389) - Me.chkRetarderBrake.MinimumSize = New System.Drawing.Size(150, 0) - Me.chkRetarderBrake.Name = "chkRetarderBrake" - Me.chkRetarderBrake.Size = New System.Drawing.Size(172, 22) - Me.chkRetarderBrake.TabIndex = 22 - Me.chkRetarderBrake.TabStop = False - Me.chkRetarderBrake.Text = "Retarder Brake" - Me.chkRetarderBrake.UseVisualStyleBackColor = True - ' - 'txtKneelingHeightMillimeters - ' - Me.txtKneelingHeightMillimeters.Location = New System.Drawing.Point(176, 304) - Me.txtKneelingHeightMillimeters.Name = "txtKneelingHeightMillimeters" - Me.txtKneelingHeightMillimeters.Size = New System.Drawing.Size(100, 20) - Me.txtKneelingHeightMillimeters.TabIndex = 19 - ' - 'lblAirSuspensionControl - ' - Me.lblAirSuspensionControl.AutoSize = True - Me.lblAirSuspensionControl.Location = New System.Drawing.Point(13, 225) - Me.lblAirSuspensionControl.Name = "lblAirSuspensionControl" - Me.lblAirSuspensionControl.Size = New System.Drawing.Size(113, 13) - Me.lblAirSuspensionControl.TabIndex = 29 - Me.lblAirSuspensionControl.Text = "Air Suspension Control" - ' - 'cboDoors - ' - Me.cboDoors.FormattingEnabled = True - Me.cboDoors.Items.AddRange(New Object() {"<Select>", "Pneumatic", "Electric"}) - Me.cboDoors.Location = New System.Drawing.Point(176, 262) - Me.cboDoors.Name = "cboDoors" - Me.cboDoors.Size = New System.Drawing.Size(101, 21) - Me.cboDoors.TabIndex = 18 - ' - 'txtCompressorMap - ' - Me.txtCompressorMap.Location = New System.Drawing.Point(176, 60) - Me.txtCompressorMap.Name = "txtCompressorMap" - Me.txtCompressorMap.Size = New System.Drawing.Size(226, 20) - Me.txtCompressorMap.TabIndex = 12 - ' - 'lblCompressorGearEfficiency - ' - Me.lblCompressorGearEfficiency.AutoSize = True - Me.lblCompressorGearEfficiency.Location = New System.Drawing.Point(13, 142) - Me.lblCompressorGearEfficiency.Name = "lblCompressorGearEfficiency" - Me.lblCompressorGearEfficiency.Size = New System.Drawing.Size(137, 13) - Me.lblCompressorGearEfficiency.TabIndex = 30 - Me.lblCompressorGearEfficiency.Text = "Compressor Gear Efficiency" - ' - 'txtCompressorGearRatio - ' - Me.txtCompressorGearRatio.ForeColor = System.Drawing.Color.Black - Me.txtCompressorGearRatio.Location = New System.Drawing.Point(176, 98) - Me.txtCompressorGearRatio.Name = "txtCompressorGearRatio" - Me.txtCompressorGearRatio.Size = New System.Drawing.Size(101, 20) - Me.txtCompressorGearRatio.TabIndex = 14 - ' - 'lblCompressorGearRatio - ' - Me.lblCompressorGearRatio.AutoSize = True - Me.lblCompressorGearRatio.Location = New System.Drawing.Point(13, 99) - Me.lblCompressorGearRatio.Name = "lblCompressorGearRatio" - Me.lblCompressorGearRatio.Size = New System.Drawing.Size(116, 13) - Me.lblCompressorGearRatio.TabIndex = 14 - Me.lblCompressorGearRatio.Text = "Compressor Gear Ratio" - ' - 'txtCompressorGearEfficiency - ' - Me.txtCompressorGearEfficiency.Location = New System.Drawing.Point(176, 139) - Me.txtCompressorGearEfficiency.Name = "txtCompressorGearEfficiency" - Me.txtCompressorGearEfficiency.Size = New System.Drawing.Size(101, 20) - Me.txtCompressorGearEfficiency.TabIndex = 15 - ' - 'lblCompressorMap - ' - Me.lblCompressorMap.AutoSize = True - Me.lblCompressorMap.Location = New System.Drawing.Point(13, 60) - Me.lblCompressorMap.Name = "lblCompressorMap" - Me.lblCompressorMap.Size = New System.Drawing.Size(86, 13) - Me.lblCompressorMap.TabIndex = 32 - Me.lblCompressorMap.Text = "Compressor Map" - ' - 'cboAirSuspensionControl - ' - Me.cboAirSuspensionControl.FormattingEnabled = True - Me.cboAirSuspensionControl.Items.AddRange(New Object() {"<Select>", "Mechanically", "Electrically"}) - Me.cboAirSuspensionControl.Location = New System.Drawing.Point(176, 220) - Me.cboAirSuspensionControl.Name = "cboAirSuspensionControl" - Me.cboAirSuspensionControl.Size = New System.Drawing.Size(101, 21) - Me.cboAirSuspensionControl.TabIndex = 17 - ' - 'lblDoors - ' - Me.lblDoors.AutoSize = True - Me.lblDoors.Location = New System.Drawing.Point(13, 266) - Me.lblDoors.Name = "lblDoors" - Me.lblDoors.Size = New System.Drawing.Size(79, 13) - Me.lblDoors.TabIndex = 34 - Me.lblDoors.Text = "Door Operation" - ' - 'cboAdBlueDosing - ' - Me.cboAdBlueDosing.FormattingEnabled = True - Me.cboAdBlueDosing.Items.AddRange(New Object() {"<Select>", "Pneumatic", "Electric"}) - Me.cboAdBlueDosing.Location = New System.Drawing.Point(176, 180) - Me.cboAdBlueDosing.Name = "cboAdBlueDosing" - Me.cboAdBlueDosing.Size = New System.Drawing.Size(101, 21) - Me.cboAdBlueDosing.TabIndex = 16 - ' - 'lblKneelingHeightMillimeters - ' - Me.lblKneelingHeightMillimeters.AutoSize = True - Me.lblKneelingHeightMillimeters.Location = New System.Drawing.Point(13, 308) - Me.lblKneelingHeightMillimeters.Name = "lblKneelingHeightMillimeters" - Me.lblKneelingHeightMillimeters.Size = New System.Drawing.Size(133, 13) - Me.lblKneelingHeightMillimeters.TabIndex = 35 - Me.lblKneelingHeightMillimeters.Text = "Kneeling Height Millimeters" - ' - 'txtActuationsMap - ' - Me.txtActuationsMap.Location = New System.Drawing.Point(176, 345) - Me.txtActuationsMap.Name = "txtActuationsMap" - Me.txtActuationsMap.Size = New System.Drawing.Size(226, 20) - Me.txtActuationsMap.TabIndex = 20 - ' - 'pnlPneumaticAuxillaries - ' - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPneumaticAuxillariesTitle) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblAdBlueNIperMinute) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblAirControlledSuspensionNIperMinute) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBrakingNoRetarderNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBrakingWithRetarderNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBreakingPerKneelingNIperKGinMM) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblDeadVolBlowOutsPerLitresperHour) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblDeadVolumeLitres) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblNonSmartRegenFractionTotalAirDemand) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblOverrunUtilisationForCompressionFraction) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPerDoorOpeningNI) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPerStopBrakeActuationNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblSmartRegenFractionTotalAirDemand) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtAdBlueNIperMinute) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtAirControlledSuspensionNIperMinute) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBrakingNoRetarderNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBrakingWithRetarderNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBreakingPerKneelingNIperKGinMM) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtDeadVolBlowOutsPerLitresperHour) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtDeadVolumeLitres) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtNonSmartRegenFractionTotalAirDemand) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtOverrunUtilisationForCompressionFraction) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtPerDoorOpeningNI) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtPerStopBrakeActuationNIperKG) - Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtSmartRegenFractionTotalAirDemand) - Me.pnlPneumaticAuxillaries.Location = New System.Drawing.Point(20, 17) - Me.pnlPneumaticAuxillaries.Name = "pnlPneumaticAuxillaries" - Me.pnlPneumaticAuxillaries.Size = New System.Drawing.Size(363, 536) - Me.pnlPneumaticAuxillaries.TabIndex = 52 - ' - 'lblPneumaticAuxillariesTitle - ' - Me.lblPneumaticAuxillariesTitle.AutoSize = True - Me.lblPneumaticAuxillariesTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblPneumaticAuxillariesTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.lblPneumaticAuxillariesTitle.Location = New System.Drawing.Point(23, 18) - Me.lblPneumaticAuxillariesTitle.Name = "lblPneumaticAuxillariesTitle" - Me.lblPneumaticAuxillariesTitle.Size = New System.Drawing.Size(158, 13) - Me.lblPneumaticAuxillariesTitle.TabIndex = 24 - Me.lblPneumaticAuxillariesTitle.Text = "Pneumatic Auxiliaries Data" - ' - 'lblAdBlueNIperMinute - ' - Me.lblAdBlueNIperMinute.AutoSize = True - Me.lblAdBlueNIperMinute.Location = New System.Drawing.Point(20, 60) - Me.lblAdBlueNIperMinute.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblAdBlueNIperMinute.Name = "lblAdBlueNIperMinute" - Me.lblAdBlueNIperMinute.Size = New System.Drawing.Size(174, 13) - Me.lblAdBlueNIperMinute.TabIndex = 12 - Me.lblAdBlueNIperMinute.Text = "Air for AdBlue Injection NI / Minute " - ' - 'lblAirControlledSuspensionNIperMinute - ' - Me.lblAirControlledSuspensionNIperMinute.AutoSize = True - Me.lblAirControlledSuspensionNIperMinute.Location = New System.Drawing.Point(20, 99) - Me.lblAirControlledSuspensionNIperMinute.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblAirControlledSuspensionNIperMinute.Name = "lblAirControlledSuspensionNIperMinute" - Me.lblAirControlledSuspensionNIperMinute.Size = New System.Drawing.Size(192, 13) - Me.lblAirControlledSuspensionNIperMinute.TabIndex = 13 - Me.lblAirControlledSuspensionNIperMinute.Text = "Air Demand for Suspension NI / Minute" - ' - 'lblBrakingNoRetarderNIperKG - ' - Me.lblBrakingNoRetarderNIperKG.AutoSize = True - Me.lblBrakingNoRetarderNIperKG.Location = New System.Drawing.Point(20, 140) - Me.lblBrakingNoRetarderNIperKG.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblBrakingNoRetarderNIperKG.Name = "lblBrakingNoRetarderNIperKG" - Me.lblBrakingNoRetarderNIperKG.Size = New System.Drawing.Size(168, 13) - Me.lblBrakingNoRetarderNIperKG.TabIndex = 14 - Me.lblBrakingNoRetarderNIperKG.Text = "Air for Braking, No Retarder NI/kg" - ' - 'lblBrakingWithRetarderNIperKG - ' - Me.lblBrakingWithRetarderNIperKG.AutoSize = True - Me.lblBrakingWithRetarderNIperKG.Location = New System.Drawing.Point(20, 183) - Me.lblBrakingWithRetarderNIperKG.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblBrakingWithRetarderNIperKG.Name = "lblBrakingWithRetarderNIperKG" - Me.lblBrakingWithRetarderNIperKG.Size = New System.Drawing.Size(173, 13) - Me.lblBrakingWithRetarderNIperKG.TabIndex = 15 - Me.lblBrakingWithRetarderNIperKG.Text = "Air for Braking With Retarder NI/kg" - ' - 'lblBreakingPerKneelingNIperKGinMM - ' - Me.lblBreakingPerKneelingNIperKGinMM.AutoSize = True - Me.lblBreakingPerKneelingNIperKGinMM.Location = New System.Drawing.Point(20, 222) - Me.lblBreakingPerKneelingNIperKGinMM.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblBreakingPerKneelingNIperKGinMM.Name = "lblBreakingPerKneelingNIperKGinMM" - Me.lblBreakingPerKneelingNIperKGinMM.Size = New System.Drawing.Size(206, 13) - Me.lblBreakingPerKneelingNIperKGinMM.TabIndex = 16 - Me.lblBreakingPerKneelingNIperKGinMM.Text = "Air Consumption per Kneeling NI/kg in mm" - ' - 'lblDeadVolBlowOutsPerLitresperHour - ' - Me.lblDeadVolBlowOutsPerLitresperHour.AutoSize = True - Me.lblDeadVolBlowOutsPerLitresperHour.Location = New System.Drawing.Point(20, 263) - Me.lblDeadVolBlowOutsPerLitresperHour.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblDeadVolBlowOutsPerLitresperHour.Name = "lblDeadVolBlowOutsPerLitresperHour" - Me.lblDeadVolBlowOutsPerLitresperHour.Size = New System.Drawing.Size(148, 13) - Me.lblDeadVolBlowOutsPerLitresperHour.TabIndex = 17 - Me.lblDeadVolBlowOutsPerLitresperHour.Text = "Dead Vol Blowouts /L / Hour " - ' - 'lblDeadVolumeLitres - ' - Me.lblDeadVolumeLitres.AutoSize = True - Me.lblDeadVolumeLitres.Location = New System.Drawing.Point(20, 303) - Me.lblDeadVolumeLitres.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblDeadVolumeLitres.Name = "lblDeadVolumeLitres" - Me.lblDeadVolumeLitres.Size = New System.Drawing.Size(120, 13) - Me.lblDeadVolumeLitres.TabIndex = 18 - Me.lblDeadVolumeLitres.Text = "Dead Volume Litres" - ' - 'lblNonSmartRegenFractionTotalAirDemand - ' - Me.lblNonSmartRegenFractionTotalAirDemand.AutoSize = True - Me.lblNonSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(20, 346) - Me.lblNonSmartRegenFractionTotalAirDemand.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblNonSmartRegenFractionTotalAirDemand.Name = "lblNonSmartRegenFractionTotalAirDemand" - Me.lblNonSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(218, 13) - Me.lblNonSmartRegenFractionTotalAirDemand.TabIndex = 19 - Me.lblNonSmartRegenFractionTotalAirDemand.Text = "Non Smart Regen Fraction Total Air Demand" - ' - 'lblOverrunUtilisationForCompressionFraction - ' - Me.lblOverrunUtilisationForCompressionFraction.AutoSize = True - Me.lblOverrunUtilisationForCompressionFraction.Location = New System.Drawing.Point(20, 388) - Me.lblOverrunUtilisationForCompressionFraction.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblOverrunUtilisationForCompressionFraction.Name = "lblOverrunUtilisationForCompressionFraction" - Me.lblOverrunUtilisationForCompressionFraction.Size = New System.Drawing.Size(215, 13) - Me.lblOverrunUtilisationForCompressionFraction.TabIndex = 20 - Me.lblOverrunUtilisationForCompressionFraction.Text = "Overrun Utilisation For Compression Fraction" - ' - 'lblPerDoorOpeningNI - ' - Me.lblPerDoorOpeningNI.AutoSize = True - Me.lblPerDoorOpeningNI.Location = New System.Drawing.Point(20, 427) - Me.lblPerDoorOpeningNI.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblPerDoorOpeningNI.Name = "lblPerDoorOpeningNI" - Me.lblPerDoorOpeningNI.Size = New System.Drawing.Size(120, 13) - Me.lblPerDoorOpeningNI.TabIndex = 21 - Me.lblPerDoorOpeningNI.Text = "Air per Door Opening NI" - ' - 'lblPerStopBrakeActuationNIperKG - ' - Me.lblPerStopBrakeActuationNIperKG.AutoSize = True - Me.lblPerStopBrakeActuationNIperKG.Location = New System.Drawing.Point(20, 469) - Me.lblPerStopBrakeActuationNIperKG.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblPerStopBrakeActuationNIperKG.Name = "lblPerStopBrakeActuationNIperKG" - Me.lblPerStopBrakeActuationNIperKG.Size = New System.Drawing.Size(172, 13) - Me.lblPerStopBrakeActuationNIperKG.TabIndex = 22 - Me.lblPerStopBrakeActuationNIperKG.Text = "Air per Stop Brake Actuation NI/kg" - ' - 'lblSmartRegenFractionTotalAirDemand - ' - Me.lblSmartRegenFractionTotalAirDemand.AutoSize = True - Me.lblSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(20, 510) - Me.lblSmartRegenFractionTotalAirDemand.MinimumSize = New System.Drawing.Size(120, 0) - Me.lblSmartRegenFractionTotalAirDemand.Name = "lblSmartRegenFractionTotalAirDemand" - Me.lblSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(195, 13) - Me.lblSmartRegenFractionTotalAirDemand.TabIndex = 23 - Me.lblSmartRegenFractionTotalAirDemand.Text = "Smart Regen Fraction Total Air Demand" - ' - 'txtAdBlueNIperMinute - ' - Me.txtAdBlueNIperMinute.Location = New System.Drawing.Point(242, 60) - Me.txtAdBlueNIperMinute.Name = "txtAdBlueNIperMinute" - Me.txtAdBlueNIperMinute.Size = New System.Drawing.Size(100, 20) - Me.txtAdBlueNIperMinute.TabIndex = 0 - ' - 'txtAirControlledSuspensionNIperMinute - ' - Me.txtAirControlledSuspensionNIperMinute.Location = New System.Drawing.Point(242, 98) - Me.txtAirControlledSuspensionNIperMinute.Name = "txtAirControlledSuspensionNIperMinute" - Me.txtAirControlledSuspensionNIperMinute.Size = New System.Drawing.Size(100, 20) - Me.txtAirControlledSuspensionNIperMinute.TabIndex = 1 - ' - 'txtBrakingNoRetarderNIperKG - ' - Me.txtBrakingNoRetarderNIperKG.Location = New System.Drawing.Point(242, 139) - Me.txtBrakingNoRetarderNIperKG.Name = "txtBrakingNoRetarderNIperKG" - Me.txtBrakingNoRetarderNIperKG.Size = New System.Drawing.Size(100, 20) - Me.txtBrakingNoRetarderNIperKG.TabIndex = 2 - ' - 'txtBrakingWithRetarderNIperKG - ' - Me.txtBrakingWithRetarderNIperKG.Location = New System.Drawing.Point(242, 180) - Me.txtBrakingWithRetarderNIperKG.Name = "txtBrakingWithRetarderNIperKG" - Me.txtBrakingWithRetarderNIperKG.Size = New System.Drawing.Size(100, 20) - Me.txtBrakingWithRetarderNIperKG.TabIndex = 3 - ' - 'txtBreakingPerKneelingNIperKGinMM - ' - Me.txtBreakingPerKneelingNIperKGinMM.Location = New System.Drawing.Point(242, 221) - Me.txtBreakingPerKneelingNIperKGinMM.Name = "txtBreakingPerKneelingNIperKGinMM" - Me.txtBreakingPerKneelingNIperKGinMM.Size = New System.Drawing.Size(100, 20) - Me.txtBreakingPerKneelingNIperKGinMM.TabIndex = 4 - ' - 'txtDeadVolBlowOutsPerLitresperHour - ' - Me.txtDeadVolBlowOutsPerLitresperHour.Location = New System.Drawing.Point(242, 262) - Me.txtDeadVolBlowOutsPerLitresperHour.Name = "txtDeadVolBlowOutsPerLitresperHour" - Me.txtDeadVolBlowOutsPerLitresperHour.Size = New System.Drawing.Size(100, 20) - Me.txtDeadVolBlowOutsPerLitresperHour.TabIndex = 5 - ' - 'txtDeadVolumeLitres - ' - Me.txtDeadVolumeLitres.Location = New System.Drawing.Point(242, 303) - Me.txtDeadVolumeLitres.Name = "txtDeadVolumeLitres" - Me.txtDeadVolumeLitres.Size = New System.Drawing.Size(100, 20) - Me.txtDeadVolumeLitres.TabIndex = 6 - ' - 'txtNonSmartRegenFractionTotalAirDemand - ' - Me.txtNonSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(242, 344) - Me.txtNonSmartRegenFractionTotalAirDemand.Name = "txtNonSmartRegenFractionTotalAirDemand" - Me.txtNonSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(100, 20) - Me.txtNonSmartRegenFractionTotalAirDemand.TabIndex = 7 - ' - 'txtOverrunUtilisationForCompressionFraction - ' - Me.txtOverrunUtilisationForCompressionFraction.Location = New System.Drawing.Point(242, 385) - Me.txtOverrunUtilisationForCompressionFraction.Name = "txtOverrunUtilisationForCompressionFraction" - Me.txtOverrunUtilisationForCompressionFraction.Size = New System.Drawing.Size(100, 20) - Me.txtOverrunUtilisationForCompressionFraction.TabIndex = 8 - ' - 'txtPerDoorOpeningNI - ' - Me.txtPerDoorOpeningNI.Location = New System.Drawing.Point(242, 426) - Me.txtPerDoorOpeningNI.Name = "txtPerDoorOpeningNI" - Me.txtPerDoorOpeningNI.Size = New System.Drawing.Size(100, 20) - Me.txtPerDoorOpeningNI.TabIndex = 9 - ' - 'txtPerStopBrakeActuationNIperKG - ' - Me.txtPerStopBrakeActuationNIperKG.Location = New System.Drawing.Point(242, 467) - Me.txtPerStopBrakeActuationNIperKG.Name = "txtPerStopBrakeActuationNIperKG" - Me.txtPerStopBrakeActuationNIperKG.Size = New System.Drawing.Size(100, 20) - Me.txtPerStopBrakeActuationNIperKG.TabIndex = 10 - ' - 'txtSmartRegenFractionTotalAirDemand - ' - Me.txtSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(242, 508) - Me.txtSmartRegenFractionTotalAirDemand.Name = "txtSmartRegenFractionTotalAirDemand" - Me.txtSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(100, 20) - Me.txtSmartRegenFractionTotalAirDemand.TabIndex = 11 - ' - 'tabHVACConfig - ' - Me.tabHVACConfig.Controls.Add(Me.chkDisableHVAC) - Me.tabHVACConfig.Controls.Add(Me.btnOpenABDB) - Me.tabHVACConfig.Controls.Add(Me.btnBusDatabaseSource) - Me.tabHVACConfig.Controls.Add(Me.txtBusDatabaseFilePath) - Me.tabHVACConfig.Controls.Add(Me.lblBusDatabaseFilePath) - Me.tabHVACConfig.Controls.Add(Me.btnOpenAHSM) - Me.tabHVACConfig.Controls.Add(Me.btnSSMBSource) - Me.tabHVACConfig.Controls.Add(Me.lblSSMFilePath) - Me.tabHVACConfig.Controls.Add(Me.txtSSMFilePath) - Me.tabHVACConfig.Controls.Add(Me.lblHVACTitle) - Me.tabHVACConfig.Location = New System.Drawing.Point(4, 22) - Me.tabHVACConfig.Name = "tabHVACConfig" - Me.tabHVACConfig.Size = New System.Drawing.Size(901, 587) - Me.tabHVACConfig.TabIndex = 3 - Me.tabHVACConfig.Text = "HVAC" - Me.tabHVACConfig.UseVisualStyleBackColor = True - ' - 'chkDisableHVAC - ' - Me.chkDisableHVAC.AutoSize = True - Me.chkDisableHVAC.Location = New System.Drawing.Point(34, 73) - Me.chkDisableHVAC.Name = "chkDisableHVAC" - Me.chkDisableHVAC.Size = New System.Drawing.Size(131, 17) - Me.chkDisableHVAC.TabIndex = 61 - Me.chkDisableHVAC.Text = "Disable HVAC Module" - Me.chkDisableHVAC.UseVisualStyleBackColor = True - ' - 'btnOpenABDB - ' - Me.btnOpenABDB.Image = CType(resources.GetObject("btnOpenABDB.Image"), System.Drawing.Image) - Me.btnOpenABDB.Location = New System.Drawing.Point(777, 161) - Me.btnOpenABDB.Name = "btnOpenABDB" - Me.btnOpenABDB.Size = New System.Drawing.Size(28, 20) - Me.btnOpenABDB.TabIndex = 59 - Me.btnOpenABDB.UseVisualStyleBackColor = True - ' - 'btnBusDatabaseSource - ' - Me.btnBusDatabaseSource.Location = New System.Drawing.Point(712, 159) - Me.btnBusDatabaseSource.Name = "btnBusDatabaseSource" - Me.btnBusDatabaseSource.Size = New System.Drawing.Size(45, 23) - Me.btnBusDatabaseSource.TabIndex = 58 - Me.btnBusDatabaseSource.Text = ". . ." - Me.btnBusDatabaseSource.UseVisualStyleBackColor = True - ' - 'txtBusDatabaseFilePath - ' - Me.txtBusDatabaseFilePath.Location = New System.Drawing.Point(210, 161) - Me.txtBusDatabaseFilePath.Name = "txtBusDatabaseFilePath" - Me.txtBusDatabaseFilePath.Size = New System.Drawing.Size(485, 20) - Me.txtBusDatabaseFilePath.TabIndex = 57 - ' - 'lblBusDatabaseFilePath - ' - Me.lblBusDatabaseFilePath.AutoSize = True - Me.lblBusDatabaseFilePath.Location = New System.Drawing.Point(31, 161) - Me.lblBusDatabaseFilePath.Name = "lblBusDatabaseFilePath" - Me.lblBusDatabaseFilePath.Size = New System.Drawing.Size(169, 13) - Me.lblBusDatabaseFilePath.TabIndex = 56 - Me.lblBusDatabaseFilePath.Text = "Steady State Model File ( .ABDB )" - ' - 'btnOpenAHSM - ' - Me.btnOpenAHSM.Image = CType(resources.GetObject("btnOpenAHSM.Image"), System.Drawing.Image) - Me.btnOpenAHSM.Location = New System.Drawing.Point(777, 106) - Me.btnOpenAHSM.Name = "btnOpenAHSM" - Me.btnOpenAHSM.Size = New System.Drawing.Size(28, 20) - Me.btnOpenAHSM.TabIndex = 55 - Me.btnOpenAHSM.UseVisualStyleBackColor = True - ' - 'btnSSMBSource - ' - Me.btnSSMBSource.Location = New System.Drawing.Point(712, 105) - Me.btnSSMBSource.Name = "btnSSMBSource" - Me.btnSSMBSource.Size = New System.Drawing.Size(45, 23) - Me.btnSSMBSource.TabIndex = 28 - Me.btnSSMBSource.Text = ". . ." - Me.btnSSMBSource.UseVisualStyleBackColor = True - ' - 'lblSSMFilePath - ' - Me.lblSSMFilePath.AutoSize = True - Me.lblSSMFilePath.Location = New System.Drawing.Point(31, 111) - Me.lblSSMFilePath.Name = "lblSSMFilePath" - Me.lblSSMFilePath.Size = New System.Drawing.Size(171, 13) - Me.lblSSMFilePath.TabIndex = 27 - Me.lblSSMFilePath.Text = "Steady State Model File ( .AHSM )" - ' - 'txtSSMFilePath - ' - Me.txtSSMFilePath.Location = New System.Drawing.Point(210, 108) - Me.txtSSMFilePath.Name = "txtSSMFilePath" - Me.txtSSMFilePath.Size = New System.Drawing.Size(485, 20) - Me.txtSSMFilePath.TabIndex = 26 - ' - 'lblHVACTitle - ' - Me.lblHVACTitle.AutoSize = True - Me.lblHVACTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblHVACTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.lblHVACTitle.Location = New System.Drawing.Point(31, 37) - Me.lblHVACTitle.Name = "lblHVACTitle" - Me.lblHVACTitle.Size = New System.Drawing.Size(164, 13) - Me.lblHVACTitle.TabIndex = 25 - Me.lblHVACTitle.Text = "Steady State Output Values" - ' - 'resultCardContextMenu - ' - Me.resultCardContextMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DeleteToolStripMenuItem}) - Me.resultCardContextMenu.Name = "resultCardContextMenu" - Me.resultCardContextMenu.Size = New System.Drawing.Size(108, 26) - ' - 'DeleteToolStripMenuItem - ' - Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem" - Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(107, 22) - Me.DeleteToolStripMenuItem.Text = "Delete" - ' - 'ErrorProvider - ' - Me.ErrorProvider.ContainerControl = Me - ' - 'Timer1 - ' - Me.Timer1.Interval = 1000 - ' - 'CmFiles - ' - Me.CmFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenWithToolStripMenuItem, Me.ShowInFolderToolStripMenuItem}) - Me.CmFiles.Name = "CmOpenFile" - Me.CmFiles.Size = New System.Drawing.Size(153, 48) - ' - 'OpenWithToolStripMenuItem - ' - Me.OpenWithToolStripMenuItem.Name = "OpenWithToolStripMenuItem" - Me.OpenWithToolStripMenuItem.Size = New System.Drawing.Size(152, 22) - Me.OpenWithToolStripMenuItem.Text = "Open with ..." - ' - 'ShowInFolderToolStripMenuItem - ' - Me.ShowInFolderToolStripMenuItem.Name = "ShowInFolderToolStripMenuItem" - Me.ShowInFolderToolStripMenuItem.Size = New System.Drawing.Size(152, 22) - Me.ShowInFolderToolStripMenuItem.Text = "Open In Folder" - ' - 'frmAuxiliaryConfig - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange - Me.ClientSize = New System.Drawing.Size(933, 683) - Me.Controls.Add(Me.pnlMain) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle - Me.MaximizeBox = False - Me.MinimizeBox = False - Me.Name = "frmAuxiliaryConfig" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "Auxiliaries Configuration" - Me.pnlMain.ResumeLayout(False) - Me.tabMain.ResumeLayout(False) - Me.tabGeneralConfig.ResumeLayout(False) - Me.tabGeneralConfig.PerformLayout() - Me.tabElectricalConfig.ResumeLayout(False) - Me.tabElectricalConfig.PerformLayout() - CType(Me.gvResultsCardOverrun, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.gvResultsCardTraction, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.gvResultsCardIdle, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.gvElectricalConsumables, System.ComponentModel.ISupportInitialize).EndInit() - Me.tabPneumaticConfig.ResumeLayout(False) - Me.tabPneumaticConfig.PerformLayout() - Me.pnlPneumaticsUserInput.ResumeLayout(False) - Me.pnlPneumaticsUserInput.PerformLayout - Me.pnlPneumaticAuxillaries.ResumeLayout(false) - Me.pnlPneumaticAuxillaries.PerformLayout - Me.tabHVACConfig.ResumeLayout(false) - Me.tabHVACConfig.PerformLayout - Me.resultCardContextMenu.ResumeLayout(false) - CType(Me.ErrorProvider,System.ComponentModel.ISupportInitialize).EndInit - Me.CmFiles.ResumeLayout(false) - Me.ResumeLayout(false) + Me.components = New System.ComponentModel.Container() + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuxiliaryConfig)) + Me.pnlMain = New System.Windows.Forms.Panel() + Me.btnCancel = New System.Windows.Forms.Button() + Me.btnSave = New System.Windows.Forms.Button() + Me.tabMain = New System.Windows.Forms.TabControl() + Me.tabGeneralConfig = New System.Windows.Forms.TabPage() + Me.Label1 = New System.Windows.Forms.Label() + Me.btnFuelMap = New System.Windows.Forms.Button() + Me.lblFuelMap = New System.Windows.Forms.Label() + Me.txtFuelMap = New System.Windows.Forms.TextBox() + Me.cboCycle = New System.Windows.Forms.ComboBox() + Me.txtVehicleWeightKG = New System.Windows.Forms.TextBox() + Me.tabElectricalConfig = New System.Windows.Forms.TabPage() + Me.txtStoredEnergyEfficiency = New System.Windows.Forms.TextBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.btnAlternatorMapPath = New System.Windows.Forms.Button() + Me.gvResultsCardOverrun = New System.Windows.Forms.DataGridView() + Me.gvResultsCardTraction = New System.Windows.Forms.DataGridView() + Me.gvResultsCardIdle = New System.Windows.Forms.DataGridView() + Me.lblResultsOverrun = New System.Windows.Forms.Label() + Me.lblResultsTractionOn = New System.Windows.Forms.Label() + Me.lblResultsIdle = New System.Windows.Forms.Label() + Me.chkSmartElectricals = New System.Windows.Forms.CheckBox() + Me.lblElectricalConsumables = New System.Windows.Forms.Label() + Me.gvElectricalConsumables = New System.Windows.Forms.DataGridView() + Me.txtDoorActuationTimeSeconds = New System.Windows.Forms.TextBox() + Me.txtAlternatorGearEfficiency = New System.Windows.Forms.TextBox() + Me.txtAlternatorMapPath = New System.Windows.Forms.TextBox() + Me.txtPowernetVoltage = New System.Windows.Forms.TextBox() + Me.lblDoorActuationTimeSeconds = New System.Windows.Forms.Label() + Me.lblAlternatorGearEfficiency = New System.Windows.Forms.Label() + Me.lblAlternatormapPath = New System.Windows.Forms.Label() + Me.lblPowerNetVoltage = New System.Windows.Forms.Label() + Me.tabPneumaticConfig = New System.Windows.Forms.TabPage() + Me.Label3 = New System.Windows.Forms.Label() + Me.pnlPneumaticsUserInput = New System.Windows.Forms.Panel() + Me.btnActuationsMap = New System.Windows.Forms.Button() + Me.btnCompressorMap = New System.Windows.Forms.Button() + Me.lblPneumaticsVariablesTitle = New System.Windows.Forms.Label() + Me.lblActuationsMap = New System.Windows.Forms.Label() + Me.chkSmartAirCompression = New System.Windows.Forms.CheckBox() + Me.chkSmartRegeneration = New System.Windows.Forms.CheckBox() + Me.lblAdBlueDosing = New System.Windows.Forms.Label() + Me.chkRetarderBrake = New System.Windows.Forms.CheckBox() + Me.txtKneelingHeightMillimeters = New System.Windows.Forms.TextBox() + Me.lblAirSuspensionControl = New System.Windows.Forms.Label() + Me.cboDoors = New System.Windows.Forms.ComboBox() + Me.txtCompressorMap = New System.Windows.Forms.TextBox() + Me.lblCompressorGearEfficiency = New System.Windows.Forms.Label() + Me.txtCompressorGearRatio = New System.Windows.Forms.TextBox() + Me.lblCompressorGearRatio = New System.Windows.Forms.Label() + Me.txtCompressorGearEfficiency = New System.Windows.Forms.TextBox() + Me.lblCompressorMap = New System.Windows.Forms.Label() + Me.cboAirSuspensionControl = New System.Windows.Forms.ComboBox() + Me.lblDoors = New System.Windows.Forms.Label() + Me.cboAdBlueDosing = New System.Windows.Forms.ComboBox() + Me.lblKneelingHeightMillimeters = New System.Windows.Forms.Label() + Me.txtActuationsMap = New System.Windows.Forms.TextBox() + Me.pnlPneumaticAuxillaries = New System.Windows.Forms.Panel() + Me.lblPneumaticAuxillariesTitle = New System.Windows.Forms.Label() + Me.lblAdBlueNIperMinute = New System.Windows.Forms.Label() + Me.lblAirControlledSuspensionNIperMinute = New System.Windows.Forms.Label() + Me.lblBrakingNoRetarderNIperKG = New System.Windows.Forms.Label() + Me.lblBrakingWithRetarderNIperKG = New System.Windows.Forms.Label() + Me.lblBreakingPerKneelingNIperKGinMM = New System.Windows.Forms.Label() + Me.lblDeadVolBlowOutsPerLitresperHour = New System.Windows.Forms.Label() + Me.lblDeadVolumeLitres = New System.Windows.Forms.Label() + Me.lblNonSmartRegenFractionTotalAirDemand = New System.Windows.Forms.Label() + Me.lblOverrunUtilisationForCompressionFraction = New System.Windows.Forms.Label() + Me.lblPerDoorOpeningNI = New System.Windows.Forms.Label() + Me.lblPerStopBrakeActuationNIperKG = New System.Windows.Forms.Label() + Me.lblSmartRegenFractionTotalAirDemand = New System.Windows.Forms.Label() + Me.txtAdBlueNIperMinute = New System.Windows.Forms.TextBox() + Me.txtAirControlledSuspensionNIperMinute = New System.Windows.Forms.TextBox() + Me.txtBrakingNoRetarderNIperKG = New System.Windows.Forms.TextBox() + Me.txtBrakingWithRetarderNIperKG = New System.Windows.Forms.TextBox() + Me.txtBreakingPerKneelingNIperKGinMM = New System.Windows.Forms.TextBox() + Me.txtDeadVolBlowOutsPerLitresperHour = New System.Windows.Forms.TextBox() + Me.txtDeadVolumeLitres = New System.Windows.Forms.TextBox() + Me.txtNonSmartRegenFractionTotalAirDemand = New System.Windows.Forms.TextBox() + Me.txtOverrunUtilisationForCompressionFraction = New System.Windows.Forms.TextBox() + Me.txtPerDoorOpeningNI = New System.Windows.Forms.TextBox() + Me.txtPerStopBrakeActuationNIperKG = New System.Windows.Forms.TextBox() + Me.txtSmartRegenFractionTotalAirDemand = New System.Windows.Forms.TextBox() + Me.tabHVACConfig = New System.Windows.Forms.TabPage() + Me.chkDisableHVAC = New System.Windows.Forms.CheckBox() + Me.btnBusDatabaseSource = New System.Windows.Forms.Button() + Me.txtBusDatabaseFilePath = New System.Windows.Forms.TextBox() + Me.lblBusDatabaseFilePath = New System.Windows.Forms.Label() + Me.btnSSMBSource = New System.Windows.Forms.Button() + Me.lblSSMFilePath = New System.Windows.Forms.Label() + Me.txtSSMFilePath = New System.Windows.Forms.TextBox() + Me.lblHVACTitle = New System.Windows.Forms.Label() + Me.resultCardContextMenu = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ErrorProvider = New System.Windows.Forms.ErrorProvider(Me.components) + Me.Timer1 = New System.Windows.Forms.Timer(Me.components) + Me.CmFiles = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.btnAALTOpen = New System.Windows.Forms.Button() + Me.btnOpenAPAC = New System.Windows.Forms.Button() + Me.btnOpenACMP = New System.Windows.Forms.Button() + Me.btnOpenABDB = New System.Windows.Forms.Button() + Me.btnOpenAHSM = New System.Windows.Forms.Button() + Me.pnlMain.SuspendLayout() + Me.tabMain.SuspendLayout() + Me.tabGeneralConfig.SuspendLayout() + Me.tabElectricalConfig.SuspendLayout() + CType(Me.gvResultsCardOverrun, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.gvResultsCardTraction, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.gvResultsCardIdle, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.gvElectricalConsumables, System.ComponentModel.ISupportInitialize).BeginInit() + Me.tabPneumaticConfig.SuspendLayout() + Me.pnlPneumaticsUserInput.SuspendLayout() + Me.pnlPneumaticAuxillaries.SuspendLayout() + Me.tabHVACConfig.SuspendLayout() + Me.resultCardContextMenu.SuspendLayout() + CType(Me.ErrorProvider, System.ComponentModel.ISupportInitialize).BeginInit() + Me.CmFiles.SuspendLayout() + Me.SuspendLayout() + ' + 'pnlMain + ' + Me.pnlMain.Controls.Add(Me.btnCancel) + Me.pnlMain.Controls.Add(Me.btnSave) + Me.pnlMain.Controls.Add(Me.tabMain) + Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlMain.Location = New System.Drawing.Point(0, 0) + Me.pnlMain.Name = "pnlMain" + Me.pnlMain.Size = New System.Drawing.Size(933, 683) + Me.pnlMain.TabIndex = 1 + ' + 'btnCancel + ' + Me.btnCancel.Location = New System.Drawing.Point(843, 645) + Me.btnCancel.Name = "btnCancel" + Me.btnCancel.Size = New System.Drawing.Size(75, 23) + Me.btnCancel.TabIndex = 5 + Me.btnCancel.Text = "Cancel" + Me.btnCancel.UseVisualStyleBackColor = True + ' + 'btnSave + ' + Me.btnSave.Location = New System.Drawing.Point(745, 645) + Me.btnSave.Name = "btnSave" + Me.btnSave.Size = New System.Drawing.Size(75, 23) + Me.btnSave.TabIndex = 10 + Me.btnSave.Text = "Save" + Me.btnSave.UseVisualStyleBackColor = True + ' + 'tabMain + ' + Me.tabMain.AccessibleDescription = "" + Me.tabMain.Controls.Add(Me.tabGeneralConfig) + Me.tabMain.Controls.Add(Me.tabElectricalConfig) + Me.tabMain.Controls.Add(Me.tabPneumaticConfig) + Me.tabMain.Controls.Add(Me.tabHVACConfig) + Me.tabMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed + Me.tabMain.Location = New System.Drawing.Point(12, 12) + Me.tabMain.Name = "tabMain" + Me.tabMain.SelectedIndex = 0 + Me.tabMain.Size = New System.Drawing.Size(909, 613) + Me.tabMain.TabIndex = 0 + Me.tabMain.Tag = "" + ' + 'tabGeneralConfig + ' + Me.tabGeneralConfig.Controls.Add(Me.Label1) + Me.tabGeneralConfig.Controls.Add(Me.btnFuelMap) + Me.tabGeneralConfig.Controls.Add(Me.lblFuelMap) + Me.tabGeneralConfig.Controls.Add(Me.txtFuelMap) + Me.tabGeneralConfig.Controls.Add(Me.cboCycle) + Me.tabGeneralConfig.Controls.Add(Me.txtVehicleWeightKG) + Me.tabGeneralConfig.Location = New System.Drawing.Point(4, 22) + Me.tabGeneralConfig.Name = "tabGeneralConfig" + Me.tabGeneralConfig.Padding = New System.Windows.Forms.Padding(3) + Me.tabGeneralConfig.Size = New System.Drawing.Size(901, 587) + Me.tabGeneralConfig.TabIndex = 0 + Me.tabGeneralConfig.Text = "General" + Me.tabGeneralConfig.UseVisualStyleBackColor = True + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label1.ForeColor = System.Drawing.Color.Lime + Me.Label1.Location = New System.Drawing.Point(82, 59) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(364, 24) + Me.Label1.TabIndex = 10 + Me.Label1.Text = "This Area Is reserved for future expansion." + ' + 'btnFuelMap + ' + Me.btnFuelMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnFuelMap.Location = New System.Drawing.Point(785, 202) + Me.btnFuelMap.Name = "btnFuelMap" + Me.btnFuelMap.Size = New System.Drawing.Size(24, 24) + Me.btnFuelMap.TabIndex = 9 + Me.btnFuelMap.UseVisualStyleBackColor = True + Me.btnFuelMap.Visible = False + ' + 'lblFuelMap + ' + Me.lblFuelMap.AutoSize = True + Me.lblFuelMap.Location = New System.Drawing.Point(79, 205) + Me.lblFuelMap.Name = "lblFuelMap" + Me.lblFuelMap.Size = New System.Drawing.Size(51, 13) + Me.lblFuelMap.TabIndex = 8 + Me.lblFuelMap.Text = "Fuel Map" + Me.lblFuelMap.Visible = False + ' + 'txtFuelMap + ' + Me.txtFuelMap.Location = New System.Drawing.Point(136, 204) + Me.txtFuelMap.Name = "txtFuelMap" + Me.txtFuelMap.Size = New System.Drawing.Size(649, 20) + Me.txtFuelMap.TabIndex = 7 + Me.txtFuelMap.Visible = False + ' + 'cboCycle + ' + Me.cboCycle.FormattingEnabled = True + Me.cboCycle.Items.AddRange(New Object() {"Urban", "Heavy urban", "Suburban", "Interurban", "Coach"}) + Me.cboCycle.Location = New System.Drawing.Point(136, 304) + Me.cboCycle.Name = "cboCycle" + Me.cboCycle.Size = New System.Drawing.Size(121, 21) + Me.cboCycle.TabIndex = 6 + Me.cboCycle.Visible = False + ' + 'txtVehicleWeightKG + ' + Me.txtVehicleWeightKG.Location = New System.Drawing.Point(136, 244) + Me.txtVehicleWeightKG.Name = "txtVehicleWeightKG" + Me.txtVehicleWeightKG.Size = New System.Drawing.Size(100, 20) + Me.txtVehicleWeightKG.TabIndex = 2 + Me.txtVehicleWeightKG.Visible = False + ' + 'tabElectricalConfig + ' + Me.tabElectricalConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center + Me.tabElectricalConfig.Controls.Add(Me.txtStoredEnergyEfficiency) + Me.tabElectricalConfig.Controls.Add(Me.Label2) + Me.tabElectricalConfig.Controls.Add(Me.btnAlternatorMapPath) + Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardOverrun) + Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardTraction) + Me.tabElectricalConfig.Controls.Add(Me.gvResultsCardIdle) + Me.tabElectricalConfig.Controls.Add(Me.lblResultsOverrun) + Me.tabElectricalConfig.Controls.Add(Me.lblResultsTractionOn) + Me.tabElectricalConfig.Controls.Add(Me.lblResultsIdle) + Me.tabElectricalConfig.Controls.Add(Me.chkSmartElectricals) + Me.tabElectricalConfig.Controls.Add(Me.lblElectricalConsumables) + Me.tabElectricalConfig.Controls.Add(Me.gvElectricalConsumables) + Me.tabElectricalConfig.Controls.Add(Me.txtDoorActuationTimeSeconds) + Me.tabElectricalConfig.Controls.Add(Me.txtAlternatorGearEfficiency) + Me.tabElectricalConfig.Controls.Add(Me.txtAlternatorMapPath) + Me.tabElectricalConfig.Controls.Add(Me.txtPowernetVoltage) + Me.tabElectricalConfig.Controls.Add(Me.lblDoorActuationTimeSeconds) + Me.tabElectricalConfig.Controls.Add(Me.lblAlternatorGearEfficiency) + Me.tabElectricalConfig.Controls.Add(Me.lblAlternatormapPath) + Me.tabElectricalConfig.Controls.Add(Me.lblPowerNetVoltage) + Me.tabElectricalConfig.Controls.Add(Me.btnAALTOpen) + Me.tabElectricalConfig.Location = New System.Drawing.Point(4, 22) + Me.tabElectricalConfig.Name = "tabElectricalConfig" + Me.tabElectricalConfig.Padding = New System.Windows.Forms.Padding(3) + Me.tabElectricalConfig.Size = New System.Drawing.Size(901, 587) + Me.tabElectricalConfig.TabIndex = 1 + Me.tabElectricalConfig.Text = "Electrics" + Me.tabElectricalConfig.UseVisualStyleBackColor = True + ' + 'txtStoredEnergyEfficiency + ' + Me.txtStoredEnergyEfficiency.Location = New System.Drawing.Point(162, 133) + Me.txtStoredEnergyEfficiency.Name = "txtStoredEnergyEfficiency" + Me.txtStoredEnergyEfficiency.ReadOnly = True + Me.txtStoredEnergyEfficiency.Size = New System.Drawing.Size(100, 20) + Me.txtStoredEnergyEfficiency.TabIndex = 22 + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(30, 137) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(123, 13) + Me.Label2.TabIndex = 21 + Me.Label2.Text = "Stored Energy Efficiency" + ' + 'btnAlternatorMapPath + ' + Me.btnAlternatorMapPath.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnAlternatorMapPath.Location = New System.Drawing.Point(482, 41) + Me.btnAlternatorMapPath.Name = "btnAlternatorMapPath" + Me.btnAlternatorMapPath.Size = New System.Drawing.Size(24, 24) + Me.btnAlternatorMapPath.TabIndex = 19 + Me.btnAlternatorMapPath.UseVisualStyleBackColor = True + ' + 'gvResultsCardOverrun + ' + DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardOverrun.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 + Me.gvResultsCardOverrun.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardOverrun.DefaultCellStyle = DataGridViewCellStyle2 + Me.gvResultsCardOverrun.Location = New System.Drawing.Point(613, 451) + Me.gvResultsCardOverrun.Name = "gvResultsCardOverrun" + DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardOverrun.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 + Me.gvResultsCardOverrun.Size = New System.Drawing.Size(246, 125) + Me.gvResultsCardOverrun.TabIndex = 18 + ' + 'gvResultsCardTraction + ' + DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardTraction.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 + Me.gvResultsCardTraction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardTraction.DefaultCellStyle = DataGridViewCellStyle5 + Me.gvResultsCardTraction.Location = New System.Drawing.Point(325, 451) + Me.gvResultsCardTraction.Name = "gvResultsCardTraction" + DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardTraction.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 + Me.gvResultsCardTraction.Size = New System.Drawing.Size(258, 125) + Me.gvResultsCardTraction.TabIndex = 17 + ' + 'gvResultsCardIdle + ' + DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardIdle.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 + Me.gvResultsCardIdle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardIdle.DefaultCellStyle = DataGridViewCellStyle8 + Me.gvResultsCardIdle.Location = New System.Drawing.Point(35, 451) + Me.gvResultsCardIdle.Name = "gvResultsCardIdle" + DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardIdle.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 + Me.gvResultsCardIdle.Size = New System.Drawing.Size(256, 125) + Me.gvResultsCardIdle.TabIndex = 16 + ' + 'lblResultsOverrun + ' + Me.lblResultsOverrun.AutoSize = True + Me.lblResultsOverrun.Location = New System.Drawing.Point(610, 435) + Me.lblResultsOverrun.Name = "lblResultsOverrun" + Me.lblResultsOverrun.Size = New System.Drawing.Size(109, 13) + Me.lblResultsOverrun.TabIndex = 15 + Me.lblResultsOverrun.Text = "Result Card : Overrun" + ' + 'lblResultsTractionOn + ' + Me.lblResultsTractionOn.AutoSize = True + Me.lblResultsTractionOn.Location = New System.Drawing.Point(322, 435) + Me.lblResultsTractionOn.Name = "lblResultsTractionOn" + Me.lblResultsTractionOn.Size = New System.Drawing.Size(124, 13) + Me.lblResultsTractionOn.TabIndex = 14 + Me.lblResultsTractionOn.Text = "Result Card : TractionOn" + ' + 'lblResultsIdle + ' + Me.lblResultsIdle.AutoSize = True + Me.lblResultsIdle.Location = New System.Drawing.Point(33, 435) + Me.lblResultsIdle.Name = "lblResultsIdle" + Me.lblResultsIdle.Size = New System.Drawing.Size(91, 13) + Me.lblResultsIdle.TabIndex = 13 + Me.lblResultsIdle.Text = "Result Card : Idle" + ' + 'chkSmartElectricals + ' + Me.chkSmartElectricals.AutoSize = True + Me.chkSmartElectricals.Location = New System.Drawing.Point(162, 162) + Me.chkSmartElectricals.Name = "chkSmartElectricals" + Me.chkSmartElectricals.Size = New System.Drawing.Size(96, 17) + Me.chkSmartElectricals.TabIndex = 12 + Me.chkSmartElectricals.Text = "Smart Electrics" + Me.chkSmartElectricals.UseVisualStyleBackColor = True + ' + 'lblElectricalConsumables + ' + Me.lblElectricalConsumables.AutoSize = True + Me.lblElectricalConsumables.Location = New System.Drawing.Point(34, 184) + Me.lblElectricalConsumables.Name = "lblElectricalConsumables" + Me.lblElectricalConsumables.Size = New System.Drawing.Size(116, 13) + Me.lblElectricalConsumables.TabIndex = 11 + Me.lblElectricalConsumables.Text = "Electrical Consumables" + ' + 'gvElectricalConsumables + ' + DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvElectricalConsumables.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10 + Me.gvElectricalConsumables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvElectricalConsumables.DefaultCellStyle = DataGridViewCellStyle11 + Me.gvElectricalConsumables.Location = New System.Drawing.Point(33, 200) + Me.gvElectricalConsumables.Name = "gvElectricalConsumables" + DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvElectricalConsumables.RowHeadersDefaultCellStyle = DataGridViewCellStyle12 + Me.gvElectricalConsumables.Size = New System.Drawing.Size(830, 220) + Me.gvElectricalConsumables.TabIndex = 10 + ' + 'txtDoorActuationTimeSeconds + ' + Me.txtDoorActuationTimeSeconds.Location = New System.Drawing.Point(162, 101) + Me.txtDoorActuationTimeSeconds.Name = "txtDoorActuationTimeSeconds" + Me.txtDoorActuationTimeSeconds.ReadOnly = True + Me.txtDoorActuationTimeSeconds.Size = New System.Drawing.Size(100, 20) + Me.txtDoorActuationTimeSeconds.TabIndex = 9 + ' + 'txtAlternatorGearEfficiency + ' + Me.txtAlternatorGearEfficiency.Location = New System.Drawing.Point(162, 71) + Me.txtAlternatorGearEfficiency.Name = "txtAlternatorGearEfficiency" + Me.txtAlternatorGearEfficiency.ReadOnly = True + Me.txtAlternatorGearEfficiency.Size = New System.Drawing.Size(100, 20) + Me.txtAlternatorGearEfficiency.TabIndex = 6 + ' + 'txtAlternatorMapPath + ' + Me.txtAlternatorMapPath.Location = New System.Drawing.Point(162, 43) + Me.txtAlternatorMapPath.Name = "txtAlternatorMapPath" + Me.txtAlternatorMapPath.Size = New System.Drawing.Size(319, 20) + Me.txtAlternatorMapPath.TabIndex = 4 + ' + 'txtPowernetVoltage + ' + Me.txtPowernetVoltage.Location = New System.Drawing.Point(162, 16) + Me.txtPowernetVoltage.Name = "txtPowernetVoltage" + Me.txtPowernetVoltage.ReadOnly = True + Me.txtPowernetVoltage.Size = New System.Drawing.Size(100, 20) + Me.txtPowernetVoltage.TabIndex = 2 + ' + 'lblDoorActuationTimeSeconds + ' + Me.lblDoorActuationTimeSeconds.AutoSize = True + Me.lblDoorActuationTimeSeconds.Location = New System.Drawing.Point(30, 105) + Me.lblDoorActuationTimeSeconds.Name = "lblDoorActuationTimeSeconds" + Me.lblDoorActuationTimeSeconds.Size = New System.Drawing.Size(114, 13) + Me.lblDoorActuationTimeSeconds.TabIndex = 8 + Me.lblDoorActuationTimeSeconds.Text = "Door ActuationTime(S)" + ' + 'lblAlternatorGearEfficiency + ' + Me.lblAlternatorGearEfficiency.AutoSize = True + Me.lblAlternatorGearEfficiency.Location = New System.Drawing.Point(30, 75) + Me.lblAlternatorGearEfficiency.Name = "lblAlternatorGearEfficiency" + Me.lblAlternatorGearEfficiency.Size = New System.Drawing.Size(132, 13) + Me.lblAlternatorGearEfficiency.TabIndex = 7 + Me.lblAlternatorGearEfficiency.Text = "Alternator Pulley Efficiency" + ' + 'lblAlternatormapPath + ' + Me.lblAlternatormapPath.AutoSize = True + Me.lblAlternatormapPath.Location = New System.Drawing.Point(30, 47) + Me.lblAlternatormapPath.Name = "lblAlternatormapPath" + Me.lblAlternatormapPath.Size = New System.Drawing.Size(76, 13) + Me.lblAlternatormapPath.TabIndex = 5 + Me.lblAlternatormapPath.Text = "Alternator Map" + ' + 'lblPowerNetVoltage + ' + Me.lblPowerNetVoltage.AutoSize = True + Me.lblPowerNetVoltage.Location = New System.Drawing.Point(30, 20) + Me.lblPowerNetVoltage.Name = "lblPowerNetVoltage" + Me.lblPowerNetVoltage.Size = New System.Drawing.Size(91, 13) + Me.lblPowerNetVoltage.TabIndex = 3 + Me.lblPowerNetVoltage.Text = "Powernet Voltage" + ' + 'tabPneumaticConfig + ' + Me.tabPneumaticConfig.Controls.Add(Me.Label3) + Me.tabPneumaticConfig.Controls.Add(Me.pnlPneumaticsUserInput) + Me.tabPneumaticConfig.Controls.Add(Me.pnlPneumaticAuxillaries) + Me.tabPneumaticConfig.Location = New System.Drawing.Point(4, 22) + Me.tabPneumaticConfig.Name = "tabPneumaticConfig" + Me.tabPneumaticConfig.Size = New System.Drawing.Size(901, 587) + Me.tabPneumaticConfig.TabIndex = 2 + Me.tabPneumaticConfig.Text = "Pneumatics" + Me.tabPneumaticConfig.UseVisualStyleBackColor = True + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(17, 565) + Me.Label3.MinimumSize = New System.Drawing.Size(120, 0) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(120, 13) + Me.Label3.TabIndex = 25 + Me.Label3.Text = "NI - Normal Litres" + ' + 'pnlPneumaticsUserInput + ' + Me.pnlPneumaticsUserInput.Controls.Add(Me.btnOpenAPAC) + Me.pnlPneumaticsUserInput.Controls.Add(Me.btnOpenACMP) + Me.pnlPneumaticsUserInput.Controls.Add(Me.btnActuationsMap) + Me.pnlPneumaticsUserInput.Controls.Add(Me.btnCompressorMap) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblPneumaticsVariablesTitle) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblActuationsMap) + Me.pnlPneumaticsUserInput.Controls.Add(Me.chkSmartAirCompression) + Me.pnlPneumaticsUserInput.Controls.Add(Me.chkSmartRegeneration) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblAdBlueDosing) + Me.pnlPneumaticsUserInput.Controls.Add(Me.chkRetarderBrake) + Me.pnlPneumaticsUserInput.Controls.Add(Me.txtKneelingHeightMillimeters) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblAirSuspensionControl) + Me.pnlPneumaticsUserInput.Controls.Add(Me.cboDoors) + Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorMap) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorGearEfficiency) + Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorGearRatio) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorGearRatio) + Me.pnlPneumaticsUserInput.Controls.Add(Me.txtCompressorGearEfficiency) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblCompressorMap) + Me.pnlPneumaticsUserInput.Controls.Add(Me.cboAirSuspensionControl) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblDoors) + Me.pnlPneumaticsUserInput.Controls.Add(Me.cboAdBlueDosing) + Me.pnlPneumaticsUserInput.Controls.Add(Me.lblKneelingHeightMillimeters) + Me.pnlPneumaticsUserInput.Controls.Add(Me.txtActuationsMap) + Me.pnlPneumaticsUserInput.Location = New System.Drawing.Point(403, 17) + Me.pnlPneumaticsUserInput.Name = "pnlPneumaticsUserInput" + Me.pnlPneumaticsUserInput.Size = New System.Drawing.Size(491, 536) + Me.pnlPneumaticsUserInput.TabIndex = 53 + ' + 'btnActuationsMap + ' + Me.btnActuationsMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnActuationsMap.Location = New System.Drawing.Point(403, 343) + Me.btnActuationsMap.Name = "btnActuationsMap" + Me.btnActuationsMap.Size = New System.Drawing.Size(24, 24) + Me.btnActuationsMap.TabIndex = 21 + Me.btnActuationsMap.UseVisualStyleBackColor = True + ' + 'btnCompressorMap + ' + Me.btnCompressorMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnCompressorMap.Location = New System.Drawing.Point(403, 58) + Me.btnCompressorMap.Name = "btnCompressorMap" + Me.btnCompressorMap.Size = New System.Drawing.Size(24, 24) + Me.btnCompressorMap.TabIndex = 13 + Me.btnCompressorMap.UseVisualStyleBackColor = True + ' + 'lblPneumaticsVariablesTitle + ' + Me.lblPneumaticsVariablesTitle.AutoSize = True + Me.lblPneumaticsVariablesTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblPneumaticsVariablesTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.lblPneumaticsVariablesTitle.Location = New System.Drawing.Point(20, 18) + Me.lblPneumaticsVariablesTitle.Name = "lblPneumaticsVariablesTitle" + Me.lblPneumaticsVariablesTitle.Size = New System.Drawing.Size(122, 13) + Me.lblPneumaticsVariablesTitle.TabIndex = 52 + Me.lblPneumaticsVariablesTitle.Text = "Pneumatic Variables" + ' + 'lblActuationsMap + ' + Me.lblActuationsMap.AutoSize = True + Me.lblActuationsMap.Location = New System.Drawing.Point(13, 348) + Me.lblActuationsMap.Name = "lblActuationsMap" + Me.lblActuationsMap.Size = New System.Drawing.Size(81, 13) + Me.lblActuationsMap.TabIndex = 25 + Me.lblActuationsMap.Text = "Actuations Map" + ' + 'chkSmartAirCompression + ' + Me.chkSmartAirCompression.CheckAlign = System.Drawing.ContentAlignment.MiddleRight + Me.chkSmartAirCompression.FlatStyle = System.Windows.Forms.FlatStyle.System + Me.chkSmartAirCompression.Location = New System.Drawing.Point(16, 430) + Me.chkSmartAirCompression.MinimumSize = New System.Drawing.Size(150, 0) + Me.chkSmartAirCompression.Name = "chkSmartAirCompression" + Me.chkSmartAirCompression.Size = New System.Drawing.Size(172, 22) + Me.chkSmartAirCompression.TabIndex = 23 + Me.chkSmartAirCompression.Text = "Smart Pneumatics" + Me.chkSmartAirCompression.UseVisualStyleBackColor = True + ' + 'chkSmartRegeneration + ' + Me.chkSmartRegeneration.CheckAlign = System.Drawing.ContentAlignment.BottomRight + Me.chkSmartRegeneration.FlatStyle = System.Windows.Forms.FlatStyle.System + Me.chkSmartRegeneration.Location = New System.Drawing.Point(16, 469) + Me.chkSmartRegeneration.MinimumSize = New System.Drawing.Size(150, 0) + Me.chkSmartRegeneration.Name = "chkSmartRegeneration" + Me.chkSmartRegeneration.Size = New System.Drawing.Size(172, 22) + Me.chkSmartRegeneration.TabIndex = 24 + Me.chkSmartRegeneration.Text = "Smart Regeneration" + Me.chkSmartRegeneration.UseVisualStyleBackColor = True + ' + 'lblAdBlueDosing + ' + Me.lblAdBlueDosing.AutoSize = True + Me.lblAdBlueDosing.Location = New System.Drawing.Point(13, 184) + Me.lblAdBlueDosing.Name = "lblAdBlueDosing" + Me.lblAdBlueDosing.Size = New System.Drawing.Size(120, 13) + Me.lblAdBlueDosing.TabIndex = 26 + Me.lblAdBlueDosing.Text = "AdBlue Injection Dosing" + ' + 'chkRetarderBrake + ' + Me.chkRetarderBrake.CheckAlign = System.Drawing.ContentAlignment.MiddleRight + Me.chkRetarderBrake.FlatStyle = System.Windows.Forms.FlatStyle.System + Me.chkRetarderBrake.Location = New System.Drawing.Point(16, 389) + Me.chkRetarderBrake.MinimumSize = New System.Drawing.Size(150, 0) + Me.chkRetarderBrake.Name = "chkRetarderBrake" + Me.chkRetarderBrake.Size = New System.Drawing.Size(172, 22) + Me.chkRetarderBrake.TabIndex = 22 + Me.chkRetarderBrake.TabStop = False + Me.chkRetarderBrake.Text = "Retarder Brake" + Me.chkRetarderBrake.UseVisualStyleBackColor = True + ' + 'txtKneelingHeightMillimeters + ' + Me.txtKneelingHeightMillimeters.Location = New System.Drawing.Point(176, 304) + Me.txtKneelingHeightMillimeters.Name = "txtKneelingHeightMillimeters" + Me.txtKneelingHeightMillimeters.Size = New System.Drawing.Size(100, 20) + Me.txtKneelingHeightMillimeters.TabIndex = 19 + ' + 'lblAirSuspensionControl + ' + Me.lblAirSuspensionControl.AutoSize = True + Me.lblAirSuspensionControl.Location = New System.Drawing.Point(13, 225) + Me.lblAirSuspensionControl.Name = "lblAirSuspensionControl" + Me.lblAirSuspensionControl.Size = New System.Drawing.Size(113, 13) + Me.lblAirSuspensionControl.TabIndex = 29 + Me.lblAirSuspensionControl.Text = "Air Suspension Control" + ' + 'cboDoors + ' + Me.cboDoors.FormattingEnabled = True + Me.cboDoors.Items.AddRange(New Object() {"<Select>", "Pneumatic", "Electric"}) + Me.cboDoors.Location = New System.Drawing.Point(176, 262) + Me.cboDoors.Name = "cboDoors" + Me.cboDoors.Size = New System.Drawing.Size(101, 21) + Me.cboDoors.TabIndex = 18 + ' + 'txtCompressorMap + ' + Me.txtCompressorMap.Location = New System.Drawing.Point(176, 60) + Me.txtCompressorMap.Name = "txtCompressorMap" + Me.txtCompressorMap.Size = New System.Drawing.Size(226, 20) + Me.txtCompressorMap.TabIndex = 12 + ' + 'lblCompressorGearEfficiency + ' + Me.lblCompressorGearEfficiency.AutoSize = True + Me.lblCompressorGearEfficiency.Location = New System.Drawing.Point(13, 142) + Me.lblCompressorGearEfficiency.Name = "lblCompressorGearEfficiency" + Me.lblCompressorGearEfficiency.Size = New System.Drawing.Size(137, 13) + Me.lblCompressorGearEfficiency.TabIndex = 30 + Me.lblCompressorGearEfficiency.Text = "Compressor Gear Efficiency" + ' + 'txtCompressorGearRatio + ' + Me.txtCompressorGearRatio.ForeColor = System.Drawing.Color.Black + Me.txtCompressorGearRatio.Location = New System.Drawing.Point(176, 98) + Me.txtCompressorGearRatio.Name = "txtCompressorGearRatio" + Me.txtCompressorGearRatio.Size = New System.Drawing.Size(101, 20) + Me.txtCompressorGearRatio.TabIndex = 14 + ' + 'lblCompressorGearRatio + ' + Me.lblCompressorGearRatio.AutoSize = True + Me.lblCompressorGearRatio.Location = New System.Drawing.Point(13, 99) + Me.lblCompressorGearRatio.Name = "lblCompressorGearRatio" + Me.lblCompressorGearRatio.Size = New System.Drawing.Size(116, 13) + Me.lblCompressorGearRatio.TabIndex = 14 + Me.lblCompressorGearRatio.Text = "Compressor Gear Ratio" + ' + 'txtCompressorGearEfficiency + ' + Me.txtCompressorGearEfficiency.Location = New System.Drawing.Point(176, 139) + Me.txtCompressorGearEfficiency.Name = "txtCompressorGearEfficiency" + Me.txtCompressorGearEfficiency.Size = New System.Drawing.Size(101, 20) + Me.txtCompressorGearEfficiency.TabIndex = 15 + ' + 'lblCompressorMap + ' + Me.lblCompressorMap.AutoSize = True + Me.lblCompressorMap.Location = New System.Drawing.Point(13, 60) + Me.lblCompressorMap.Name = "lblCompressorMap" + Me.lblCompressorMap.Size = New System.Drawing.Size(86, 13) + Me.lblCompressorMap.TabIndex = 32 + Me.lblCompressorMap.Text = "Compressor Map" + ' + 'cboAirSuspensionControl + ' + Me.cboAirSuspensionControl.FormattingEnabled = True + Me.cboAirSuspensionControl.Items.AddRange(New Object() {"<Select>", "Mechanically", "Electrically"}) + Me.cboAirSuspensionControl.Location = New System.Drawing.Point(176, 220) + Me.cboAirSuspensionControl.Name = "cboAirSuspensionControl" + Me.cboAirSuspensionControl.Size = New System.Drawing.Size(101, 21) + Me.cboAirSuspensionControl.TabIndex = 17 + ' + 'lblDoors + ' + Me.lblDoors.AutoSize = True + Me.lblDoors.Location = New System.Drawing.Point(13, 266) + Me.lblDoors.Name = "lblDoors" + Me.lblDoors.Size = New System.Drawing.Size(79, 13) + Me.lblDoors.TabIndex = 34 + Me.lblDoors.Text = "Door Operation" + ' + 'cboAdBlueDosing + ' + Me.cboAdBlueDosing.FormattingEnabled = True + Me.cboAdBlueDosing.Items.AddRange(New Object() {"<Select>", "Pneumatic", "Electric"}) + Me.cboAdBlueDosing.Location = New System.Drawing.Point(176, 180) + Me.cboAdBlueDosing.Name = "cboAdBlueDosing" + Me.cboAdBlueDosing.Size = New System.Drawing.Size(101, 21) + Me.cboAdBlueDosing.TabIndex = 16 + ' + 'lblKneelingHeightMillimeters + ' + Me.lblKneelingHeightMillimeters.AutoSize = True + Me.lblKneelingHeightMillimeters.Location = New System.Drawing.Point(13, 308) + Me.lblKneelingHeightMillimeters.Name = "lblKneelingHeightMillimeters" + Me.lblKneelingHeightMillimeters.Size = New System.Drawing.Size(133, 13) + Me.lblKneelingHeightMillimeters.TabIndex = 35 + Me.lblKneelingHeightMillimeters.Text = "Kneeling Height Millimeters" + ' + 'txtActuationsMap + ' + Me.txtActuationsMap.Location = New System.Drawing.Point(176, 345) + Me.txtActuationsMap.Name = "txtActuationsMap" + Me.txtActuationsMap.Size = New System.Drawing.Size(226, 20) + Me.txtActuationsMap.TabIndex = 20 + ' + 'pnlPneumaticAuxillaries + ' + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPneumaticAuxillariesTitle) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblAdBlueNIperMinute) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblAirControlledSuspensionNIperMinute) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBrakingNoRetarderNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBrakingWithRetarderNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblBreakingPerKneelingNIperKGinMM) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblDeadVolBlowOutsPerLitresperHour) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblDeadVolumeLitres) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblNonSmartRegenFractionTotalAirDemand) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblOverrunUtilisationForCompressionFraction) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPerDoorOpeningNI) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblPerStopBrakeActuationNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.lblSmartRegenFractionTotalAirDemand) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtAdBlueNIperMinute) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtAirControlledSuspensionNIperMinute) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBrakingNoRetarderNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBrakingWithRetarderNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtBreakingPerKneelingNIperKGinMM) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtDeadVolBlowOutsPerLitresperHour) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtDeadVolumeLitres) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtNonSmartRegenFractionTotalAirDemand) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtOverrunUtilisationForCompressionFraction) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtPerDoorOpeningNI) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtPerStopBrakeActuationNIperKG) + Me.pnlPneumaticAuxillaries.Controls.Add(Me.txtSmartRegenFractionTotalAirDemand) + Me.pnlPneumaticAuxillaries.Location = New System.Drawing.Point(20, 17) + Me.pnlPneumaticAuxillaries.Name = "pnlPneumaticAuxillaries" + Me.pnlPneumaticAuxillaries.Size = New System.Drawing.Size(363, 536) + Me.pnlPneumaticAuxillaries.TabIndex = 52 + ' + 'lblPneumaticAuxillariesTitle + ' + Me.lblPneumaticAuxillariesTitle.AutoSize = True + Me.lblPneumaticAuxillariesTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblPneumaticAuxillariesTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.lblPneumaticAuxillariesTitle.Location = New System.Drawing.Point(23, 18) + Me.lblPneumaticAuxillariesTitle.Name = "lblPneumaticAuxillariesTitle" + Me.lblPneumaticAuxillariesTitle.Size = New System.Drawing.Size(158, 13) + Me.lblPneumaticAuxillariesTitle.TabIndex = 24 + Me.lblPneumaticAuxillariesTitle.Text = "Pneumatic Auxiliaries Data" + ' + 'lblAdBlueNIperMinute + ' + Me.lblAdBlueNIperMinute.AutoSize = True + Me.lblAdBlueNIperMinute.Location = New System.Drawing.Point(20, 60) + Me.lblAdBlueNIperMinute.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblAdBlueNIperMinute.Name = "lblAdBlueNIperMinute" + Me.lblAdBlueNIperMinute.Size = New System.Drawing.Size(174, 13) + Me.lblAdBlueNIperMinute.TabIndex = 12 + Me.lblAdBlueNIperMinute.Text = "Air for AdBlue Injection NI / Minute " + ' + 'lblAirControlledSuspensionNIperMinute + ' + Me.lblAirControlledSuspensionNIperMinute.AutoSize = True + Me.lblAirControlledSuspensionNIperMinute.Location = New System.Drawing.Point(20, 99) + Me.lblAirControlledSuspensionNIperMinute.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblAirControlledSuspensionNIperMinute.Name = "lblAirControlledSuspensionNIperMinute" + Me.lblAirControlledSuspensionNIperMinute.Size = New System.Drawing.Size(192, 13) + Me.lblAirControlledSuspensionNIperMinute.TabIndex = 13 + Me.lblAirControlledSuspensionNIperMinute.Text = "Air Demand for Suspension NI / Minute" + ' + 'lblBrakingNoRetarderNIperKG + ' + Me.lblBrakingNoRetarderNIperKG.AutoSize = True + Me.lblBrakingNoRetarderNIperKG.Location = New System.Drawing.Point(20, 140) + Me.lblBrakingNoRetarderNIperKG.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblBrakingNoRetarderNIperKG.Name = "lblBrakingNoRetarderNIperKG" + Me.lblBrakingNoRetarderNIperKG.Size = New System.Drawing.Size(168, 13) + Me.lblBrakingNoRetarderNIperKG.TabIndex = 14 + Me.lblBrakingNoRetarderNIperKG.Text = "Air for Braking, No Retarder NI/kg" + ' + 'lblBrakingWithRetarderNIperKG + ' + Me.lblBrakingWithRetarderNIperKG.AutoSize = True + Me.lblBrakingWithRetarderNIperKG.Location = New System.Drawing.Point(20, 183) + Me.lblBrakingWithRetarderNIperKG.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblBrakingWithRetarderNIperKG.Name = "lblBrakingWithRetarderNIperKG" + Me.lblBrakingWithRetarderNIperKG.Size = New System.Drawing.Size(173, 13) + Me.lblBrakingWithRetarderNIperKG.TabIndex = 15 + Me.lblBrakingWithRetarderNIperKG.Text = "Air for Braking With Retarder NI/kg" + ' + 'lblBreakingPerKneelingNIperKGinMM + ' + Me.lblBreakingPerKneelingNIperKGinMM.AutoSize = True + Me.lblBreakingPerKneelingNIperKGinMM.Location = New System.Drawing.Point(20, 222) + Me.lblBreakingPerKneelingNIperKGinMM.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblBreakingPerKneelingNIperKGinMM.Name = "lblBreakingPerKneelingNIperKGinMM" + Me.lblBreakingPerKneelingNIperKGinMM.Size = New System.Drawing.Size(206, 13) + Me.lblBreakingPerKneelingNIperKGinMM.TabIndex = 16 + Me.lblBreakingPerKneelingNIperKGinMM.Text = "Air Consumption per Kneeling NI/kg in mm" + ' + 'lblDeadVolBlowOutsPerLitresperHour + ' + Me.lblDeadVolBlowOutsPerLitresperHour.AutoSize = True + Me.lblDeadVolBlowOutsPerLitresperHour.Location = New System.Drawing.Point(20, 263) + Me.lblDeadVolBlowOutsPerLitresperHour.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblDeadVolBlowOutsPerLitresperHour.Name = "lblDeadVolBlowOutsPerLitresperHour" + Me.lblDeadVolBlowOutsPerLitresperHour.Size = New System.Drawing.Size(148, 13) + Me.lblDeadVolBlowOutsPerLitresperHour.TabIndex = 17 + Me.lblDeadVolBlowOutsPerLitresperHour.Text = "Dead Vol Blowouts /L / Hour " + ' + 'lblDeadVolumeLitres + ' + Me.lblDeadVolumeLitres.AutoSize = True + Me.lblDeadVolumeLitres.Location = New System.Drawing.Point(20, 303) + Me.lblDeadVolumeLitres.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblDeadVolumeLitres.Name = "lblDeadVolumeLitres" + Me.lblDeadVolumeLitres.Size = New System.Drawing.Size(120, 13) + Me.lblDeadVolumeLitres.TabIndex = 18 + Me.lblDeadVolumeLitres.Text = "Dead Volume Litres" + ' + 'lblNonSmartRegenFractionTotalAirDemand + ' + Me.lblNonSmartRegenFractionTotalAirDemand.AutoSize = True + Me.lblNonSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(20, 346) + Me.lblNonSmartRegenFractionTotalAirDemand.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblNonSmartRegenFractionTotalAirDemand.Name = "lblNonSmartRegenFractionTotalAirDemand" + Me.lblNonSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(218, 13) + Me.lblNonSmartRegenFractionTotalAirDemand.TabIndex = 19 + Me.lblNonSmartRegenFractionTotalAirDemand.Text = "Non Smart Regen Fraction Total Air Demand" + ' + 'lblOverrunUtilisationForCompressionFraction + ' + Me.lblOverrunUtilisationForCompressionFraction.AutoSize = True + Me.lblOverrunUtilisationForCompressionFraction.Location = New System.Drawing.Point(20, 388) + Me.lblOverrunUtilisationForCompressionFraction.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblOverrunUtilisationForCompressionFraction.Name = "lblOverrunUtilisationForCompressionFraction" + Me.lblOverrunUtilisationForCompressionFraction.Size = New System.Drawing.Size(215, 13) + Me.lblOverrunUtilisationForCompressionFraction.TabIndex = 20 + Me.lblOverrunUtilisationForCompressionFraction.Text = "Overrun Utilisation For Compression Fraction" + ' + 'lblPerDoorOpeningNI + ' + Me.lblPerDoorOpeningNI.AutoSize = True + Me.lblPerDoorOpeningNI.Location = New System.Drawing.Point(20, 427) + Me.lblPerDoorOpeningNI.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblPerDoorOpeningNI.Name = "lblPerDoorOpeningNI" + Me.lblPerDoorOpeningNI.Size = New System.Drawing.Size(120, 13) + Me.lblPerDoorOpeningNI.TabIndex = 21 + Me.lblPerDoorOpeningNI.Text = "Air per Door Opening NI" + ' + 'lblPerStopBrakeActuationNIperKG + ' + Me.lblPerStopBrakeActuationNIperKG.AutoSize = True + Me.lblPerStopBrakeActuationNIperKG.Location = New System.Drawing.Point(20, 469) + Me.lblPerStopBrakeActuationNIperKG.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblPerStopBrakeActuationNIperKG.Name = "lblPerStopBrakeActuationNIperKG" + Me.lblPerStopBrakeActuationNIperKG.Size = New System.Drawing.Size(172, 13) + Me.lblPerStopBrakeActuationNIperKG.TabIndex = 22 + Me.lblPerStopBrakeActuationNIperKG.Text = "Air per Stop Brake Actuation NI/kg" + ' + 'lblSmartRegenFractionTotalAirDemand + ' + Me.lblSmartRegenFractionTotalAirDemand.AutoSize = True + Me.lblSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(20, 510) + Me.lblSmartRegenFractionTotalAirDemand.MinimumSize = New System.Drawing.Size(120, 0) + Me.lblSmartRegenFractionTotalAirDemand.Name = "lblSmartRegenFractionTotalAirDemand" + Me.lblSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(195, 13) + Me.lblSmartRegenFractionTotalAirDemand.TabIndex = 23 + Me.lblSmartRegenFractionTotalAirDemand.Text = "Smart Regen Fraction Total Air Demand" + ' + 'txtAdBlueNIperMinute + ' + Me.txtAdBlueNIperMinute.Location = New System.Drawing.Point(242, 60) + Me.txtAdBlueNIperMinute.Name = "txtAdBlueNIperMinute" + Me.txtAdBlueNIperMinute.Size = New System.Drawing.Size(100, 20) + Me.txtAdBlueNIperMinute.TabIndex = 0 + ' + 'txtAirControlledSuspensionNIperMinute + ' + Me.txtAirControlledSuspensionNIperMinute.Location = New System.Drawing.Point(242, 98) + Me.txtAirControlledSuspensionNIperMinute.Name = "txtAirControlledSuspensionNIperMinute" + Me.txtAirControlledSuspensionNIperMinute.Size = New System.Drawing.Size(100, 20) + Me.txtAirControlledSuspensionNIperMinute.TabIndex = 1 + ' + 'txtBrakingNoRetarderNIperKG + ' + Me.txtBrakingNoRetarderNIperKG.Location = New System.Drawing.Point(242, 139) + Me.txtBrakingNoRetarderNIperKG.Name = "txtBrakingNoRetarderNIperKG" + Me.txtBrakingNoRetarderNIperKG.Size = New System.Drawing.Size(100, 20) + Me.txtBrakingNoRetarderNIperKG.TabIndex = 2 + ' + 'txtBrakingWithRetarderNIperKG + ' + Me.txtBrakingWithRetarderNIperKG.Location = New System.Drawing.Point(242, 180) + Me.txtBrakingWithRetarderNIperKG.Name = "txtBrakingWithRetarderNIperKG" + Me.txtBrakingWithRetarderNIperKG.Size = New System.Drawing.Size(100, 20) + Me.txtBrakingWithRetarderNIperKG.TabIndex = 3 + ' + 'txtBreakingPerKneelingNIperKGinMM + ' + Me.txtBreakingPerKneelingNIperKGinMM.Location = New System.Drawing.Point(242, 221) + Me.txtBreakingPerKneelingNIperKGinMM.Name = "txtBreakingPerKneelingNIperKGinMM" + Me.txtBreakingPerKneelingNIperKGinMM.Size = New System.Drawing.Size(100, 20) + Me.txtBreakingPerKneelingNIperKGinMM.TabIndex = 4 + ' + 'txtDeadVolBlowOutsPerLitresperHour + ' + Me.txtDeadVolBlowOutsPerLitresperHour.Location = New System.Drawing.Point(242, 262) + Me.txtDeadVolBlowOutsPerLitresperHour.Name = "txtDeadVolBlowOutsPerLitresperHour" + Me.txtDeadVolBlowOutsPerLitresperHour.Size = New System.Drawing.Size(100, 20) + Me.txtDeadVolBlowOutsPerLitresperHour.TabIndex = 5 + ' + 'txtDeadVolumeLitres + ' + Me.txtDeadVolumeLitres.Location = New System.Drawing.Point(242, 303) + Me.txtDeadVolumeLitres.Name = "txtDeadVolumeLitres" + Me.txtDeadVolumeLitres.Size = New System.Drawing.Size(100, 20) + Me.txtDeadVolumeLitres.TabIndex = 6 + ' + 'txtNonSmartRegenFractionTotalAirDemand + ' + Me.txtNonSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(242, 344) + Me.txtNonSmartRegenFractionTotalAirDemand.Name = "txtNonSmartRegenFractionTotalAirDemand" + Me.txtNonSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(100, 20) + Me.txtNonSmartRegenFractionTotalAirDemand.TabIndex = 7 + ' + 'txtOverrunUtilisationForCompressionFraction + ' + Me.txtOverrunUtilisationForCompressionFraction.Location = New System.Drawing.Point(242, 385) + Me.txtOverrunUtilisationForCompressionFraction.Name = "txtOverrunUtilisationForCompressionFraction" + Me.txtOverrunUtilisationForCompressionFraction.Size = New System.Drawing.Size(100, 20) + Me.txtOverrunUtilisationForCompressionFraction.TabIndex = 8 + ' + 'txtPerDoorOpeningNI + ' + Me.txtPerDoorOpeningNI.Location = New System.Drawing.Point(242, 426) + Me.txtPerDoorOpeningNI.Name = "txtPerDoorOpeningNI" + Me.txtPerDoorOpeningNI.Size = New System.Drawing.Size(100, 20) + Me.txtPerDoorOpeningNI.TabIndex = 9 + ' + 'txtPerStopBrakeActuationNIperKG + ' + Me.txtPerStopBrakeActuationNIperKG.Location = New System.Drawing.Point(242, 467) + Me.txtPerStopBrakeActuationNIperKG.Name = "txtPerStopBrakeActuationNIperKG" + Me.txtPerStopBrakeActuationNIperKG.Size = New System.Drawing.Size(100, 20) + Me.txtPerStopBrakeActuationNIperKG.TabIndex = 10 + ' + 'txtSmartRegenFractionTotalAirDemand + ' + Me.txtSmartRegenFractionTotalAirDemand.Location = New System.Drawing.Point(242, 508) + Me.txtSmartRegenFractionTotalAirDemand.Name = "txtSmartRegenFractionTotalAirDemand" + Me.txtSmartRegenFractionTotalAirDemand.Size = New System.Drawing.Size(100, 20) + Me.txtSmartRegenFractionTotalAirDemand.TabIndex = 11 + ' + 'tabHVACConfig + ' + Me.tabHVACConfig.Controls.Add(Me.chkDisableHVAC) + Me.tabHVACConfig.Controls.Add(Me.btnBusDatabaseSource) + Me.tabHVACConfig.Controls.Add(Me.txtBusDatabaseFilePath) + Me.tabHVACConfig.Controls.Add(Me.lblBusDatabaseFilePath) + Me.tabHVACConfig.Controls.Add(Me.btnSSMBSource) + Me.tabHVACConfig.Controls.Add(Me.lblSSMFilePath) + Me.tabHVACConfig.Controls.Add(Me.txtSSMFilePath) + Me.tabHVACConfig.Controls.Add(Me.lblHVACTitle) + Me.tabHVACConfig.Controls.Add(Me.btnOpenABDB) + Me.tabHVACConfig.Controls.Add(Me.btnOpenAHSM) + Me.tabHVACConfig.Location = New System.Drawing.Point(4, 22) + Me.tabHVACConfig.Name = "tabHVACConfig" + Me.tabHVACConfig.Size = New System.Drawing.Size(901, 587) + Me.tabHVACConfig.TabIndex = 3 + Me.tabHVACConfig.Text = "HVAC" + Me.tabHVACConfig.UseVisualStyleBackColor = True + ' + 'chkDisableHVAC + ' + Me.chkDisableHVAC.AutoSize = True + Me.chkDisableHVAC.Location = New System.Drawing.Point(34, 73) + Me.chkDisableHVAC.Name = "chkDisableHVAC" + Me.chkDisableHVAC.Size = New System.Drawing.Size(131, 17) + Me.chkDisableHVAC.TabIndex = 61 + Me.chkDisableHVAC.Text = "Disable HVAC Module" + Me.chkDisableHVAC.UseVisualStyleBackColor = True + ' + 'btnBusDatabaseSource + ' + Me.btnBusDatabaseSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnBusDatabaseSource.Location = New System.Drawing.Point(696, 159) + Me.btnBusDatabaseSource.Name = "btnBusDatabaseSource" + Me.btnBusDatabaseSource.Size = New System.Drawing.Size(24, 24) + Me.btnBusDatabaseSource.TabIndex = 58 + Me.btnBusDatabaseSource.UseVisualStyleBackColor = True + ' + 'txtBusDatabaseFilePath + ' + Me.txtBusDatabaseFilePath.Location = New System.Drawing.Point(210, 161) + Me.txtBusDatabaseFilePath.Name = "txtBusDatabaseFilePath" + Me.txtBusDatabaseFilePath.Size = New System.Drawing.Size(485, 20) + Me.txtBusDatabaseFilePath.TabIndex = 57 + ' + 'lblBusDatabaseFilePath + ' + Me.lblBusDatabaseFilePath.AutoSize = True + Me.lblBusDatabaseFilePath.Location = New System.Drawing.Point(31, 161) + Me.lblBusDatabaseFilePath.Name = "lblBusDatabaseFilePath" + Me.lblBusDatabaseFilePath.Size = New System.Drawing.Size(169, 13) + Me.lblBusDatabaseFilePath.TabIndex = 56 + Me.lblBusDatabaseFilePath.Text = "Steady State Model File ( .ABDB )" + ' + 'btnSSMBSource + ' + Me.btnSSMBSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnSSMBSource.Location = New System.Drawing.Point(696, 106) + Me.btnSSMBSource.Name = "btnSSMBSource" + Me.btnSSMBSource.Size = New System.Drawing.Size(24, 24) + Me.btnSSMBSource.TabIndex = 28 + Me.btnSSMBSource.UseVisualStyleBackColor = True + ' + 'lblSSMFilePath + ' + Me.lblSSMFilePath.AutoSize = True + Me.lblSSMFilePath.Location = New System.Drawing.Point(31, 111) + Me.lblSSMFilePath.Name = "lblSSMFilePath" + Me.lblSSMFilePath.Size = New System.Drawing.Size(171, 13) + Me.lblSSMFilePath.TabIndex = 27 + Me.lblSSMFilePath.Text = "Steady State Model File ( .AHSM )" + ' + 'txtSSMFilePath + ' + Me.txtSSMFilePath.Location = New System.Drawing.Point(210, 108) + Me.txtSSMFilePath.Name = "txtSSMFilePath" + Me.txtSSMFilePath.Size = New System.Drawing.Size(485, 20) + Me.txtSSMFilePath.TabIndex = 26 + ' + 'lblHVACTitle + ' + Me.lblHVACTitle.AutoSize = True + Me.lblHVACTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblHVACTitle.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.lblHVACTitle.Location = New System.Drawing.Point(31, 37) + Me.lblHVACTitle.Name = "lblHVACTitle" + Me.lblHVACTitle.Size = New System.Drawing.Size(164, 13) + Me.lblHVACTitle.TabIndex = 25 + Me.lblHVACTitle.Text = "Steady State Output Values" + ' + 'resultCardContextMenu + ' + Me.resultCardContextMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DeleteToolStripMenuItem}) + Me.resultCardContextMenu.Name = "resultCardContextMenu" + Me.resultCardContextMenu.Size = New System.Drawing.Size(108, 26) + ' + 'DeleteToolStripMenuItem + ' + Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem" + Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(107, 22) + Me.DeleteToolStripMenuItem.Text = "Delete" + ' + 'ErrorProvider + ' + Me.ErrorProvider.ContainerControl = Me + ' + 'Timer1 + ' + Me.Timer1.Interval = 1000 + ' + 'CmFiles + ' + Me.CmFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenWithToolStripMenuItem, Me.ShowInFolderToolStripMenuItem}) + Me.CmFiles.Name = "CmOpenFile" + Me.CmFiles.Size = New System.Drawing.Size(153, 48) + ' + 'OpenWithToolStripMenuItem + ' + Me.OpenWithToolStripMenuItem.Name = "OpenWithToolStripMenuItem" + Me.OpenWithToolStripMenuItem.Size = New System.Drawing.Size(152, 22) + Me.OpenWithToolStripMenuItem.Text = "Open with ..." + ' + 'ShowInFolderToolStripMenuItem + ' + Me.ShowInFolderToolStripMenuItem.Name = "ShowInFolderToolStripMenuItem" + Me.ShowInFolderToolStripMenuItem.Size = New System.Drawing.Size(152, 22) + Me.ShowInFolderToolStripMenuItem.Text = "Open In Folder" + ' + 'btnAALTOpen + ' + Me.btnAALTOpen.Image = CType(resources.GetObject("btnAALTOpen.Image"), System.Drawing.Image) + Me.btnAALTOpen.Location = New System.Drawing.Point(506, 41) + Me.btnAALTOpen.Name = "btnAALTOpen" + Me.btnAALTOpen.Size = New System.Drawing.Size(24, 24) + Me.btnAALTOpen.TabIndex = 20 + Me.btnAALTOpen.UseVisualStyleBackColor = True + ' + 'btnOpenAPAC + ' + Me.btnOpenAPAC.Image = CType(resources.GetObject("btnOpenAPAC.Image"), System.Drawing.Image) + Me.btnOpenAPAC.Location = New System.Drawing.Point(427, 343) + Me.btnOpenAPAC.Name = "btnOpenAPAC" + Me.btnOpenAPAC.Size = New System.Drawing.Size(24, 24) + Me.btnOpenAPAC.TabIndex = 54 + Me.btnOpenAPAC.UseVisualStyleBackColor = True + ' + 'btnOpenACMP + ' + Me.btnOpenACMP.Image = CType(resources.GetObject("btnOpenACMP.Image"), System.Drawing.Image) + Me.btnOpenACMP.Location = New System.Drawing.Point(427, 58) + Me.btnOpenACMP.Name = "btnOpenACMP" + Me.btnOpenACMP.Size = New System.Drawing.Size(24, 24) + Me.btnOpenACMP.TabIndex = 53 + Me.btnOpenACMP.UseVisualStyleBackColor = True + ' + 'btnOpenABDB + ' + Me.btnOpenABDB.Image = CType(resources.GetObject("btnOpenABDB.Image"), System.Drawing.Image) + Me.btnOpenABDB.Location = New System.Drawing.Point(720, 159) + Me.btnOpenABDB.Name = "btnOpenABDB" + Me.btnOpenABDB.Size = New System.Drawing.Size(24, 24) + Me.btnOpenABDB.TabIndex = 59 + Me.btnOpenABDB.UseVisualStyleBackColor = True + ' + 'btnOpenAHSM + ' + Me.btnOpenAHSM.Image = CType(resources.GetObject("btnOpenAHSM.Image"), System.Drawing.Image) + Me.btnOpenAHSM.Location = New System.Drawing.Point(720, 106) + Me.btnOpenAHSM.Name = "btnOpenAHSM" + Me.btnOpenAHSM.Size = New System.Drawing.Size(24, 24) + Me.btnOpenAHSM.TabIndex = 55 + Me.btnOpenAHSM.UseVisualStyleBackColor = True + ' + 'frmAuxiliaryConfig + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange + Me.ClientSize = New System.Drawing.Size(933, 683) + Me.Controls.Add(Me.pnlMain) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "frmAuxiliaryConfig" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Auxiliaries Configuration" + Me.pnlMain.ResumeLayout(False) + Me.tabMain.ResumeLayout(False) + Me.tabGeneralConfig.ResumeLayout(False) + Me.tabGeneralConfig.PerformLayout() + Me.tabElectricalConfig.ResumeLayout(False) + Me.tabElectricalConfig.PerformLayout() + CType(Me.gvResultsCardOverrun, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.gvResultsCardTraction, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.gvResultsCardIdle, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.gvElectricalConsumables, System.ComponentModel.ISupportInitialize).EndInit() + Me.tabPneumaticConfig.ResumeLayout(False) + Me.tabPneumaticConfig.PerformLayout() + Me.pnlPneumaticsUserInput.ResumeLayout(False) + Me.pnlPneumaticsUserInput.PerformLayout() + Me.pnlPneumaticAuxillaries.ResumeLayout(False) + Me.pnlPneumaticAuxillaries.PerformLayout() + Me.tabHVACConfig.ResumeLayout(False) + Me.tabHVACConfig.PerformLayout() + Me.resultCardContextMenu.ResumeLayout(False) + CType(Me.ErrorProvider, System.ComponentModel.ISupportInitialize).EndInit() + Me.CmFiles.ResumeLayout(False) + Me.ResumeLayout(False) End Sub Friend WithEvents pnlMain As System.Windows.Forms.Panel diff --git a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb index 315c9e666a..eac134f686 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb @@ -22,2770 +22,2770 @@ Partial Class frmHVACTool 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() - Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHVACTool)) - Me.tabMain = New System.Windows.Forms.TabControl() - Me.tabGeneralInputsBP = New System.Windows.Forms.TabPage() - Me.btnCancelBus = New System.Windows.Forms.Button() - Me.BusParamGroupEdit = New System.Windows.Forms.GroupBox() - Me.Label19 = New System.Windows.Forms.Label() - Me.chkEditIsDoubleDecker = New System.Windows.Forms.CheckBox() - Me.cmbEditEngineType = New System.Windows.Forms.ComboBox() - Me.cmbEditFloorType = New System.Windows.Forms.ComboBox() - Me.txtEditBusModel = New System.Windows.Forms.TextBox() - Me.Label7 = New System.Windows.Forms.Label() - Me.Label8 = New System.Windows.Forms.Label() - Me.Label9 = New System.Windows.Forms.Label() - Me.Label12 = New System.Windows.Forms.Label() - Me.Label14 = New System.Windows.Forms.Label() - Me.Label16 = New System.Windows.Forms.Label() - Me.txtEditBusHeight = New System.Windows.Forms.TextBox() - Me.txtEditBusWidth = New System.Windows.Forms.TextBox() - Me.txtEditBusLength = New System.Windows.Forms.TextBox() - Me.Label17 = New System.Windows.Forms.Label() - Me.Label18 = New System.Windows.Forms.Label() - Me.Label21 = New System.Windows.Forms.Label() - Me.txtEditBusPassengers = New System.Windows.Forms.TextBox() - Me.Label22 = New System.Windows.Forms.Label() - Me.btnEditBus = New System.Windows.Forms.Button() - Me.btnUpdateBusDatabase = New System.Windows.Forms.Button() - Me.btnNewBus = New System.Windows.Forms.Button() - Me.BusParamGroupModel = New System.Windows.Forms.GroupBox() - Me.Label15 = New System.Windows.Forms.Label() - Me.chkIsDoubleDecker = New System.Windows.Forms.CheckBox() - Me.cmbBusFloorType = New System.Windows.Forms.ComboBox() - Me.Label10 = New System.Windows.Forms.Label() - Me.txtBusHeight = New System.Windows.Forms.TextBox() - Me.Label11 = New System.Windows.Forms.Label() - Me.txtBusModel = New System.Windows.Forms.TextBox() - Me.lblBusModel = New System.Windows.Forms.Label() - Me.lblBusFloorType = New System.Windows.Forms.Label() - Me.lblUnitsBW = New System.Windows.Forms.Label() - Me.lblUnitsBSA = New System.Windows.Forms.Label() - Me.lblUnitsBWSA = New System.Windows.Forms.Label() - Me.lblUnitsBV = New System.Windows.Forms.Label() - Me.lblUnitsBL = New System.Windows.Forms.Label() - Me.lblUnitsBFSA = New System.Windows.Forms.Label() - Me.txtBusWidth = New System.Windows.Forms.TextBox() - Me.txtBusLength = New System.Windows.Forms.TextBox() - Me.txtBusVolume = New System.Windows.Forms.TextBox() - Me.lblBusVolume = New System.Windows.Forms.Label() - Me.lblBusLength = New System.Windows.Forms.Label() - Me.lblBusWidth = New System.Windows.Forms.Label() - Me.txtBusWindowSurfaceArea = New System.Windows.Forms.TextBox() - Me.lblBusWindowSurfaceArea = New System.Windows.Forms.Label() - Me.txtBusSurfaceArea = New System.Windows.Forms.TextBox() - Me.lblBusSurfaceArea = New System.Windows.Forms.Label() - Me.txtBusFloorSurfaceArea = New System.Windows.Forms.TextBox() - Me.lblBusFloorSurfaceArea = New System.Windows.Forms.Label() - Me.txtRegisteredPassengers = New System.Windows.Forms.TextBox() - Me.lblRegisteredPassengers = New System.Windows.Forms.Label() - Me.cboBuses = New System.Windows.Forms.ComboBox() - Me.tabGeneralInputsBC = New System.Windows.Forms.TabPage() - Me.GroupBox2 = New System.Windows.Forms.GroupBox() - Me.Label24 = New System.Windows.Forms.Label() - Me.txtBC_TemperatureCoolingOff = New System.Windows.Forms.TextBox() - Me.Label5 = New System.Windows.Forms.Label() - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.Label() - Me.txtBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.TextBox() - Me.lblBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.Label() - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.Label() - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.TextBox() - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.Label() - Me.lblUnitsBC_FrontRearWindowArea = New System.Windows.Forms.Label() - Me.txtBC_FrontRearWindowArea = New System.Windows.Forms.TextBox() - Me.lblBC_FrontRearWindowArea = New System.Windows.Forms.Label() - Me.lblUnitsBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.Label() - Me.txtBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.TextBox() - Me.lblBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.Label() - Me.lblUnitsBC_GCVDieselOrHeatingOil = New System.Windows.Forms.Label() - Me.txtBC_GCVDieselOrHeatingOil = New System.Windows.Forms.TextBox() - Me.lblBC_GCVDieselOrHeatingOil = New System.Windows.Forms.Label() - Me.txtBC_AuxHeaterEfficiency = New System.Windows.Forms.TextBox() - Me.lblBC_AuxHeaterEfficiency = New System.Windows.Forms.Label() - Me.lblUnitsBC_COP = New System.Windows.Forms.Label() - Me.lblUnitsBC_SpecificVentilationPower = New System.Windows.Forms.Label() - Me.txtBC_SpecificVentilationPower = New System.Windows.Forms.TextBox() - Me.lvlBC_SpecificVentilationPower = New System.Windows.Forms.Label() - Me.lblUnitsBC_LowVentPowerW = New System.Windows.Forms.Label() - Me.txtBC_LowVentPowerW = New System.Windows.Forms.TextBox() - Me.lblBC_LowVentPowerW = New System.Windows.Forms.Label() - Me.lblUnitsBC_HighVentPowerW = New System.Windows.Forms.Label() - Me.txtBC_HighVentPowerW = New System.Windows.Forms.TextBox() - Me.lblBC_HighVentPowerW = New System.Windows.Forms.Label() - Me.lblUnitsBC_Low = New System.Windows.Forms.Label() - Me.txtBC_Low = New System.Windows.Forms.TextBox() - Me.lblBC_Low = New System.Windows.Forms.Label() - Me.lblUnitsBC_High = New System.Windows.Forms.Label() - Me.txtBC_High = New System.Windows.Forms.TextBox() - Me.lblBC_High = New System.Windows.Forms.Label() - Me.lblUnitsBC_lowVentilation = New System.Windows.Forms.Label() - Me.txtBC_lowVentilation = New System.Windows.Forms.TextBox() - Me.lblBC_lowVentilation = New System.Windows.Forms.Label() - Me.lblUnitsBC_HighVentilation = New System.Windows.Forms.Label() - Me.txtBC_HighVentilation = New System.Windows.Forms.TextBox() - Me.lblBC_HighVentilation = New System.Windows.Forms.Label() - Me.lblUnitsBC_CoolingBoundaryTemperature = New System.Windows.Forms.Label() - Me.txtBC_CoolingBoundaryTemperature = New System.Windows.Forms.TextBox() - Me.lblBC_CoolingBoundaryTemperature = New System.Windows.Forms.Label() - Me.lblUnitsBC_HeatingBoundaryTemperature = New System.Windows.Forms.Label() - Me.txtBC_HeatingBoundaryTemperature = New System.Windows.Forms.TextBox() - Me.lblBC_HeatingBoundaryTemperature = New System.Windows.Forms.Label() - Me.txtBC_GFactor = New System.Windows.Forms.TextBox() - Me.lblGFactor = New System.Windows.Forms.Label() - Me.txtBC_HeatPerPassengerIntoCabinW = New System.Windows.Forms.TextBox() - Me.Label2 = New System.Windows.Forms.Label() - Me.lblUnitsUValues = New System.Windows.Forms.Label() - Me.lblUnitsPassengerBoundaryTemp = New System.Windows.Forms.Label() - Me.lblUnitsPGRDensitySemiLowFloor = New System.Windows.Forms.Label() - Me.lblUnitsPassenderDensityLowFloor = New System.Windows.Forms.Label() - Me.lblUnitsBC_PassengerDensityRaisedFloor = New System.Windows.Forms.Label() - Me.lblHeatPerPassengerIntoCabinW = New System.Windows.Forms.Label() - Me.txtBC_UValues = New System.Windows.Forms.TextBox() - Me.txtBC_CalculatedPassengerNumber = New System.Windows.Forms.TextBox() - Me.txtBC_PassengerDensityRaisedFloor = New System.Windows.Forms.TextBox() - Me.lblBC_PassengerDensityRaisedFloor = New System.Windows.Forms.Label() - Me.lblBC_CalculatedPassengerNumber = New System.Windows.Forms.Label() - Me.lblBC_UValues = New System.Windows.Forms.Label() - Me.txtBC_PassengerDensitySemiLowFloor = New System.Windows.Forms.TextBox() - Me.lblBC_PassengerDensitySemiLowFloor = New System.Windows.Forms.Label() - Me.txtBC_PassengerDensityLowFloor = New System.Windows.Forms.TextBox() - Me.Label13 = New System.Windows.Forms.Label() - Me.txtBC_PassengerBoundaryTemperature = New System.Windows.Forms.TextBox() - Me.lblPassengerBoundaryTemp = New System.Windows.Forms.Label() - Me.txtBC_SolarClouding = New System.Windows.Forms.TextBox() - Me.lblSolarClouding = New System.Windows.Forms.Label() - Me.tabGeneralInputsOther = New System.Windows.Forms.TabPage() - Me.grpEnvironmentConditions = New System.Windows.Forms.GroupBox() - Me.btnOpenAenv = New System.Windows.Forms.Button() - Me.btnEnvironmentConditionsSource = New System.Windows.Forms.Button() - Me.txtEC_EnvironmentConditionsFilePath = New System.Windows.Forms.TextBox() - Me.Label20 = New System.Windows.Forms.Label() - Me.chkEC_BatchMode = New System.Windows.Forms.CheckBox() - Me.Label23 = New System.Windows.Forms.Label() - Me.txtEC_EnviromentalTemperature = New System.Windows.Forms.TextBox() - Me.lbltxtEC_EnviromentalTemperature = New System.Windows.Forms.Label() - Me.txtEC_Solar = New System.Windows.Forms.TextBox() - Me.lbltxtEC_Solar = New System.Windows.Forms.Label() - Me.lblUnitstxtEC_EnviromentalTemperature = New System.Windows.Forms.Label() - Me.lblUnitstxtEC_Solar = New System.Windows.Forms.Label() - Me.grpAuxHeater = New System.Windows.Forms.GroupBox() - Me.txtAH_CoolantHeatToAirCabinHeater = New System.Windows.Forms.TextBox() - Me.txtAH_FuelEnergyHeatToCoolant = New System.Windows.Forms.TextBox() - Me.Label26 = New System.Windows.Forms.Label() - Me.Label25 = New System.Windows.Forms.Label() - Me.lblUnitsAH_FuelFiredHeater = New System.Windows.Forms.Label() - Me.txtAH_FuelFiredHeaterkW = New System.Windows.Forms.TextBox() - Me.lbltxtAH_FuelFiredHeaterkW = New System.Windows.Forms.Label() - Me.grpVentilation = New System.Windows.Forms.GroupBox() - Me.cboVEN_VentilationDuringCooling = New System.Windows.Forms.ComboBox() - Me.cboVEN_VentilationDuringHeating = New System.Windows.Forms.ComboBox() - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive = New System.Windows.Forms.ComboBox() - Me.chkVEN_VentilationDuringAC = New System.Windows.Forms.CheckBox() - Me.chkVEN_VentilationWhenBothHeatingAndACInactive = New System.Windows.Forms.CheckBox() - Me.chkVEN_VentilationOnDuringHeating = New System.Windows.Forms.CheckBox() - Me.lblcboVEN_VentilationDuringCooling = New System.Windows.Forms.Label() - Me.lblcboVEN_VentilationDuringHeating = New System.Windows.Forms.Label() - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive = New System.Windows.Forms.Label() - Me.lblchkVEN_VentilationOnDuringHeating = New System.Windows.Forms.Label() - Me.lblchkVEN_VentilationDuringAC = New System.Windows.Forms.Label() - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive = New System.Windows.Forms.Label() - Me.grpACSystem = New System.Windows.Forms.GroupBox() - Me.txtAC_CompressorType = New System.Windows.Forms.TextBox() - Me.Label6 = New System.Windows.Forms.Label() - Me.txtAC_COP = New System.Windows.Forms.TextBox() - Me.lblBC_COP = New System.Windows.Forms.Label() - Me.cboAC_CompressorType = New System.Windows.Forms.ComboBox() - Me.txtAC_CompressorCapacitykW = New System.Windows.Forms.TextBox() - Me.lbltxtAC_CompressorCapacitykW = New System.Windows.Forms.Label() - Me.lblUnitstxtAC_CompressorCapacitykW = New System.Windows.Forms.Label() - Me.lblcboAC_CompressorType = New System.Windows.Forms.Label() - Me.tabTechBenefits = New System.Windows.Forms.TabPage() - Me.btnClearForm = New System.Windows.Forms.Button() - Me.lblIndex = New System.Windows.Forms.Label() - Me.txtIndex = New System.Windows.Forms.TextBox() - Me.btnUpdate = New System.Windows.Forms.Button() - Me.lblLineType = New System.Windows.Forms.Label() - Me.chkActiveVC = New System.Windows.Forms.CheckBox() - Me.lblCoolingColumn = New System.Windows.Forms.Label() - Me.chkActiveVV = New System.Windows.Forms.CheckBox() - Me.txtBenefitName = New System.Windows.Forms.TextBox() - Me.chkActiveVH = New System.Windows.Forms.CheckBox() - Me.lblBenefitName = New System.Windows.Forms.Label() - Me.chkOnVehicle = New System.Windows.Forms.CheckBox() - Me.lblVentelationColumn = New System.Windows.Forms.Label() - Me.lblHeatingColumn = New System.Windows.Forms.Label() - Me.cboLineType = New System.Windows.Forms.ComboBox() - Me.pnlRaisedFloorRow = New System.Windows.Forms.Panel() - Me.txtRaisedFloorH = New System.Windows.Forms.TextBox() - Me.txtRaisedFloorC = New System.Windows.Forms.TextBox() - Me.txtRaisedFloorV = New System.Windows.Forms.TextBox() - Me.lblRaisedFloorRow = New System.Windows.Forms.Label() - Me.pnlSemiLowFloorRow = New System.Windows.Forms.Panel() - Me.txtSemiLowFloorH = New System.Windows.Forms.TextBox() - Me.txtSemiLowFloorC = New System.Windows.Forms.TextBox() - Me.txtSemiLowFloorV = New System.Windows.Forms.TextBox() - Me.lblSemiLowFloorRow = New System.Windows.Forms.Label() - Me.pnlLowFloorRow = New System.Windows.Forms.Panel() - Me.txtLowFloorH = New System.Windows.Forms.TextBox() - Me.txtLowFloorC = New System.Windows.Forms.TextBox() - Me.txtLowFloorV = New System.Windows.Forms.TextBox() - Me.lblLowFloorRow = New System.Windows.Forms.Label() - Me.lblCategory = New System.Windows.Forms.Label() - Me.cboCategory = New System.Windows.Forms.ComboBox() - Me.gvTechBenefitLines = New System.Windows.Forms.DataGridView() - Me.lblUnits = New System.Windows.Forms.Label() - Me.cboUnits = New System.Windows.Forms.ComboBox() - Me.tabDiagnostics = New System.Windows.Forms.TabPage() - Me.txtDiagnostics = New System.Windows.Forms.TextBox() - Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) - Me.Label1 = New System.Windows.Forms.Label() - Me.Label4 = New System.Windows.Forms.Label() - Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components) - Me.btnSave = New System.Windows.Forms.Button() - Me.btnCancel = New System.Windows.Forms.Button() - Me.txtBasElectrical = New System.Windows.Forms.TextBox() - Me.txtBaseMechanical = New System.Windows.Forms.TextBox() - Me.txtAdjMechanical = New System.Windows.Forms.TextBox() - Me.txtAdjElectrical = New System.Windows.Forms.TextBox() - Me.Timer1 = New System.Windows.Forms.Timer(Me.components) - Me.lblElectricalBaseW = New System.Windows.Forms.Label() - Me.Label3 = New System.Windows.Forms.Label() - Me.CMFiles = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.tabMain.SuspendLayout() - Me.tabGeneralInputsBP.SuspendLayout() - Me.BusParamGroupEdit.SuspendLayout() - Me.BusParamGroupModel.SuspendLayout() - Me.tabGeneralInputsBC.SuspendLayout() - Me.GroupBox2.SuspendLayout() - Me.tabGeneralInputsOther.SuspendLayout() - Me.grpEnvironmentConditions.SuspendLayout() - Me.grpAuxHeater.SuspendLayout() - Me.grpVentilation.SuspendLayout() - Me.grpACSystem.SuspendLayout() - Me.tabTechBenefits.SuspendLayout() - Me.pnlRaisedFloorRow.SuspendLayout() - Me.pnlSemiLowFloorRow.SuspendLayout() - Me.pnlLowFloorRow.SuspendLayout() - CType(Me.gvTechBenefitLines, System.ComponentModel.ISupportInitialize).BeginInit() - Me.tabDiagnostics.SuspendLayout() - CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit() - Me.CMFiles.SuspendLayout() - Me.SuspendLayout() - ' - 'tabMain - ' - Me.tabMain.Controls.Add(Me.tabGeneralInputsBP) - Me.tabMain.Controls.Add(Me.tabGeneralInputsBC) - Me.tabMain.Controls.Add(Me.tabGeneralInputsOther) - Me.tabMain.Controls.Add(Me.tabTechBenefits) - Me.tabMain.Controls.Add(Me.tabDiagnostics) - Me.tabMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed - Me.tabMain.Location = New System.Drawing.Point(8, 88) - Me.tabMain.Name = "tabMain" - Me.tabMain.SelectedIndex = 0 - Me.tabMain.Size = New System.Drawing.Size(945, 637) - Me.tabMain.TabIndex = 0 - ' - 'tabGeneralInputsBP - ' - Me.tabGeneralInputsBP.Controls.Add(Me.btnCancelBus) - Me.tabGeneralInputsBP.Controls.Add(Me.BusParamGroupEdit) - Me.tabGeneralInputsBP.Controls.Add(Me.btnEditBus) - Me.tabGeneralInputsBP.Controls.Add(Me.btnUpdateBusDatabase) - Me.tabGeneralInputsBP.Controls.Add(Me.btnNewBus) - Me.tabGeneralInputsBP.Controls.Add(Me.BusParamGroupModel) - Me.tabGeneralInputsBP.Controls.Add(Me.cboBuses) - Me.tabGeneralInputsBP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.tabGeneralInputsBP.Location = New System.Drawing.Point(4, 22) - Me.tabGeneralInputsBP.Name = "tabGeneralInputsBP" - Me.tabGeneralInputsBP.Padding = New System.Windows.Forms.Padding(3) - Me.tabGeneralInputsBP.Size = New System.Drawing.Size(937, 611) - Me.tabGeneralInputsBP.TabIndex = 0 - Me.tabGeneralInputsBP.Text = " INP - BusParameters " - Me.tabGeneralInputsBP.UseVisualStyleBackColor = True - ' - 'btnCancelBus - ' - Me.btnCancelBus.Enabled = False - Me.btnCancelBus.Location = New System.Drawing.Point(581, 22) - Me.btnCancelBus.Name = "btnCancelBus" - Me.btnCancelBus.Size = New System.Drawing.Size(74, 25) - Me.btnCancelBus.TabIndex = 13 - Me.btnCancelBus.Text = "Cancel" - Me.btnCancelBus.UseVisualStyleBackColor = True - ' - 'BusParamGroupEdit - ' - Me.BusParamGroupEdit.BackColor = System.Drawing.Color.Transparent - Me.BusParamGroupEdit.Controls.Add(Me.Label19) - Me.BusParamGroupEdit.Controls.Add(Me.chkEditIsDoubleDecker) - Me.BusParamGroupEdit.Controls.Add(Me.cmbEditEngineType) - Me.BusParamGroupEdit.Controls.Add(Me.cmbEditFloorType) - Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusModel) - Me.BusParamGroupEdit.Controls.Add(Me.Label7) - Me.BusParamGroupEdit.Controls.Add(Me.Label8) - Me.BusParamGroupEdit.Controls.Add(Me.Label9) - Me.BusParamGroupEdit.Controls.Add(Me.Label12) - Me.BusParamGroupEdit.Controls.Add(Me.Label14) - Me.BusParamGroupEdit.Controls.Add(Me.Label16) - Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusHeight) - Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusWidth) - Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusLength) - Me.BusParamGroupEdit.Controls.Add(Me.Label17) - Me.BusParamGroupEdit.Controls.Add(Me.Label18) - Me.BusParamGroupEdit.Controls.Add(Me.Label21) - Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusPassengers) - Me.BusParamGroupEdit.Controls.Add(Me.Label22) - Me.BusParamGroupEdit.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.BusParamGroupEdit.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.BusParamGroupEdit.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.BusParamGroupEdit.Location = New System.Drawing.Point(30, 409) - Me.BusParamGroupEdit.Name = "BusParamGroupEdit" - Me.BusParamGroupEdit.Size = New System.Drawing.Size(625, 352) - Me.BusParamGroupEdit.TabIndex = 12 - Me.BusParamGroupEdit.TabStop = False - Me.BusParamGroupEdit.Text = "Bus Parameterisation" - Me.BusParamGroupEdit.Visible = False - ' - 'Label19 - ' - Me.Label19.AutoSize = True - Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label19.ForeColor = System.Drawing.Color.Black - Me.Label19.Location = New System.Drawing.Point(14, 151) - Me.Label19.Name = "Label19" - Me.Label19.Size = New System.Drawing.Size(101, 15) - Me.Label19.TabIndex = 33 - Me.Label19.Text = "Is Double Decker" - ' - 'chkEditIsDoubleDecker - ' - Me.chkEditIsDoubleDecker.AutoSize = True - Me.chkEditIsDoubleDecker.Location = New System.Drawing.Point(179, 151) - Me.chkEditIsDoubleDecker.Name = "chkEditIsDoubleDecker" - Me.chkEditIsDoubleDecker.Size = New System.Drawing.Size(15, 14) - Me.chkEditIsDoubleDecker.TabIndex = 32 - Me.chkEditIsDoubleDecker.UseVisualStyleBackColor = True - ' - 'cmbEditEngineType - ' - Me.cmbEditEngineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbEditEngineType.FormattingEnabled = True - Me.cmbEditEngineType.Items.AddRange(New Object() {"diesel", "gas", "hybrid"}) - Me.cmbEditEngineType.Location = New System.Drawing.Point(179, 118) - Me.cmbEditEngineType.Name = "cmbEditEngineType" - Me.cmbEditEngineType.Size = New System.Drawing.Size(208, 24) - Me.cmbEditEngineType.TabIndex = 28 - ' - 'cmbEditFloorType - ' - Me.cmbEditFloorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbEditFloorType.FormattingEnabled = True - Me.cmbEditFloorType.Items.AddRange(New Object() {"raised floor", "low floor", "semi low floor"}) - Me.cmbEditFloorType.Location = New System.Drawing.Point(179, 88) - Me.cmbEditFloorType.Name = "cmbEditFloorType" - Me.cmbEditFloorType.Size = New System.Drawing.Size(208, 24) - Me.cmbEditFloorType.TabIndex = 27 - ' - 'txtEditBusModel - ' - Me.txtEditBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEditBusModel.Location = New System.Drawing.Point(179, 30) - Me.txtEditBusModel.Name = "txtEditBusModel" - Me.txtEditBusModel.Size = New System.Drawing.Size(208, 21) - Me.txtEditBusModel.TabIndex = 25 - ' - 'Label7 - ' - Me.Label7.AutoSize = True - Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label7.ForeColor = System.Drawing.Color.Black - Me.Label7.Location = New System.Drawing.Point(14, 33) - Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(66, 15) - Me.Label7.TabIndex = 24 - Me.Label7.Text = "Bus Model" - ' - 'Label8 - ' - Me.Label8.AutoSize = True - Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label8.ForeColor = System.Drawing.Color.Black - Me.Label8.Location = New System.Drawing.Point(14, 88) - Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(88, 15) - Me.Label8.TabIndex = 22 - Me.Label8.Text = "Bus Floor Type" - ' - 'Label9 - ' - Me.Label9.AutoSize = True - Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label9.Location = New System.Drawing.Point(296, 211) - Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(18, 15) - Me.Label9.TabIndex = 21 - Me.Label9.Text = "m" - Me.ToolTip1.SetToolTip(Me.Label9, "Linear Metres") - ' - 'Label12 - ' - Me.Label12.AutoSize = True - Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label12.Location = New System.Drawing.Point(296, 235) - Me.Label12.Name = "Label12" - Me.Label12.Size = New System.Drawing.Size(18, 15) - Me.Label12.TabIndex = 18 - Me.Label12.Text = "m" - Me.ToolTip1.SetToolTip(Me.Label12, "Metres Cubed") - ' - 'Label14 - ' - Me.Label14.AutoSize = True - Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label14.Location = New System.Drawing.Point(296, 180) - Me.Label14.Name = "Label14" - Me.Label14.Size = New System.Drawing.Size(18, 15) - Me.Label14.TabIndex = 17 - Me.Label14.Text = "m" - Me.ToolTip1.SetToolTip(Me.Label14, "Linear Metres") - ' - 'Label16 - ' - Me.Label16.AutoSize = True - Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label16.ForeColor = System.Drawing.Color.Black - Me.Label16.Location = New System.Drawing.Point(14, 238) - Me.Label16.Name = "Label16" - Me.Label16.Size = New System.Drawing.Size(67, 15) - Me.Label16.TabIndex = 12 - Me.Label16.Text = "Bus Height" - ' - 'txtEditBusHeight - ' - Me.txtEditBusHeight.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEditBusHeight.Location = New System.Drawing.Point(179, 235) - Me.txtEditBusHeight.Name = "txtEditBusHeight" - Me.txtEditBusHeight.Size = New System.Drawing.Size(97, 21) - Me.txtEditBusHeight.TabIndex = 31 - ' - 'txtEditBusWidth - ' - Me.txtEditBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEditBusWidth.Location = New System.Drawing.Point(179, 208) - Me.txtEditBusWidth.Name = "txtEditBusWidth" - Me.txtEditBusWidth.Size = New System.Drawing.Size(97, 21) - Me.txtEditBusWidth.TabIndex = 30 - ' - 'txtEditBusLength - ' - Me.txtEditBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEditBusLength.Location = New System.Drawing.Point(179, 179) - Me.txtEditBusLength.Name = "txtEditBusLength" - Me.txtEditBusLength.Size = New System.Drawing.Size(97, 21) - Me.txtEditBusLength.TabIndex = 29 - ' - 'Label17 - ' - Me.Label17.AutoSize = True - Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label17.ForeColor = System.Drawing.Color.Black - Me.Label17.Location = New System.Drawing.Point(14, 182) - Me.Label17.Name = "Label17" - Me.Label17.Size = New System.Drawing.Size(72, 15) - Me.Label17.TabIndex = 11 - Me.Label17.Text = "Bus Length" - ' - 'Label18 - ' - Me.Label18.AutoSize = True - Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label18.ForeColor = System.Drawing.Color.Black - Me.Label18.Location = New System.Drawing.Point(14, 211) - Me.Label18.Name = "Label18" - Me.Label18.Size = New System.Drawing.Size(65, 15) - Me.Label18.TabIndex = 10 - Me.Label18.Text = "Bus Width" - ' - 'Label21 - ' - Me.Label21.AutoSize = True - Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label21.ForeColor = System.Drawing.Color.Black - Me.Label21.Location = New System.Drawing.Point(14, 120) - Me.Label21.Name = "Label21" - Me.Label21.Size = New System.Drawing.Size(99, 15) - Me.Label21.TabIndex = 4 - Me.Label21.Text = "Bus Engine Type" - ' - 'txtEditBusPassengers - ' - Me.txtEditBusPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEditBusPassengers.Location = New System.Drawing.Point(179, 59) - Me.txtEditBusPassengers.Name = "txtEditBusPassengers" - Me.txtEditBusPassengers.Size = New System.Drawing.Size(97, 21) - Me.txtEditBusPassengers.TabIndex = 26 - ' - 'Label22 - ' - Me.Label22.AutoSize = True - Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label22.ForeColor = System.Drawing.Color.Black - Me.Label22.Location = New System.Drawing.Point(14, 62) - Me.Label22.Name = "Label22" - Me.Label22.Size = New System.Drawing.Size(138, 15) - Me.Label22.TabIndex = 0 - Me.Label22.Text = "Registered Passengers " - ' - 'btnEditBus - ' - Me.btnEditBus.Enabled = False - Me.btnEditBus.Location = New System.Drawing.Point(421, 22) - Me.btnEditBus.Name = "btnEditBus" - Me.btnEditBus.Size = New System.Drawing.Size(74, 25) - Me.btnEditBus.TabIndex = 11 - Me.btnEditBus.Text = "Edit" - Me.btnEditBus.UseVisualStyleBackColor = True - ' - 'btnUpdateBusDatabase - ' - Me.btnUpdateBusDatabase.Enabled = False - Me.btnUpdateBusDatabase.Location = New System.Drawing.Point(294, 22) - Me.btnUpdateBusDatabase.Name = "btnUpdateBusDatabase" - Me.btnUpdateBusDatabase.Size = New System.Drawing.Size(123, 25) - Me.btnUpdateBusDatabase.TabIndex = 10 - Me.btnUpdateBusDatabase.Text = "Save Bus Database" - Me.btnUpdateBusDatabase.UseVisualStyleBackColor = True - ' - 'btnNewBus - ' - Me.btnNewBus.Location = New System.Drawing.Point(501, 22) - Me.btnNewBus.Name = "btnNewBus" - Me.btnNewBus.Size = New System.Drawing.Size(74, 25) - Me.btnNewBus.TabIndex = 9 - Me.btnNewBus.Text = "New" - Me.btnNewBus.UseVisualStyleBackColor = True - ' - 'BusParamGroupModel - ' - Me.BusParamGroupModel.BackColor = System.Drawing.Color.Transparent - Me.BusParamGroupModel.Controls.Add(Me.Label15) - Me.BusParamGroupModel.Controls.Add(Me.chkIsDoubleDecker) - Me.BusParamGroupModel.Controls.Add(Me.cmbBusFloorType) - Me.BusParamGroupModel.Controls.Add(Me.Label10) - Me.BusParamGroupModel.Controls.Add(Me.txtBusHeight) - Me.BusParamGroupModel.Controls.Add(Me.Label11) - Me.BusParamGroupModel.Controls.Add(Me.txtBusModel) - Me.BusParamGroupModel.Controls.Add(Me.lblBusModel) - Me.BusParamGroupModel.Controls.Add(Me.lblBusFloorType) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBW) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBSA) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBWSA) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBV) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBL) - Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBFSA) - Me.BusParamGroupModel.Controls.Add(Me.txtBusWidth) - Me.BusParamGroupModel.Controls.Add(Me.txtBusLength) - Me.BusParamGroupModel.Controls.Add(Me.txtBusVolume) - Me.BusParamGroupModel.Controls.Add(Me.lblBusVolume) - Me.BusParamGroupModel.Controls.Add(Me.lblBusLength) - Me.BusParamGroupModel.Controls.Add(Me.lblBusWidth) - Me.BusParamGroupModel.Controls.Add(Me.txtBusWindowSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.lblBusWindowSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.txtBusSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.lblBusSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.txtBusFloorSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.lblBusFloorSurfaceArea) - Me.BusParamGroupModel.Controls.Add(Me.txtRegisteredPassengers) - Me.BusParamGroupModel.Controls.Add(Me.lblRegisteredPassengers) - Me.BusParamGroupModel.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.BusParamGroupModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.BusParamGroupModel.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.BusParamGroupModel.Location = New System.Drawing.Point(30, 51) - Me.BusParamGroupModel.Name = "BusParamGroupModel" - Me.BusParamGroupModel.Size = New System.Drawing.Size(625, 352) - Me.BusParamGroupModel.TabIndex = 8 - Me.BusParamGroupModel.TabStop = False - Me.BusParamGroupModel.Text = "Bus Parameterisation" - ' - 'Label15 - ' - Me.Label15.AutoSize = True - Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label15.ForeColor = System.Drawing.Color.Black - Me.Label15.Location = New System.Drawing.Point(14, 116) - Me.Label15.Name = "Label15" - Me.Label15.Size = New System.Drawing.Size(101, 15) - Me.Label15.TabIndex = 31 - Me.Label15.Text = "Is Double Decker" - ' - 'chkIsDoubleDecker - ' - Me.chkIsDoubleDecker.AutoSize = True - Me.chkIsDoubleDecker.Location = New System.Drawing.Point(179, 116) - Me.chkIsDoubleDecker.Name = "chkIsDoubleDecker" - Me.chkIsDoubleDecker.Size = New System.Drawing.Size(15, 14) - Me.chkIsDoubleDecker.TabIndex = 30 - Me.chkIsDoubleDecker.UseVisualStyleBackColor = True - ' - 'cmbBusFloorType - ' - Me.cmbBusFloorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbBusFloorType.FormattingEnabled = True - Me.cmbBusFloorType.Items.AddRange(New Object() {"raised floor", "low floor", "semi low floor"}) - Me.cmbBusFloorType.Location = New System.Drawing.Point(179, 85) - Me.cmbBusFloorType.Name = "cmbBusFloorType" - Me.cmbBusFloorType.Size = New System.Drawing.Size(208, 24) - Me.cmbBusFloorType.TabIndex = 29 - ' - 'Label10 - ' - Me.Label10.AutoSize = True - Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label10.Location = New System.Drawing.Point(296, 201) - Me.Label10.Name = "Label10" - Me.Label10.Size = New System.Drawing.Size(18, 15) - Me.Label10.TabIndex = 28 - Me.Label10.Text = "m" - Me.ToolTip1.SetToolTip(Me.Label10, "Linear Metres") - ' - 'txtBusHeight - ' - Me.txtBusHeight.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusHeight.Location = New System.Drawing.Point(179, 198) - Me.txtBusHeight.Name = "txtBusHeight" - Me.txtBusHeight.Size = New System.Drawing.Size(97, 21) - Me.txtBusHeight.TabIndex = 27 - ' - 'Label11 - ' - Me.Label11.AutoSize = True - Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label11.ForeColor = System.Drawing.Color.Black - Me.Label11.Location = New System.Drawing.Point(14, 201) - Me.Label11.Name = "Label11" - Me.Label11.Size = New System.Drawing.Size(70, 15) - Me.Label11.TabIndex = 26 - Me.Label11.Text = "Bus Height" - ' - 'txtBusModel - ' - Me.txtBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusModel.Location = New System.Drawing.Point(179, 30) - Me.txtBusModel.Name = "txtBusModel" - Me.txtBusModel.Size = New System.Drawing.Size(208, 21) - Me.txtBusModel.TabIndex = 25 - ' - 'lblBusModel - ' - Me.lblBusModel.AutoSize = True - Me.lblBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusModel.ForeColor = System.Drawing.Color.Black - Me.lblBusModel.Location = New System.Drawing.Point(14, 33) - Me.lblBusModel.Name = "lblBusModel" - Me.lblBusModel.Size = New System.Drawing.Size(66, 15) - Me.lblBusModel.TabIndex = 24 - Me.lblBusModel.Text = "Bus Model" - ' - 'lblBusFloorType - ' - Me.lblBusFloorType.AutoSize = True - Me.lblBusFloorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusFloorType.ForeColor = System.Drawing.Color.Black - Me.lblBusFloorType.Location = New System.Drawing.Point(14, 88) - Me.lblBusFloorType.Name = "lblBusFloorType" - Me.lblBusFloorType.Size = New System.Drawing.Size(88, 15) - Me.lblBusFloorType.TabIndex = 22 - Me.lblBusFloorType.Text = "Bus Floor Type" - ' - 'lblUnitsBW - ' - Me.lblUnitsBW.AutoSize = True - Me.lblUnitsBW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBW.Location = New System.Drawing.Point(296, 171) - Me.lblUnitsBW.Name = "lblUnitsBW" - Me.lblUnitsBW.Size = New System.Drawing.Size(18, 15) - Me.lblUnitsBW.TabIndex = 21 - Me.lblUnitsBW.Text = "m" - Me.ToolTip1.SetToolTip(Me.lblUnitsBW, "Linear Metres") - ' - 'lblUnitsBSA - ' - Me.lblUnitsBSA.AutoSize = True - Me.lblUnitsBSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBSA.Location = New System.Drawing.Point(296, 287) - Me.lblUnitsBSA.Name = "lblUnitsBSA" - Me.lblUnitsBSA.Size = New System.Drawing.Size(31, 15) - Me.lblUnitsBSA.TabIndex = 20 - Me.lblUnitsBSA.Text = "m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsBSA, "Metres Squared") - ' - 'lblUnitsBWSA - ' - Me.lblUnitsBWSA.AutoSize = True - Me.lblUnitsBWSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBWSA.Location = New System.Drawing.Point(296, 257) - Me.lblUnitsBWSA.Name = "lblUnitsBWSA" - Me.lblUnitsBWSA.Size = New System.Drawing.Size(31, 15) - Me.lblUnitsBWSA.TabIndex = 19 - Me.lblUnitsBWSA.Text = "m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsBWSA, "Metres Squared") - ' - 'lblUnitsBV - ' - Me.lblUnitsBV.AutoSize = True - Me.lblUnitsBV.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBV.Location = New System.Drawing.Point(296, 313) - Me.lblUnitsBV.Name = "lblUnitsBV" - Me.lblUnitsBV.Size = New System.Drawing.Size(31, 15) - Me.lblUnitsBV.TabIndex = 18 - Me.lblUnitsBV.Text = "m^3" - Me.ToolTip1.SetToolTip(Me.lblUnitsBV, "Metres Cubed") - ' - 'lblUnitsBL - ' - Me.lblUnitsBL.AutoSize = True - Me.lblUnitsBL.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBL.Location = New System.Drawing.Point(296, 140) - Me.lblUnitsBL.Name = "lblUnitsBL" - Me.lblUnitsBL.Size = New System.Drawing.Size(18, 15) - Me.lblUnitsBL.TabIndex = 17 - Me.lblUnitsBL.Text = "m" - Me.ToolTip1.SetToolTip(Me.lblUnitsBL, "Linear Metres") - ' - 'lblUnitsBFSA - ' - Me.lblUnitsBFSA.AutoSize = True - Me.lblUnitsBFSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBFSA.Location = New System.Drawing.Point(296, 230) - Me.lblUnitsBFSA.Name = "lblUnitsBFSA" - Me.lblUnitsBFSA.Size = New System.Drawing.Size(31, 15) - Me.lblUnitsBFSA.TabIndex = 16 - Me.lblUnitsBFSA.Text = "m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsBFSA, "Metres Squared") - ' - 'txtBusWidth - ' - Me.txtBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusWidth.Location = New System.Drawing.Point(179, 168) - Me.txtBusWidth.Name = "txtBusWidth" - Me.txtBusWidth.Size = New System.Drawing.Size(97, 21) - Me.txtBusWidth.TabIndex = 15 - ' - 'txtBusLength - ' - Me.txtBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusLength.Location = New System.Drawing.Point(179, 139) - Me.txtBusLength.Name = "txtBusLength" - Me.txtBusLength.Size = New System.Drawing.Size(97, 21) - Me.txtBusLength.TabIndex = 14 - ' - 'txtBusVolume - ' - Me.txtBusVolume.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusVolume.Location = New System.Drawing.Point(179, 313) - Me.txtBusVolume.Name = "txtBusVolume" - Me.txtBusVolume.ReadOnly = True - Me.txtBusVolume.Size = New System.Drawing.Size(97, 21) - Me.txtBusVolume.TabIndex = 13 - ' - 'lblBusVolume - ' - Me.lblBusVolume.AutoSize = True - Me.lblBusVolume.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusVolume.ForeColor = System.Drawing.Color.Black - Me.lblBusVolume.Location = New System.Drawing.Point(14, 316) - Me.lblBusVolume.Name = "lblBusVolume" - Me.lblBusVolume.Size = New System.Drawing.Size(73, 15) - Me.lblBusVolume.TabIndex = 12 - Me.lblBusVolume.Text = "Bus Volume" - ' - 'lblBusLength - ' - Me.lblBusLength.AutoSize = True - Me.lblBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusLength.ForeColor = System.Drawing.Color.Black - Me.lblBusLength.Location = New System.Drawing.Point(14, 142) - Me.lblBusLength.Name = "lblBusLength" - Me.lblBusLength.Size = New System.Drawing.Size(72, 15) - Me.lblBusLength.TabIndex = 11 - Me.lblBusLength.Text = "Bus Length" - ' - 'lblBusWidth - ' - Me.lblBusWidth.AutoSize = True - Me.lblBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusWidth.ForeColor = System.Drawing.Color.Black - Me.lblBusWidth.Location = New System.Drawing.Point(14, 171) - Me.lblBusWidth.Name = "lblBusWidth" - Me.lblBusWidth.Size = New System.Drawing.Size(65, 15) - Me.lblBusWidth.TabIndex = 10 - Me.lblBusWidth.Text = "Bus Width" - ' - 'txtBusWindowSurfaceArea - ' - Me.txtBusWindowSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusWindowSurfaceArea.Location = New System.Drawing.Point(179, 255) - Me.txtBusWindowSurfaceArea.Name = "txtBusWindowSurfaceArea" - Me.txtBusWindowSurfaceArea.ReadOnly = True - Me.txtBusWindowSurfaceArea.Size = New System.Drawing.Size(97, 21) - Me.txtBusWindowSurfaceArea.TabIndex = 9 - ' - 'lblBusWindowSurfaceArea - ' - Me.lblBusWindowSurfaceArea.AutoSize = True - Me.lblBusWindowSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusWindowSurfaceArea.ForeColor = System.Drawing.Color.Black - Me.lblBusWindowSurfaceArea.Location = New System.Drawing.Point(14, 258) - Me.lblBusWindowSurfaceArea.Name = "lblBusWindowSurfaceArea" - Me.lblBusWindowSurfaceArea.Size = New System.Drawing.Size(151, 15) - Me.lblBusWindowSurfaceArea.TabIndex = 8 - Me.lblBusWindowSurfaceArea.Text = "Bus Window Surface Area" - ' - 'txtBusSurfaceArea - ' - Me.txtBusSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusSurfaceArea.Location = New System.Drawing.Point(179, 286) - Me.txtBusSurfaceArea.Name = "txtBusSurfaceArea" - Me.txtBusSurfaceArea.ReadOnly = True - Me.txtBusSurfaceArea.Size = New System.Drawing.Size(97, 21) - Me.txtBusSurfaceArea.TabIndex = 7 - ' - 'lblBusSurfaceArea - ' - Me.lblBusSurfaceArea.AutoSize = True - Me.lblBusSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusSurfaceArea.ForeColor = System.Drawing.Color.Black - Me.lblBusSurfaceArea.Location = New System.Drawing.Point(14, 289) - Me.lblBusSurfaceArea.Name = "lblBusSurfaceArea" - Me.lblBusSurfaceArea.Size = New System.Drawing.Size(104, 15) - Me.lblBusSurfaceArea.TabIndex = 6 - Me.lblBusSurfaceArea.Text = "Bus Surface Area" - ' - 'txtBusFloorSurfaceArea - ' - Me.txtBusFloorSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBusFloorSurfaceArea.Location = New System.Drawing.Point(179, 227) - Me.txtBusFloorSurfaceArea.Name = "txtBusFloorSurfaceArea" - Me.txtBusFloorSurfaceArea.ReadOnly = True - Me.txtBusFloorSurfaceArea.Size = New System.Drawing.Size(97, 21) - Me.txtBusFloorSurfaceArea.TabIndex = 5 - ' - 'lblBusFloorSurfaceArea - ' - Me.lblBusFloorSurfaceArea.AutoSize = True - Me.lblBusFloorSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBusFloorSurfaceArea.ForeColor = System.Drawing.Color.Black - Me.lblBusFloorSurfaceArea.Location = New System.Drawing.Point(14, 230) - Me.lblBusFloorSurfaceArea.Name = "lblBusFloorSurfaceArea" - Me.lblBusFloorSurfaceArea.Size = New System.Drawing.Size(132, 15) - Me.lblBusFloorSurfaceArea.TabIndex = 4 - Me.lblBusFloorSurfaceArea.Text = "Bus Floor Surface Area" - ' - 'txtRegisteredPassengers - ' - Me.txtRegisteredPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtRegisteredPassengers.Location = New System.Drawing.Point(179, 59) - Me.txtRegisteredPassengers.Name = "txtRegisteredPassengers" - Me.txtRegisteredPassengers.Size = New System.Drawing.Size(97, 21) - Me.txtRegisteredPassengers.TabIndex = 1 - ' - 'lblRegisteredPassengers - ' - Me.lblRegisteredPassengers.AutoSize = True - Me.lblRegisteredPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblRegisteredPassengers.ForeColor = System.Drawing.Color.Black - Me.lblRegisteredPassengers.Location = New System.Drawing.Point(14, 62) - Me.lblRegisteredPassengers.Name = "lblRegisteredPassengers" - Me.lblRegisteredPassengers.Size = New System.Drawing.Size(138, 15) - Me.lblRegisteredPassengers.TabIndex = 0 - Me.lblRegisteredPassengers.Text = "Registered Passengers " - ' - 'cboBuses - ' - Me.cboBuses.FormattingEnabled = True - Me.cboBuses.Location = New System.Drawing.Point(30, 22) - Me.cboBuses.Name = "cboBuses" - Me.cboBuses.Size = New System.Drawing.Size(251, 23) - Me.cboBuses.TabIndex = 7 - ' - 'tabGeneralInputsBC - ' - Me.tabGeneralInputsBC.Controls.Add(Me.GroupBox2) - Me.tabGeneralInputsBC.Location = New System.Drawing.Point(4, 22) - Me.tabGeneralInputsBC.Name = "tabGeneralInputsBC" - Me.tabGeneralInputsBC.Size = New System.Drawing.Size(937, 611) - Me.tabGeneralInputsBC.TabIndex = 2 - Me.tabGeneralInputsBC.Text = " INP - Boundary Conditions " - Me.tabGeneralInputsBC.UseVisualStyleBackColor = True - ' - 'GroupBox2 - ' - Me.GroupBox2.BackColor = System.Drawing.Color.Transparent - Me.GroupBox2.Controls.Add(Me.Label24) - Me.GroupBox2.Controls.Add(Me.txtBC_TemperatureCoolingOff) - Me.GroupBox2.Controls.Add(Me.Label5) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList) - Me.GroupBox2.Controls.Add(Me.txtBC_MaxPossibleBenefitFromTechnologyList) - Me.GroupBox2.Controls.Add(Me.lblBC_MaxPossibleBenefitFromTechnologyList) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses) - Me.GroupBox2.Controls.Add(Me.txtBC_MaxTemperatureDeltaForLowFloorBusses) - Me.GroupBox2.Controls.Add(Me.lblBC_MaxTemperatureDeltaForLowFloorBusses) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_FrontRearWindowArea) - Me.GroupBox2.Controls.Add(Me.txtBC_FrontRearWindowArea) - Me.GroupBox2.Controls.Add(Me.lblBC_FrontRearWindowArea) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_WindowAreaPerUnitBusLength) - Me.GroupBox2.Controls.Add(Me.txtBC_WindowAreaPerUnitBusLength) - Me.GroupBox2.Controls.Add(Me.lblBC_WindowAreaPerUnitBusLength) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_GCVDieselOrHeatingOil) - Me.GroupBox2.Controls.Add(Me.txtBC_GCVDieselOrHeatingOil) - Me.GroupBox2.Controls.Add(Me.lblBC_GCVDieselOrHeatingOil) - Me.GroupBox2.Controls.Add(Me.txtBC_AuxHeaterEfficiency) - Me.GroupBox2.Controls.Add(Me.lblBC_AuxHeaterEfficiency) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_COP) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_SpecificVentilationPower) - Me.GroupBox2.Controls.Add(Me.txtBC_SpecificVentilationPower) - Me.GroupBox2.Controls.Add(Me.lvlBC_SpecificVentilationPower) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_LowVentPowerW) - Me.GroupBox2.Controls.Add(Me.txtBC_LowVentPowerW) - Me.GroupBox2.Controls.Add(Me.lblBC_LowVentPowerW) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HighVentPowerW) - Me.GroupBox2.Controls.Add(Me.txtBC_HighVentPowerW) - Me.GroupBox2.Controls.Add(Me.lblBC_HighVentPowerW) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_Low) - Me.GroupBox2.Controls.Add(Me.txtBC_Low) - Me.GroupBox2.Controls.Add(Me.lblBC_Low) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_High) - Me.GroupBox2.Controls.Add(Me.txtBC_High) - Me.GroupBox2.Controls.Add(Me.lblBC_High) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_lowVentilation) - Me.GroupBox2.Controls.Add(Me.txtBC_lowVentilation) - Me.GroupBox2.Controls.Add(Me.lblBC_lowVentilation) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HighVentilation) - Me.GroupBox2.Controls.Add(Me.txtBC_HighVentilation) - Me.GroupBox2.Controls.Add(Me.lblBC_HighVentilation) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_CoolingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.txtBC_CoolingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.lblBC_CoolingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HeatingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.txtBC_HeatingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.lblBC_HeatingBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.txtBC_GFactor) - Me.GroupBox2.Controls.Add(Me.lblGFactor) - Me.GroupBox2.Controls.Add(Me.txtBC_HeatPerPassengerIntoCabinW) - Me.GroupBox2.Controls.Add(Me.Label2) - Me.GroupBox2.Controls.Add(Me.lblUnitsUValues) - Me.GroupBox2.Controls.Add(Me.lblUnitsPassengerBoundaryTemp) - Me.GroupBox2.Controls.Add(Me.lblUnitsPGRDensitySemiLowFloor) - Me.GroupBox2.Controls.Add(Me.lblUnitsPassenderDensityLowFloor) - Me.GroupBox2.Controls.Add(Me.lblUnitsBC_PassengerDensityRaisedFloor) - Me.GroupBox2.Controls.Add(Me.lblHeatPerPassengerIntoCabinW) - Me.GroupBox2.Controls.Add(Me.txtBC_UValues) - Me.GroupBox2.Controls.Add(Me.txtBC_CalculatedPassengerNumber) - Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensityRaisedFloor) - Me.GroupBox2.Controls.Add(Me.lblBC_PassengerDensityRaisedFloor) - Me.GroupBox2.Controls.Add(Me.lblBC_CalculatedPassengerNumber) - Me.GroupBox2.Controls.Add(Me.lblBC_UValues) - Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensitySemiLowFloor) - Me.GroupBox2.Controls.Add(Me.lblBC_PassengerDensitySemiLowFloor) - Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensityLowFloor) - Me.GroupBox2.Controls.Add(Me.Label13) - Me.GroupBox2.Controls.Add(Me.txtBC_PassengerBoundaryTemperature) - Me.GroupBox2.Controls.Add(Me.lblPassengerBoundaryTemp) - Me.GroupBox2.Controls.Add(Me.txtBC_SolarClouding) - Me.GroupBox2.Controls.Add(Me.lblSolarClouding) - Me.GroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.GroupBox2.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.GroupBox2.Location = New System.Drawing.Point(34, 47) - Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(890, 548) - Me.GroupBox2.TabIndex = 27 - Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Boundary Conditions" - ' - 'Label24 - ' - Me.Label24.AutoSize = True - Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label24.Location = New System.Drawing.Point(349, 349) - Me.Label24.Name = "Label24" - Me.Label24.Size = New System.Drawing.Size(22, 15) - Me.Label24.TabIndex = 78 - Me.Label24.Text = "oC" - Me.ToolTip1.SetToolTip(Me.Label24, "Degrees Centigrade") - ' - 'txtBC_TemperatureCoolingOff - ' - Me.txtBC_TemperatureCoolingOff.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_TemperatureCoolingOff.Location = New System.Drawing.Point(218, 343) - Me.txtBC_TemperatureCoolingOff.Name = "txtBC_TemperatureCoolingOff" - Me.txtBC_TemperatureCoolingOff.ReadOnly = True - Me.txtBC_TemperatureCoolingOff.Size = New System.Drawing.Size(97, 21) - Me.txtBC_TemperatureCoolingOff.TabIndex = 77 - ' - 'Label5 - ' - Me.Label5.AutoSize = True - Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label5.ForeColor = System.Drawing.Color.Black - Me.Label5.Location = New System.Drawing.Point(14, 349) - Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(167, 15) - Me.Label5.TabIndex = 76 - Me.Label5.Text = "Temperature cooling turns off" - ' - 'lblUnitsBC_MaxPossibleBenefitFromTechnologyList - ' - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.AutoSize = True - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(783, 208) - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Name = "lblUnitsBC_MaxPossibleBenefitFromTechnologyList" - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(51, 15) - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 75 - Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Text = "Fraction" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList, "Fraction") - ' - 'txtBC_MaxPossibleBenefitFromTechnologyList - ' - Me.txtBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(655, 205) - Me.txtBC_MaxPossibleBenefitFromTechnologyList.Name = "txtBC_MaxPossibleBenefitFromTechnologyList" - Me.txtBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(97, 21) - Me.txtBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 74 - ' - 'lblBC_MaxPossibleBenefitFromTechnologyList - ' - Me.lblBC_MaxPossibleBenefitFromTechnologyList.AutoSize = True - Me.lblBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_MaxPossibleBenefitFromTechnologyList.ForeColor = System.Drawing.Color.Black - Me.lblBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(448, 208) - Me.lblBC_MaxPossibleBenefitFromTechnologyList.Name = "lblBC_MaxPossibleBenefitFromTechnologyList" - Me.lblBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(159, 15) - Me.lblBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 73 - Me.lblBC_MaxPossibleBenefitFromTechnologyList.Text = "Max Benefit From Tech List" - ' - 'lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses - ' - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.AutoSize = True - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(783, 179) - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Name = "lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses" - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(15, 15) - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 72 - Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Text = "K" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses, "K") - ' - 'txtBC_MaxTemperatureDeltaForLowFloorBusses - ' - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(655, 176) - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Name = "txtBC_MaxTemperatureDeltaForLowFloorBusses" - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(97, 21) - Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 71 - ' - 'lblBC_MaxTemperatureDeltaForLowFloorBusses - ' - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.AutoSize = True - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.ForeColor = System.Drawing.Color.Black - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(448, 179) - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Name = "lblBC_MaxTemperatureDeltaForLowFloorBusses" - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(205, 15) - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 70 - Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Text = "Max Temp Delta - Low Floor Busses" - ' - 'lblUnitsBC_FrontRearWindowArea - ' - Me.lblUnitsBC_FrontRearWindowArea.AutoSize = True - Me.lblUnitsBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_FrontRearWindowArea.Location = New System.Drawing.Point(783, 152) - Me.lblUnitsBC_FrontRearWindowArea.Name = "lblUnitsBC_FrontRearWindowArea" - Me.lblUnitsBC_FrontRearWindowArea.Size = New System.Drawing.Size(31, 15) - Me.lblUnitsBC_FrontRearWindowArea.TabIndex = 69 - Me.lblUnitsBC_FrontRearWindowArea.Text = "m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_FrontRearWindowArea, "Metres Squared") - ' - 'txtBC_FrontRearWindowArea - ' - Me.txtBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_FrontRearWindowArea.Location = New System.Drawing.Point(655, 149) - Me.txtBC_FrontRearWindowArea.Name = "txtBC_FrontRearWindowArea" - Me.txtBC_FrontRearWindowArea.ReadOnly = True - Me.txtBC_FrontRearWindowArea.Size = New System.Drawing.Size(97, 21) - Me.txtBC_FrontRearWindowArea.TabIndex = 68 - ' - 'lblBC_FrontRearWindowArea - ' - Me.lblBC_FrontRearWindowArea.AutoSize = True - Me.lblBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_FrontRearWindowArea.ForeColor = System.Drawing.Color.Black - Me.lblBC_FrontRearWindowArea.Location = New System.Drawing.Point(448, 152) - Me.lblBC_FrontRearWindowArea.Name = "lblBC_FrontRearWindowArea" - Me.lblBC_FrontRearWindowArea.Size = New System.Drawing.Size(140, 15) - Me.lblBC_FrontRearWindowArea.TabIndex = 67 - Me.lblBC_FrontRearWindowArea.Text = "Front Rear Window Area" - ' - 'lblUnitsBC_WindowAreaPerUnitBusLength - ' - Me.lblUnitsBC_WindowAreaPerUnitBusLength.AutoSize = True - Me.lblUnitsBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(783, 123) - Me.lblUnitsBC_WindowAreaPerUnitBusLength.Name = "lblUnitsBC_WindowAreaPerUnitBusLength" - Me.lblUnitsBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(38, 15) - Me.lblUnitsBC_WindowAreaPerUnitBusLength.TabIndex = 66 - Me.lblUnitsBC_WindowAreaPerUnitBusLength.Text = "m^/m" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_WindowAreaPerUnitBusLength, "m^2/m") - ' - 'txtBC_WindowAreaPerUnitBusLength - ' - Me.txtBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(655, 120) - Me.txtBC_WindowAreaPerUnitBusLength.Name = "txtBC_WindowAreaPerUnitBusLength" - Me.txtBC_WindowAreaPerUnitBusLength.ReadOnly = True - Me.txtBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(97, 21) - Me.txtBC_WindowAreaPerUnitBusLength.TabIndex = 65 - ' - 'lblBC_WindowAreaPerUnitBusLength - ' - Me.lblBC_WindowAreaPerUnitBusLength.AutoSize = True - Me.lblBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_WindowAreaPerUnitBusLength.ForeColor = System.Drawing.Color.Black - Me.lblBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(448, 123) - Me.lblBC_WindowAreaPerUnitBusLength.Name = "lblBC_WindowAreaPerUnitBusLength" - Me.lblBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(188, 15) - Me.lblBC_WindowAreaPerUnitBusLength.TabIndex = 64 - Me.lblBC_WindowAreaPerUnitBusLength.Text = "WindowArea Per Unit Bus Length" - ' - 'lblUnitsBC_GCVDieselOrHeatingOil - ' - Me.lblUnitsBC_GCVDieselOrHeatingOil.AutoSize = True - Me.lblUnitsBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(783, 95) - Me.lblUnitsBC_GCVDieselOrHeatingOil.Name = "lblUnitsBC_GCVDieselOrHeatingOil" - Me.lblUnitsBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(50, 15) - Me.lblUnitsBC_GCVDieselOrHeatingOil.TabIndex = 60 - Me.lblUnitsBC_GCVDieselOrHeatingOil.Text = "Kw/h/kg" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_GCVDieselOrHeatingOil, "Kw/h/kg") - ' - 'txtBC_GCVDieselOrHeatingOil - ' - Me.txtBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(655, 92) - Me.txtBC_GCVDieselOrHeatingOil.Name = "txtBC_GCVDieselOrHeatingOil" - Me.txtBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(97, 21) - Me.txtBC_GCVDieselOrHeatingOil.TabIndex = 59 - ' - 'lblBC_GCVDieselOrHeatingOil - ' - Me.lblBC_GCVDieselOrHeatingOil.AutoSize = True - Me.lblBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_GCVDieselOrHeatingOil.ForeColor = System.Drawing.Color.Black - Me.lblBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(448, 95) - Me.lblBC_GCVDieselOrHeatingOil.Name = "lblBC_GCVDieselOrHeatingOil" - Me.lblBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(149, 15) - Me.lblBC_GCVDieselOrHeatingOil.TabIndex = 58 - Me.lblBC_GCVDieselOrHeatingOil.Text = "GCV Diesel Or Heating Oil" - ' - 'txtBC_AuxHeaterEfficiency - ' - Me.txtBC_AuxHeaterEfficiency.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_AuxHeaterEfficiency.Location = New System.Drawing.Point(655, 62) - Me.txtBC_AuxHeaterEfficiency.Name = "txtBC_AuxHeaterEfficiency" - Me.txtBC_AuxHeaterEfficiency.Size = New System.Drawing.Size(97, 21) - Me.txtBC_AuxHeaterEfficiency.TabIndex = 57 - ' - 'lblBC_AuxHeaterEfficiency - ' - Me.lblBC_AuxHeaterEfficiency.AutoSize = True - Me.lblBC_AuxHeaterEfficiency.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_AuxHeaterEfficiency.ForeColor = System.Drawing.Color.Black - Me.lblBC_AuxHeaterEfficiency.Location = New System.Drawing.Point(448, 65) - Me.lblBC_AuxHeaterEfficiency.Name = "lblBC_AuxHeaterEfficiency" - Me.lblBC_AuxHeaterEfficiency.Size = New System.Drawing.Size(121, 15) - Me.lblBC_AuxHeaterEfficiency.TabIndex = 56 - Me.lblBC_AuxHeaterEfficiency.Text = "Aux Heater Efficiency" - ' - 'lblUnitsBC_COP - ' - Me.lblUnitsBC_COP.AutoSize = True - Me.lblUnitsBC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_COP.Location = New System.Drawing.Point(783, 65) - Me.lblUnitsBC_COP.Name = "lblUnitsBC_COP" - Me.lblUnitsBC_COP.Size = New System.Drawing.Size(0, 15) - Me.lblUnitsBC_COP.TabIndex = 55 - ' - 'lblUnitsBC_SpecificVentilationPower - ' - Me.lblUnitsBC_SpecificVentilationPower.AutoSize = True - Me.lblUnitsBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_SpecificVentilationPower.Location = New System.Drawing.Point(783, 36) - Me.lblUnitsBC_SpecificVentilationPower.Name = "lblUnitsBC_SpecificVentilationPower" - Me.lblUnitsBC_SpecificVentilationPower.Size = New System.Drawing.Size(52, 15) - Me.lblUnitsBC_SpecificVentilationPower.TabIndex = 52 - Me.lblUnitsBC_SpecificVentilationPower.Text = "Wh/m^3" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_SpecificVentilationPower, "Watts per Hour / Metres Cubed") - ' - 'txtBC_SpecificVentilationPower - ' - Me.txtBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_SpecificVentilationPower.Location = New System.Drawing.Point(655, 33) - Me.txtBC_SpecificVentilationPower.Name = "txtBC_SpecificVentilationPower" - Me.txtBC_SpecificVentilationPower.Size = New System.Drawing.Size(97, 21) - Me.txtBC_SpecificVentilationPower.TabIndex = 51 - ' - 'lvlBC_SpecificVentilationPower - ' - Me.lvlBC_SpecificVentilationPower.AutoSize = True - Me.lvlBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lvlBC_SpecificVentilationPower.ForeColor = System.Drawing.Color.Black - Me.lvlBC_SpecificVentilationPower.Location = New System.Drawing.Point(448, 36) - Me.lvlBC_SpecificVentilationPower.Name = "lvlBC_SpecificVentilationPower" - Me.lvlBC_SpecificVentilationPower.Size = New System.Drawing.Size(148, 15) - Me.lvlBC_SpecificVentilationPower.TabIndex = 50 - Me.lvlBC_SpecificVentilationPower.Text = "Specific Ventilation Power" - ' - 'lblUnitsBC_LowVentPowerW - ' - Me.lblUnitsBC_LowVentPowerW.AutoSize = True - Me.lblUnitsBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_LowVentPowerW.Location = New System.Drawing.Point(349, 519) - Me.lblUnitsBC_LowVentPowerW.Name = "lblUnitsBC_LowVentPowerW" - Me.lblUnitsBC_LowVentPowerW.Size = New System.Drawing.Size(18, 15) - Me.lblUnitsBC_LowVentPowerW.TabIndex = 49 - Me.lblUnitsBC_LowVentPowerW.Text = "W" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_LowVentPowerW, "Watts") - ' - 'txtBC_LowVentPowerW - ' - Me.txtBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_LowVentPowerW.Location = New System.Drawing.Point(218, 516) - Me.txtBC_LowVentPowerW.Name = "txtBC_LowVentPowerW" - Me.txtBC_LowVentPowerW.ReadOnly = True - Me.txtBC_LowVentPowerW.Size = New System.Drawing.Size(97, 21) - Me.txtBC_LowVentPowerW.TabIndex = 48 - ' - 'lblBC_LowVentPowerW - ' - Me.lblBC_LowVentPowerW.AutoSize = True - Me.lblBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_LowVentPowerW.ForeColor = System.Drawing.Color.Black - Me.lblBC_LowVentPowerW.Location = New System.Drawing.Point(14, 519) - Me.lblBC_LowVentPowerW.Name = "lblBC_LowVentPowerW" - Me.lblBC_LowVentPowerW.Size = New System.Drawing.Size(95, 15) - Me.lblBC_LowVentPowerW.TabIndex = 47 - Me.lblBC_LowVentPowerW.Text = "Low Vent Power" - ' - 'lblUnitsBC_HighVentPowerW - ' - Me.lblUnitsBC_HighVentPowerW.AutoSize = True - Me.lblUnitsBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_HighVentPowerW.Location = New System.Drawing.Point(349, 491) - Me.lblUnitsBC_HighVentPowerW.Name = "lblUnitsBC_HighVentPowerW" - Me.lblUnitsBC_HighVentPowerW.Size = New System.Drawing.Size(18, 15) - Me.lblUnitsBC_HighVentPowerW.TabIndex = 46 - Me.lblUnitsBC_HighVentPowerW.Text = "W" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HighVentPowerW, "Watts") - ' - 'txtBC_HighVentPowerW - ' - Me.txtBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_HighVentPowerW.Location = New System.Drawing.Point(218, 488) - Me.txtBC_HighVentPowerW.Name = "txtBC_HighVentPowerW" - Me.txtBC_HighVentPowerW.ReadOnly = True - Me.txtBC_HighVentPowerW.Size = New System.Drawing.Size(97, 21) - Me.txtBC_HighVentPowerW.TabIndex = 45 - ' - 'lblBC_HighVentPowerW - ' - Me.lblBC_HighVentPowerW.AutoSize = True - Me.lblBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_HighVentPowerW.ForeColor = System.Drawing.Color.Black - Me.lblBC_HighVentPowerW.Location = New System.Drawing.Point(14, 491) - Me.lblBC_HighVentPowerW.Name = "lblBC_HighVentPowerW" - Me.lblBC_HighVentPowerW.Size = New System.Drawing.Size(98, 15) - Me.lblBC_HighVentPowerW.TabIndex = 44 - Me.lblBC_HighVentPowerW.Text = "High Vent Power" - ' - 'lblUnitsBC_Low - ' - Me.lblUnitsBC_Low.AutoSize = True - Me.lblUnitsBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_Low.Location = New System.Drawing.Point(349, 462) - Me.lblUnitsBC_Low.Name = "lblUnitsBC_Low" - Me.lblUnitsBC_Low.Size = New System.Drawing.Size(43, 15) - Me.lblUnitsBC_Low.TabIndex = 43 - Me.lblUnitsBC_Low.Text = "m^3/H" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_Low, "Metres ^3 / Hour") - ' - 'txtBC_Low - ' - Me.txtBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_Low.Location = New System.Drawing.Point(218, 459) - Me.txtBC_Low.Name = "txtBC_Low" - Me.txtBC_Low.ReadOnly = True - Me.txtBC_Low.Size = New System.Drawing.Size(97, 21) - Me.txtBC_Low.TabIndex = 42 - ' - 'lblBC_Low - ' - Me.lblBC_Low.AutoSize = True - Me.lblBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_Low.ForeColor = System.Drawing.Color.Black - Me.lblBC_Low.Location = New System.Drawing.Point(14, 462) - Me.lblBC_Low.Name = "lblBC_Low" - Me.lblBC_Low.Size = New System.Drawing.Size(30, 15) - Me.lblBC_Low.TabIndex = 41 - Me.lblBC_Low.Text = "Low" - ' - 'lblUnitsBC_High - ' - Me.lblUnitsBC_High.AutoSize = True - Me.lblUnitsBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_High.Location = New System.Drawing.Point(349, 433) - Me.lblUnitsBC_High.Name = "lblUnitsBC_High" - Me.lblUnitsBC_High.Size = New System.Drawing.Size(43, 15) - Me.lblUnitsBC_High.TabIndex = 40 - Me.lblUnitsBC_High.Text = "m^3/H" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_High, "Metres ^3 / Hour") - ' - 'txtBC_High - ' - Me.txtBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_High.Location = New System.Drawing.Point(218, 430) - Me.txtBC_High.Name = "txtBC_High" - Me.txtBC_High.ReadOnly = True - Me.txtBC_High.Size = New System.Drawing.Size(97, 21) - Me.txtBC_High.TabIndex = 39 - ' - 'lblBC_High - ' - Me.lblBC_High.AutoSize = True - Me.lblBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_High.ForeColor = System.Drawing.Color.Black - Me.lblBC_High.Location = New System.Drawing.Point(14, 433) - Me.lblBC_High.Name = "lblBC_High" - Me.lblBC_High.Size = New System.Drawing.Size(33, 15) - Me.lblBC_High.TabIndex = 38 - Me.lblBC_High.Text = "High" - ' - 'lblUnitsBC_lowVentilation - ' - Me.lblUnitsBC_lowVentilation.AutoSize = True - Me.lblUnitsBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_lowVentilation.Location = New System.Drawing.Point(349, 405) - Me.lblUnitsBC_lowVentilation.Name = "lblUnitsBC_lowVentilation" - Me.lblUnitsBC_lowVentilation.Size = New System.Drawing.Size(22, 15) - Me.lblUnitsBC_lowVentilation.TabIndex = 37 - Me.lblUnitsBC_lowVentilation.Text = "l/H" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_lowVentilation, "Litres / Hour") - ' - 'txtBC_lowVentilation - ' - Me.txtBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_lowVentilation.Location = New System.Drawing.Point(218, 402) - Me.txtBC_lowVentilation.Name = "txtBC_lowVentilation" - Me.txtBC_lowVentilation.Size = New System.Drawing.Size(97, 21) - Me.txtBC_lowVentilation.TabIndex = 36 - ' - 'lblBC_lowVentilation - ' - Me.lblBC_lowVentilation.AutoSize = True - Me.lblBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_lowVentilation.ForeColor = System.Drawing.Color.Black - Me.lblBC_lowVentilation.Location = New System.Drawing.Point(14, 405) - Me.lblBC_lowVentilation.Name = "lblBC_lowVentilation" - Me.lblBC_lowVentilation.Size = New System.Drawing.Size(90, 15) - Me.lblBC_lowVentilation.TabIndex = 35 - Me.lblBC_lowVentilation.Text = "Low Ventilation" - ' - 'lblUnitsBC_HighVentilation - ' - Me.lblUnitsBC_HighVentilation.AutoSize = True - Me.lblUnitsBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_HighVentilation.Location = New System.Drawing.Point(349, 378) - Me.lblUnitsBC_HighVentilation.Name = "lblUnitsBC_HighVentilation" - Me.lblUnitsBC_HighVentilation.Size = New System.Drawing.Size(22, 15) - Me.lblUnitsBC_HighVentilation.TabIndex = 34 - Me.lblUnitsBC_HighVentilation.Text = "l/H" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HighVentilation, "Litres / Hour") - ' - 'txtBC_HighVentilation - ' - Me.txtBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_HighVentilation.Location = New System.Drawing.Point(218, 375) - Me.txtBC_HighVentilation.Name = "txtBC_HighVentilation" - Me.txtBC_HighVentilation.Size = New System.Drawing.Size(97, 21) - Me.txtBC_HighVentilation.TabIndex = 33 - ' - 'lblBC_HighVentilation - ' - Me.lblBC_HighVentilation.AutoSize = True - Me.lblBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_HighVentilation.ForeColor = System.Drawing.Color.Black - Me.lblBC_HighVentilation.Location = New System.Drawing.Point(14, 378) - Me.lblBC_HighVentilation.Name = "lblBC_HighVentilation" - Me.lblBC_HighVentilation.Size = New System.Drawing.Size(93, 15) - Me.lblBC_HighVentilation.TabIndex = 32 - Me.lblBC_HighVentilation.Text = "High Ventilation" - ' - 'lblUnitsBC_CoolingBoundaryTemperature - ' - Me.lblUnitsBC_CoolingBoundaryTemperature.AutoSize = True - Me.lblUnitsBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(349, 317) - Me.lblUnitsBC_CoolingBoundaryTemperature.Name = "lblUnitsBC_CoolingBoundaryTemperature" - Me.lblUnitsBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(22, 15) - Me.lblUnitsBC_CoolingBoundaryTemperature.TabIndex = 31 - Me.lblUnitsBC_CoolingBoundaryTemperature.Text = "oC" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_CoolingBoundaryTemperature, "Degrees Centigrade") - ' - 'txtBC_CoolingBoundaryTemperature - ' - Me.txtBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(218, 314) - Me.txtBC_CoolingBoundaryTemperature.Name = "txtBC_CoolingBoundaryTemperature" - Me.txtBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(97, 21) - Me.txtBC_CoolingBoundaryTemperature.TabIndex = 30 - ' - 'lblBC_CoolingBoundaryTemperature - ' - Me.lblBC_CoolingBoundaryTemperature.AutoSize = True - Me.lblBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_CoolingBoundaryTemperature.ForeColor = System.Drawing.Color.Black - Me.lblBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(14, 317) - Me.lblBC_CoolingBoundaryTemperature.Name = "lblBC_CoolingBoundaryTemperature" - Me.lblBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(178, 15) - Me.lblBC_CoolingBoundaryTemperature.TabIndex = 29 - Me.lblBC_CoolingBoundaryTemperature.Text = "Cooling Boundary Temperature" - ' - 'lblUnitsBC_HeatingBoundaryTemperature - ' - Me.lblUnitsBC_HeatingBoundaryTemperature.AutoSize = True - Me.lblUnitsBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(349, 289) - Me.lblUnitsBC_HeatingBoundaryTemperature.Name = "lblUnitsBC_HeatingBoundaryTemperature" - Me.lblUnitsBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(22, 15) - Me.lblUnitsBC_HeatingBoundaryTemperature.TabIndex = 28 - Me.lblUnitsBC_HeatingBoundaryTemperature.Text = "oC" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HeatingBoundaryTemperature, "Degrees Centigrade") - ' - 'txtBC_HeatingBoundaryTemperature - ' - Me.txtBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(218, 286) - Me.txtBC_HeatingBoundaryTemperature.Name = "txtBC_HeatingBoundaryTemperature" - Me.txtBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(97, 21) - Me.txtBC_HeatingBoundaryTemperature.TabIndex = 27 - ' - 'lblBC_HeatingBoundaryTemperature - ' - Me.lblBC_HeatingBoundaryTemperature.AutoSize = True - Me.lblBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_HeatingBoundaryTemperature.ForeColor = System.Drawing.Color.Black - Me.lblBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(14, 289) - Me.lblBC_HeatingBoundaryTemperature.Name = "lblBC_HeatingBoundaryTemperature" - Me.lblBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(179, 15) - Me.lblBC_HeatingBoundaryTemperature.TabIndex = 26 - Me.lblBC_HeatingBoundaryTemperature.Text = "Heating Boundary Temperature" - ' - 'txtBC_GFactor - ' - Me.txtBC_GFactor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_GFactor.Location = New System.Drawing.Point(218, 30) - Me.txtBC_GFactor.Name = "txtBC_GFactor" - Me.txtBC_GFactor.Size = New System.Drawing.Size(97, 21) - Me.txtBC_GFactor.TabIndex = 25 - ' - 'lblGFactor - ' - Me.lblGFactor.AutoSize = True - Me.lblGFactor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblGFactor.ForeColor = System.Drawing.Color.Black - Me.lblGFactor.Location = New System.Drawing.Point(14, 33) - Me.lblGFactor.Name = "lblGFactor" - Me.lblGFactor.Size = New System.Drawing.Size(54, 15) - Me.lblGFactor.TabIndex = 24 - Me.lblGFactor.Text = "G-Factor" - ' - 'txtBC_HeatPerPassengerIntoCabinW - ' - Me.txtBC_HeatPerPassengerIntoCabinW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_HeatPerPassengerIntoCabinW.Location = New System.Drawing.Point(218, 90) - Me.txtBC_HeatPerPassengerIntoCabinW.Name = "txtBC_HeatPerPassengerIntoCabinW" - Me.txtBC_HeatPerPassengerIntoCabinW.ReadOnly = True - Me.txtBC_HeatPerPassengerIntoCabinW.Size = New System.Drawing.Size(97, 21) - Me.txtBC_HeatPerPassengerIntoCabinW.TabIndex = 23 - ' - 'Label2 - ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label2.ForeColor = System.Drawing.Color.Black - Me.Label2.Location = New System.Drawing.Point(14, 88) - Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(153, 15) - Me.Label2.TabIndex = 22 - Me.Label2.Text = "Heat/Passenger Into Cabin" - ' - 'lblUnitsUValues - ' - Me.lblUnitsUValues.AutoSize = True - Me.lblUnitsUValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsUValues.Location = New System.Drawing.Point(349, 261) - Me.lblUnitsUValues.Name = "lblUnitsUValues" - Me.lblUnitsUValues.Size = New System.Drawing.Size(66, 15) - Me.lblUnitsUValues.TabIndex = 21 - Me.lblUnitsUValues.Text = "W/(K*m^3)" - Me.ToolTip1.SetToolTip(Me.lblUnitsUValues, "W/(K*m^3)") - ' - 'lblUnitsPassengerBoundaryTemp - ' - Me.lblUnitsPassengerBoundaryTemp.AutoSize = True - Me.lblUnitsPassengerBoundaryTemp.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsPassengerBoundaryTemp.Location = New System.Drawing.Point(349, 123) - Me.lblUnitsPassengerBoundaryTemp.Name = "lblUnitsPassengerBoundaryTemp" - Me.lblUnitsPassengerBoundaryTemp.Size = New System.Drawing.Size(22, 15) - Me.lblUnitsPassengerBoundaryTemp.TabIndex = 20 - Me.lblUnitsPassengerBoundaryTemp.Text = "oC" - Me.ToolTip1.SetToolTip(Me.lblUnitsPassengerBoundaryTemp, "Degrees Centigrade") - ' - 'lblUnitsPGRDensitySemiLowFloor - ' - Me.lblUnitsPGRDensitySemiLowFloor.AutoSize = True - Me.lblUnitsPGRDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsPGRDensitySemiLowFloor.Location = New System.Drawing.Point(349, 175) - Me.lblUnitsPGRDensitySemiLowFloor.Name = "lblUnitsPGRDensitySemiLowFloor" - Me.lblUnitsPGRDensitySemiLowFloor.Size = New System.Drawing.Size(61, 15) - Me.lblUnitsPGRDensitySemiLowFloor.TabIndex = 19 - Me.lblUnitsPGRDensitySemiLowFloor.Text = "Pass/m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsPGRDensitySemiLowFloor, "Passenger/Metres Squared") - ' - 'lblUnitsPassenderDensityLowFloor - ' - Me.lblUnitsPassenderDensityLowFloor.AutoSize = True - Me.lblUnitsPassenderDensityLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsPassenderDensityLowFloor.Location = New System.Drawing.Point(349, 148) - Me.lblUnitsPassenderDensityLowFloor.Name = "lblUnitsPassenderDensityLowFloor" - Me.lblUnitsPassenderDensityLowFloor.Size = New System.Drawing.Size(61, 15) - Me.lblUnitsPassenderDensityLowFloor.TabIndex = 18 - Me.lblUnitsPassenderDensityLowFloor.Text = "Pass/m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsPassenderDensityLowFloor, "Passengers/MetreSquared") - ' - 'lblUnitsBC_PassengerDensityRaisedFloor - ' - Me.lblUnitsBC_PassengerDensityRaisedFloor.AutoSize = True - Me.lblUnitsBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(349, 206) - Me.lblUnitsBC_PassengerDensityRaisedFloor.Name = "lblUnitsBC_PassengerDensityRaisedFloor" - Me.lblUnitsBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(61, 15) - Me.lblUnitsBC_PassengerDensityRaisedFloor.TabIndex = 17 - Me.lblUnitsBC_PassengerDensityRaisedFloor.Text = "Pass/m^2" - Me.ToolTip1.SetToolTip(Me.lblUnitsBC_PassengerDensityRaisedFloor, "Passengers/Metre Squared") - ' - 'lblHeatPerPassengerIntoCabinW - ' - Me.lblHeatPerPassengerIntoCabinW.AutoSize = True - Me.lblHeatPerPassengerIntoCabinW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblHeatPerPassengerIntoCabinW.Location = New System.Drawing.Point(349, 93) - Me.lblHeatPerPassengerIntoCabinW.Name = "lblHeatPerPassengerIntoCabinW" - Me.lblHeatPerPassengerIntoCabinW.Size = New System.Drawing.Size(18, 15) - Me.lblHeatPerPassengerIntoCabinW.TabIndex = 16 - Me.lblHeatPerPassengerIntoCabinW.Text = "W" - Me.ToolTip1.SetToolTip(Me.lblHeatPerPassengerIntoCabinW, "Watts") - ' - 'txtBC_UValues - ' - Me.txtBC_UValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_UValues.Location = New System.Drawing.Point(218, 258) - Me.txtBC_UValues.Name = "txtBC_UValues" - Me.txtBC_UValues.ReadOnly = True - Me.txtBC_UValues.Size = New System.Drawing.Size(97, 21) - Me.txtBC_UValues.TabIndex = 15 - ' - 'txtBC_CalculatedPassengerNumber - ' - Me.txtBC_CalculatedPassengerNumber.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_CalculatedPassengerNumber.Location = New System.Drawing.Point(218, 229) - Me.txtBC_CalculatedPassengerNumber.Name = "txtBC_CalculatedPassengerNumber" - Me.txtBC_CalculatedPassengerNumber.ReadOnly = True - Me.txtBC_CalculatedPassengerNumber.Size = New System.Drawing.Size(97, 21) - Me.txtBC_CalculatedPassengerNumber.TabIndex = 14 - ' - 'txtBC_PassengerDensityRaisedFloor - ' - Me.txtBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(218, 202) - Me.txtBC_PassengerDensityRaisedFloor.Name = "txtBC_PassengerDensityRaisedFloor" - Me.txtBC_PassengerDensityRaisedFloor.ReadOnly = True - Me.txtBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(97, 21) - Me.txtBC_PassengerDensityRaisedFloor.TabIndex = 13 - ' - 'lblBC_PassengerDensityRaisedFloor - ' - Me.lblBC_PassengerDensityRaisedFloor.AutoSize = True - Me.lblBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_PassengerDensityRaisedFloor.ForeColor = System.Drawing.Color.Black - Me.lblBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(14, 205) - Me.lblBC_PassengerDensityRaisedFloor.Name = "lblBC_PassengerDensityRaisedFloor" - Me.lblBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(182, 15) - Me.lblBC_PassengerDensityRaisedFloor.TabIndex = 12 - Me.lblBC_PassengerDensityRaisedFloor.Text = "Passenger Density Raised Floor" - ' - 'lblBC_CalculatedPassengerNumber - ' - Me.lblBC_CalculatedPassengerNumber.AutoSize = True - Me.lblBC_CalculatedPassengerNumber.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_CalculatedPassengerNumber.ForeColor = System.Drawing.Color.Black - Me.lblBC_CalculatedPassengerNumber.Location = New System.Drawing.Point(14, 232) - Me.lblBC_CalculatedPassengerNumber.Name = "lblBC_CalculatedPassengerNumber" - Me.lblBC_CalculatedPassengerNumber.Size = New System.Drawing.Size(175, 15) - Me.lblBC_CalculatedPassengerNumber.TabIndex = 11 - Me.lblBC_CalculatedPassengerNumber.Text = "Calculated Passenger Number" - ' - 'lblBC_UValues - ' - Me.lblBC_UValues.AutoSize = True - Me.lblBC_UValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_UValues.ForeColor = System.Drawing.Color.Black - Me.lblBC_UValues.Location = New System.Drawing.Point(14, 261) - Me.lblBC_UValues.Name = "lblBC_UValues" - Me.lblBC_UValues.Size = New System.Drawing.Size(57, 15) - Me.lblBC_UValues.TabIndex = 10 - Me.lblBC_UValues.Text = "U-Values" - ' - 'txtBC_PassengerDensitySemiLowFloor - ' - Me.txtBC_PassengerDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_PassengerDensitySemiLowFloor.Location = New System.Drawing.Point(218, 173) - Me.txtBC_PassengerDensitySemiLowFloor.Name = "txtBC_PassengerDensitySemiLowFloor" - Me.txtBC_PassengerDensitySemiLowFloor.ReadOnly = True - Me.txtBC_PassengerDensitySemiLowFloor.Size = New System.Drawing.Size(97, 21) - Me.txtBC_PassengerDensitySemiLowFloor.TabIndex = 9 - ' - 'lblBC_PassengerDensitySemiLowFloor - ' - Me.lblBC_PassengerDensitySemiLowFloor.AutoSize = True - Me.lblBC_PassengerDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_PassengerDensitySemiLowFloor.ForeColor = System.Drawing.Color.Black - Me.lblBC_PassengerDensitySemiLowFloor.Location = New System.Drawing.Point(14, 176) - Me.lblBC_PassengerDensitySemiLowFloor.Name = "lblBC_PassengerDensitySemiLowFloor" - Me.lblBC_PassengerDensitySemiLowFloor.Size = New System.Drawing.Size(198, 15) - Me.lblBC_PassengerDensitySemiLowFloor.TabIndex = 8 - Me.lblBC_PassengerDensitySemiLowFloor.Text = "Passenger Density Semi Low Floor" - ' - 'txtBC_PassengerDensityLowFloor - ' - Me.txtBC_PassengerDensityLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_PassengerDensityLowFloor.Location = New System.Drawing.Point(218, 145) - Me.txtBC_PassengerDensityLowFloor.Name = "txtBC_PassengerDensityLowFloor" - Me.txtBC_PassengerDensityLowFloor.ReadOnly = True - Me.txtBC_PassengerDensityLowFloor.Size = New System.Drawing.Size(97, 21) - Me.txtBC_PassengerDensityLowFloor.TabIndex = 7 - ' - 'Label13 - ' - Me.Label13.AutoSize = True - Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label13.ForeColor = System.Drawing.Color.Black - Me.Label13.Location = New System.Drawing.Point(14, 148) - Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(166, 15) - Me.Label13.TabIndex = 6 - Me.Label13.Text = "Passenger Density Low Floor" - ' - 'txtBC_PassengerBoundaryTemperature - ' - Me.txtBC_PassengerBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_PassengerBoundaryTemperature.Location = New System.Drawing.Point(218, 117) - Me.txtBC_PassengerBoundaryTemperature.Name = "txtBC_PassengerBoundaryTemperature" - Me.txtBC_PassengerBoundaryTemperature.Size = New System.Drawing.Size(97, 21) - Me.txtBC_PassengerBoundaryTemperature.TabIndex = 5 - ' - 'lblPassengerBoundaryTemp - ' - Me.lblPassengerBoundaryTemp.AutoSize = True - Me.lblPassengerBoundaryTemp.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblPassengerBoundaryTemp.ForeColor = System.Drawing.Color.Black - Me.lblPassengerBoundaryTemp.Location = New System.Drawing.Point(14, 120) - Me.lblPassengerBoundaryTemp.Name = "lblPassengerBoundaryTemp" - Me.lblPassengerBoundaryTemp.Size = New System.Drawing.Size(156, 15) - Me.lblPassengerBoundaryTemp.TabIndex = 4 - Me.lblPassengerBoundaryTemp.Text = "Passenger Boundary Temp" - ' - 'txtBC_SolarClouding - ' - Me.txtBC_SolarClouding.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtBC_SolarClouding.Location = New System.Drawing.Point(218, 59) - Me.txtBC_SolarClouding.Name = "txtBC_SolarClouding" - Me.txtBC_SolarClouding.ReadOnly = True - Me.txtBC_SolarClouding.Size = New System.Drawing.Size(97, 21) - Me.txtBC_SolarClouding.TabIndex = 1 - ' - 'lblSolarClouding - ' - Me.lblSolarClouding.AutoSize = True - Me.lblSolarClouding.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblSolarClouding.ForeColor = System.Drawing.Color.Black - Me.lblSolarClouding.Location = New System.Drawing.Point(14, 62) - Me.lblSolarClouding.Name = "lblSolarClouding" - Me.lblSolarClouding.Size = New System.Drawing.Size(88, 15) - Me.lblSolarClouding.TabIndex = 0 - Me.lblSolarClouding.Text = "Solar Clouding" - ' - 'tabGeneralInputsOther - ' - Me.tabGeneralInputsOther.Controls.Add(Me.grpEnvironmentConditions) - Me.tabGeneralInputsOther.Controls.Add(Me.grpAuxHeater) - Me.tabGeneralInputsOther.Controls.Add(Me.grpVentilation) - Me.tabGeneralInputsOther.Controls.Add(Me.grpACSystem) - Me.tabGeneralInputsOther.Location = New System.Drawing.Point(4, 22) - Me.tabGeneralInputsOther.Name = "tabGeneralInputsOther" - Me.tabGeneralInputsOther.Size = New System.Drawing.Size(937, 611) - Me.tabGeneralInputsOther.TabIndex = 3 - Me.tabGeneralInputsOther.Text = " INP - Other " - Me.tabGeneralInputsOther.UseVisualStyleBackColor = True - ' - 'grpEnvironmentConditions - ' - Me.grpEnvironmentConditions.BackColor = System.Drawing.Color.Transparent - Me.grpEnvironmentConditions.Controls.Add(Me.btnOpenAenv) - Me.grpEnvironmentConditions.Controls.Add(Me.btnEnvironmentConditionsSource) - Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_EnvironmentConditionsFilePath) - Me.grpEnvironmentConditions.Controls.Add(Me.Label20) - Me.grpEnvironmentConditions.Controls.Add(Me.chkEC_BatchMode) - Me.grpEnvironmentConditions.Controls.Add(Me.Label23) - Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_EnviromentalTemperature) - Me.grpEnvironmentConditions.Controls.Add(Me.lbltxtEC_EnviromentalTemperature) - Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_Solar) - Me.grpEnvironmentConditions.Controls.Add(Me.lbltxtEC_Solar) - Me.grpEnvironmentConditions.Controls.Add(Me.lblUnitstxtEC_EnviromentalTemperature) - Me.grpEnvironmentConditions.Controls.Add(Me.lblUnitstxtEC_Solar) - Me.grpEnvironmentConditions.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.grpEnvironmentConditions.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.grpEnvironmentConditions.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.grpEnvironmentConditions.Location = New System.Drawing.Point(34, 36) - Me.grpEnvironmentConditions.Name = "grpEnvironmentConditions" - Me.grpEnvironmentConditions.Size = New System.Drawing.Size(868, 158) - Me.grpEnvironmentConditions.TabIndex = 33 - Me.grpEnvironmentConditions.TabStop = False - Me.grpEnvironmentConditions.Text = "Environmental Conditions" - ' - 'btnOpenAenv - ' - Me.btnOpenAenv.Image = CType(resources.GetObject("btnOpenAenv.Image"), System.Drawing.Image) - Me.btnOpenAenv.Location = New System.Drawing.Point(783, 126) - Me.btnOpenAenv.Name = "btnOpenAenv" - Me.btnOpenAenv.Size = New System.Drawing.Size(28, 20) - Me.btnOpenAenv.TabIndex = 62 - Me.btnOpenAenv.UseVisualStyleBackColor = True - ' - 'btnEnvironmentConditionsSource - ' - Me.btnEnvironmentConditionsSource.Location = New System.Drawing.Point(721, 123) - Me.btnEnvironmentConditionsSource.Name = "btnEnvironmentConditionsSource" - Me.btnEnvironmentConditionsSource.Size = New System.Drawing.Size(45, 23) - Me.btnEnvironmentConditionsSource.TabIndex = 61 - Me.btnEnvironmentConditionsSource.Text = ". . ." - Me.btnEnvironmentConditionsSource.UseVisualStyleBackColor = True - ' - 'txtEC_EnvironmentConditionsFilePath - ' - Me.txtEC_EnvironmentConditionsFilePath.Location = New System.Drawing.Point(216, 123) - Me.txtEC_EnvironmentConditionsFilePath.Name = "txtEC_EnvironmentConditionsFilePath" - Me.txtEC_EnvironmentConditionsFilePath.Size = New System.Drawing.Size(487, 23) - Me.txtEC_EnvironmentConditionsFilePath.TabIndex = 60 - ' - 'Label20 - ' - Me.Label20.AutoSize = True - Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label20.ForeColor = System.Drawing.Color.Black - Me.Label20.Location = New System.Drawing.Point(14, 126) - Me.Label20.Name = "Label20" - Me.Label20.Size = New System.Drawing.Size(174, 15) - Me.Label20.TabIndex = 28 - Me.Label20.Text = "Enviromental Batch Conditions" - ' - 'chkEC_BatchMode - ' - Me.chkEC_BatchMode.AutoSize = True - Me.chkEC_BatchMode.Location = New System.Drawing.Point(216, 91) - Me.chkEC_BatchMode.Name = "chkEC_BatchMode" - Me.chkEC_BatchMode.Size = New System.Drawing.Size(31, 21) - Me.chkEC_BatchMode.TabIndex = 27 - Me.chkEC_BatchMode.Text = " " - Me.chkEC_BatchMode.UseVisualStyleBackColor = True - ' - 'Label23 - ' - Me.Label23.AutoSize = True - Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label23.ForeColor = System.Drawing.Color.Black - Me.Label23.Location = New System.Drawing.Point(14, 97) - Me.Label23.Name = "Label23" - Me.Label23.Size = New System.Drawing.Size(73, 15) - Me.Label23.TabIndex = 27 - Me.Label23.Text = "Batch Mode" - ' - 'txtEC_EnviromentalTemperature - ' - Me.txtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEC_EnviromentalTemperature.Location = New System.Drawing.Point(215, 34) - Me.txtEC_EnviromentalTemperature.Name = "txtEC_EnviromentalTemperature" - Me.txtEC_EnviromentalTemperature.Size = New System.Drawing.Size(101, 21) - Me.txtEC_EnviromentalTemperature.TabIndex = 25 - ' - 'lbltxtEC_EnviromentalTemperature - ' - Me.lbltxtEC_EnviromentalTemperature.AutoSize = True - Me.lbltxtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lbltxtEC_EnviromentalTemperature.ForeColor = System.Drawing.Color.Black - Me.lbltxtEC_EnviromentalTemperature.Location = New System.Drawing.Point(13, 37) - Me.lbltxtEC_EnviromentalTemperature.Name = "lbltxtEC_EnviromentalTemperature" - Me.lbltxtEC_EnviromentalTemperature.Size = New System.Drawing.Size(153, 15) - Me.lbltxtEC_EnviromentalTemperature.TabIndex = 24 - Me.lbltxtEC_EnviromentalTemperature.Text = "Enviromental Temperature" - ' - 'txtEC_Solar - ' - Me.txtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtEC_Solar.Location = New System.Drawing.Point(215, 63) - Me.txtEC_Solar.Name = "txtEC_Solar" - Me.txtEC_Solar.Size = New System.Drawing.Size(101, 21) - Me.txtEC_Solar.TabIndex = 1 - ' - 'lbltxtEC_Solar - ' - Me.lbltxtEC_Solar.AutoSize = True - Me.lbltxtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lbltxtEC_Solar.ForeColor = System.Drawing.Color.Black - Me.lbltxtEC_Solar.Location = New System.Drawing.Point(13, 66) - Me.lbltxtEC_Solar.Name = "lbltxtEC_Solar" - Me.lbltxtEC_Solar.Size = New System.Drawing.Size(36, 15) - Me.lbltxtEC_Solar.TabIndex = 0 - Me.lbltxtEC_Solar.Text = "Solar" - ' - 'lblUnitstxtEC_EnviromentalTemperature - ' - Me.lblUnitstxtEC_EnviromentalTemperature.AutoSize = True - Me.lblUnitstxtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitstxtEC_EnviromentalTemperature.Location = New System.Drawing.Point(347, 37) - Me.lblUnitstxtEC_EnviromentalTemperature.Name = "lblUnitstxtEC_EnviromentalTemperature" - Me.lblUnitstxtEC_EnviromentalTemperature.Size = New System.Drawing.Size(22, 15) - Me.lblUnitstxtEC_EnviromentalTemperature.TabIndex = 16 - Me.lblUnitstxtEC_EnviromentalTemperature.Text = "oC" - Me.ToolTip1.SetToolTip(Me.lblUnitstxtEC_EnviromentalTemperature, "Degrees Centigrade") - ' - 'lblUnitstxtEC_Solar - ' - Me.lblUnitstxtEC_Solar.AutoSize = True - Me.lblUnitstxtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitstxtEC_Solar.Location = New System.Drawing.Point(347, 63) - Me.lblUnitstxtEC_Solar.Name = "lblUnitstxtEC_Solar" - Me.lblUnitstxtEC_Solar.Size = New System.Drawing.Size(45, 15) - Me.lblUnitstxtEC_Solar.TabIndex = 26 - Me.lblUnitstxtEC_Solar.Text = "W/m^3" - Me.ToolTip1.SetToolTip(Me.lblUnitstxtEC_Solar, "Watts/Metre Cubed") - ' - 'grpAuxHeater - ' - Me.grpAuxHeater.BackColor = System.Drawing.Color.Transparent - Me.grpAuxHeater.Controls.Add(Me.txtAH_CoolantHeatToAirCabinHeater) - Me.grpAuxHeater.Controls.Add(Me.txtAH_FuelEnergyHeatToCoolant) - Me.grpAuxHeater.Controls.Add(Me.Label26) - Me.grpAuxHeater.Controls.Add(Me.Label25) - Me.grpAuxHeater.Controls.Add(Me.lblUnitsAH_FuelFiredHeater) - Me.grpAuxHeater.Controls.Add(Me.txtAH_FuelFiredHeaterkW) - Me.grpAuxHeater.Controls.Add(Me.lbltxtAH_FuelFiredHeaterkW) - Me.grpAuxHeater.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.grpAuxHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.grpAuxHeater.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.grpAuxHeater.Location = New System.Drawing.Point(474, 209) - Me.grpAuxHeater.Name = "grpAuxHeater" - Me.grpAuxHeater.Size = New System.Drawing.Size(428, 121) - Me.grpAuxHeater.TabIndex = 32 - Me.grpAuxHeater.TabStop = False - Me.grpAuxHeater.Text = "Aux Heater" - ' - 'txtAH_CoolantHeatToAirCabinHeater - ' - Me.txtAH_CoolantHeatToAirCabinHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAH_CoolantHeatToAirCabinHeater.Location = New System.Drawing.Point(282, 88) - Me.txtAH_CoolantHeatToAirCabinHeater.Name = "txtAH_CoolantHeatToAirCabinHeater" - Me.txtAH_CoolantHeatToAirCabinHeater.ReadOnly = True - Me.txtAH_CoolantHeatToAirCabinHeater.Size = New System.Drawing.Size(97, 21) - Me.txtAH_CoolantHeatToAirCabinHeater.TabIndex = 31 - ' - 'txtAH_FuelEnergyHeatToCoolant - ' - Me.txtAH_FuelEnergyHeatToCoolant.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAH_FuelEnergyHeatToCoolant.Location = New System.Drawing.Point(282, 56) - Me.txtAH_FuelEnergyHeatToCoolant.Name = "txtAH_FuelEnergyHeatToCoolant" - Me.txtAH_FuelEnergyHeatToCoolant.ReadOnly = True - Me.txtAH_FuelEnergyHeatToCoolant.Size = New System.Drawing.Size(97, 21) - Me.txtAH_FuelEnergyHeatToCoolant.TabIndex = 30 - ' - 'Label26 - ' - Me.Label26.AutoSize = True - Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label26.ForeColor = System.Drawing.Color.Black - Me.Label26.Location = New System.Drawing.Point(22, 62) - Me.Label26.Name = "Label26" - Me.Label26.Size = New System.Drawing.Size(172, 15) - Me.Label26.TabIndex = 29 - Me.Label26.Text = "Fuel Energy to Heat to Coolant" - ' - 'Label25 - ' - Me.Label25.AutoSize = True - Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label25.ForeColor = System.Drawing.Color.Black - Me.Label25.Location = New System.Drawing.Point(22, 91) - Me.Label25.Name = "Label25" - Me.Label25.Size = New System.Drawing.Size(249, 15) - Me.Label25.TabIndex = 28 - Me.Label25.Text = "Coolant Heat Transferred to Air Cabin Heater" - ' - 'lblUnitsAH_FuelFiredHeater - ' - Me.lblUnitsAH_FuelFiredHeater.AutoSize = True - Me.lblUnitsAH_FuelFiredHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitsAH_FuelFiredHeater.Location = New System.Drawing.Point(398, 30) - Me.lblUnitsAH_FuelFiredHeater.Name = "lblUnitsAH_FuelFiredHeater" - Me.lblUnitsAH_FuelFiredHeater.Size = New System.Drawing.Size(24, 15) - Me.lblUnitsAH_FuelFiredHeater.TabIndex = 27 - Me.lblUnitsAH_FuelFiredHeater.Text = "Kw" - Me.ToolTip1.SetToolTip(Me.lblUnitsAH_FuelFiredHeater, "Kilo Watts") - ' - 'txtAH_FuelFiredHeaterkW - ' - Me.txtAH_FuelFiredHeaterkW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAH_FuelFiredHeaterkW.Location = New System.Drawing.Point(282, 27) - Me.txtAH_FuelFiredHeaterkW.Name = "txtAH_FuelFiredHeaterkW" - Me.txtAH_FuelFiredHeaterkW.Size = New System.Drawing.Size(97, 21) - Me.txtAH_FuelFiredHeaterkW.TabIndex = 1 - ' - 'lbltxtAH_FuelFiredHeaterkW - ' - Me.lbltxtAH_FuelFiredHeaterkW.AutoSize = True - Me.lbltxtAH_FuelFiredHeaterkW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lbltxtAH_FuelFiredHeaterkW.ForeColor = System.Drawing.Color.Black - Me.lbltxtAH_FuelFiredHeaterkW.Location = New System.Drawing.Point(22, 36) - Me.lbltxtAH_FuelFiredHeaterkW.Name = "lbltxtAH_FuelFiredHeaterkW" - Me.lbltxtAH_FuelFiredHeaterkW.Size = New System.Drawing.Size(102, 15) - Me.lbltxtAH_FuelFiredHeaterkW.TabIndex = 0 - Me.lbltxtAH_FuelFiredHeaterkW.Text = "Fuel Fired Heater" - ' - 'grpVentilation - ' - Me.grpVentilation.BackColor = System.Drawing.Color.Transparent - Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationDuringCooling) - Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationDuringHeating) - Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive) - Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationDuringAC) - Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationWhenBothHeatingAndACInactive) - Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationOnDuringHeating) - Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationDuringCooling) - Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationDuringHeating) - Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive) - Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationOnDuringHeating) - Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationDuringAC) - Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive) - Me.grpVentilation.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.grpVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.grpVentilation.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.grpVentilation.Location = New System.Drawing.Point(34, 369) - Me.grpVentilation.Name = "grpVentilation" - Me.grpVentilation.Size = New System.Drawing.Size(409, 216) - Me.grpVentilation.TabIndex = 31 - Me.grpVentilation.TabStop = False - Me.grpVentilation.Text = "Ventilation" - ' - 'cboVEN_VentilationDuringCooling - ' - Me.cboVEN_VentilationDuringCooling.FormattingEnabled = True - Me.cboVEN_VentilationDuringCooling.Items.AddRange(New Object() {"High", "Low"}) - Me.cboVEN_VentilationDuringCooling.Location = New System.Drawing.Point(216, 182) - Me.cboVEN_VentilationDuringCooling.Name = "cboVEN_VentilationDuringCooling" - Me.cboVEN_VentilationDuringCooling.Size = New System.Drawing.Size(75, 24) - Me.cboVEN_VentilationDuringCooling.TabIndex = 39 - ' - 'cboVEN_VentilationDuringHeating - ' - Me.cboVEN_VentilationDuringHeating.FormattingEnabled = True - Me.cboVEN_VentilationDuringHeating.Items.AddRange(New Object() {"High", "Low"}) - Me.cboVEN_VentilationDuringHeating.Location = New System.Drawing.Point(216, 150) - Me.cboVEN_VentilationDuringHeating.Name = "cboVEN_VentilationDuringHeating" - Me.cboVEN_VentilationDuringHeating.Size = New System.Drawing.Size(75, 24) - Me.cboVEN_VentilationDuringHeating.TabIndex = 38 - ' - 'cboVEN_VentilationFlowSettingWhenHeatingAndACInactive - ' - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.FormattingEnabled = True - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Items.AddRange(New Object() {"High", "Low"}) - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Location = New System.Drawing.Point(216, 117) - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Name = "cboVEN_VentilationFlowSettingWhenHeatingAndACInactive" - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Size = New System.Drawing.Size(75, 24) - Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.TabIndex = 37 - ' - 'chkVEN_VentilationDuringAC - ' - Me.chkVEN_VentilationDuringAC.AutoSize = True - Me.chkVEN_VentilationDuringAC.Location = New System.Drawing.Point(278, 85) - Me.chkVEN_VentilationDuringAC.Name = "chkVEN_VentilationDuringAC" - Me.chkVEN_VentilationDuringAC.Size = New System.Drawing.Size(31, 21) - Me.chkVEN_VentilationDuringAC.TabIndex = 36 - Me.chkVEN_VentilationDuringAC.Text = " " - Me.chkVEN_VentilationDuringAC.UseVisualStyleBackColor = True - ' - 'chkVEN_VentilationWhenBothHeatingAndACInactive - ' - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.AutoSize = True - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Location = New System.Drawing.Point(278, 61) - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Name = "chkVEN_VentilationWhenBothHeatingAndACInactive" - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Size = New System.Drawing.Size(31, 21) - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.TabIndex = 35 - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Text = " " - Me.chkVEN_VentilationWhenBothHeatingAndACInactive.UseVisualStyleBackColor = True - ' - 'chkVEN_VentilationOnDuringHeating - ' - Me.chkVEN_VentilationOnDuringHeating.AutoSize = True - Me.chkVEN_VentilationOnDuringHeating.Location = New System.Drawing.Point(279, 33) - Me.chkVEN_VentilationOnDuringHeating.Name = "chkVEN_VentilationOnDuringHeating" - Me.chkVEN_VentilationOnDuringHeating.Size = New System.Drawing.Size(31, 21) - Me.chkVEN_VentilationOnDuringHeating.TabIndex = 34 - Me.chkVEN_VentilationOnDuringHeating.Text = " " - Me.chkVEN_VentilationOnDuringHeating.UseVisualStyleBackColor = True - ' - 'lblcboVEN_VentilationDuringCooling - ' - Me.lblcboVEN_VentilationDuringCooling.AutoSize = True - Me.lblcboVEN_VentilationDuringCooling.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblcboVEN_VentilationDuringCooling.ForeColor = System.Drawing.Color.Black - Me.lblcboVEN_VentilationDuringCooling.Location = New System.Drawing.Point(13, 184) - Me.lblcboVEN_VentilationDuringCooling.Name = "lblcboVEN_VentilationDuringCooling" - Me.lblcboVEN_VentilationDuringCooling.Size = New System.Drawing.Size(149, 15) - Me.lblcboVEN_VentilationDuringCooling.TabIndex = 33 - Me.lblcboVEN_VentilationDuringCooling.Text = "Ventilation During Cooling" - ' - 'lblcboVEN_VentilationDuringHeating - ' - Me.lblcboVEN_VentilationDuringHeating.AutoSize = True - Me.lblcboVEN_VentilationDuringHeating.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblcboVEN_VentilationDuringHeating.ForeColor = System.Drawing.Color.Black - Me.lblcboVEN_VentilationDuringHeating.Location = New System.Drawing.Point(14, 152) - Me.lblcboVEN_VentilationDuringHeating.Name = "lblcboVEN_VentilationDuringHeating" - Me.lblcboVEN_VentilationDuringHeating.Size = New System.Drawing.Size(150, 15) - Me.lblcboVEN_VentilationDuringHeating.TabIndex = 30 - Me.lblcboVEN_VentilationDuringHeating.Text = "Ventilation During Heating" - ' - 'lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive - ' - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.AutoSize = True - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.ForeColor = System.Drawing.Color.Black - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Location = New System.Drawing.Point(14, 115) - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.MaximumSize = New System.Drawing.Size(210, 0) - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Name = "lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive" - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Size = New System.Drawing.Size(169, 30) - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.TabIndex = 27 - Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Text = "Ventilation FlowSetting When Heating And AC Inactive" - ' - 'lblchkVEN_VentilationOnDuringHeating - ' - Me.lblchkVEN_VentilationOnDuringHeating.AutoSize = True - Me.lblchkVEN_VentilationOnDuringHeating.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblchkVEN_VentilationOnDuringHeating.ForeColor = System.Drawing.Color.Black - Me.lblchkVEN_VentilationOnDuringHeating.Location = New System.Drawing.Point(14, 33) - Me.lblchkVEN_VentilationOnDuringHeating.Name = "lblchkVEN_VentilationOnDuringHeating" - Me.lblchkVEN_VentilationOnDuringHeating.Size = New System.Drawing.Size(169, 15) - Me.lblchkVEN_VentilationOnDuringHeating.TabIndex = 24 - Me.lblchkVEN_VentilationOnDuringHeating.Text = "Ventilation On During Heating" - ' - 'lblchkVEN_VentilationDuringAC - ' - Me.lblchkVEN_VentilationDuringAC.AutoSize = True - Me.lblchkVEN_VentilationDuringAC.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblchkVEN_VentilationDuringAC.ForeColor = System.Drawing.Color.Black - Me.lblchkVEN_VentilationDuringAC.Location = New System.Drawing.Point(14, 88) - Me.lblchkVEN_VentilationDuringAC.Name = "lblchkVEN_VentilationDuringAC" - Me.lblchkVEN_VentilationDuringAC.Size = New System.Drawing.Size(122, 15) - Me.lblchkVEN_VentilationDuringAC.TabIndex = 22 - Me.lblchkVEN_VentilationDuringAC.Text = "Ventilation During AC" - ' - 'lblchkVEN_VentilationWhenBothHeatingAndACInactive - ' - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.AutoSize = True - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.ForeColor = System.Drawing.Color.Black - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Location = New System.Drawing.Point(14, 62) - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Name = "lblchkVEN_VentilationWhenBothHeatingAndACInactive" - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Size = New System.Drawing.Size(256, 15) - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.TabIndex = 0 - Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Text = "Ventilation When Both Heating And ACInactive" - ' - 'grpACSystem - ' - Me.grpACSystem.BackColor = System.Drawing.Color.Transparent - Me.grpACSystem.Controls.Add(Me.txtAC_CompressorType) - Me.grpACSystem.Controls.Add(Me.Label6) - Me.grpACSystem.Controls.Add(Me.txtAC_COP) - Me.grpACSystem.Controls.Add(Me.lblBC_COP) - Me.grpACSystem.Controls.Add(Me.cboAC_CompressorType) - Me.grpACSystem.Controls.Add(Me.txtAC_CompressorCapacitykW) - Me.grpACSystem.Controls.Add(Me.lbltxtAC_CompressorCapacitykW) - Me.grpACSystem.Controls.Add(Me.lblUnitstxtAC_CompressorCapacitykW) - Me.grpACSystem.Controls.Add(Me.lblcboAC_CompressorType) - Me.grpACSystem.FlatStyle = System.Windows.Forms.FlatStyle.Popup - Me.grpACSystem.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) - Me.grpACSystem.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.grpACSystem.Location = New System.Drawing.Point(34, 209) - Me.grpACSystem.Name = "grpACSystem" - Me.grpACSystem.Size = New System.Drawing.Size(409, 154) - Me.grpACSystem.TabIndex = 30 - Me.grpACSystem.TabStop = False - Me.grpACSystem.Text = "AC-System" - ' - 'txtAC_CompressorType - ' - Me.txtAC_CompressorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAC_CompressorType.Location = New System.Drawing.Point(214, 59) - Me.txtAC_CompressorType.Name = "txtAC_CompressorType" - Me.txtAC_CompressorType.ReadOnly = True - Me.txtAC_CompressorType.Size = New System.Drawing.Size(101, 21) - Me.txtAC_CompressorType.TabIndex = 58 - ' - 'Label6 - ' - Me.Label6.AutoSize = True - Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.Label6.ForeColor = System.Drawing.Color.Black - Me.Label6.Location = New System.Drawing.Point(13, 30) - Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(122, 15) - Me.Label6.TabIndex = 57 - Me.Label6.Text = "AC-Compressor Type" - ' - 'txtAC_COP - ' - Me.txtAC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAC_COP.Location = New System.Drawing.Point(215, 123) - Me.txtAC_COP.Name = "txtAC_COP" - Me.txtAC_COP.ReadOnly = True - Me.txtAC_COP.Size = New System.Drawing.Size(101, 21) - Me.txtAC_COP.TabIndex = 56 - ' - 'lblBC_COP - ' - Me.lblBC_COP.AutoSize = True - Me.lblBC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblBC_COP.ForeColor = System.Drawing.Color.Black - Me.lblBC_COP.Location = New System.Drawing.Point(13, 126) - Me.lblBC_COP.Name = "lblBC_COP" - Me.lblBC_COP.Size = New System.Drawing.Size(32, 15) - Me.lblBC_COP.TabIndex = 55 - Me.lblBC_COP.Text = "COP" - ' - 'cboAC_CompressorType - ' - Me.cboAC_CompressorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cboAC_CompressorType.FormattingEnabled = True - Me.cboAC_CompressorType.Items.AddRange(New Object() {"2-Stage", "3-Stage", "4-Stage", "Continuous"}) - Me.cboAC_CompressorType.Location = New System.Drawing.Point(215, 27) - Me.cboAC_CompressorType.Name = "cboAC_CompressorType" - Me.cboAC_CompressorType.Size = New System.Drawing.Size(100, 24) - Me.cboAC_CompressorType.TabIndex = 26 - ' - 'txtAC_CompressorCapacitykW - ' - Me.txtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.txtAC_CompressorCapacitykW.Location = New System.Drawing.Point(215, 91) - Me.txtAC_CompressorCapacitykW.Name = "txtAC_CompressorCapacitykW" - Me.txtAC_CompressorCapacitykW.Size = New System.Drawing.Size(101, 21) - Me.txtAC_CompressorCapacitykW.TabIndex = 23 - ' - 'lbltxtAC_CompressorCapacitykW - ' - Me.lbltxtAC_CompressorCapacitykW.AutoSize = True - Me.lbltxtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lbltxtAC_CompressorCapacitykW.ForeColor = System.Drawing.Color.Black - Me.lbltxtAC_CompressorCapacitykW.Location = New System.Drawing.Point(13, 91) - Me.lbltxtAC_CompressorCapacitykW.Name = "lbltxtAC_CompressorCapacitykW" - Me.lbltxtAC_CompressorCapacitykW.Size = New System.Drawing.Size(140, 15) - Me.lbltxtAC_CompressorCapacitykW.TabIndex = 22 - Me.lbltxtAC_CompressorCapacitykW.Text = "AC-Compressor capacity" - ' - 'lblUnitstxtAC_CompressorCapacitykW - ' - Me.lblUnitstxtAC_CompressorCapacitykW.AutoSize = True - Me.lblUnitstxtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUnitstxtAC_CompressorCapacitykW.Location = New System.Drawing.Point(347, 94) - Me.lblUnitstxtAC_CompressorCapacitykW.Name = "lblUnitstxtAC_CompressorCapacitykW" - Me.lblUnitstxtAC_CompressorCapacitykW.Size = New System.Drawing.Size(24, 15) - Me.lblUnitstxtAC_CompressorCapacitykW.TabIndex = 16 - Me.lblUnitstxtAC_CompressorCapacitykW.Text = "Kw" - Me.ToolTip1.SetToolTip(Me.lblUnitstxtAC_CompressorCapacitykW, "Kilo Watts") - ' - 'lblcboAC_CompressorType - ' - Me.lblcboAC_CompressorType.AutoSize = True - Me.lblcboAC_CompressorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) - Me.lblcboAC_CompressorType.ForeColor = System.Drawing.Color.Black - Me.lblcboAC_CompressorType.Location = New System.Drawing.Point(13, 62) - Me.lblcboAC_CompressorType.Name = "lblcboAC_CompressorType" - Me.lblcboAC_CompressorType.Size = New System.Drawing.Size(175, 15) - Me.lblcboAC_CompressorType.TabIndex = 0 - Me.lblcboAC_CompressorType.Text = "AC-Compressor Type (Derived)" - ' - 'tabTechBenefits - ' - Me.tabTechBenefits.CausesValidation = False - Me.tabTechBenefits.Controls.Add(Me.btnClearForm) - Me.tabTechBenefits.Controls.Add(Me.lblIndex) - Me.tabTechBenefits.Controls.Add(Me.txtIndex) - Me.tabTechBenefits.Controls.Add(Me.btnUpdate) - Me.tabTechBenefits.Controls.Add(Me.lblLineType) - Me.tabTechBenefits.Controls.Add(Me.chkActiveVC) - Me.tabTechBenefits.Controls.Add(Me.lblCoolingColumn) - Me.tabTechBenefits.Controls.Add(Me.chkActiveVV) - Me.tabTechBenefits.Controls.Add(Me.txtBenefitName) - Me.tabTechBenefits.Controls.Add(Me.chkActiveVH) - Me.tabTechBenefits.Controls.Add(Me.lblBenefitName) - Me.tabTechBenefits.Controls.Add(Me.chkOnVehicle) - Me.tabTechBenefits.Controls.Add(Me.lblVentelationColumn) - Me.tabTechBenefits.Controls.Add(Me.lblHeatingColumn) - Me.tabTechBenefits.Controls.Add(Me.cboLineType) - Me.tabTechBenefits.Controls.Add(Me.pnlRaisedFloorRow) - Me.tabTechBenefits.Controls.Add(Me.pnlSemiLowFloorRow) - Me.tabTechBenefits.Controls.Add(Me.pnlLowFloorRow) - Me.tabTechBenefits.Controls.Add(Me.lblCategory) - Me.tabTechBenefits.Controls.Add(Me.cboCategory) - Me.tabTechBenefits.Controls.Add(Me.gvTechBenefitLines) - Me.tabTechBenefits.Controls.Add(Me.lblUnits) - Me.tabTechBenefits.Controls.Add(Me.cboUnits) - Me.tabTechBenefits.Location = New System.Drawing.Point(4, 22) - Me.tabTechBenefits.Name = "tabTechBenefits" - Me.tabTechBenefits.Padding = New System.Windows.Forms.Padding(3) - Me.tabTechBenefits.Size = New System.Drawing.Size(937, 611) - Me.tabTechBenefits.TabIndex = 5 - Me.tabTechBenefits.Text = " Tech List Input " - Me.tabTechBenefits.UseVisualStyleBackColor = True - ' - 'btnClearForm - ' - Me.btnClearForm.Location = New System.Drawing.Point(814, 100) - Me.btnClearForm.Name = "btnClearForm" - Me.btnClearForm.Size = New System.Drawing.Size(75, 23) - Me.btnClearForm.TabIndex = 34 - Me.btnClearForm.Text = "Clear Form" - Me.btnClearForm.UseVisualStyleBackColor = True - ' - 'lblIndex - ' - Me.lblIndex.AutoSize = True - Me.lblIndex.Location = New System.Drawing.Point(29, 18) - Me.lblIndex.Name = "lblIndex" - Me.lblIndex.Size = New System.Drawing.Size(33, 13) - Me.lblIndex.TabIndex = 33 - Me.lblIndex.Text = "Index" - ' - 'txtIndex - ' - Me.txtIndex.Location = New System.Drawing.Point(81, 15) - Me.txtIndex.Name = "txtIndex" - Me.txtIndex.ReadOnly = True - Me.txtIndex.Size = New System.Drawing.Size(58, 20) - Me.txtIndex.TabIndex = 32 - ' - 'btnUpdate - ' - Me.btnUpdate.Location = New System.Drawing.Point(814, 18) - Me.btnUpdate.Name = "btnUpdate" - Me.btnUpdate.Size = New System.Drawing.Size(75, 23) - Me.btnUpdate.TabIndex = 25 - Me.btnUpdate.Text = "Update/Add" - Me.btnUpdate.UseVisualStyleBackColor = True - ' - 'lblLineType - ' - Me.lblLineType.AutoSize = True - Me.lblLineType.Location = New System.Drawing.Point(415, 74) - Me.lblLineType.Name = "lblLineType" - Me.lblLineType.Size = New System.Drawing.Size(51, 13) - Me.lblLineType.TabIndex = 31 - Me.lblLineType.Text = "LineType" - ' - 'chkActiveVC - ' - Me.chkActiveVC.AutoSize = True - Me.chkActiveVC.Location = New System.Drawing.Point(490, 173) - Me.chkActiveVC.Name = "chkActiveVC" - Me.chkActiveVC.Size = New System.Drawing.Size(73, 17) - Me.chkActiveVC.TabIndex = 16 - Me.chkActiveVC.Text = "Active VC" - Me.chkActiveVC.UseVisualStyleBackColor = True - ' - 'lblCoolingColumn - ' - Me.lblCoolingColumn.AutoSize = True - Me.lblCoolingColumn.Location = New System.Drawing.Point(316, 100) - Me.lblCoolingColumn.Name = "lblCoolingColumn" - Me.lblCoolingColumn.Size = New System.Drawing.Size(42, 13) - Me.lblCoolingColumn.TabIndex = 30 - Me.lblCoolingColumn.Text = "Cooling" - ' - 'chkActiveVV - ' - Me.chkActiveVV.AutoSize = True - Me.chkActiveVV.Location = New System.Drawing.Point(490, 145) - Me.chkActiveVV.Name = "chkActiveVV" - Me.chkActiveVV.Size = New System.Drawing.Size(73, 17) - Me.chkActiveVV.TabIndex = 15 - Me.chkActiveVV.Text = "Active VV" - Me.chkActiveVV.UseVisualStyleBackColor = True - ' - 'txtBenefitName - ' - Me.txtBenefitName.Location = New System.Drawing.Point(488, 41) - Me.txtBenefitName.Name = "txtBenefitName" - Me.txtBenefitName.Size = New System.Drawing.Size(270, 20) - Me.txtBenefitName.TabIndex = 2 - ' - 'chkActiveVH - ' - Me.chkActiveVH.AutoSize = True - Me.chkActiveVH.Location = New System.Drawing.Point(490, 117) - Me.chkActiveVH.Name = "chkActiveVH" - Me.chkActiveVH.Size = New System.Drawing.Size(74, 17) - Me.chkActiveVH.TabIndex = 14 - Me.chkActiveVH.Text = "Active VH" - Me.chkActiveVH.UseVisualStyleBackColor = True - ' - 'lblBenefitName - ' - Me.lblBenefitName.AutoSize = True - Me.lblBenefitName.Location = New System.Drawing.Point(411, 44) - Me.lblBenefitName.Name = "lblBenefitName" - Me.lblBenefitName.Size = New System.Drawing.Size(71, 13) - Me.lblBenefitName.TabIndex = 18 - Me.lblBenefitName.Text = "Benefit Name" - ' - 'chkOnVehicle - ' - Me.chkOnVehicle.AutoSize = True - Me.chkOnVehicle.Location = New System.Drawing.Point(490, 202) - Me.chkOnVehicle.Name = "chkOnVehicle" - Me.chkOnVehicle.Size = New System.Drawing.Size(78, 17) - Me.chkOnVehicle.TabIndex = 17 - Me.chkOnVehicle.Text = "On Vehicle" - Me.chkOnVehicle.UseVisualStyleBackColor = True - ' - 'lblVentelationColumn - ' - Me.lblVentelationColumn.AutoSize = True - Me.lblVentelationColumn.Location = New System.Drawing.Point(215, 100) - Me.lblVentelationColumn.Name = "lblVentelationColumn" - Me.lblVentelationColumn.Size = New System.Drawing.Size(56, 13) - Me.lblVentelationColumn.TabIndex = 29 - Me.lblVentelationColumn.Text = "Ventilation" - ' - 'lblHeatingColumn - ' - Me.lblHeatingColumn.AutoSize = True - Me.lblHeatingColumn.Location = New System.Drawing.Point(122, 100) - Me.lblHeatingColumn.Name = "lblHeatingColumn" - Me.lblHeatingColumn.Size = New System.Drawing.Size(44, 13) - Me.lblHeatingColumn.TabIndex = 28 - Me.lblHeatingColumn.Text = "Heating" - ' - 'cboLineType - ' - Me.cboLineType.AutoCompleteCustomSource.AddRange(New String() {"Normal", "Active Ventelation"}) - Me.cboLineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cboLineType.FormattingEnabled = True - Me.cboLineType.Items.AddRange(New Object() {"Normal", "ActiveVentilation"}) - Me.cboLineType.Location = New System.Drawing.Point(488, 71) - Me.cboLineType.Name = "cboLineType" - Me.cboLineType.Size = New System.Drawing.Size(270, 21) - Me.cboLineType.TabIndex = 4 - ' - 'pnlRaisedFloorRow - ' - Me.pnlRaisedFloorRow.BackColor = System.Drawing.Color.Lavender - Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorH) - Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorC) - Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorV) - Me.pnlRaisedFloorRow.Controls.Add(Me.lblRaisedFloorRow) - Me.pnlRaisedFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.pnlRaisedFloorRow.ForeColor = System.Drawing.Color.Black - Me.pnlRaisedFloorRow.Location = New System.Drawing.Point(26, 193) - Me.pnlRaisedFloorRow.Name = "pnlRaisedFloorRow" - Me.pnlRaisedFloorRow.Size = New System.Drawing.Size(379, 33) - Me.pnlRaisedFloorRow.TabIndex = 9 - ' - 'txtRaisedFloorH - ' - Me.txtRaisedFloorH.Location = New System.Drawing.Point(84, 6) - Me.txtRaisedFloorH.Name = "txtRaisedFloorH" - Me.txtRaisedFloorH.Size = New System.Drawing.Size(70, 20) - Me.txtRaisedFloorH.TabIndex = 11 - ' - 'txtRaisedFloorC - ' - Me.txtRaisedFloorC.Location = New System.Drawing.Point(281, 6) - Me.txtRaisedFloorC.Name = "txtRaisedFloorC" - Me.txtRaisedFloorC.Size = New System.Drawing.Size(70, 20) - Me.txtRaisedFloorC.TabIndex = 13 - ' - 'txtRaisedFloorV - ' - Me.txtRaisedFloorV.Location = New System.Drawing.Point(184, 6) - Me.txtRaisedFloorV.Name = "txtRaisedFloorV" - Me.txtRaisedFloorV.Size = New System.Drawing.Size(70, 20) - Me.txtRaisedFloorV.TabIndex = 12 - ' - 'lblRaisedFloorRow - ' - Me.lblRaisedFloorRow.AutoSize = True - Me.lblRaisedFloorRow.Location = New System.Drawing.Point(3, 9) - Me.lblRaisedFloorRow.Name = "lblRaisedFloorRow" - Me.lblRaisedFloorRow.Size = New System.Drawing.Size(66, 13) - Me.lblRaisedFloorRow.TabIndex = 23 - Me.lblRaisedFloorRow.Text = "Raised Floor" - ' - 'pnlSemiLowFloorRow - ' - Me.pnlSemiLowFloorRow.BackColor = System.Drawing.Color.Lavender - Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorH) - Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorC) - Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorV) - Me.pnlSemiLowFloorRow.Controls.Add(Me.lblSemiLowFloorRow) - Me.pnlSemiLowFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.pnlSemiLowFloorRow.ForeColor = System.Drawing.Color.Black - Me.pnlSemiLowFloorRow.Location = New System.Drawing.Point(26, 155) - Me.pnlSemiLowFloorRow.Name = "pnlSemiLowFloorRow" - Me.pnlSemiLowFloorRow.Size = New System.Drawing.Size(379, 33) - Me.pnlSemiLowFloorRow.TabIndex = 8 - ' - 'txtSemiLowFloorH - ' - Me.txtSemiLowFloorH.Location = New System.Drawing.Point(84, 6) - Me.txtSemiLowFloorH.Name = "txtSemiLowFloorH" - Me.txtSemiLowFloorH.Size = New System.Drawing.Size(70, 20) - Me.txtSemiLowFloorH.TabIndex = 8 - ' - 'txtSemiLowFloorC - ' - Me.txtSemiLowFloorC.Location = New System.Drawing.Point(281, 6) - Me.txtSemiLowFloorC.Name = "txtSemiLowFloorC" - Me.txtSemiLowFloorC.Size = New System.Drawing.Size(70, 20) - Me.txtSemiLowFloorC.TabIndex = 10 - ' - 'txtSemiLowFloorV - ' - Me.txtSemiLowFloorV.Location = New System.Drawing.Point(184, 6) - Me.txtSemiLowFloorV.Name = "txtSemiLowFloorV" - Me.txtSemiLowFloorV.Size = New System.Drawing.Size(70, 20) - Me.txtSemiLowFloorV.TabIndex = 9 - ' - 'lblSemiLowFloorRow - ' - Me.lblSemiLowFloorRow.AutoSize = True - Me.lblSemiLowFloorRow.Location = New System.Drawing.Point(3, 9) - Me.lblSemiLowFloorRow.Name = "lblSemiLowFloorRow" - Me.lblSemiLowFloorRow.Size = New System.Drawing.Size(79, 13) - Me.lblSemiLowFloorRow.TabIndex = 22 - Me.lblSemiLowFloorRow.Text = "Semi Low Floor" - ' - 'pnlLowFloorRow - ' - Me.pnlLowFloorRow.BackColor = System.Drawing.Color.Lavender - Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorH) - Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorC) - Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorV) - Me.pnlLowFloorRow.Controls.Add(Me.lblLowFloorRow) - Me.pnlLowFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) - Me.pnlLowFloorRow.ForeColor = System.Drawing.Color.Black - Me.pnlLowFloorRow.Location = New System.Drawing.Point(26, 116) - Me.pnlLowFloorRow.Name = "pnlLowFloorRow" - Me.pnlLowFloorRow.Size = New System.Drawing.Size(379, 33) - Me.pnlLowFloorRow.TabIndex = 5 - ' - 'txtLowFloorH - ' - Me.txtLowFloorH.Location = New System.Drawing.Point(84, 6) - Me.txtLowFloorH.Name = "txtLowFloorH" - Me.txtLowFloorH.Size = New System.Drawing.Size(70, 20) - Me.txtLowFloorH.TabIndex = 5 - ' - 'txtLowFloorC - ' - Me.txtLowFloorC.Location = New System.Drawing.Point(280, 6) - Me.txtLowFloorC.Name = "txtLowFloorC" - Me.txtLowFloorC.Size = New System.Drawing.Size(70, 20) - Me.txtLowFloorC.TabIndex = 7 - ' - 'txtLowFloorV - ' - Me.txtLowFloorV.Location = New System.Drawing.Point(184, 6) - Me.txtLowFloorV.Name = "txtLowFloorV" - Me.txtLowFloorV.Size = New System.Drawing.Size(70, 20) - Me.txtLowFloorV.TabIndex = 6 - ' - 'lblLowFloorRow - ' - Me.lblLowFloorRow.AutoSize = True - Me.lblLowFloorRow.Location = New System.Drawing.Point(7, 9) - Me.lblLowFloorRow.Name = "lblLowFloorRow" - Me.lblLowFloorRow.Size = New System.Drawing.Size(53, 13) - Me.lblLowFloorRow.TabIndex = 21 - Me.lblLowFloorRow.Text = "Low Floor" - ' - 'lblCategory - ' - Me.lblCategory.AutoSize = True - Me.lblCategory.Location = New System.Drawing.Point(26, 71) - Me.lblCategory.Name = "lblCategory" - Me.lblCategory.Size = New System.Drawing.Size(49, 13) - Me.lblCategory.TabIndex = 19 - Me.lblCategory.Text = "Category" - ' - 'cboCategory - ' - Me.cboCategory.FormattingEnabled = True - Me.cboCategory.Location = New System.Drawing.Point(81, 71) - Me.cboCategory.Name = "cboCategory" - Me.cboCategory.Size = New System.Drawing.Size(324, 21) - Me.cboCategory.TabIndex = 3 - ' - 'gvTechBenefitLines - ' - Me.gvTechBenefitLines.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.gvTechBenefitLines.Location = New System.Drawing.Point(21, 238) - Me.gvTechBenefitLines.Name = "gvTechBenefitLines" - Me.gvTechBenefitLines.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect - Me.gvTechBenefitLines.Size = New System.Drawing.Size(885, 356) - Me.gvTechBenefitLines.TabIndex = 30 - ' - 'lblUnits - ' - Me.lblUnits.AutoSize = True - Me.lblUnits.Location = New System.Drawing.Point(26, 44) - Me.lblUnits.Name = "lblUnits" - Me.lblUnits.Size = New System.Drawing.Size(31, 13) - Me.lblUnits.TabIndex = 20 - Me.lblUnits.Text = "Units" - ' - 'cboUnits - ' - Me.cboUnits.AutoCompleteCustomSource.AddRange(New String() {"Fraction"}) - Me.cboUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cboUnits.FormattingEnabled = True - Me.cboUnits.Items.AddRange(New Object() {"Fraction"}) - Me.cboUnits.Location = New System.Drawing.Point(81, 44) - Me.cboUnits.Name = "cboUnits" - Me.cboUnits.Size = New System.Drawing.Size(324, 21) - Me.cboUnits.TabIndex = 1 - ' - 'tabDiagnostics - ' - Me.tabDiagnostics.Controls.Add(Me.txtDiagnostics) - Me.tabDiagnostics.Location = New System.Drawing.Point(4, 22) - Me.tabDiagnostics.Name = "tabDiagnostics" - Me.tabDiagnostics.Size = New System.Drawing.Size(937, 611) - Me.tabDiagnostics.TabIndex = 6 - Me.tabDiagnostics.Text = "Diagnostics" - Me.tabDiagnostics.UseVisualStyleBackColor = True - ' - 'txtDiagnostics - ' - Me.txtDiagnostics.Font = New System.Drawing.Font("Courier New", 8.0!) - Me.txtDiagnostics.Location = New System.Drawing.Point(22, 17) - Me.txtDiagnostics.Multiline = True - Me.txtDiagnostics.Name = "txtDiagnostics" - Me.txtDiagnostics.ScrollBars = System.Windows.Forms.ScrollBars.Both - Me.txtDiagnostics.Size = New System.Drawing.Size(877, 584) - Me.txtDiagnostics.TabIndex = 0 - Me.txtDiagnostics.WordWrap = False - ' - 'Label1 - ' - Me.Label1.AutoSize = True - Me.Label1.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.Label1.Location = New System.Drawing.Point(746, 30) - Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(82, 13) - Me.Label1.TabIndex = 10 - Me.Label1.Text = "Electrical Adj W" - Me.ToolTip1.SetToolTip(Me.Label1, "Electrical W - Tech List Adjusted") - ' - 'Label4 - ' - Me.Label4.AutoSize = True - Me.Label4.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.Label4.Location = New System.Drawing.Point(746, 57) - Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(94, 13) - Me.Label4.TabIndex = 12 - Me.Label4.Text = "Mechanical Adj W" - Me.ToolTip1.SetToolTip(Me.Label4, "Mechanical W - Tech List Adjusted") - ' - 'ErrorProvider1 - ' - Me.ErrorProvider1.ContainerControl = Me - ' - 'btnSave - ' - Me.btnSave.Location = New System.Drawing.Point(767, 734) - Me.btnSave.Name = "btnSave" - Me.btnSave.Size = New System.Drawing.Size(75, 23) - Me.btnSave.TabIndex = 1 - Me.btnSave.Text = "Save" - Me.btnSave.UseVisualStyleBackColor = True - ' - 'btnCancel - ' - Me.btnCancel.Location = New System.Drawing.Point(872, 734) - Me.btnCancel.Name = "btnCancel" - Me.btnCancel.Size = New System.Drawing.Size(75, 23) - Me.btnCancel.TabIndex = 2 - Me.btnCancel.Text = "Cancel" - Me.btnCancel.UseVisualStyleBackColor = True - ' - 'txtBasElectrical - ' - Me.txtBasElectrical.Location = New System.Drawing.Point(634, 26) - Me.txtBasElectrical.Name = "txtBasElectrical" - Me.txtBasElectrical.Size = New System.Drawing.Size(100, 20) - Me.txtBasElectrical.TabIndex = 3 - ' - 'txtBaseMechanical - ' - Me.txtBaseMechanical.Location = New System.Drawing.Point(634, 53) - Me.txtBaseMechanical.Name = "txtBaseMechanical" - Me.txtBaseMechanical.Size = New System.Drawing.Size(100, 20) - Me.txtBaseMechanical.TabIndex = 4 - ' - 'txtAdjMechanical - ' - Me.txtAdjMechanical.Location = New System.Drawing.Point(847, 53) - Me.txtAdjMechanical.Name = "txtAdjMechanical" - Me.txtAdjMechanical.Size = New System.Drawing.Size(100, 20) - Me.txtAdjMechanical.TabIndex = 7 - ' - 'txtAdjElectrical - ' - Me.txtAdjElectrical.Location = New System.Drawing.Point(847, 26) - Me.txtAdjElectrical.Name = "txtAdjElectrical" - Me.txtAdjElectrical.Size = New System.Drawing.Size(100, 20) - Me.txtAdjElectrical.TabIndex = 6 - ' - 'Timer1 - ' - Me.Timer1.Interval = 1000 - ' - 'lblElectricalBaseW - ' - Me.lblElectricalBaseW.AutoSize = True - Me.lblElectricalBaseW.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.lblElectricalBaseW.Location = New System.Drawing.Point(528, 30) - Me.lblElectricalBaseW.Name = "lblElectricalBaseW" - Me.lblElectricalBaseW.Size = New System.Drawing.Size(91, 13) - Me.lblElectricalBaseW.TabIndex = 9 - Me.lblElectricalBaseW.Text = "Electrical Base W" - ' - 'Label3 - ' - Me.Label3.AutoSize = True - Me.Label3.ForeColor = System.Drawing.SystemColors.MenuHighlight - Me.Label3.Location = New System.Drawing.Point(528, 57) - Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(103, 13) - Me.Label3.TabIndex = 11 - Me.Label3.Text = "Mechanical Base W" - ' - 'CMFiles - ' - Me.CMFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenWithToolStripMenuItem, Me.ShowInFolderToolStripMenuItem}) - Me.CMFiles.Name = "CMFiles" - Me.CMFiles.Size = New System.Drawing.Size(177, 48) - ' - 'OpenWithToolStripMenuItem - ' - Me.OpenWithToolStripMenuItem.Name = "OpenWithToolStripMenuItem" - Me.OpenWithToolStripMenuItem.Size = New System.Drawing.Size(176, 22) - Me.OpenWithToolStripMenuItem.Text = "Open with notepad" - ' - 'ShowInFolderToolStripMenuItem - ' - Me.ShowInFolderToolStripMenuItem.Name = "ShowInFolderToolStripMenuItem" - Me.ShowInFolderToolStripMenuItem.Size = New System.Drawing.Size(176, 22) - Me.ShowInFolderToolStripMenuItem.Text = "Open in Folder" - ' - 'frmHVACTool - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange - Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch - Me.ClientSize = New System.Drawing.Size(965, 766) - Me.Controls.Add(Me.Label4) - Me.Controls.Add(Me.Label3) - Me.Controls.Add(Me.Label1) - Me.Controls.Add(Me.lblElectricalBaseW) - Me.Controls.Add(Me.txtAdjMechanical) - Me.Controls.Add(Me.txtAdjElectrical) - Me.Controls.Add(Me.txtBaseMechanical) - Me.Controls.Add(Me.txtBasElectrical) - Me.Controls.Add(Me.btnCancel) - Me.Controls.Add(Me.btnSave) - Me.Controls.Add(Me.tabMain) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle - Me.MaximizeBox = False - Me.Name = "frmHVACTool" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "SSM HVAC Model V01 ( Excel Model V07 )" - Me.tabMain.ResumeLayout(False) - Me.tabGeneralInputsBP.ResumeLayout(False) - Me.BusParamGroupEdit.ResumeLayout(False) - Me.BusParamGroupEdit.PerformLayout() - Me.BusParamGroupModel.ResumeLayout(False) - Me.BusParamGroupModel.PerformLayout() - Me.tabGeneralInputsBC.ResumeLayout(False) - Me.GroupBox2.ResumeLayout(False) - Me.GroupBox2.PerformLayout() - Me.tabGeneralInputsOther.ResumeLayout(False) - Me.grpEnvironmentConditions.ResumeLayout(False) - Me.grpEnvironmentConditions.PerformLayout() - Me.grpAuxHeater.ResumeLayout(False) - Me.grpAuxHeater.PerformLayout() - Me.grpVentilation.ResumeLayout(False) - Me.grpVentilation.PerformLayout() - Me.grpACSystem.ResumeLayout(False) - Me.grpACSystem.PerformLayout() - Me.tabTechBenefits.ResumeLayout(False) - Me.tabTechBenefits.PerformLayout() - Me.pnlRaisedFloorRow.ResumeLayout(False) - Me.pnlRaisedFloorRow.PerformLayout() - Me.pnlSemiLowFloorRow.ResumeLayout(False) - Me.pnlSemiLowFloorRow.PerformLayout() - Me.pnlLowFloorRow.ResumeLayout(False) - Me.pnlLowFloorRow.PerformLayout() - CType(Me.gvTechBenefitLines, System.ComponentModel.ISupportInitialize).EndInit() - Me.tabDiagnostics.ResumeLayout(False) - Me.tabDiagnostics.PerformLayout() - CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit() - Me.CMFiles.ResumeLayout(False) - Me.ResumeLayout(False) - Me.PerformLayout() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHVACTool)) + Me.tabMain = New System.Windows.Forms.TabControl() + Me.tabGeneralInputsBP = New System.Windows.Forms.TabPage() + Me.btnCancelBus = New System.Windows.Forms.Button() + Me.BusParamGroupEdit = New System.Windows.Forms.GroupBox() + Me.Label19 = New System.Windows.Forms.Label() + Me.chkEditIsDoubleDecker = New System.Windows.Forms.CheckBox() + Me.cmbEditEngineType = New System.Windows.Forms.ComboBox() + Me.cmbEditFloorType = New System.Windows.Forms.ComboBox() + Me.txtEditBusModel = New System.Windows.Forms.TextBox() + Me.Label7 = New System.Windows.Forms.Label() + Me.Label8 = New System.Windows.Forms.Label() + Me.Label9 = New System.Windows.Forms.Label() + Me.Label12 = New System.Windows.Forms.Label() + Me.Label14 = New System.Windows.Forms.Label() + Me.Label16 = New System.Windows.Forms.Label() + Me.txtEditBusHeight = New System.Windows.Forms.TextBox() + Me.txtEditBusWidth = New System.Windows.Forms.TextBox() + Me.txtEditBusLength = New System.Windows.Forms.TextBox() + Me.Label17 = New System.Windows.Forms.Label() + Me.Label18 = New System.Windows.Forms.Label() + Me.Label21 = New System.Windows.Forms.Label() + Me.txtEditBusPassengers = New System.Windows.Forms.TextBox() + Me.Label22 = New System.Windows.Forms.Label() + Me.btnEditBus = New System.Windows.Forms.Button() + Me.btnUpdateBusDatabase = New System.Windows.Forms.Button() + Me.btnNewBus = New System.Windows.Forms.Button() + Me.BusParamGroupModel = New System.Windows.Forms.GroupBox() + Me.Label15 = New System.Windows.Forms.Label() + Me.chkIsDoubleDecker = New System.Windows.Forms.CheckBox() + Me.cmbBusFloorType = New System.Windows.Forms.ComboBox() + Me.Label10 = New System.Windows.Forms.Label() + Me.txtBusHeight = New System.Windows.Forms.TextBox() + Me.Label11 = New System.Windows.Forms.Label() + Me.txtBusModel = New System.Windows.Forms.TextBox() + Me.lblBusModel = New System.Windows.Forms.Label() + Me.lblBusFloorType = New System.Windows.Forms.Label() + Me.lblUnitsBW = New System.Windows.Forms.Label() + Me.lblUnitsBSA = New System.Windows.Forms.Label() + Me.lblUnitsBWSA = New System.Windows.Forms.Label() + Me.lblUnitsBV = New System.Windows.Forms.Label() + Me.lblUnitsBL = New System.Windows.Forms.Label() + Me.lblUnitsBFSA = New System.Windows.Forms.Label() + Me.txtBusWidth = New System.Windows.Forms.TextBox() + Me.txtBusLength = New System.Windows.Forms.TextBox() + Me.txtBusVolume = New System.Windows.Forms.TextBox() + Me.lblBusVolume = New System.Windows.Forms.Label() + Me.lblBusLength = New System.Windows.Forms.Label() + Me.lblBusWidth = New System.Windows.Forms.Label() + Me.txtBusWindowSurfaceArea = New System.Windows.Forms.TextBox() + Me.lblBusWindowSurfaceArea = New System.Windows.Forms.Label() + Me.txtBusSurfaceArea = New System.Windows.Forms.TextBox() + Me.lblBusSurfaceArea = New System.Windows.Forms.Label() + Me.txtBusFloorSurfaceArea = New System.Windows.Forms.TextBox() + Me.lblBusFloorSurfaceArea = New System.Windows.Forms.Label() + Me.txtRegisteredPassengers = New System.Windows.Forms.TextBox() + Me.lblRegisteredPassengers = New System.Windows.Forms.Label() + Me.cboBuses = New System.Windows.Forms.ComboBox() + Me.tabGeneralInputsBC = New System.Windows.Forms.TabPage() + Me.GroupBox2 = New System.Windows.Forms.GroupBox() + Me.Label24 = New System.Windows.Forms.Label() + Me.txtBC_TemperatureCoolingOff = New System.Windows.Forms.TextBox() + Me.Label5 = New System.Windows.Forms.Label() + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.Label() + Me.txtBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.TextBox() + Me.lblBC_MaxPossibleBenefitFromTechnologyList = New System.Windows.Forms.Label() + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.Label() + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.TextBox() + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses = New System.Windows.Forms.Label() + Me.lblUnitsBC_FrontRearWindowArea = New System.Windows.Forms.Label() + Me.txtBC_FrontRearWindowArea = New System.Windows.Forms.TextBox() + Me.lblBC_FrontRearWindowArea = New System.Windows.Forms.Label() + Me.lblUnitsBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.Label() + Me.txtBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.TextBox() + Me.lblBC_WindowAreaPerUnitBusLength = New System.Windows.Forms.Label() + Me.lblUnitsBC_GCVDieselOrHeatingOil = New System.Windows.Forms.Label() + Me.txtBC_GCVDieselOrHeatingOil = New System.Windows.Forms.TextBox() + Me.lblBC_GCVDieselOrHeatingOil = New System.Windows.Forms.Label() + Me.txtBC_AuxHeaterEfficiency = New System.Windows.Forms.TextBox() + Me.lblBC_AuxHeaterEfficiency = New System.Windows.Forms.Label() + Me.lblUnitsBC_COP = New System.Windows.Forms.Label() + Me.lblUnitsBC_SpecificVentilationPower = New System.Windows.Forms.Label() + Me.txtBC_SpecificVentilationPower = New System.Windows.Forms.TextBox() + Me.lvlBC_SpecificVentilationPower = New System.Windows.Forms.Label() + Me.lblUnitsBC_LowVentPowerW = New System.Windows.Forms.Label() + Me.txtBC_LowVentPowerW = New System.Windows.Forms.TextBox() + Me.lblBC_LowVentPowerW = New System.Windows.Forms.Label() + Me.lblUnitsBC_HighVentPowerW = New System.Windows.Forms.Label() + Me.txtBC_HighVentPowerW = New System.Windows.Forms.TextBox() + Me.lblBC_HighVentPowerW = New System.Windows.Forms.Label() + Me.lblUnitsBC_Low = New System.Windows.Forms.Label() + Me.txtBC_Low = New System.Windows.Forms.TextBox() + Me.lblBC_Low = New System.Windows.Forms.Label() + Me.lblUnitsBC_High = New System.Windows.Forms.Label() + Me.txtBC_High = New System.Windows.Forms.TextBox() + Me.lblBC_High = New System.Windows.Forms.Label() + Me.lblUnitsBC_lowVentilation = New System.Windows.Forms.Label() + Me.txtBC_lowVentilation = New System.Windows.Forms.TextBox() + Me.lblBC_lowVentilation = New System.Windows.Forms.Label() + Me.lblUnitsBC_HighVentilation = New System.Windows.Forms.Label() + Me.txtBC_HighVentilation = New System.Windows.Forms.TextBox() + Me.lblBC_HighVentilation = New System.Windows.Forms.Label() + Me.lblUnitsBC_CoolingBoundaryTemperature = New System.Windows.Forms.Label() + Me.txtBC_CoolingBoundaryTemperature = New System.Windows.Forms.TextBox() + Me.lblBC_CoolingBoundaryTemperature = New System.Windows.Forms.Label() + Me.lblUnitsBC_HeatingBoundaryTemperature = New System.Windows.Forms.Label() + Me.txtBC_HeatingBoundaryTemperature = New System.Windows.Forms.TextBox() + Me.lblBC_HeatingBoundaryTemperature = New System.Windows.Forms.Label() + Me.txtBC_GFactor = New System.Windows.Forms.TextBox() + Me.lblGFactor = New System.Windows.Forms.Label() + Me.txtBC_HeatPerPassengerIntoCabinW = New System.Windows.Forms.TextBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.lblUnitsUValues = New System.Windows.Forms.Label() + Me.lblUnitsPassengerBoundaryTemp = New System.Windows.Forms.Label() + Me.lblUnitsPGRDensitySemiLowFloor = New System.Windows.Forms.Label() + Me.lblUnitsPassenderDensityLowFloor = New System.Windows.Forms.Label() + Me.lblUnitsBC_PassengerDensityRaisedFloor = New System.Windows.Forms.Label() + Me.lblHeatPerPassengerIntoCabinW = New System.Windows.Forms.Label() + Me.txtBC_UValues = New System.Windows.Forms.TextBox() + Me.txtBC_CalculatedPassengerNumber = New System.Windows.Forms.TextBox() + Me.txtBC_PassengerDensityRaisedFloor = New System.Windows.Forms.TextBox() + Me.lblBC_PassengerDensityRaisedFloor = New System.Windows.Forms.Label() + Me.lblBC_CalculatedPassengerNumber = New System.Windows.Forms.Label() + Me.lblBC_UValues = New System.Windows.Forms.Label() + Me.txtBC_PassengerDensitySemiLowFloor = New System.Windows.Forms.TextBox() + Me.lblBC_PassengerDensitySemiLowFloor = New System.Windows.Forms.Label() + Me.txtBC_PassengerDensityLowFloor = New System.Windows.Forms.TextBox() + Me.Label13 = New System.Windows.Forms.Label() + Me.txtBC_PassengerBoundaryTemperature = New System.Windows.Forms.TextBox() + Me.lblPassengerBoundaryTemp = New System.Windows.Forms.Label() + Me.txtBC_SolarClouding = New System.Windows.Forms.TextBox() + Me.lblSolarClouding = New System.Windows.Forms.Label() + Me.tabGeneralInputsOther = New System.Windows.Forms.TabPage() + Me.grpEnvironmentConditions = New System.Windows.Forms.GroupBox() + Me.btnOpenAenv = New System.Windows.Forms.Button() + Me.btnEnvironmentConditionsSource = New System.Windows.Forms.Button() + Me.txtEC_EnvironmentConditionsFilePath = New System.Windows.Forms.TextBox() + Me.Label20 = New System.Windows.Forms.Label() + Me.chkEC_BatchMode = New System.Windows.Forms.CheckBox() + Me.Label23 = New System.Windows.Forms.Label() + Me.txtEC_EnviromentalTemperature = New System.Windows.Forms.TextBox() + Me.lbltxtEC_EnviromentalTemperature = New System.Windows.Forms.Label() + Me.txtEC_Solar = New System.Windows.Forms.TextBox() + Me.lbltxtEC_Solar = New System.Windows.Forms.Label() + Me.lblUnitstxtEC_EnviromentalTemperature = New System.Windows.Forms.Label() + Me.lblUnitstxtEC_Solar = New System.Windows.Forms.Label() + Me.grpAuxHeater = New System.Windows.Forms.GroupBox() + Me.txtAH_CoolantHeatToAirCabinHeater = New System.Windows.Forms.TextBox() + Me.txtAH_FuelEnergyHeatToCoolant = New System.Windows.Forms.TextBox() + Me.Label26 = New System.Windows.Forms.Label() + Me.Label25 = New System.Windows.Forms.Label() + Me.lblUnitsAH_FuelFiredHeater = New System.Windows.Forms.Label() + Me.txtAH_FuelFiredHeaterkW = New System.Windows.Forms.TextBox() + Me.lbltxtAH_FuelFiredHeaterkW = New System.Windows.Forms.Label() + Me.grpVentilation = New System.Windows.Forms.GroupBox() + Me.cboVEN_VentilationDuringCooling = New System.Windows.Forms.ComboBox() + Me.cboVEN_VentilationDuringHeating = New System.Windows.Forms.ComboBox() + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive = New System.Windows.Forms.ComboBox() + Me.chkVEN_VentilationDuringAC = New System.Windows.Forms.CheckBox() + Me.chkVEN_VentilationWhenBothHeatingAndACInactive = New System.Windows.Forms.CheckBox() + Me.chkVEN_VentilationOnDuringHeating = New System.Windows.Forms.CheckBox() + Me.lblcboVEN_VentilationDuringCooling = New System.Windows.Forms.Label() + Me.lblcboVEN_VentilationDuringHeating = New System.Windows.Forms.Label() + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive = New System.Windows.Forms.Label() + Me.lblchkVEN_VentilationOnDuringHeating = New System.Windows.Forms.Label() + Me.lblchkVEN_VentilationDuringAC = New System.Windows.Forms.Label() + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive = New System.Windows.Forms.Label() + Me.grpACSystem = New System.Windows.Forms.GroupBox() + Me.txtAC_CompressorType = New System.Windows.Forms.TextBox() + Me.Label6 = New System.Windows.Forms.Label() + Me.txtAC_COP = New System.Windows.Forms.TextBox() + Me.lblBC_COP = New System.Windows.Forms.Label() + Me.cboAC_CompressorType = New System.Windows.Forms.ComboBox() + Me.txtAC_CompressorCapacitykW = New System.Windows.Forms.TextBox() + Me.lbltxtAC_CompressorCapacitykW = New System.Windows.Forms.Label() + Me.lblUnitstxtAC_CompressorCapacitykW = New System.Windows.Forms.Label() + Me.lblcboAC_CompressorType = New System.Windows.Forms.Label() + Me.tabTechBenefits = New System.Windows.Forms.TabPage() + Me.btnClearForm = New System.Windows.Forms.Button() + Me.lblIndex = New System.Windows.Forms.Label() + Me.txtIndex = New System.Windows.Forms.TextBox() + Me.btnUpdate = New System.Windows.Forms.Button() + Me.lblLineType = New System.Windows.Forms.Label() + Me.chkActiveVC = New System.Windows.Forms.CheckBox() + Me.lblCoolingColumn = New System.Windows.Forms.Label() + Me.chkActiveVV = New System.Windows.Forms.CheckBox() + Me.txtBenefitName = New System.Windows.Forms.TextBox() + Me.chkActiveVH = New System.Windows.Forms.CheckBox() + Me.lblBenefitName = New System.Windows.Forms.Label() + Me.chkOnVehicle = New System.Windows.Forms.CheckBox() + Me.lblVentelationColumn = New System.Windows.Forms.Label() + Me.lblHeatingColumn = New System.Windows.Forms.Label() + Me.cboLineType = New System.Windows.Forms.ComboBox() + Me.pnlRaisedFloorRow = New System.Windows.Forms.Panel() + Me.txtRaisedFloorH = New System.Windows.Forms.TextBox() + Me.txtRaisedFloorC = New System.Windows.Forms.TextBox() + Me.txtRaisedFloorV = New System.Windows.Forms.TextBox() + Me.lblRaisedFloorRow = New System.Windows.Forms.Label() + Me.pnlSemiLowFloorRow = New System.Windows.Forms.Panel() + Me.txtSemiLowFloorH = New System.Windows.Forms.TextBox() + Me.txtSemiLowFloorC = New System.Windows.Forms.TextBox() + Me.txtSemiLowFloorV = New System.Windows.Forms.TextBox() + Me.lblSemiLowFloorRow = New System.Windows.Forms.Label() + Me.pnlLowFloorRow = New System.Windows.Forms.Panel() + Me.txtLowFloorH = New System.Windows.Forms.TextBox() + Me.txtLowFloorC = New System.Windows.Forms.TextBox() + Me.txtLowFloorV = New System.Windows.Forms.TextBox() + Me.lblLowFloorRow = New System.Windows.Forms.Label() + Me.lblCategory = New System.Windows.Forms.Label() + Me.cboCategory = New System.Windows.Forms.ComboBox() + Me.gvTechBenefitLines = New System.Windows.Forms.DataGridView() + Me.lblUnits = New System.Windows.Forms.Label() + Me.cboUnits = New System.Windows.Forms.ComboBox() + Me.tabDiagnostics = New System.Windows.Forms.TabPage() + Me.txtDiagnostics = New System.Windows.Forms.TextBox() + Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + Me.Label1 = New System.Windows.Forms.Label() + Me.Label4 = New System.Windows.Forms.Label() + Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components) + Me.btnSave = New System.Windows.Forms.Button() + Me.btnCancel = New System.Windows.Forms.Button() + Me.txtBasElectrical = New System.Windows.Forms.TextBox() + Me.txtBaseMechanical = New System.Windows.Forms.TextBox() + Me.txtAdjMechanical = New System.Windows.Forms.TextBox() + Me.txtAdjElectrical = New System.Windows.Forms.TextBox() + Me.Timer1 = New System.Windows.Forms.Timer(Me.components) + Me.lblElectricalBaseW = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.CMFiles = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.tabMain.SuspendLayout() + Me.tabGeneralInputsBP.SuspendLayout() + Me.BusParamGroupEdit.SuspendLayout() + Me.BusParamGroupModel.SuspendLayout() + Me.tabGeneralInputsBC.SuspendLayout() + Me.GroupBox2.SuspendLayout() + Me.tabGeneralInputsOther.SuspendLayout() + Me.grpEnvironmentConditions.SuspendLayout() + Me.grpAuxHeater.SuspendLayout() + Me.grpVentilation.SuspendLayout() + Me.grpACSystem.SuspendLayout() + Me.tabTechBenefits.SuspendLayout() + Me.pnlRaisedFloorRow.SuspendLayout() + Me.pnlSemiLowFloorRow.SuspendLayout() + Me.pnlLowFloorRow.SuspendLayout() + CType(Me.gvTechBenefitLines, System.ComponentModel.ISupportInitialize).BeginInit() + Me.tabDiagnostics.SuspendLayout() + CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.CMFiles.SuspendLayout() + Me.SuspendLayout() + ' + 'tabMain + ' + Me.tabMain.Controls.Add(Me.tabGeneralInputsBP) + Me.tabMain.Controls.Add(Me.tabGeneralInputsBC) + Me.tabMain.Controls.Add(Me.tabGeneralInputsOther) + Me.tabMain.Controls.Add(Me.tabTechBenefits) + Me.tabMain.Controls.Add(Me.tabDiagnostics) + Me.tabMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed + Me.tabMain.Location = New System.Drawing.Point(8, 88) + Me.tabMain.Name = "tabMain" + Me.tabMain.SelectedIndex = 0 + Me.tabMain.Size = New System.Drawing.Size(945, 637) + Me.tabMain.TabIndex = 0 + ' + 'tabGeneralInputsBP + ' + Me.tabGeneralInputsBP.Controls.Add(Me.btnCancelBus) + Me.tabGeneralInputsBP.Controls.Add(Me.BusParamGroupEdit) + Me.tabGeneralInputsBP.Controls.Add(Me.btnEditBus) + Me.tabGeneralInputsBP.Controls.Add(Me.btnUpdateBusDatabase) + Me.tabGeneralInputsBP.Controls.Add(Me.btnNewBus) + Me.tabGeneralInputsBP.Controls.Add(Me.BusParamGroupModel) + Me.tabGeneralInputsBP.Controls.Add(Me.cboBuses) + Me.tabGeneralInputsBP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.tabGeneralInputsBP.Location = New System.Drawing.Point(4, 22) + Me.tabGeneralInputsBP.Name = "tabGeneralInputsBP" + Me.tabGeneralInputsBP.Padding = New System.Windows.Forms.Padding(3) + Me.tabGeneralInputsBP.Size = New System.Drawing.Size(937, 611) + Me.tabGeneralInputsBP.TabIndex = 0 + Me.tabGeneralInputsBP.Text = " INP - BusParameters " + Me.tabGeneralInputsBP.UseVisualStyleBackColor = True + ' + 'btnCancelBus + ' + Me.btnCancelBus.Enabled = False + Me.btnCancelBus.Location = New System.Drawing.Point(581, 22) + Me.btnCancelBus.Name = "btnCancelBus" + Me.btnCancelBus.Size = New System.Drawing.Size(74, 25) + Me.btnCancelBus.TabIndex = 13 + Me.btnCancelBus.Text = "Cancel" + Me.btnCancelBus.UseVisualStyleBackColor = True + ' + 'BusParamGroupEdit + ' + Me.BusParamGroupEdit.BackColor = System.Drawing.Color.Transparent + Me.BusParamGroupEdit.Controls.Add(Me.Label19) + Me.BusParamGroupEdit.Controls.Add(Me.chkEditIsDoubleDecker) + Me.BusParamGroupEdit.Controls.Add(Me.cmbEditEngineType) + Me.BusParamGroupEdit.Controls.Add(Me.cmbEditFloorType) + Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusModel) + Me.BusParamGroupEdit.Controls.Add(Me.Label7) + Me.BusParamGroupEdit.Controls.Add(Me.Label8) + Me.BusParamGroupEdit.Controls.Add(Me.Label9) + Me.BusParamGroupEdit.Controls.Add(Me.Label12) + Me.BusParamGroupEdit.Controls.Add(Me.Label14) + Me.BusParamGroupEdit.Controls.Add(Me.Label16) + Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusHeight) + Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusWidth) + Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusLength) + Me.BusParamGroupEdit.Controls.Add(Me.Label17) + Me.BusParamGroupEdit.Controls.Add(Me.Label18) + Me.BusParamGroupEdit.Controls.Add(Me.Label21) + Me.BusParamGroupEdit.Controls.Add(Me.txtEditBusPassengers) + Me.BusParamGroupEdit.Controls.Add(Me.Label22) + Me.BusParamGroupEdit.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.BusParamGroupEdit.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.BusParamGroupEdit.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.BusParamGroupEdit.Location = New System.Drawing.Point(30, 409) + Me.BusParamGroupEdit.Name = "BusParamGroupEdit" + Me.BusParamGroupEdit.Size = New System.Drawing.Size(625, 352) + Me.BusParamGroupEdit.TabIndex = 12 + Me.BusParamGroupEdit.TabStop = False + Me.BusParamGroupEdit.Text = "Bus Parameterisation" + Me.BusParamGroupEdit.Visible = False + ' + 'Label19 + ' + Me.Label19.AutoSize = True + Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label19.ForeColor = System.Drawing.Color.Black + Me.Label19.Location = New System.Drawing.Point(14, 151) + Me.Label19.Name = "Label19" + Me.Label19.Size = New System.Drawing.Size(101, 15) + Me.Label19.TabIndex = 33 + Me.Label19.Text = "Is Double Decker" + ' + 'chkEditIsDoubleDecker + ' + Me.chkEditIsDoubleDecker.AutoSize = True + Me.chkEditIsDoubleDecker.Location = New System.Drawing.Point(179, 151) + Me.chkEditIsDoubleDecker.Name = "chkEditIsDoubleDecker" + Me.chkEditIsDoubleDecker.Size = New System.Drawing.Size(15, 14) + Me.chkEditIsDoubleDecker.TabIndex = 32 + Me.chkEditIsDoubleDecker.UseVisualStyleBackColor = True + ' + 'cmbEditEngineType + ' + Me.cmbEditEngineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cmbEditEngineType.FormattingEnabled = True + Me.cmbEditEngineType.Items.AddRange(New Object() {"diesel", "gas", "hybrid"}) + Me.cmbEditEngineType.Location = New System.Drawing.Point(179, 118) + Me.cmbEditEngineType.Name = "cmbEditEngineType" + Me.cmbEditEngineType.Size = New System.Drawing.Size(208, 24) + Me.cmbEditEngineType.TabIndex = 28 + ' + 'cmbEditFloorType + ' + Me.cmbEditFloorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cmbEditFloorType.FormattingEnabled = True + Me.cmbEditFloorType.Items.AddRange(New Object() {"raised floor", "low floor", "semi low floor"}) + Me.cmbEditFloorType.Location = New System.Drawing.Point(179, 88) + Me.cmbEditFloorType.Name = "cmbEditFloorType" + Me.cmbEditFloorType.Size = New System.Drawing.Size(208, 24) + Me.cmbEditFloorType.TabIndex = 27 + ' + 'txtEditBusModel + ' + Me.txtEditBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEditBusModel.Location = New System.Drawing.Point(179, 30) + Me.txtEditBusModel.Name = "txtEditBusModel" + Me.txtEditBusModel.Size = New System.Drawing.Size(208, 21) + Me.txtEditBusModel.TabIndex = 25 + ' + 'Label7 + ' + Me.Label7.AutoSize = True + Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label7.ForeColor = System.Drawing.Color.Black + Me.Label7.Location = New System.Drawing.Point(14, 33) + Me.Label7.Name = "Label7" + Me.Label7.Size = New System.Drawing.Size(66, 15) + Me.Label7.TabIndex = 24 + Me.Label7.Text = "Bus Model" + ' + 'Label8 + ' + Me.Label8.AutoSize = True + Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label8.ForeColor = System.Drawing.Color.Black + Me.Label8.Location = New System.Drawing.Point(14, 88) + Me.Label8.Name = "Label8" + Me.Label8.Size = New System.Drawing.Size(88, 15) + Me.Label8.TabIndex = 22 + Me.Label8.Text = "Bus Floor Type" + ' + 'Label9 + ' + Me.Label9.AutoSize = True + Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label9.Location = New System.Drawing.Point(296, 211) + Me.Label9.Name = "Label9" + Me.Label9.Size = New System.Drawing.Size(18, 15) + Me.Label9.TabIndex = 21 + Me.Label9.Text = "m" + Me.ToolTip1.SetToolTip(Me.Label9, "Linear Metres") + ' + 'Label12 + ' + Me.Label12.AutoSize = True + Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label12.Location = New System.Drawing.Point(296, 235) + Me.Label12.Name = "Label12" + Me.Label12.Size = New System.Drawing.Size(18, 15) + Me.Label12.TabIndex = 18 + Me.Label12.Text = "m" + Me.ToolTip1.SetToolTip(Me.Label12, "Metres Cubed") + ' + 'Label14 + ' + Me.Label14.AutoSize = True + Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label14.Location = New System.Drawing.Point(296, 180) + Me.Label14.Name = "Label14" + Me.Label14.Size = New System.Drawing.Size(18, 15) + Me.Label14.TabIndex = 17 + Me.Label14.Text = "m" + Me.ToolTip1.SetToolTip(Me.Label14, "Linear Metres") + ' + 'Label16 + ' + Me.Label16.AutoSize = True + Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label16.ForeColor = System.Drawing.Color.Black + Me.Label16.Location = New System.Drawing.Point(14, 238) + Me.Label16.Name = "Label16" + Me.Label16.Size = New System.Drawing.Size(67, 15) + Me.Label16.TabIndex = 12 + Me.Label16.Text = "Bus Height" + ' + 'txtEditBusHeight + ' + Me.txtEditBusHeight.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEditBusHeight.Location = New System.Drawing.Point(179, 235) + Me.txtEditBusHeight.Name = "txtEditBusHeight" + Me.txtEditBusHeight.Size = New System.Drawing.Size(97, 21) + Me.txtEditBusHeight.TabIndex = 31 + ' + 'txtEditBusWidth + ' + Me.txtEditBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEditBusWidth.Location = New System.Drawing.Point(179, 208) + Me.txtEditBusWidth.Name = "txtEditBusWidth" + Me.txtEditBusWidth.Size = New System.Drawing.Size(97, 21) + Me.txtEditBusWidth.TabIndex = 30 + ' + 'txtEditBusLength + ' + Me.txtEditBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEditBusLength.Location = New System.Drawing.Point(179, 179) + Me.txtEditBusLength.Name = "txtEditBusLength" + Me.txtEditBusLength.Size = New System.Drawing.Size(97, 21) + Me.txtEditBusLength.TabIndex = 29 + ' + 'Label17 + ' + Me.Label17.AutoSize = True + Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label17.ForeColor = System.Drawing.Color.Black + Me.Label17.Location = New System.Drawing.Point(14, 182) + Me.Label17.Name = "Label17" + Me.Label17.Size = New System.Drawing.Size(72, 15) + Me.Label17.TabIndex = 11 + Me.Label17.Text = "Bus Length" + ' + 'Label18 + ' + Me.Label18.AutoSize = True + Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label18.ForeColor = System.Drawing.Color.Black + Me.Label18.Location = New System.Drawing.Point(14, 211) + Me.Label18.Name = "Label18" + Me.Label18.Size = New System.Drawing.Size(65, 15) + Me.Label18.TabIndex = 10 + Me.Label18.Text = "Bus Width" + ' + 'Label21 + ' + Me.Label21.AutoSize = True + Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label21.ForeColor = System.Drawing.Color.Black + Me.Label21.Location = New System.Drawing.Point(14, 120) + Me.Label21.Name = "Label21" + Me.Label21.Size = New System.Drawing.Size(99, 15) + Me.Label21.TabIndex = 4 + Me.Label21.Text = "Bus Engine Type" + ' + 'txtEditBusPassengers + ' + Me.txtEditBusPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEditBusPassengers.Location = New System.Drawing.Point(179, 59) + Me.txtEditBusPassengers.Name = "txtEditBusPassengers" + Me.txtEditBusPassengers.Size = New System.Drawing.Size(97, 21) + Me.txtEditBusPassengers.TabIndex = 26 + ' + 'Label22 + ' + Me.Label22.AutoSize = True + Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label22.ForeColor = System.Drawing.Color.Black + Me.Label22.Location = New System.Drawing.Point(14, 62) + Me.Label22.Name = "Label22" + Me.Label22.Size = New System.Drawing.Size(138, 15) + Me.Label22.TabIndex = 0 + Me.Label22.Text = "Registered Passengers " + ' + 'btnEditBus + ' + Me.btnEditBus.Enabled = False + Me.btnEditBus.Location = New System.Drawing.Point(421, 22) + Me.btnEditBus.Name = "btnEditBus" + Me.btnEditBus.Size = New System.Drawing.Size(74, 25) + Me.btnEditBus.TabIndex = 11 + Me.btnEditBus.Text = "Edit" + Me.btnEditBus.UseVisualStyleBackColor = True + ' + 'btnUpdateBusDatabase + ' + Me.btnUpdateBusDatabase.Enabled = False + Me.btnUpdateBusDatabase.Location = New System.Drawing.Point(294, 22) + Me.btnUpdateBusDatabase.Name = "btnUpdateBusDatabase" + Me.btnUpdateBusDatabase.Size = New System.Drawing.Size(123, 25) + Me.btnUpdateBusDatabase.TabIndex = 10 + Me.btnUpdateBusDatabase.Text = "Save Bus Database" + Me.btnUpdateBusDatabase.UseVisualStyleBackColor = True + ' + 'btnNewBus + ' + Me.btnNewBus.Location = New System.Drawing.Point(501, 22) + Me.btnNewBus.Name = "btnNewBus" + Me.btnNewBus.Size = New System.Drawing.Size(74, 25) + Me.btnNewBus.TabIndex = 9 + Me.btnNewBus.Text = "New" + Me.btnNewBus.UseVisualStyleBackColor = True + ' + 'BusParamGroupModel + ' + Me.BusParamGroupModel.BackColor = System.Drawing.Color.Transparent + Me.BusParamGroupModel.Controls.Add(Me.Label15) + Me.BusParamGroupModel.Controls.Add(Me.chkIsDoubleDecker) + Me.BusParamGroupModel.Controls.Add(Me.cmbBusFloorType) + Me.BusParamGroupModel.Controls.Add(Me.Label10) + Me.BusParamGroupModel.Controls.Add(Me.txtBusHeight) + Me.BusParamGroupModel.Controls.Add(Me.Label11) + Me.BusParamGroupModel.Controls.Add(Me.txtBusModel) + Me.BusParamGroupModel.Controls.Add(Me.lblBusModel) + Me.BusParamGroupModel.Controls.Add(Me.lblBusFloorType) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBW) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBSA) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBWSA) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBV) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBL) + Me.BusParamGroupModel.Controls.Add(Me.lblUnitsBFSA) + Me.BusParamGroupModel.Controls.Add(Me.txtBusWidth) + Me.BusParamGroupModel.Controls.Add(Me.txtBusLength) + Me.BusParamGroupModel.Controls.Add(Me.txtBusVolume) + Me.BusParamGroupModel.Controls.Add(Me.lblBusVolume) + Me.BusParamGroupModel.Controls.Add(Me.lblBusLength) + Me.BusParamGroupModel.Controls.Add(Me.lblBusWidth) + Me.BusParamGroupModel.Controls.Add(Me.txtBusWindowSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.lblBusWindowSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.txtBusSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.lblBusSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.txtBusFloorSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.lblBusFloorSurfaceArea) + Me.BusParamGroupModel.Controls.Add(Me.txtRegisteredPassengers) + Me.BusParamGroupModel.Controls.Add(Me.lblRegisteredPassengers) + Me.BusParamGroupModel.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.BusParamGroupModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.BusParamGroupModel.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.BusParamGroupModel.Location = New System.Drawing.Point(30, 51) + Me.BusParamGroupModel.Name = "BusParamGroupModel" + Me.BusParamGroupModel.Size = New System.Drawing.Size(625, 352) + Me.BusParamGroupModel.TabIndex = 8 + Me.BusParamGroupModel.TabStop = False + Me.BusParamGroupModel.Text = "Bus Parameterisation" + ' + 'Label15 + ' + Me.Label15.AutoSize = True + Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label15.ForeColor = System.Drawing.Color.Black + Me.Label15.Location = New System.Drawing.Point(14, 116) + Me.Label15.Name = "Label15" + Me.Label15.Size = New System.Drawing.Size(101, 15) + Me.Label15.TabIndex = 31 + Me.Label15.Text = "Is Double Decker" + ' + 'chkIsDoubleDecker + ' + Me.chkIsDoubleDecker.AutoSize = True + Me.chkIsDoubleDecker.Location = New System.Drawing.Point(179, 116) + Me.chkIsDoubleDecker.Name = "chkIsDoubleDecker" + Me.chkIsDoubleDecker.Size = New System.Drawing.Size(15, 14) + Me.chkIsDoubleDecker.TabIndex = 30 + Me.chkIsDoubleDecker.UseVisualStyleBackColor = True + ' + 'cmbBusFloorType + ' + Me.cmbBusFloorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cmbBusFloorType.FormattingEnabled = True + Me.cmbBusFloorType.Items.AddRange(New Object() {"raised floor", "low floor", "semi low floor"}) + Me.cmbBusFloorType.Location = New System.Drawing.Point(179, 85) + Me.cmbBusFloorType.Name = "cmbBusFloorType" + Me.cmbBusFloorType.Size = New System.Drawing.Size(208, 24) + Me.cmbBusFloorType.TabIndex = 29 + ' + 'Label10 + ' + Me.Label10.AutoSize = True + Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label10.Location = New System.Drawing.Point(296, 201) + Me.Label10.Name = "Label10" + Me.Label10.Size = New System.Drawing.Size(18, 15) + Me.Label10.TabIndex = 28 + Me.Label10.Text = "m" + Me.ToolTip1.SetToolTip(Me.Label10, "Linear Metres") + ' + 'txtBusHeight + ' + Me.txtBusHeight.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusHeight.Location = New System.Drawing.Point(179, 198) + Me.txtBusHeight.Name = "txtBusHeight" + Me.txtBusHeight.Size = New System.Drawing.Size(97, 21) + Me.txtBusHeight.TabIndex = 27 + ' + 'Label11 + ' + Me.Label11.AutoSize = True + Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label11.ForeColor = System.Drawing.Color.Black + Me.Label11.Location = New System.Drawing.Point(14, 201) + Me.Label11.Name = "Label11" + Me.Label11.Size = New System.Drawing.Size(70, 15) + Me.Label11.TabIndex = 26 + Me.Label11.Text = "Bus Height" + ' + 'txtBusModel + ' + Me.txtBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusModel.Location = New System.Drawing.Point(179, 30) + Me.txtBusModel.Name = "txtBusModel" + Me.txtBusModel.Size = New System.Drawing.Size(208, 21) + Me.txtBusModel.TabIndex = 25 + ' + 'lblBusModel + ' + Me.lblBusModel.AutoSize = True + Me.lblBusModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusModel.ForeColor = System.Drawing.Color.Black + Me.lblBusModel.Location = New System.Drawing.Point(14, 33) + Me.lblBusModel.Name = "lblBusModel" + Me.lblBusModel.Size = New System.Drawing.Size(66, 15) + Me.lblBusModel.TabIndex = 24 + Me.lblBusModel.Text = "Bus Model" + ' + 'lblBusFloorType + ' + Me.lblBusFloorType.AutoSize = True + Me.lblBusFloorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusFloorType.ForeColor = System.Drawing.Color.Black + Me.lblBusFloorType.Location = New System.Drawing.Point(14, 88) + Me.lblBusFloorType.Name = "lblBusFloorType" + Me.lblBusFloorType.Size = New System.Drawing.Size(88, 15) + Me.lblBusFloorType.TabIndex = 22 + Me.lblBusFloorType.Text = "Bus Floor Type" + ' + 'lblUnitsBW + ' + Me.lblUnitsBW.AutoSize = True + Me.lblUnitsBW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBW.Location = New System.Drawing.Point(296, 171) + Me.lblUnitsBW.Name = "lblUnitsBW" + Me.lblUnitsBW.Size = New System.Drawing.Size(18, 15) + Me.lblUnitsBW.TabIndex = 21 + Me.lblUnitsBW.Text = "m" + Me.ToolTip1.SetToolTip(Me.lblUnitsBW, "Linear Metres") + ' + 'lblUnitsBSA + ' + Me.lblUnitsBSA.AutoSize = True + Me.lblUnitsBSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBSA.Location = New System.Drawing.Point(296, 287) + Me.lblUnitsBSA.Name = "lblUnitsBSA" + Me.lblUnitsBSA.Size = New System.Drawing.Size(31, 15) + Me.lblUnitsBSA.TabIndex = 20 + Me.lblUnitsBSA.Text = "m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsBSA, "Metres Squared") + ' + 'lblUnitsBWSA + ' + Me.lblUnitsBWSA.AutoSize = True + Me.lblUnitsBWSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBWSA.Location = New System.Drawing.Point(296, 257) + Me.lblUnitsBWSA.Name = "lblUnitsBWSA" + Me.lblUnitsBWSA.Size = New System.Drawing.Size(31, 15) + Me.lblUnitsBWSA.TabIndex = 19 + Me.lblUnitsBWSA.Text = "m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsBWSA, "Metres Squared") + ' + 'lblUnitsBV + ' + Me.lblUnitsBV.AutoSize = True + Me.lblUnitsBV.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBV.Location = New System.Drawing.Point(296, 313) + Me.lblUnitsBV.Name = "lblUnitsBV" + Me.lblUnitsBV.Size = New System.Drawing.Size(31, 15) + Me.lblUnitsBV.TabIndex = 18 + Me.lblUnitsBV.Text = "m^3" + Me.ToolTip1.SetToolTip(Me.lblUnitsBV, "Metres Cubed") + ' + 'lblUnitsBL + ' + Me.lblUnitsBL.AutoSize = True + Me.lblUnitsBL.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBL.Location = New System.Drawing.Point(296, 140) + Me.lblUnitsBL.Name = "lblUnitsBL" + Me.lblUnitsBL.Size = New System.Drawing.Size(18, 15) + Me.lblUnitsBL.TabIndex = 17 + Me.lblUnitsBL.Text = "m" + Me.ToolTip1.SetToolTip(Me.lblUnitsBL, "Linear Metres") + ' + 'lblUnitsBFSA + ' + Me.lblUnitsBFSA.AutoSize = True + Me.lblUnitsBFSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBFSA.Location = New System.Drawing.Point(296, 230) + Me.lblUnitsBFSA.Name = "lblUnitsBFSA" + Me.lblUnitsBFSA.Size = New System.Drawing.Size(31, 15) + Me.lblUnitsBFSA.TabIndex = 16 + Me.lblUnitsBFSA.Text = "m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsBFSA, "Metres Squared") + ' + 'txtBusWidth + ' + Me.txtBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusWidth.Location = New System.Drawing.Point(179, 168) + Me.txtBusWidth.Name = "txtBusWidth" + Me.txtBusWidth.Size = New System.Drawing.Size(97, 21) + Me.txtBusWidth.TabIndex = 15 + ' + 'txtBusLength + ' + Me.txtBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusLength.Location = New System.Drawing.Point(179, 139) + Me.txtBusLength.Name = "txtBusLength" + Me.txtBusLength.Size = New System.Drawing.Size(97, 21) + Me.txtBusLength.TabIndex = 14 + ' + 'txtBusVolume + ' + Me.txtBusVolume.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusVolume.Location = New System.Drawing.Point(179, 313) + Me.txtBusVolume.Name = "txtBusVolume" + Me.txtBusVolume.ReadOnly = True + Me.txtBusVolume.Size = New System.Drawing.Size(97, 21) + Me.txtBusVolume.TabIndex = 13 + ' + 'lblBusVolume + ' + Me.lblBusVolume.AutoSize = True + Me.lblBusVolume.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusVolume.ForeColor = System.Drawing.Color.Black + Me.lblBusVolume.Location = New System.Drawing.Point(14, 316) + Me.lblBusVolume.Name = "lblBusVolume" + Me.lblBusVolume.Size = New System.Drawing.Size(73, 15) + Me.lblBusVolume.TabIndex = 12 + Me.lblBusVolume.Text = "Bus Volume" + ' + 'lblBusLength + ' + Me.lblBusLength.AutoSize = True + Me.lblBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusLength.ForeColor = System.Drawing.Color.Black + Me.lblBusLength.Location = New System.Drawing.Point(14, 142) + Me.lblBusLength.Name = "lblBusLength" + Me.lblBusLength.Size = New System.Drawing.Size(72, 15) + Me.lblBusLength.TabIndex = 11 + Me.lblBusLength.Text = "Bus Length" + ' + 'lblBusWidth + ' + Me.lblBusWidth.AutoSize = True + Me.lblBusWidth.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusWidth.ForeColor = System.Drawing.Color.Black + Me.lblBusWidth.Location = New System.Drawing.Point(14, 171) + Me.lblBusWidth.Name = "lblBusWidth" + Me.lblBusWidth.Size = New System.Drawing.Size(65, 15) + Me.lblBusWidth.TabIndex = 10 + Me.lblBusWidth.Text = "Bus Width" + ' + 'txtBusWindowSurfaceArea + ' + Me.txtBusWindowSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusWindowSurfaceArea.Location = New System.Drawing.Point(179, 255) + Me.txtBusWindowSurfaceArea.Name = "txtBusWindowSurfaceArea" + Me.txtBusWindowSurfaceArea.ReadOnly = True + Me.txtBusWindowSurfaceArea.Size = New System.Drawing.Size(97, 21) + Me.txtBusWindowSurfaceArea.TabIndex = 9 + ' + 'lblBusWindowSurfaceArea + ' + Me.lblBusWindowSurfaceArea.AutoSize = True + Me.lblBusWindowSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusWindowSurfaceArea.ForeColor = System.Drawing.Color.Black + Me.lblBusWindowSurfaceArea.Location = New System.Drawing.Point(14, 258) + Me.lblBusWindowSurfaceArea.Name = "lblBusWindowSurfaceArea" + Me.lblBusWindowSurfaceArea.Size = New System.Drawing.Size(151, 15) + Me.lblBusWindowSurfaceArea.TabIndex = 8 + Me.lblBusWindowSurfaceArea.Text = "Bus Window Surface Area" + ' + 'txtBusSurfaceArea + ' + Me.txtBusSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusSurfaceArea.Location = New System.Drawing.Point(179, 286) + Me.txtBusSurfaceArea.Name = "txtBusSurfaceArea" + Me.txtBusSurfaceArea.ReadOnly = True + Me.txtBusSurfaceArea.Size = New System.Drawing.Size(97, 21) + Me.txtBusSurfaceArea.TabIndex = 7 + ' + 'lblBusSurfaceArea + ' + Me.lblBusSurfaceArea.AutoSize = True + Me.lblBusSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusSurfaceArea.ForeColor = System.Drawing.Color.Black + Me.lblBusSurfaceArea.Location = New System.Drawing.Point(14, 289) + Me.lblBusSurfaceArea.Name = "lblBusSurfaceArea" + Me.lblBusSurfaceArea.Size = New System.Drawing.Size(104, 15) + Me.lblBusSurfaceArea.TabIndex = 6 + Me.lblBusSurfaceArea.Text = "Bus Surface Area" + ' + 'txtBusFloorSurfaceArea + ' + Me.txtBusFloorSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBusFloorSurfaceArea.Location = New System.Drawing.Point(179, 227) + Me.txtBusFloorSurfaceArea.Name = "txtBusFloorSurfaceArea" + Me.txtBusFloorSurfaceArea.ReadOnly = True + Me.txtBusFloorSurfaceArea.Size = New System.Drawing.Size(97, 21) + Me.txtBusFloorSurfaceArea.TabIndex = 5 + ' + 'lblBusFloorSurfaceArea + ' + Me.lblBusFloorSurfaceArea.AutoSize = True + Me.lblBusFloorSurfaceArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBusFloorSurfaceArea.ForeColor = System.Drawing.Color.Black + Me.lblBusFloorSurfaceArea.Location = New System.Drawing.Point(14, 230) + Me.lblBusFloorSurfaceArea.Name = "lblBusFloorSurfaceArea" + Me.lblBusFloorSurfaceArea.Size = New System.Drawing.Size(132, 15) + Me.lblBusFloorSurfaceArea.TabIndex = 4 + Me.lblBusFloorSurfaceArea.Text = "Bus Floor Surface Area" + ' + 'txtRegisteredPassengers + ' + Me.txtRegisteredPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtRegisteredPassengers.Location = New System.Drawing.Point(179, 59) + Me.txtRegisteredPassengers.Name = "txtRegisteredPassengers" + Me.txtRegisteredPassengers.Size = New System.Drawing.Size(97, 21) + Me.txtRegisteredPassengers.TabIndex = 1 + ' + 'lblRegisteredPassengers + ' + Me.lblRegisteredPassengers.AutoSize = True + Me.lblRegisteredPassengers.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblRegisteredPassengers.ForeColor = System.Drawing.Color.Black + Me.lblRegisteredPassengers.Location = New System.Drawing.Point(14, 62) + Me.lblRegisteredPassengers.Name = "lblRegisteredPassengers" + Me.lblRegisteredPassengers.Size = New System.Drawing.Size(138, 15) + Me.lblRegisteredPassengers.TabIndex = 0 + Me.lblRegisteredPassengers.Text = "Registered Passengers " + ' + 'cboBuses + ' + Me.cboBuses.FormattingEnabled = True + Me.cboBuses.Location = New System.Drawing.Point(30, 22) + Me.cboBuses.Name = "cboBuses" + Me.cboBuses.Size = New System.Drawing.Size(251, 23) + Me.cboBuses.TabIndex = 7 + ' + 'tabGeneralInputsBC + ' + Me.tabGeneralInputsBC.Controls.Add(Me.GroupBox2) + Me.tabGeneralInputsBC.Location = New System.Drawing.Point(4, 22) + Me.tabGeneralInputsBC.Name = "tabGeneralInputsBC" + Me.tabGeneralInputsBC.Size = New System.Drawing.Size(937, 611) + Me.tabGeneralInputsBC.TabIndex = 2 + Me.tabGeneralInputsBC.Text = " INP - Boundary Conditions " + Me.tabGeneralInputsBC.UseVisualStyleBackColor = True + ' + 'GroupBox2 + ' + Me.GroupBox2.BackColor = System.Drawing.Color.Transparent + Me.GroupBox2.Controls.Add(Me.Label24) + Me.GroupBox2.Controls.Add(Me.txtBC_TemperatureCoolingOff) + Me.GroupBox2.Controls.Add(Me.Label5) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList) + Me.GroupBox2.Controls.Add(Me.txtBC_MaxPossibleBenefitFromTechnologyList) + Me.GroupBox2.Controls.Add(Me.lblBC_MaxPossibleBenefitFromTechnologyList) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses) + Me.GroupBox2.Controls.Add(Me.txtBC_MaxTemperatureDeltaForLowFloorBusses) + Me.GroupBox2.Controls.Add(Me.lblBC_MaxTemperatureDeltaForLowFloorBusses) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_FrontRearWindowArea) + Me.GroupBox2.Controls.Add(Me.txtBC_FrontRearWindowArea) + Me.GroupBox2.Controls.Add(Me.lblBC_FrontRearWindowArea) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_WindowAreaPerUnitBusLength) + Me.GroupBox2.Controls.Add(Me.txtBC_WindowAreaPerUnitBusLength) + Me.GroupBox2.Controls.Add(Me.lblBC_WindowAreaPerUnitBusLength) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_GCVDieselOrHeatingOil) + Me.GroupBox2.Controls.Add(Me.txtBC_GCVDieselOrHeatingOil) + Me.GroupBox2.Controls.Add(Me.lblBC_GCVDieselOrHeatingOil) + Me.GroupBox2.Controls.Add(Me.txtBC_AuxHeaterEfficiency) + Me.GroupBox2.Controls.Add(Me.lblBC_AuxHeaterEfficiency) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_COP) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_SpecificVentilationPower) + Me.GroupBox2.Controls.Add(Me.txtBC_SpecificVentilationPower) + Me.GroupBox2.Controls.Add(Me.lvlBC_SpecificVentilationPower) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_LowVentPowerW) + Me.GroupBox2.Controls.Add(Me.txtBC_LowVentPowerW) + Me.GroupBox2.Controls.Add(Me.lblBC_LowVentPowerW) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HighVentPowerW) + Me.GroupBox2.Controls.Add(Me.txtBC_HighVentPowerW) + Me.GroupBox2.Controls.Add(Me.lblBC_HighVentPowerW) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_Low) + Me.GroupBox2.Controls.Add(Me.txtBC_Low) + Me.GroupBox2.Controls.Add(Me.lblBC_Low) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_High) + Me.GroupBox2.Controls.Add(Me.txtBC_High) + Me.GroupBox2.Controls.Add(Me.lblBC_High) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_lowVentilation) + Me.GroupBox2.Controls.Add(Me.txtBC_lowVentilation) + Me.GroupBox2.Controls.Add(Me.lblBC_lowVentilation) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HighVentilation) + Me.GroupBox2.Controls.Add(Me.txtBC_HighVentilation) + Me.GroupBox2.Controls.Add(Me.lblBC_HighVentilation) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_CoolingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.txtBC_CoolingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.lblBC_CoolingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_HeatingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.txtBC_HeatingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.lblBC_HeatingBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.txtBC_GFactor) + Me.GroupBox2.Controls.Add(Me.lblGFactor) + Me.GroupBox2.Controls.Add(Me.txtBC_HeatPerPassengerIntoCabinW) + Me.GroupBox2.Controls.Add(Me.Label2) + Me.GroupBox2.Controls.Add(Me.lblUnitsUValues) + Me.GroupBox2.Controls.Add(Me.lblUnitsPassengerBoundaryTemp) + Me.GroupBox2.Controls.Add(Me.lblUnitsPGRDensitySemiLowFloor) + Me.GroupBox2.Controls.Add(Me.lblUnitsPassenderDensityLowFloor) + Me.GroupBox2.Controls.Add(Me.lblUnitsBC_PassengerDensityRaisedFloor) + Me.GroupBox2.Controls.Add(Me.lblHeatPerPassengerIntoCabinW) + Me.GroupBox2.Controls.Add(Me.txtBC_UValues) + Me.GroupBox2.Controls.Add(Me.txtBC_CalculatedPassengerNumber) + Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensityRaisedFloor) + Me.GroupBox2.Controls.Add(Me.lblBC_PassengerDensityRaisedFloor) + Me.GroupBox2.Controls.Add(Me.lblBC_CalculatedPassengerNumber) + Me.GroupBox2.Controls.Add(Me.lblBC_UValues) + Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensitySemiLowFloor) + Me.GroupBox2.Controls.Add(Me.lblBC_PassengerDensitySemiLowFloor) + Me.GroupBox2.Controls.Add(Me.txtBC_PassengerDensityLowFloor) + Me.GroupBox2.Controls.Add(Me.Label13) + Me.GroupBox2.Controls.Add(Me.txtBC_PassengerBoundaryTemperature) + Me.GroupBox2.Controls.Add(Me.lblPassengerBoundaryTemp) + Me.GroupBox2.Controls.Add(Me.txtBC_SolarClouding) + Me.GroupBox2.Controls.Add(Me.lblSolarClouding) + Me.GroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.GroupBox2.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.GroupBox2.Location = New System.Drawing.Point(34, 47) + Me.GroupBox2.Name = "GroupBox2" + Me.GroupBox2.Size = New System.Drawing.Size(890, 548) + Me.GroupBox2.TabIndex = 27 + Me.GroupBox2.TabStop = False + Me.GroupBox2.Text = "Boundary Conditions" + ' + 'Label24 + ' + Me.Label24.AutoSize = True + Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label24.Location = New System.Drawing.Point(349, 349) + Me.Label24.Name = "Label24" + Me.Label24.Size = New System.Drawing.Size(22, 15) + Me.Label24.TabIndex = 78 + Me.Label24.Text = "oC" + Me.ToolTip1.SetToolTip(Me.Label24, "Degrees Centigrade") + ' + 'txtBC_TemperatureCoolingOff + ' + Me.txtBC_TemperatureCoolingOff.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_TemperatureCoolingOff.Location = New System.Drawing.Point(218, 343) + Me.txtBC_TemperatureCoolingOff.Name = "txtBC_TemperatureCoolingOff" + Me.txtBC_TemperatureCoolingOff.ReadOnly = True + Me.txtBC_TemperatureCoolingOff.Size = New System.Drawing.Size(97, 21) + Me.txtBC_TemperatureCoolingOff.TabIndex = 77 + ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label5.ForeColor = System.Drawing.Color.Black + Me.Label5.Location = New System.Drawing.Point(14, 349) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(167, 15) + Me.Label5.TabIndex = 76 + Me.Label5.Text = "Temperature cooling turns off" + ' + 'lblUnitsBC_MaxPossibleBenefitFromTechnologyList + ' + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.AutoSize = True + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(783, 208) + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Name = "lblUnitsBC_MaxPossibleBenefitFromTechnologyList" + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(51, 15) + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 75 + Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList.Text = "Fraction" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_MaxPossibleBenefitFromTechnologyList, "Fraction") + ' + 'txtBC_MaxPossibleBenefitFromTechnologyList + ' + Me.txtBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(655, 205) + Me.txtBC_MaxPossibleBenefitFromTechnologyList.Name = "txtBC_MaxPossibleBenefitFromTechnologyList" + Me.txtBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(97, 21) + Me.txtBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 74 + ' + 'lblBC_MaxPossibleBenefitFromTechnologyList + ' + Me.lblBC_MaxPossibleBenefitFromTechnologyList.AutoSize = True + Me.lblBC_MaxPossibleBenefitFromTechnologyList.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_MaxPossibleBenefitFromTechnologyList.ForeColor = System.Drawing.Color.Black + Me.lblBC_MaxPossibleBenefitFromTechnologyList.Location = New System.Drawing.Point(448, 208) + Me.lblBC_MaxPossibleBenefitFromTechnologyList.Name = "lblBC_MaxPossibleBenefitFromTechnologyList" + Me.lblBC_MaxPossibleBenefitFromTechnologyList.Size = New System.Drawing.Size(159, 15) + Me.lblBC_MaxPossibleBenefitFromTechnologyList.TabIndex = 73 + Me.lblBC_MaxPossibleBenefitFromTechnologyList.Text = "Max Benefit From Tech List" + ' + 'lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses + ' + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.AutoSize = True + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(783, 179) + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Name = "lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses" + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(15, 15) + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 72 + Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses.Text = "K" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_MaxTemperatureDeltaForLowFloorBusses, "K") + ' + 'txtBC_MaxTemperatureDeltaForLowFloorBusses + ' + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(655, 176) + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Name = "txtBC_MaxTemperatureDeltaForLowFloorBusses" + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(97, 21) + Me.txtBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 71 + ' + 'lblBC_MaxTemperatureDeltaForLowFloorBusses + ' + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.AutoSize = True + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.ForeColor = System.Drawing.Color.Black + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Location = New System.Drawing.Point(448, 179) + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Name = "lblBC_MaxTemperatureDeltaForLowFloorBusses" + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Size = New System.Drawing.Size(205, 15) + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.TabIndex = 70 + Me.lblBC_MaxTemperatureDeltaForLowFloorBusses.Text = "Max Temp Delta - Low Floor Busses" + ' + 'lblUnitsBC_FrontRearWindowArea + ' + Me.lblUnitsBC_FrontRearWindowArea.AutoSize = True + Me.lblUnitsBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_FrontRearWindowArea.Location = New System.Drawing.Point(783, 152) + Me.lblUnitsBC_FrontRearWindowArea.Name = "lblUnitsBC_FrontRearWindowArea" + Me.lblUnitsBC_FrontRearWindowArea.Size = New System.Drawing.Size(31, 15) + Me.lblUnitsBC_FrontRearWindowArea.TabIndex = 69 + Me.lblUnitsBC_FrontRearWindowArea.Text = "m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_FrontRearWindowArea, "Metres Squared") + ' + 'txtBC_FrontRearWindowArea + ' + Me.txtBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_FrontRearWindowArea.Location = New System.Drawing.Point(655, 149) + Me.txtBC_FrontRearWindowArea.Name = "txtBC_FrontRearWindowArea" + Me.txtBC_FrontRearWindowArea.ReadOnly = True + Me.txtBC_FrontRearWindowArea.Size = New System.Drawing.Size(97, 21) + Me.txtBC_FrontRearWindowArea.TabIndex = 68 + ' + 'lblBC_FrontRearWindowArea + ' + Me.lblBC_FrontRearWindowArea.AutoSize = True + Me.lblBC_FrontRearWindowArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_FrontRearWindowArea.ForeColor = System.Drawing.Color.Black + Me.lblBC_FrontRearWindowArea.Location = New System.Drawing.Point(448, 152) + Me.lblBC_FrontRearWindowArea.Name = "lblBC_FrontRearWindowArea" + Me.lblBC_FrontRearWindowArea.Size = New System.Drawing.Size(140, 15) + Me.lblBC_FrontRearWindowArea.TabIndex = 67 + Me.lblBC_FrontRearWindowArea.Text = "Front Rear Window Area" + ' + 'lblUnitsBC_WindowAreaPerUnitBusLength + ' + Me.lblUnitsBC_WindowAreaPerUnitBusLength.AutoSize = True + Me.lblUnitsBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(783, 123) + Me.lblUnitsBC_WindowAreaPerUnitBusLength.Name = "lblUnitsBC_WindowAreaPerUnitBusLength" + Me.lblUnitsBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(38, 15) + Me.lblUnitsBC_WindowAreaPerUnitBusLength.TabIndex = 66 + Me.lblUnitsBC_WindowAreaPerUnitBusLength.Text = "m^/m" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_WindowAreaPerUnitBusLength, "m^2/m") + ' + 'txtBC_WindowAreaPerUnitBusLength + ' + Me.txtBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(655, 120) + Me.txtBC_WindowAreaPerUnitBusLength.Name = "txtBC_WindowAreaPerUnitBusLength" + Me.txtBC_WindowAreaPerUnitBusLength.ReadOnly = True + Me.txtBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(97, 21) + Me.txtBC_WindowAreaPerUnitBusLength.TabIndex = 65 + ' + 'lblBC_WindowAreaPerUnitBusLength + ' + Me.lblBC_WindowAreaPerUnitBusLength.AutoSize = True + Me.lblBC_WindowAreaPerUnitBusLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_WindowAreaPerUnitBusLength.ForeColor = System.Drawing.Color.Black + Me.lblBC_WindowAreaPerUnitBusLength.Location = New System.Drawing.Point(448, 123) + Me.lblBC_WindowAreaPerUnitBusLength.Name = "lblBC_WindowAreaPerUnitBusLength" + Me.lblBC_WindowAreaPerUnitBusLength.Size = New System.Drawing.Size(188, 15) + Me.lblBC_WindowAreaPerUnitBusLength.TabIndex = 64 + Me.lblBC_WindowAreaPerUnitBusLength.Text = "WindowArea Per Unit Bus Length" + ' + 'lblUnitsBC_GCVDieselOrHeatingOil + ' + Me.lblUnitsBC_GCVDieselOrHeatingOil.AutoSize = True + Me.lblUnitsBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(783, 95) + Me.lblUnitsBC_GCVDieselOrHeatingOil.Name = "lblUnitsBC_GCVDieselOrHeatingOil" + Me.lblUnitsBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(50, 15) + Me.lblUnitsBC_GCVDieselOrHeatingOil.TabIndex = 60 + Me.lblUnitsBC_GCVDieselOrHeatingOil.Text = "Kw/h/kg" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_GCVDieselOrHeatingOil, "Kw/h/kg") + ' + 'txtBC_GCVDieselOrHeatingOil + ' + Me.txtBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(655, 92) + Me.txtBC_GCVDieselOrHeatingOil.Name = "txtBC_GCVDieselOrHeatingOil" + Me.txtBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(97, 21) + Me.txtBC_GCVDieselOrHeatingOil.TabIndex = 59 + ' + 'lblBC_GCVDieselOrHeatingOil + ' + Me.lblBC_GCVDieselOrHeatingOil.AutoSize = True + Me.lblBC_GCVDieselOrHeatingOil.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_GCVDieselOrHeatingOil.ForeColor = System.Drawing.Color.Black + Me.lblBC_GCVDieselOrHeatingOil.Location = New System.Drawing.Point(448, 95) + Me.lblBC_GCVDieselOrHeatingOil.Name = "lblBC_GCVDieselOrHeatingOil" + Me.lblBC_GCVDieselOrHeatingOil.Size = New System.Drawing.Size(149, 15) + Me.lblBC_GCVDieselOrHeatingOil.TabIndex = 58 + Me.lblBC_GCVDieselOrHeatingOil.Text = "GCV Diesel Or Heating Oil" + ' + 'txtBC_AuxHeaterEfficiency + ' + Me.txtBC_AuxHeaterEfficiency.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_AuxHeaterEfficiency.Location = New System.Drawing.Point(655, 62) + Me.txtBC_AuxHeaterEfficiency.Name = "txtBC_AuxHeaterEfficiency" + Me.txtBC_AuxHeaterEfficiency.Size = New System.Drawing.Size(97, 21) + Me.txtBC_AuxHeaterEfficiency.TabIndex = 57 + ' + 'lblBC_AuxHeaterEfficiency + ' + Me.lblBC_AuxHeaterEfficiency.AutoSize = True + Me.lblBC_AuxHeaterEfficiency.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_AuxHeaterEfficiency.ForeColor = System.Drawing.Color.Black + Me.lblBC_AuxHeaterEfficiency.Location = New System.Drawing.Point(448, 65) + Me.lblBC_AuxHeaterEfficiency.Name = "lblBC_AuxHeaterEfficiency" + Me.lblBC_AuxHeaterEfficiency.Size = New System.Drawing.Size(121, 15) + Me.lblBC_AuxHeaterEfficiency.TabIndex = 56 + Me.lblBC_AuxHeaterEfficiency.Text = "Aux Heater Efficiency" + ' + 'lblUnitsBC_COP + ' + Me.lblUnitsBC_COP.AutoSize = True + Me.lblUnitsBC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_COP.Location = New System.Drawing.Point(783, 65) + Me.lblUnitsBC_COP.Name = "lblUnitsBC_COP" + Me.lblUnitsBC_COP.Size = New System.Drawing.Size(0, 15) + Me.lblUnitsBC_COP.TabIndex = 55 + ' + 'lblUnitsBC_SpecificVentilationPower + ' + Me.lblUnitsBC_SpecificVentilationPower.AutoSize = True + Me.lblUnitsBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_SpecificVentilationPower.Location = New System.Drawing.Point(783, 36) + Me.lblUnitsBC_SpecificVentilationPower.Name = "lblUnitsBC_SpecificVentilationPower" + Me.lblUnitsBC_SpecificVentilationPower.Size = New System.Drawing.Size(52, 15) + Me.lblUnitsBC_SpecificVentilationPower.TabIndex = 52 + Me.lblUnitsBC_SpecificVentilationPower.Text = "Wh/m^3" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_SpecificVentilationPower, "Watts per Hour / Metres Cubed") + ' + 'txtBC_SpecificVentilationPower + ' + Me.txtBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_SpecificVentilationPower.Location = New System.Drawing.Point(655, 33) + Me.txtBC_SpecificVentilationPower.Name = "txtBC_SpecificVentilationPower" + Me.txtBC_SpecificVentilationPower.Size = New System.Drawing.Size(97, 21) + Me.txtBC_SpecificVentilationPower.TabIndex = 51 + ' + 'lvlBC_SpecificVentilationPower + ' + Me.lvlBC_SpecificVentilationPower.AutoSize = True + Me.lvlBC_SpecificVentilationPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lvlBC_SpecificVentilationPower.ForeColor = System.Drawing.Color.Black + Me.lvlBC_SpecificVentilationPower.Location = New System.Drawing.Point(448, 36) + Me.lvlBC_SpecificVentilationPower.Name = "lvlBC_SpecificVentilationPower" + Me.lvlBC_SpecificVentilationPower.Size = New System.Drawing.Size(148, 15) + Me.lvlBC_SpecificVentilationPower.TabIndex = 50 + Me.lvlBC_SpecificVentilationPower.Text = "Specific Ventilation Power" + ' + 'lblUnitsBC_LowVentPowerW + ' + Me.lblUnitsBC_LowVentPowerW.AutoSize = True + Me.lblUnitsBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_LowVentPowerW.Location = New System.Drawing.Point(349, 519) + Me.lblUnitsBC_LowVentPowerW.Name = "lblUnitsBC_LowVentPowerW" + Me.lblUnitsBC_LowVentPowerW.Size = New System.Drawing.Size(18, 15) + Me.lblUnitsBC_LowVentPowerW.TabIndex = 49 + Me.lblUnitsBC_LowVentPowerW.Text = "W" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_LowVentPowerW, "Watts") + ' + 'txtBC_LowVentPowerW + ' + Me.txtBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_LowVentPowerW.Location = New System.Drawing.Point(218, 516) + Me.txtBC_LowVentPowerW.Name = "txtBC_LowVentPowerW" + Me.txtBC_LowVentPowerW.ReadOnly = True + Me.txtBC_LowVentPowerW.Size = New System.Drawing.Size(97, 21) + Me.txtBC_LowVentPowerW.TabIndex = 48 + ' + 'lblBC_LowVentPowerW + ' + Me.lblBC_LowVentPowerW.AutoSize = True + Me.lblBC_LowVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_LowVentPowerW.ForeColor = System.Drawing.Color.Black + Me.lblBC_LowVentPowerW.Location = New System.Drawing.Point(14, 519) + Me.lblBC_LowVentPowerW.Name = "lblBC_LowVentPowerW" + Me.lblBC_LowVentPowerW.Size = New System.Drawing.Size(95, 15) + Me.lblBC_LowVentPowerW.TabIndex = 47 + Me.lblBC_LowVentPowerW.Text = "Low Vent Power" + ' + 'lblUnitsBC_HighVentPowerW + ' + Me.lblUnitsBC_HighVentPowerW.AutoSize = True + Me.lblUnitsBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_HighVentPowerW.Location = New System.Drawing.Point(349, 491) + Me.lblUnitsBC_HighVentPowerW.Name = "lblUnitsBC_HighVentPowerW" + Me.lblUnitsBC_HighVentPowerW.Size = New System.Drawing.Size(18, 15) + Me.lblUnitsBC_HighVentPowerW.TabIndex = 46 + Me.lblUnitsBC_HighVentPowerW.Text = "W" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HighVentPowerW, "Watts") + ' + 'txtBC_HighVentPowerW + ' + Me.txtBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_HighVentPowerW.Location = New System.Drawing.Point(218, 488) + Me.txtBC_HighVentPowerW.Name = "txtBC_HighVentPowerW" + Me.txtBC_HighVentPowerW.ReadOnly = True + Me.txtBC_HighVentPowerW.Size = New System.Drawing.Size(97, 21) + Me.txtBC_HighVentPowerW.TabIndex = 45 + ' + 'lblBC_HighVentPowerW + ' + Me.lblBC_HighVentPowerW.AutoSize = True + Me.lblBC_HighVentPowerW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_HighVentPowerW.ForeColor = System.Drawing.Color.Black + Me.lblBC_HighVentPowerW.Location = New System.Drawing.Point(14, 491) + Me.lblBC_HighVentPowerW.Name = "lblBC_HighVentPowerW" + Me.lblBC_HighVentPowerW.Size = New System.Drawing.Size(98, 15) + Me.lblBC_HighVentPowerW.TabIndex = 44 + Me.lblBC_HighVentPowerW.Text = "High Vent Power" + ' + 'lblUnitsBC_Low + ' + Me.lblUnitsBC_Low.AutoSize = True + Me.lblUnitsBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_Low.Location = New System.Drawing.Point(349, 462) + Me.lblUnitsBC_Low.Name = "lblUnitsBC_Low" + Me.lblUnitsBC_Low.Size = New System.Drawing.Size(43, 15) + Me.lblUnitsBC_Low.TabIndex = 43 + Me.lblUnitsBC_Low.Text = "m^3/H" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_Low, "Metres ^3 / Hour") + ' + 'txtBC_Low + ' + Me.txtBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_Low.Location = New System.Drawing.Point(218, 459) + Me.txtBC_Low.Name = "txtBC_Low" + Me.txtBC_Low.ReadOnly = True + Me.txtBC_Low.Size = New System.Drawing.Size(97, 21) + Me.txtBC_Low.TabIndex = 42 + ' + 'lblBC_Low + ' + Me.lblBC_Low.AutoSize = True + Me.lblBC_Low.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_Low.ForeColor = System.Drawing.Color.Black + Me.lblBC_Low.Location = New System.Drawing.Point(14, 462) + Me.lblBC_Low.Name = "lblBC_Low" + Me.lblBC_Low.Size = New System.Drawing.Size(30, 15) + Me.lblBC_Low.TabIndex = 41 + Me.lblBC_Low.Text = "Low" + ' + 'lblUnitsBC_High + ' + Me.lblUnitsBC_High.AutoSize = True + Me.lblUnitsBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_High.Location = New System.Drawing.Point(349, 433) + Me.lblUnitsBC_High.Name = "lblUnitsBC_High" + Me.lblUnitsBC_High.Size = New System.Drawing.Size(43, 15) + Me.lblUnitsBC_High.TabIndex = 40 + Me.lblUnitsBC_High.Text = "m^3/H" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_High, "Metres ^3 / Hour") + ' + 'txtBC_High + ' + Me.txtBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_High.Location = New System.Drawing.Point(218, 430) + Me.txtBC_High.Name = "txtBC_High" + Me.txtBC_High.ReadOnly = True + Me.txtBC_High.Size = New System.Drawing.Size(97, 21) + Me.txtBC_High.TabIndex = 39 + ' + 'lblBC_High + ' + Me.lblBC_High.AutoSize = True + Me.lblBC_High.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_High.ForeColor = System.Drawing.Color.Black + Me.lblBC_High.Location = New System.Drawing.Point(14, 433) + Me.lblBC_High.Name = "lblBC_High" + Me.lblBC_High.Size = New System.Drawing.Size(33, 15) + Me.lblBC_High.TabIndex = 38 + Me.lblBC_High.Text = "High" + ' + 'lblUnitsBC_lowVentilation + ' + Me.lblUnitsBC_lowVentilation.AutoSize = True + Me.lblUnitsBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_lowVentilation.Location = New System.Drawing.Point(349, 405) + Me.lblUnitsBC_lowVentilation.Name = "lblUnitsBC_lowVentilation" + Me.lblUnitsBC_lowVentilation.Size = New System.Drawing.Size(22, 15) + Me.lblUnitsBC_lowVentilation.TabIndex = 37 + Me.lblUnitsBC_lowVentilation.Text = "l/H" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_lowVentilation, "Litres / Hour") + ' + 'txtBC_lowVentilation + ' + Me.txtBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_lowVentilation.Location = New System.Drawing.Point(218, 402) + Me.txtBC_lowVentilation.Name = "txtBC_lowVentilation" + Me.txtBC_lowVentilation.Size = New System.Drawing.Size(97, 21) + Me.txtBC_lowVentilation.TabIndex = 36 + ' + 'lblBC_lowVentilation + ' + Me.lblBC_lowVentilation.AutoSize = True + Me.lblBC_lowVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_lowVentilation.ForeColor = System.Drawing.Color.Black + Me.lblBC_lowVentilation.Location = New System.Drawing.Point(14, 405) + Me.lblBC_lowVentilation.Name = "lblBC_lowVentilation" + Me.lblBC_lowVentilation.Size = New System.Drawing.Size(90, 15) + Me.lblBC_lowVentilation.TabIndex = 35 + Me.lblBC_lowVentilation.Text = "Low Ventilation" + ' + 'lblUnitsBC_HighVentilation + ' + Me.lblUnitsBC_HighVentilation.AutoSize = True + Me.lblUnitsBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_HighVentilation.Location = New System.Drawing.Point(349, 378) + Me.lblUnitsBC_HighVentilation.Name = "lblUnitsBC_HighVentilation" + Me.lblUnitsBC_HighVentilation.Size = New System.Drawing.Size(22, 15) + Me.lblUnitsBC_HighVentilation.TabIndex = 34 + Me.lblUnitsBC_HighVentilation.Text = "l/H" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HighVentilation, "Litres / Hour") + ' + 'txtBC_HighVentilation + ' + Me.txtBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_HighVentilation.Location = New System.Drawing.Point(218, 375) + Me.txtBC_HighVentilation.Name = "txtBC_HighVentilation" + Me.txtBC_HighVentilation.Size = New System.Drawing.Size(97, 21) + Me.txtBC_HighVentilation.TabIndex = 33 + ' + 'lblBC_HighVentilation + ' + Me.lblBC_HighVentilation.AutoSize = True + Me.lblBC_HighVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_HighVentilation.ForeColor = System.Drawing.Color.Black + Me.lblBC_HighVentilation.Location = New System.Drawing.Point(14, 378) + Me.lblBC_HighVentilation.Name = "lblBC_HighVentilation" + Me.lblBC_HighVentilation.Size = New System.Drawing.Size(93, 15) + Me.lblBC_HighVentilation.TabIndex = 32 + Me.lblBC_HighVentilation.Text = "High Ventilation" + ' + 'lblUnitsBC_CoolingBoundaryTemperature + ' + Me.lblUnitsBC_CoolingBoundaryTemperature.AutoSize = True + Me.lblUnitsBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(349, 317) + Me.lblUnitsBC_CoolingBoundaryTemperature.Name = "lblUnitsBC_CoolingBoundaryTemperature" + Me.lblUnitsBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(22, 15) + Me.lblUnitsBC_CoolingBoundaryTemperature.TabIndex = 31 + Me.lblUnitsBC_CoolingBoundaryTemperature.Text = "oC" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_CoolingBoundaryTemperature, "Degrees Centigrade") + ' + 'txtBC_CoolingBoundaryTemperature + ' + Me.txtBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(218, 314) + Me.txtBC_CoolingBoundaryTemperature.Name = "txtBC_CoolingBoundaryTemperature" + Me.txtBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(97, 21) + Me.txtBC_CoolingBoundaryTemperature.TabIndex = 30 + ' + 'lblBC_CoolingBoundaryTemperature + ' + Me.lblBC_CoolingBoundaryTemperature.AutoSize = True + Me.lblBC_CoolingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_CoolingBoundaryTemperature.ForeColor = System.Drawing.Color.Black + Me.lblBC_CoolingBoundaryTemperature.Location = New System.Drawing.Point(14, 317) + Me.lblBC_CoolingBoundaryTemperature.Name = "lblBC_CoolingBoundaryTemperature" + Me.lblBC_CoolingBoundaryTemperature.Size = New System.Drawing.Size(178, 15) + Me.lblBC_CoolingBoundaryTemperature.TabIndex = 29 + Me.lblBC_CoolingBoundaryTemperature.Text = "Cooling Boundary Temperature" + ' + 'lblUnitsBC_HeatingBoundaryTemperature + ' + Me.lblUnitsBC_HeatingBoundaryTemperature.AutoSize = True + Me.lblUnitsBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(349, 289) + Me.lblUnitsBC_HeatingBoundaryTemperature.Name = "lblUnitsBC_HeatingBoundaryTemperature" + Me.lblUnitsBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(22, 15) + Me.lblUnitsBC_HeatingBoundaryTemperature.TabIndex = 28 + Me.lblUnitsBC_HeatingBoundaryTemperature.Text = "oC" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_HeatingBoundaryTemperature, "Degrees Centigrade") + ' + 'txtBC_HeatingBoundaryTemperature + ' + Me.txtBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(218, 286) + Me.txtBC_HeatingBoundaryTemperature.Name = "txtBC_HeatingBoundaryTemperature" + Me.txtBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(97, 21) + Me.txtBC_HeatingBoundaryTemperature.TabIndex = 27 + ' + 'lblBC_HeatingBoundaryTemperature + ' + Me.lblBC_HeatingBoundaryTemperature.AutoSize = True + Me.lblBC_HeatingBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_HeatingBoundaryTemperature.ForeColor = System.Drawing.Color.Black + Me.lblBC_HeatingBoundaryTemperature.Location = New System.Drawing.Point(14, 289) + Me.lblBC_HeatingBoundaryTemperature.Name = "lblBC_HeatingBoundaryTemperature" + Me.lblBC_HeatingBoundaryTemperature.Size = New System.Drawing.Size(179, 15) + Me.lblBC_HeatingBoundaryTemperature.TabIndex = 26 + Me.lblBC_HeatingBoundaryTemperature.Text = "Heating Boundary Temperature" + ' + 'txtBC_GFactor + ' + Me.txtBC_GFactor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_GFactor.Location = New System.Drawing.Point(218, 30) + Me.txtBC_GFactor.Name = "txtBC_GFactor" + Me.txtBC_GFactor.Size = New System.Drawing.Size(97, 21) + Me.txtBC_GFactor.TabIndex = 25 + ' + 'lblGFactor + ' + Me.lblGFactor.AutoSize = True + Me.lblGFactor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblGFactor.ForeColor = System.Drawing.Color.Black + Me.lblGFactor.Location = New System.Drawing.Point(14, 33) + Me.lblGFactor.Name = "lblGFactor" + Me.lblGFactor.Size = New System.Drawing.Size(54, 15) + Me.lblGFactor.TabIndex = 24 + Me.lblGFactor.Text = "G-Factor" + ' + 'txtBC_HeatPerPassengerIntoCabinW + ' + Me.txtBC_HeatPerPassengerIntoCabinW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_HeatPerPassengerIntoCabinW.Location = New System.Drawing.Point(218, 90) + Me.txtBC_HeatPerPassengerIntoCabinW.Name = "txtBC_HeatPerPassengerIntoCabinW" + Me.txtBC_HeatPerPassengerIntoCabinW.ReadOnly = True + Me.txtBC_HeatPerPassengerIntoCabinW.Size = New System.Drawing.Size(97, 21) + Me.txtBC_HeatPerPassengerIntoCabinW.TabIndex = 23 + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label2.ForeColor = System.Drawing.Color.Black + Me.Label2.Location = New System.Drawing.Point(14, 88) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(153, 15) + Me.Label2.TabIndex = 22 + Me.Label2.Text = "Heat/Passenger Into Cabin" + ' + 'lblUnitsUValues + ' + Me.lblUnitsUValues.AutoSize = True + Me.lblUnitsUValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsUValues.Location = New System.Drawing.Point(349, 261) + Me.lblUnitsUValues.Name = "lblUnitsUValues" + Me.lblUnitsUValues.Size = New System.Drawing.Size(66, 15) + Me.lblUnitsUValues.TabIndex = 21 + Me.lblUnitsUValues.Text = "W/(K*m^3)" + Me.ToolTip1.SetToolTip(Me.lblUnitsUValues, "W/(K*m^3)") + ' + 'lblUnitsPassengerBoundaryTemp + ' + Me.lblUnitsPassengerBoundaryTemp.AutoSize = True + Me.lblUnitsPassengerBoundaryTemp.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsPassengerBoundaryTemp.Location = New System.Drawing.Point(349, 123) + Me.lblUnitsPassengerBoundaryTemp.Name = "lblUnitsPassengerBoundaryTemp" + Me.lblUnitsPassengerBoundaryTemp.Size = New System.Drawing.Size(22, 15) + Me.lblUnitsPassengerBoundaryTemp.TabIndex = 20 + Me.lblUnitsPassengerBoundaryTemp.Text = "oC" + Me.ToolTip1.SetToolTip(Me.lblUnitsPassengerBoundaryTemp, "Degrees Centigrade") + ' + 'lblUnitsPGRDensitySemiLowFloor + ' + Me.lblUnitsPGRDensitySemiLowFloor.AutoSize = True + Me.lblUnitsPGRDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsPGRDensitySemiLowFloor.Location = New System.Drawing.Point(349, 175) + Me.lblUnitsPGRDensitySemiLowFloor.Name = "lblUnitsPGRDensitySemiLowFloor" + Me.lblUnitsPGRDensitySemiLowFloor.Size = New System.Drawing.Size(61, 15) + Me.lblUnitsPGRDensitySemiLowFloor.TabIndex = 19 + Me.lblUnitsPGRDensitySemiLowFloor.Text = "Pass/m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsPGRDensitySemiLowFloor, "Passenger/Metres Squared") + ' + 'lblUnitsPassenderDensityLowFloor + ' + Me.lblUnitsPassenderDensityLowFloor.AutoSize = True + Me.lblUnitsPassenderDensityLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsPassenderDensityLowFloor.Location = New System.Drawing.Point(349, 148) + Me.lblUnitsPassenderDensityLowFloor.Name = "lblUnitsPassenderDensityLowFloor" + Me.lblUnitsPassenderDensityLowFloor.Size = New System.Drawing.Size(61, 15) + Me.lblUnitsPassenderDensityLowFloor.TabIndex = 18 + Me.lblUnitsPassenderDensityLowFloor.Text = "Pass/m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsPassenderDensityLowFloor, "Passengers/MetreSquared") + ' + 'lblUnitsBC_PassengerDensityRaisedFloor + ' + Me.lblUnitsBC_PassengerDensityRaisedFloor.AutoSize = True + Me.lblUnitsBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(349, 206) + Me.lblUnitsBC_PassengerDensityRaisedFloor.Name = "lblUnitsBC_PassengerDensityRaisedFloor" + Me.lblUnitsBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(61, 15) + Me.lblUnitsBC_PassengerDensityRaisedFloor.TabIndex = 17 + Me.lblUnitsBC_PassengerDensityRaisedFloor.Text = "Pass/m^2" + Me.ToolTip1.SetToolTip(Me.lblUnitsBC_PassengerDensityRaisedFloor, "Passengers/Metre Squared") + ' + 'lblHeatPerPassengerIntoCabinW + ' + Me.lblHeatPerPassengerIntoCabinW.AutoSize = True + Me.lblHeatPerPassengerIntoCabinW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblHeatPerPassengerIntoCabinW.Location = New System.Drawing.Point(349, 93) + Me.lblHeatPerPassengerIntoCabinW.Name = "lblHeatPerPassengerIntoCabinW" + Me.lblHeatPerPassengerIntoCabinW.Size = New System.Drawing.Size(18, 15) + Me.lblHeatPerPassengerIntoCabinW.TabIndex = 16 + Me.lblHeatPerPassengerIntoCabinW.Text = "W" + Me.ToolTip1.SetToolTip(Me.lblHeatPerPassengerIntoCabinW, "Watts") + ' + 'txtBC_UValues + ' + Me.txtBC_UValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_UValues.Location = New System.Drawing.Point(218, 258) + Me.txtBC_UValues.Name = "txtBC_UValues" + Me.txtBC_UValues.ReadOnly = True + Me.txtBC_UValues.Size = New System.Drawing.Size(97, 21) + Me.txtBC_UValues.TabIndex = 15 + ' + 'txtBC_CalculatedPassengerNumber + ' + Me.txtBC_CalculatedPassengerNumber.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_CalculatedPassengerNumber.Location = New System.Drawing.Point(218, 229) + Me.txtBC_CalculatedPassengerNumber.Name = "txtBC_CalculatedPassengerNumber" + Me.txtBC_CalculatedPassengerNumber.ReadOnly = True + Me.txtBC_CalculatedPassengerNumber.Size = New System.Drawing.Size(97, 21) + Me.txtBC_CalculatedPassengerNumber.TabIndex = 14 + ' + 'txtBC_PassengerDensityRaisedFloor + ' + Me.txtBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(218, 202) + Me.txtBC_PassengerDensityRaisedFloor.Name = "txtBC_PassengerDensityRaisedFloor" + Me.txtBC_PassengerDensityRaisedFloor.ReadOnly = True + Me.txtBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(97, 21) + Me.txtBC_PassengerDensityRaisedFloor.TabIndex = 13 + ' + 'lblBC_PassengerDensityRaisedFloor + ' + Me.lblBC_PassengerDensityRaisedFloor.AutoSize = True + Me.lblBC_PassengerDensityRaisedFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_PassengerDensityRaisedFloor.ForeColor = System.Drawing.Color.Black + Me.lblBC_PassengerDensityRaisedFloor.Location = New System.Drawing.Point(14, 205) + Me.lblBC_PassengerDensityRaisedFloor.Name = "lblBC_PassengerDensityRaisedFloor" + Me.lblBC_PassengerDensityRaisedFloor.Size = New System.Drawing.Size(182, 15) + Me.lblBC_PassengerDensityRaisedFloor.TabIndex = 12 + Me.lblBC_PassengerDensityRaisedFloor.Text = "Passenger Density Raised Floor" + ' + 'lblBC_CalculatedPassengerNumber + ' + Me.lblBC_CalculatedPassengerNumber.AutoSize = True + Me.lblBC_CalculatedPassengerNumber.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_CalculatedPassengerNumber.ForeColor = System.Drawing.Color.Black + Me.lblBC_CalculatedPassengerNumber.Location = New System.Drawing.Point(14, 232) + Me.lblBC_CalculatedPassengerNumber.Name = "lblBC_CalculatedPassengerNumber" + Me.lblBC_CalculatedPassengerNumber.Size = New System.Drawing.Size(175, 15) + Me.lblBC_CalculatedPassengerNumber.TabIndex = 11 + Me.lblBC_CalculatedPassengerNumber.Text = "Calculated Passenger Number" + ' + 'lblBC_UValues + ' + Me.lblBC_UValues.AutoSize = True + Me.lblBC_UValues.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_UValues.ForeColor = System.Drawing.Color.Black + Me.lblBC_UValues.Location = New System.Drawing.Point(14, 261) + Me.lblBC_UValues.Name = "lblBC_UValues" + Me.lblBC_UValues.Size = New System.Drawing.Size(57, 15) + Me.lblBC_UValues.TabIndex = 10 + Me.lblBC_UValues.Text = "U-Values" + ' + 'txtBC_PassengerDensitySemiLowFloor + ' + Me.txtBC_PassengerDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_PassengerDensitySemiLowFloor.Location = New System.Drawing.Point(218, 173) + Me.txtBC_PassengerDensitySemiLowFloor.Name = "txtBC_PassengerDensitySemiLowFloor" + Me.txtBC_PassengerDensitySemiLowFloor.ReadOnly = True + Me.txtBC_PassengerDensitySemiLowFloor.Size = New System.Drawing.Size(97, 21) + Me.txtBC_PassengerDensitySemiLowFloor.TabIndex = 9 + ' + 'lblBC_PassengerDensitySemiLowFloor + ' + Me.lblBC_PassengerDensitySemiLowFloor.AutoSize = True + Me.lblBC_PassengerDensitySemiLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_PassengerDensitySemiLowFloor.ForeColor = System.Drawing.Color.Black + Me.lblBC_PassengerDensitySemiLowFloor.Location = New System.Drawing.Point(14, 176) + Me.lblBC_PassengerDensitySemiLowFloor.Name = "lblBC_PassengerDensitySemiLowFloor" + Me.lblBC_PassengerDensitySemiLowFloor.Size = New System.Drawing.Size(198, 15) + Me.lblBC_PassengerDensitySemiLowFloor.TabIndex = 8 + Me.lblBC_PassengerDensitySemiLowFloor.Text = "Passenger Density Semi Low Floor" + ' + 'txtBC_PassengerDensityLowFloor + ' + Me.txtBC_PassengerDensityLowFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_PassengerDensityLowFloor.Location = New System.Drawing.Point(218, 145) + Me.txtBC_PassengerDensityLowFloor.Name = "txtBC_PassengerDensityLowFloor" + Me.txtBC_PassengerDensityLowFloor.ReadOnly = True + Me.txtBC_PassengerDensityLowFloor.Size = New System.Drawing.Size(97, 21) + Me.txtBC_PassengerDensityLowFloor.TabIndex = 7 + ' + 'Label13 + ' + Me.Label13.AutoSize = True + Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label13.ForeColor = System.Drawing.Color.Black + Me.Label13.Location = New System.Drawing.Point(14, 148) + Me.Label13.Name = "Label13" + Me.Label13.Size = New System.Drawing.Size(166, 15) + Me.Label13.TabIndex = 6 + Me.Label13.Text = "Passenger Density Low Floor" + ' + 'txtBC_PassengerBoundaryTemperature + ' + Me.txtBC_PassengerBoundaryTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_PassengerBoundaryTemperature.Location = New System.Drawing.Point(218, 117) + Me.txtBC_PassengerBoundaryTemperature.Name = "txtBC_PassengerBoundaryTemperature" + Me.txtBC_PassengerBoundaryTemperature.Size = New System.Drawing.Size(97, 21) + Me.txtBC_PassengerBoundaryTemperature.TabIndex = 5 + ' + 'lblPassengerBoundaryTemp + ' + Me.lblPassengerBoundaryTemp.AutoSize = True + Me.lblPassengerBoundaryTemp.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblPassengerBoundaryTemp.ForeColor = System.Drawing.Color.Black + Me.lblPassengerBoundaryTemp.Location = New System.Drawing.Point(14, 120) + Me.lblPassengerBoundaryTemp.Name = "lblPassengerBoundaryTemp" + Me.lblPassengerBoundaryTemp.Size = New System.Drawing.Size(156, 15) + Me.lblPassengerBoundaryTemp.TabIndex = 4 + Me.lblPassengerBoundaryTemp.Text = "Passenger Boundary Temp" + ' + 'txtBC_SolarClouding + ' + Me.txtBC_SolarClouding.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtBC_SolarClouding.Location = New System.Drawing.Point(218, 59) + Me.txtBC_SolarClouding.Name = "txtBC_SolarClouding" + Me.txtBC_SolarClouding.ReadOnly = True + Me.txtBC_SolarClouding.Size = New System.Drawing.Size(97, 21) + Me.txtBC_SolarClouding.TabIndex = 1 + ' + 'lblSolarClouding + ' + Me.lblSolarClouding.AutoSize = True + Me.lblSolarClouding.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblSolarClouding.ForeColor = System.Drawing.Color.Black + Me.lblSolarClouding.Location = New System.Drawing.Point(14, 62) + Me.lblSolarClouding.Name = "lblSolarClouding" + Me.lblSolarClouding.Size = New System.Drawing.Size(88, 15) + Me.lblSolarClouding.TabIndex = 0 + Me.lblSolarClouding.Text = "Solar Clouding" + ' + 'tabGeneralInputsOther + ' + Me.tabGeneralInputsOther.Controls.Add(Me.grpEnvironmentConditions) + Me.tabGeneralInputsOther.Controls.Add(Me.grpAuxHeater) + Me.tabGeneralInputsOther.Controls.Add(Me.grpVentilation) + Me.tabGeneralInputsOther.Controls.Add(Me.grpACSystem) + Me.tabGeneralInputsOther.Location = New System.Drawing.Point(4, 22) + Me.tabGeneralInputsOther.Name = "tabGeneralInputsOther" + Me.tabGeneralInputsOther.Size = New System.Drawing.Size(937, 611) + Me.tabGeneralInputsOther.TabIndex = 3 + Me.tabGeneralInputsOther.Text = " INP - Other " + Me.tabGeneralInputsOther.UseVisualStyleBackColor = True + ' + 'grpEnvironmentConditions + ' + Me.grpEnvironmentConditions.BackColor = System.Drawing.Color.Transparent + Me.grpEnvironmentConditions.Controls.Add(Me.btnOpenAenv) + Me.grpEnvironmentConditions.Controls.Add(Me.btnEnvironmentConditionsSource) + Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_EnvironmentConditionsFilePath) + Me.grpEnvironmentConditions.Controls.Add(Me.Label20) + Me.grpEnvironmentConditions.Controls.Add(Me.chkEC_BatchMode) + Me.grpEnvironmentConditions.Controls.Add(Me.Label23) + Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_EnviromentalTemperature) + Me.grpEnvironmentConditions.Controls.Add(Me.lbltxtEC_EnviromentalTemperature) + Me.grpEnvironmentConditions.Controls.Add(Me.txtEC_Solar) + Me.grpEnvironmentConditions.Controls.Add(Me.lbltxtEC_Solar) + Me.grpEnvironmentConditions.Controls.Add(Me.lblUnitstxtEC_EnviromentalTemperature) + Me.grpEnvironmentConditions.Controls.Add(Me.lblUnitstxtEC_Solar) + Me.grpEnvironmentConditions.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.grpEnvironmentConditions.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.grpEnvironmentConditions.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.grpEnvironmentConditions.Location = New System.Drawing.Point(34, 36) + Me.grpEnvironmentConditions.Name = "grpEnvironmentConditions" + Me.grpEnvironmentConditions.Size = New System.Drawing.Size(868, 158) + Me.grpEnvironmentConditions.TabIndex = 33 + Me.grpEnvironmentConditions.TabStop = False + Me.grpEnvironmentConditions.Text = "Environmental Conditions" + ' + 'btnOpenAenv + ' + Me.btnOpenAenv.Image = CType(resources.GetObject("btnOpenAenv.Image"), System.Drawing.Image) + Me.btnOpenAenv.Location = New System.Drawing.Point(728, 122) + Me.btnOpenAenv.Name = "btnOpenAenv" + Me.btnOpenAenv.Size = New System.Drawing.Size(24, 24) + Me.btnOpenAenv.TabIndex = 62 + Me.btnOpenAenv.UseVisualStyleBackColor = True + ' + 'btnEnvironmentConditionsSource + ' + Me.btnEnvironmentConditionsSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon + Me.btnEnvironmentConditionsSource.Location = New System.Drawing.Point(704, 122) + Me.btnEnvironmentConditionsSource.Name = "btnEnvironmentConditionsSource" + Me.btnEnvironmentConditionsSource.Size = New System.Drawing.Size(24, 24) + Me.btnEnvironmentConditionsSource.TabIndex = 61 + Me.btnEnvironmentConditionsSource.UseVisualStyleBackColor = True + ' + 'txtEC_EnvironmentConditionsFilePath + ' + Me.txtEC_EnvironmentConditionsFilePath.Location = New System.Drawing.Point(216, 123) + Me.txtEC_EnvironmentConditionsFilePath.Name = "txtEC_EnvironmentConditionsFilePath" + Me.txtEC_EnvironmentConditionsFilePath.Size = New System.Drawing.Size(487, 23) + Me.txtEC_EnvironmentConditionsFilePath.TabIndex = 60 + ' + 'Label20 + ' + Me.Label20.AutoSize = True + Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label20.ForeColor = System.Drawing.Color.Black + Me.Label20.Location = New System.Drawing.Point(14, 126) + Me.Label20.Name = "Label20" + Me.Label20.Size = New System.Drawing.Size(174, 15) + Me.Label20.TabIndex = 28 + Me.Label20.Text = "Enviromental Batch Conditions" + ' + 'chkEC_BatchMode + ' + Me.chkEC_BatchMode.AutoSize = True + Me.chkEC_BatchMode.Location = New System.Drawing.Point(216, 91) + Me.chkEC_BatchMode.Name = "chkEC_BatchMode" + Me.chkEC_BatchMode.Size = New System.Drawing.Size(31, 21) + Me.chkEC_BatchMode.TabIndex = 27 + Me.chkEC_BatchMode.Text = " " + Me.chkEC_BatchMode.UseVisualStyleBackColor = True + ' + 'Label23 + ' + Me.Label23.AutoSize = True + Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label23.ForeColor = System.Drawing.Color.Black + Me.Label23.Location = New System.Drawing.Point(14, 97) + Me.Label23.Name = "Label23" + Me.Label23.Size = New System.Drawing.Size(73, 15) + Me.Label23.TabIndex = 27 + Me.Label23.Text = "Batch Mode" + ' + 'txtEC_EnviromentalTemperature + ' + Me.txtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEC_EnviromentalTemperature.Location = New System.Drawing.Point(215, 34) + Me.txtEC_EnviromentalTemperature.Name = "txtEC_EnviromentalTemperature" + Me.txtEC_EnviromentalTemperature.Size = New System.Drawing.Size(101, 21) + Me.txtEC_EnviromentalTemperature.TabIndex = 25 + ' + 'lbltxtEC_EnviromentalTemperature + ' + Me.lbltxtEC_EnviromentalTemperature.AutoSize = True + Me.lbltxtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lbltxtEC_EnviromentalTemperature.ForeColor = System.Drawing.Color.Black + Me.lbltxtEC_EnviromentalTemperature.Location = New System.Drawing.Point(13, 37) + Me.lbltxtEC_EnviromentalTemperature.Name = "lbltxtEC_EnviromentalTemperature" + Me.lbltxtEC_EnviromentalTemperature.Size = New System.Drawing.Size(153, 15) + Me.lbltxtEC_EnviromentalTemperature.TabIndex = 24 + Me.lbltxtEC_EnviromentalTemperature.Text = "Enviromental Temperature" + ' + 'txtEC_Solar + ' + Me.txtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtEC_Solar.Location = New System.Drawing.Point(215, 63) + Me.txtEC_Solar.Name = "txtEC_Solar" + Me.txtEC_Solar.Size = New System.Drawing.Size(101, 21) + Me.txtEC_Solar.TabIndex = 1 + ' + 'lbltxtEC_Solar + ' + Me.lbltxtEC_Solar.AutoSize = True + Me.lbltxtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lbltxtEC_Solar.ForeColor = System.Drawing.Color.Black + Me.lbltxtEC_Solar.Location = New System.Drawing.Point(13, 66) + Me.lbltxtEC_Solar.Name = "lbltxtEC_Solar" + Me.lbltxtEC_Solar.Size = New System.Drawing.Size(36, 15) + Me.lbltxtEC_Solar.TabIndex = 0 + Me.lbltxtEC_Solar.Text = "Solar" + ' + 'lblUnitstxtEC_EnviromentalTemperature + ' + Me.lblUnitstxtEC_EnviromentalTemperature.AutoSize = True + Me.lblUnitstxtEC_EnviromentalTemperature.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitstxtEC_EnviromentalTemperature.Location = New System.Drawing.Point(347, 37) + Me.lblUnitstxtEC_EnviromentalTemperature.Name = "lblUnitstxtEC_EnviromentalTemperature" + Me.lblUnitstxtEC_EnviromentalTemperature.Size = New System.Drawing.Size(22, 15) + Me.lblUnitstxtEC_EnviromentalTemperature.TabIndex = 16 + Me.lblUnitstxtEC_EnviromentalTemperature.Text = "oC" + Me.ToolTip1.SetToolTip(Me.lblUnitstxtEC_EnviromentalTemperature, "Degrees Centigrade") + ' + 'lblUnitstxtEC_Solar + ' + Me.lblUnitstxtEC_Solar.AutoSize = True + Me.lblUnitstxtEC_Solar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitstxtEC_Solar.Location = New System.Drawing.Point(347, 63) + Me.lblUnitstxtEC_Solar.Name = "lblUnitstxtEC_Solar" + Me.lblUnitstxtEC_Solar.Size = New System.Drawing.Size(45, 15) + Me.lblUnitstxtEC_Solar.TabIndex = 26 + Me.lblUnitstxtEC_Solar.Text = "W/m^3" + Me.ToolTip1.SetToolTip(Me.lblUnitstxtEC_Solar, "Watts/Metre Cubed") + ' + 'grpAuxHeater + ' + Me.grpAuxHeater.BackColor = System.Drawing.Color.Transparent + Me.grpAuxHeater.Controls.Add(Me.txtAH_CoolantHeatToAirCabinHeater) + Me.grpAuxHeater.Controls.Add(Me.txtAH_FuelEnergyHeatToCoolant) + Me.grpAuxHeater.Controls.Add(Me.Label26) + Me.grpAuxHeater.Controls.Add(Me.Label25) + Me.grpAuxHeater.Controls.Add(Me.lblUnitsAH_FuelFiredHeater) + Me.grpAuxHeater.Controls.Add(Me.txtAH_FuelFiredHeaterkW) + Me.grpAuxHeater.Controls.Add(Me.lbltxtAH_FuelFiredHeaterkW) + Me.grpAuxHeater.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.grpAuxHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.grpAuxHeater.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.grpAuxHeater.Location = New System.Drawing.Point(474, 209) + Me.grpAuxHeater.Name = "grpAuxHeater" + Me.grpAuxHeater.Size = New System.Drawing.Size(428, 121) + Me.grpAuxHeater.TabIndex = 32 + Me.grpAuxHeater.TabStop = False + Me.grpAuxHeater.Text = "Aux Heater" + ' + 'txtAH_CoolantHeatToAirCabinHeater + ' + Me.txtAH_CoolantHeatToAirCabinHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAH_CoolantHeatToAirCabinHeater.Location = New System.Drawing.Point(282, 88) + Me.txtAH_CoolantHeatToAirCabinHeater.Name = "txtAH_CoolantHeatToAirCabinHeater" + Me.txtAH_CoolantHeatToAirCabinHeater.ReadOnly = True + Me.txtAH_CoolantHeatToAirCabinHeater.Size = New System.Drawing.Size(97, 21) + Me.txtAH_CoolantHeatToAirCabinHeater.TabIndex = 31 + ' + 'txtAH_FuelEnergyHeatToCoolant + ' + Me.txtAH_FuelEnergyHeatToCoolant.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAH_FuelEnergyHeatToCoolant.Location = New System.Drawing.Point(282, 56) + Me.txtAH_FuelEnergyHeatToCoolant.Name = "txtAH_FuelEnergyHeatToCoolant" + Me.txtAH_FuelEnergyHeatToCoolant.ReadOnly = True + Me.txtAH_FuelEnergyHeatToCoolant.Size = New System.Drawing.Size(97, 21) + Me.txtAH_FuelEnergyHeatToCoolant.TabIndex = 30 + ' + 'Label26 + ' + Me.Label26.AutoSize = True + Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label26.ForeColor = System.Drawing.Color.Black + Me.Label26.Location = New System.Drawing.Point(22, 62) + Me.Label26.Name = "Label26" + Me.Label26.Size = New System.Drawing.Size(172, 15) + Me.Label26.TabIndex = 29 + Me.Label26.Text = "Fuel Energy to Heat to Coolant" + ' + 'Label25 + ' + Me.Label25.AutoSize = True + Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label25.ForeColor = System.Drawing.Color.Black + Me.Label25.Location = New System.Drawing.Point(22, 91) + Me.Label25.Name = "Label25" + Me.Label25.Size = New System.Drawing.Size(249, 15) + Me.Label25.TabIndex = 28 + Me.Label25.Text = "Coolant Heat Transferred to Air Cabin Heater" + ' + 'lblUnitsAH_FuelFiredHeater + ' + Me.lblUnitsAH_FuelFiredHeater.AutoSize = True + Me.lblUnitsAH_FuelFiredHeater.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitsAH_FuelFiredHeater.Location = New System.Drawing.Point(398, 30) + Me.lblUnitsAH_FuelFiredHeater.Name = "lblUnitsAH_FuelFiredHeater" + Me.lblUnitsAH_FuelFiredHeater.Size = New System.Drawing.Size(24, 15) + Me.lblUnitsAH_FuelFiredHeater.TabIndex = 27 + Me.lblUnitsAH_FuelFiredHeater.Text = "Kw" + Me.ToolTip1.SetToolTip(Me.lblUnitsAH_FuelFiredHeater, "Kilo Watts") + ' + 'txtAH_FuelFiredHeaterkW + ' + Me.txtAH_FuelFiredHeaterkW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAH_FuelFiredHeaterkW.Location = New System.Drawing.Point(282, 27) + Me.txtAH_FuelFiredHeaterkW.Name = "txtAH_FuelFiredHeaterkW" + Me.txtAH_FuelFiredHeaterkW.Size = New System.Drawing.Size(97, 21) + Me.txtAH_FuelFiredHeaterkW.TabIndex = 1 + ' + 'lbltxtAH_FuelFiredHeaterkW + ' + Me.lbltxtAH_FuelFiredHeaterkW.AutoSize = True + Me.lbltxtAH_FuelFiredHeaterkW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lbltxtAH_FuelFiredHeaterkW.ForeColor = System.Drawing.Color.Black + Me.lbltxtAH_FuelFiredHeaterkW.Location = New System.Drawing.Point(22, 36) + Me.lbltxtAH_FuelFiredHeaterkW.Name = "lbltxtAH_FuelFiredHeaterkW" + Me.lbltxtAH_FuelFiredHeaterkW.Size = New System.Drawing.Size(102, 15) + Me.lbltxtAH_FuelFiredHeaterkW.TabIndex = 0 + Me.lbltxtAH_FuelFiredHeaterkW.Text = "Fuel Fired Heater" + ' + 'grpVentilation + ' + Me.grpVentilation.BackColor = System.Drawing.Color.Transparent + Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationDuringCooling) + Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationDuringHeating) + Me.grpVentilation.Controls.Add(Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive) + Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationDuringAC) + Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationWhenBothHeatingAndACInactive) + Me.grpVentilation.Controls.Add(Me.chkVEN_VentilationOnDuringHeating) + Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationDuringCooling) + Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationDuringHeating) + Me.grpVentilation.Controls.Add(Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive) + Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationOnDuringHeating) + Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationDuringAC) + Me.grpVentilation.Controls.Add(Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive) + Me.grpVentilation.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.grpVentilation.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.grpVentilation.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.grpVentilation.Location = New System.Drawing.Point(34, 369) + Me.grpVentilation.Name = "grpVentilation" + Me.grpVentilation.Size = New System.Drawing.Size(409, 216) + Me.grpVentilation.TabIndex = 31 + Me.grpVentilation.TabStop = False + Me.grpVentilation.Text = "Ventilation" + ' + 'cboVEN_VentilationDuringCooling + ' + Me.cboVEN_VentilationDuringCooling.FormattingEnabled = True + Me.cboVEN_VentilationDuringCooling.Items.AddRange(New Object() {"High", "Low"}) + Me.cboVEN_VentilationDuringCooling.Location = New System.Drawing.Point(216, 182) + Me.cboVEN_VentilationDuringCooling.Name = "cboVEN_VentilationDuringCooling" + Me.cboVEN_VentilationDuringCooling.Size = New System.Drawing.Size(75, 24) + Me.cboVEN_VentilationDuringCooling.TabIndex = 39 + ' + 'cboVEN_VentilationDuringHeating + ' + Me.cboVEN_VentilationDuringHeating.FormattingEnabled = True + Me.cboVEN_VentilationDuringHeating.Items.AddRange(New Object() {"High", "Low"}) + Me.cboVEN_VentilationDuringHeating.Location = New System.Drawing.Point(216, 150) + Me.cboVEN_VentilationDuringHeating.Name = "cboVEN_VentilationDuringHeating" + Me.cboVEN_VentilationDuringHeating.Size = New System.Drawing.Size(75, 24) + Me.cboVEN_VentilationDuringHeating.TabIndex = 38 + ' + 'cboVEN_VentilationFlowSettingWhenHeatingAndACInactive + ' + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.FormattingEnabled = True + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Items.AddRange(New Object() {"High", "Low"}) + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Location = New System.Drawing.Point(216, 117) + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Name = "cboVEN_VentilationFlowSettingWhenHeatingAndACInactive" + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Size = New System.Drawing.Size(75, 24) + Me.cboVEN_VentilationFlowSettingWhenHeatingAndACInactive.TabIndex = 37 + ' + 'chkVEN_VentilationDuringAC + ' + Me.chkVEN_VentilationDuringAC.AutoSize = True + Me.chkVEN_VentilationDuringAC.Location = New System.Drawing.Point(278, 85) + Me.chkVEN_VentilationDuringAC.Name = "chkVEN_VentilationDuringAC" + Me.chkVEN_VentilationDuringAC.Size = New System.Drawing.Size(31, 21) + Me.chkVEN_VentilationDuringAC.TabIndex = 36 + Me.chkVEN_VentilationDuringAC.Text = " " + Me.chkVEN_VentilationDuringAC.UseVisualStyleBackColor = True + ' + 'chkVEN_VentilationWhenBothHeatingAndACInactive + ' + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.AutoSize = True + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Location = New System.Drawing.Point(278, 61) + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Name = "chkVEN_VentilationWhenBothHeatingAndACInactive" + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Size = New System.Drawing.Size(31, 21) + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.TabIndex = 35 + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.Text = " " + Me.chkVEN_VentilationWhenBothHeatingAndACInactive.UseVisualStyleBackColor = True + ' + 'chkVEN_VentilationOnDuringHeating + ' + Me.chkVEN_VentilationOnDuringHeating.AutoSize = True + Me.chkVEN_VentilationOnDuringHeating.Location = New System.Drawing.Point(279, 33) + Me.chkVEN_VentilationOnDuringHeating.Name = "chkVEN_VentilationOnDuringHeating" + Me.chkVEN_VentilationOnDuringHeating.Size = New System.Drawing.Size(31, 21) + Me.chkVEN_VentilationOnDuringHeating.TabIndex = 34 + Me.chkVEN_VentilationOnDuringHeating.Text = " " + Me.chkVEN_VentilationOnDuringHeating.UseVisualStyleBackColor = True + ' + 'lblcboVEN_VentilationDuringCooling + ' + Me.lblcboVEN_VentilationDuringCooling.AutoSize = True + Me.lblcboVEN_VentilationDuringCooling.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblcboVEN_VentilationDuringCooling.ForeColor = System.Drawing.Color.Black + Me.lblcboVEN_VentilationDuringCooling.Location = New System.Drawing.Point(13, 184) + Me.lblcboVEN_VentilationDuringCooling.Name = "lblcboVEN_VentilationDuringCooling" + Me.lblcboVEN_VentilationDuringCooling.Size = New System.Drawing.Size(149, 15) + Me.lblcboVEN_VentilationDuringCooling.TabIndex = 33 + Me.lblcboVEN_VentilationDuringCooling.Text = "Ventilation During Cooling" + ' + 'lblcboVEN_VentilationDuringHeating + ' + Me.lblcboVEN_VentilationDuringHeating.AutoSize = True + Me.lblcboVEN_VentilationDuringHeating.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblcboVEN_VentilationDuringHeating.ForeColor = System.Drawing.Color.Black + Me.lblcboVEN_VentilationDuringHeating.Location = New System.Drawing.Point(14, 152) + Me.lblcboVEN_VentilationDuringHeating.Name = "lblcboVEN_VentilationDuringHeating" + Me.lblcboVEN_VentilationDuringHeating.Size = New System.Drawing.Size(150, 15) + Me.lblcboVEN_VentilationDuringHeating.TabIndex = 30 + Me.lblcboVEN_VentilationDuringHeating.Text = "Ventilation During Heating" + ' + 'lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive + ' + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.AutoSize = True + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.ForeColor = System.Drawing.Color.Black + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Location = New System.Drawing.Point(14, 115) + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.MaximumSize = New System.Drawing.Size(210, 0) + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Name = "lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive" + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Size = New System.Drawing.Size(169, 30) + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.TabIndex = 27 + Me.lblcboVEN_VentilationFlowSettingWhenHeatingAndACInactive.Text = "Ventilation FlowSetting When Heating And AC Inactive" + ' + 'lblchkVEN_VentilationOnDuringHeating + ' + Me.lblchkVEN_VentilationOnDuringHeating.AutoSize = True + Me.lblchkVEN_VentilationOnDuringHeating.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblchkVEN_VentilationOnDuringHeating.ForeColor = System.Drawing.Color.Black + Me.lblchkVEN_VentilationOnDuringHeating.Location = New System.Drawing.Point(14, 33) + Me.lblchkVEN_VentilationOnDuringHeating.Name = "lblchkVEN_VentilationOnDuringHeating" + Me.lblchkVEN_VentilationOnDuringHeating.Size = New System.Drawing.Size(169, 15) + Me.lblchkVEN_VentilationOnDuringHeating.TabIndex = 24 + Me.lblchkVEN_VentilationOnDuringHeating.Text = "Ventilation On During Heating" + ' + 'lblchkVEN_VentilationDuringAC + ' + Me.lblchkVEN_VentilationDuringAC.AutoSize = True + Me.lblchkVEN_VentilationDuringAC.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblchkVEN_VentilationDuringAC.ForeColor = System.Drawing.Color.Black + Me.lblchkVEN_VentilationDuringAC.Location = New System.Drawing.Point(14, 88) + Me.lblchkVEN_VentilationDuringAC.Name = "lblchkVEN_VentilationDuringAC" + Me.lblchkVEN_VentilationDuringAC.Size = New System.Drawing.Size(122, 15) + Me.lblchkVEN_VentilationDuringAC.TabIndex = 22 + Me.lblchkVEN_VentilationDuringAC.Text = "Ventilation During AC" + ' + 'lblchkVEN_VentilationWhenBothHeatingAndACInactive + ' + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.AutoSize = True + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.ForeColor = System.Drawing.Color.Black + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Location = New System.Drawing.Point(14, 62) + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Name = "lblchkVEN_VentilationWhenBothHeatingAndACInactive" + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Size = New System.Drawing.Size(256, 15) + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.TabIndex = 0 + Me.lblchkVEN_VentilationWhenBothHeatingAndACInactive.Text = "Ventilation When Both Heating And ACInactive" + ' + 'grpACSystem + ' + Me.grpACSystem.BackColor = System.Drawing.Color.Transparent + Me.grpACSystem.Controls.Add(Me.txtAC_CompressorType) + Me.grpACSystem.Controls.Add(Me.Label6) + Me.grpACSystem.Controls.Add(Me.txtAC_COP) + Me.grpACSystem.Controls.Add(Me.lblBC_COP) + Me.grpACSystem.Controls.Add(Me.cboAC_CompressorType) + Me.grpACSystem.Controls.Add(Me.txtAC_CompressorCapacitykW) + Me.grpACSystem.Controls.Add(Me.lbltxtAC_CompressorCapacitykW) + Me.grpACSystem.Controls.Add(Me.lblUnitstxtAC_CompressorCapacitykW) + Me.grpACSystem.Controls.Add(Me.lblcboAC_CompressorType) + Me.grpACSystem.FlatStyle = System.Windows.Forms.FlatStyle.Popup + Me.grpACSystem.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) + Me.grpACSystem.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.grpACSystem.Location = New System.Drawing.Point(34, 209) + Me.grpACSystem.Name = "grpACSystem" + Me.grpACSystem.Size = New System.Drawing.Size(409, 154) + Me.grpACSystem.TabIndex = 30 + Me.grpACSystem.TabStop = False + Me.grpACSystem.Text = "AC-System" + ' + 'txtAC_CompressorType + ' + Me.txtAC_CompressorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAC_CompressorType.Location = New System.Drawing.Point(214, 59) + Me.txtAC_CompressorType.Name = "txtAC_CompressorType" + Me.txtAC_CompressorType.ReadOnly = True + Me.txtAC_CompressorType.Size = New System.Drawing.Size(101, 21) + Me.txtAC_CompressorType.TabIndex = 58 + ' + 'Label6 + ' + Me.Label6.AutoSize = True + Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.Label6.ForeColor = System.Drawing.Color.Black + Me.Label6.Location = New System.Drawing.Point(13, 30) + Me.Label6.Name = "Label6" + Me.Label6.Size = New System.Drawing.Size(122, 15) + Me.Label6.TabIndex = 57 + Me.Label6.Text = "AC-Compressor Type" + ' + 'txtAC_COP + ' + Me.txtAC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAC_COP.Location = New System.Drawing.Point(215, 123) + Me.txtAC_COP.Name = "txtAC_COP" + Me.txtAC_COP.ReadOnly = True + Me.txtAC_COP.Size = New System.Drawing.Size(101, 21) + Me.txtAC_COP.TabIndex = 56 + ' + 'lblBC_COP + ' + Me.lblBC_COP.AutoSize = True + Me.lblBC_COP.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblBC_COP.ForeColor = System.Drawing.Color.Black + Me.lblBC_COP.Location = New System.Drawing.Point(13, 126) + Me.lblBC_COP.Name = "lblBC_COP" + Me.lblBC_COP.Size = New System.Drawing.Size(32, 15) + Me.lblBC_COP.TabIndex = 55 + Me.lblBC_COP.Text = "COP" + ' + 'cboAC_CompressorType + ' + Me.cboAC_CompressorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cboAC_CompressorType.FormattingEnabled = True + Me.cboAC_CompressorType.Items.AddRange(New Object() {"2-Stage", "3-Stage", "4-Stage", "Continuous"}) + Me.cboAC_CompressorType.Location = New System.Drawing.Point(215, 27) + Me.cboAC_CompressorType.Name = "cboAC_CompressorType" + Me.cboAC_CompressorType.Size = New System.Drawing.Size(100, 24) + Me.cboAC_CompressorType.TabIndex = 26 + ' + 'txtAC_CompressorCapacitykW + ' + Me.txtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.txtAC_CompressorCapacitykW.Location = New System.Drawing.Point(215, 91) + Me.txtAC_CompressorCapacitykW.Name = "txtAC_CompressorCapacitykW" + Me.txtAC_CompressorCapacitykW.Size = New System.Drawing.Size(101, 21) + Me.txtAC_CompressorCapacitykW.TabIndex = 23 + ' + 'lbltxtAC_CompressorCapacitykW + ' + Me.lbltxtAC_CompressorCapacitykW.AutoSize = True + Me.lbltxtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lbltxtAC_CompressorCapacitykW.ForeColor = System.Drawing.Color.Black + Me.lbltxtAC_CompressorCapacitykW.Location = New System.Drawing.Point(13, 91) + Me.lbltxtAC_CompressorCapacitykW.Name = "lbltxtAC_CompressorCapacitykW" + Me.lbltxtAC_CompressorCapacitykW.Size = New System.Drawing.Size(140, 15) + Me.lbltxtAC_CompressorCapacitykW.TabIndex = 22 + Me.lbltxtAC_CompressorCapacitykW.Text = "AC-Compressor capacity" + ' + 'lblUnitstxtAC_CompressorCapacitykW + ' + Me.lblUnitstxtAC_CompressorCapacitykW.AutoSize = True + Me.lblUnitstxtAC_CompressorCapacitykW.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lblUnitstxtAC_CompressorCapacitykW.Location = New System.Drawing.Point(347, 94) + Me.lblUnitstxtAC_CompressorCapacitykW.Name = "lblUnitstxtAC_CompressorCapacitykW" + Me.lblUnitstxtAC_CompressorCapacitykW.Size = New System.Drawing.Size(24, 15) + Me.lblUnitstxtAC_CompressorCapacitykW.TabIndex = 16 + Me.lblUnitstxtAC_CompressorCapacitykW.Text = "Kw" + Me.ToolTip1.SetToolTip(Me.lblUnitstxtAC_CompressorCapacitykW, "Kilo Watts") + ' + 'lblcboAC_CompressorType + ' + Me.lblcboAC_CompressorType.AutoSize = True + Me.lblcboAC_CompressorType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) + Me.lblcboAC_CompressorType.ForeColor = System.Drawing.Color.Black + Me.lblcboAC_CompressorType.Location = New System.Drawing.Point(13, 62) + Me.lblcboAC_CompressorType.Name = "lblcboAC_CompressorType" + Me.lblcboAC_CompressorType.Size = New System.Drawing.Size(175, 15) + Me.lblcboAC_CompressorType.TabIndex = 0 + Me.lblcboAC_CompressorType.Text = "AC-Compressor Type (Derived)" + ' + 'tabTechBenefits + ' + Me.tabTechBenefits.CausesValidation = False + Me.tabTechBenefits.Controls.Add(Me.btnClearForm) + Me.tabTechBenefits.Controls.Add(Me.lblIndex) + Me.tabTechBenefits.Controls.Add(Me.txtIndex) + Me.tabTechBenefits.Controls.Add(Me.btnUpdate) + Me.tabTechBenefits.Controls.Add(Me.lblLineType) + Me.tabTechBenefits.Controls.Add(Me.chkActiveVC) + Me.tabTechBenefits.Controls.Add(Me.lblCoolingColumn) + Me.tabTechBenefits.Controls.Add(Me.chkActiveVV) + Me.tabTechBenefits.Controls.Add(Me.txtBenefitName) + Me.tabTechBenefits.Controls.Add(Me.chkActiveVH) + Me.tabTechBenefits.Controls.Add(Me.lblBenefitName) + Me.tabTechBenefits.Controls.Add(Me.chkOnVehicle) + Me.tabTechBenefits.Controls.Add(Me.lblVentelationColumn) + Me.tabTechBenefits.Controls.Add(Me.lblHeatingColumn) + Me.tabTechBenefits.Controls.Add(Me.cboLineType) + Me.tabTechBenefits.Controls.Add(Me.pnlRaisedFloorRow) + Me.tabTechBenefits.Controls.Add(Me.pnlSemiLowFloorRow) + Me.tabTechBenefits.Controls.Add(Me.pnlLowFloorRow) + Me.tabTechBenefits.Controls.Add(Me.lblCategory) + Me.tabTechBenefits.Controls.Add(Me.cboCategory) + Me.tabTechBenefits.Controls.Add(Me.gvTechBenefitLines) + Me.tabTechBenefits.Controls.Add(Me.lblUnits) + Me.tabTechBenefits.Controls.Add(Me.cboUnits) + Me.tabTechBenefits.Location = New System.Drawing.Point(4, 22) + Me.tabTechBenefits.Name = "tabTechBenefits" + Me.tabTechBenefits.Padding = New System.Windows.Forms.Padding(3) + Me.tabTechBenefits.Size = New System.Drawing.Size(937, 611) + Me.tabTechBenefits.TabIndex = 5 + Me.tabTechBenefits.Text = " Tech List Input " + Me.tabTechBenefits.UseVisualStyleBackColor = True + ' + 'btnClearForm + ' + Me.btnClearForm.Location = New System.Drawing.Point(814, 100) + Me.btnClearForm.Name = "btnClearForm" + Me.btnClearForm.Size = New System.Drawing.Size(75, 23) + Me.btnClearForm.TabIndex = 34 + Me.btnClearForm.Text = "Clear Form" + Me.btnClearForm.UseVisualStyleBackColor = True + ' + 'lblIndex + ' + Me.lblIndex.AutoSize = True + Me.lblIndex.Location = New System.Drawing.Point(29, 18) + Me.lblIndex.Name = "lblIndex" + Me.lblIndex.Size = New System.Drawing.Size(33, 13) + Me.lblIndex.TabIndex = 33 + Me.lblIndex.Text = "Index" + ' + 'txtIndex + ' + Me.txtIndex.Location = New System.Drawing.Point(81, 15) + Me.txtIndex.Name = "txtIndex" + Me.txtIndex.ReadOnly = True + Me.txtIndex.Size = New System.Drawing.Size(58, 20) + Me.txtIndex.TabIndex = 32 + ' + 'btnUpdate + ' + Me.btnUpdate.Location = New System.Drawing.Point(814, 18) + Me.btnUpdate.Name = "btnUpdate" + Me.btnUpdate.Size = New System.Drawing.Size(75, 23) + Me.btnUpdate.TabIndex = 25 + Me.btnUpdate.Text = "Update/Add" + Me.btnUpdate.UseVisualStyleBackColor = True + ' + 'lblLineType + ' + Me.lblLineType.AutoSize = True + Me.lblLineType.Location = New System.Drawing.Point(415, 74) + Me.lblLineType.Name = "lblLineType" + Me.lblLineType.Size = New System.Drawing.Size(51, 13) + Me.lblLineType.TabIndex = 31 + Me.lblLineType.Text = "LineType" + ' + 'chkActiveVC + ' + Me.chkActiveVC.AutoSize = True + Me.chkActiveVC.Location = New System.Drawing.Point(490, 173) + Me.chkActiveVC.Name = "chkActiveVC" + Me.chkActiveVC.Size = New System.Drawing.Size(73, 17) + Me.chkActiveVC.TabIndex = 16 + Me.chkActiveVC.Text = "Active VC" + Me.chkActiveVC.UseVisualStyleBackColor = True + ' + 'lblCoolingColumn + ' + Me.lblCoolingColumn.AutoSize = True + Me.lblCoolingColumn.Location = New System.Drawing.Point(316, 100) + Me.lblCoolingColumn.Name = "lblCoolingColumn" + Me.lblCoolingColumn.Size = New System.Drawing.Size(42, 13) + Me.lblCoolingColumn.TabIndex = 30 + Me.lblCoolingColumn.Text = "Cooling" + ' + 'chkActiveVV + ' + Me.chkActiveVV.AutoSize = True + Me.chkActiveVV.Location = New System.Drawing.Point(490, 145) + Me.chkActiveVV.Name = "chkActiveVV" + Me.chkActiveVV.Size = New System.Drawing.Size(73, 17) + Me.chkActiveVV.TabIndex = 15 + Me.chkActiveVV.Text = "Active VV" + Me.chkActiveVV.UseVisualStyleBackColor = True + ' + 'txtBenefitName + ' + Me.txtBenefitName.Location = New System.Drawing.Point(488, 41) + Me.txtBenefitName.Name = "txtBenefitName" + Me.txtBenefitName.Size = New System.Drawing.Size(270, 20) + Me.txtBenefitName.TabIndex = 2 + ' + 'chkActiveVH + ' + Me.chkActiveVH.AutoSize = True + Me.chkActiveVH.Location = New System.Drawing.Point(490, 117) + Me.chkActiveVH.Name = "chkActiveVH" + Me.chkActiveVH.Size = New System.Drawing.Size(74, 17) + Me.chkActiveVH.TabIndex = 14 + Me.chkActiveVH.Text = "Active VH" + Me.chkActiveVH.UseVisualStyleBackColor = True + ' + 'lblBenefitName + ' + Me.lblBenefitName.AutoSize = True + Me.lblBenefitName.Location = New System.Drawing.Point(411, 44) + Me.lblBenefitName.Name = "lblBenefitName" + Me.lblBenefitName.Size = New System.Drawing.Size(71, 13) + Me.lblBenefitName.TabIndex = 18 + Me.lblBenefitName.Text = "Benefit Name" + ' + 'chkOnVehicle + ' + Me.chkOnVehicle.AutoSize = True + Me.chkOnVehicle.Location = New System.Drawing.Point(490, 202) + Me.chkOnVehicle.Name = "chkOnVehicle" + Me.chkOnVehicle.Size = New System.Drawing.Size(78, 17) + Me.chkOnVehicle.TabIndex = 17 + Me.chkOnVehicle.Text = "On Vehicle" + Me.chkOnVehicle.UseVisualStyleBackColor = True + ' + 'lblVentelationColumn + ' + Me.lblVentelationColumn.AutoSize = True + Me.lblVentelationColumn.Location = New System.Drawing.Point(215, 100) + Me.lblVentelationColumn.Name = "lblVentelationColumn" + Me.lblVentelationColumn.Size = New System.Drawing.Size(56, 13) + Me.lblVentelationColumn.TabIndex = 29 + Me.lblVentelationColumn.Text = "Ventilation" + ' + 'lblHeatingColumn + ' + Me.lblHeatingColumn.AutoSize = True + Me.lblHeatingColumn.Location = New System.Drawing.Point(122, 100) + Me.lblHeatingColumn.Name = "lblHeatingColumn" + Me.lblHeatingColumn.Size = New System.Drawing.Size(44, 13) + Me.lblHeatingColumn.TabIndex = 28 + Me.lblHeatingColumn.Text = "Heating" + ' + 'cboLineType + ' + Me.cboLineType.AutoCompleteCustomSource.AddRange(New String() {"Normal", "Active Ventelation"}) + Me.cboLineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cboLineType.FormattingEnabled = True + Me.cboLineType.Items.AddRange(New Object() {"Normal", "ActiveVentilation"}) + Me.cboLineType.Location = New System.Drawing.Point(488, 71) + Me.cboLineType.Name = "cboLineType" + Me.cboLineType.Size = New System.Drawing.Size(270, 21) + Me.cboLineType.TabIndex = 4 + ' + 'pnlRaisedFloorRow + ' + Me.pnlRaisedFloorRow.BackColor = System.Drawing.Color.Lavender + Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorH) + Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorC) + Me.pnlRaisedFloorRow.Controls.Add(Me.txtRaisedFloorV) + Me.pnlRaisedFloorRow.Controls.Add(Me.lblRaisedFloorRow) + Me.pnlRaisedFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.pnlRaisedFloorRow.ForeColor = System.Drawing.Color.Black + Me.pnlRaisedFloorRow.Location = New System.Drawing.Point(26, 193) + Me.pnlRaisedFloorRow.Name = "pnlRaisedFloorRow" + Me.pnlRaisedFloorRow.Size = New System.Drawing.Size(379, 33) + Me.pnlRaisedFloorRow.TabIndex = 9 + ' + 'txtRaisedFloorH + ' + Me.txtRaisedFloorH.Location = New System.Drawing.Point(84, 6) + Me.txtRaisedFloorH.Name = "txtRaisedFloorH" + Me.txtRaisedFloorH.Size = New System.Drawing.Size(70, 20) + Me.txtRaisedFloorH.TabIndex = 11 + ' + 'txtRaisedFloorC + ' + Me.txtRaisedFloorC.Location = New System.Drawing.Point(281, 6) + Me.txtRaisedFloorC.Name = "txtRaisedFloorC" + Me.txtRaisedFloorC.Size = New System.Drawing.Size(70, 20) + Me.txtRaisedFloorC.TabIndex = 13 + ' + 'txtRaisedFloorV + ' + Me.txtRaisedFloorV.Location = New System.Drawing.Point(184, 6) + Me.txtRaisedFloorV.Name = "txtRaisedFloorV" + Me.txtRaisedFloorV.Size = New System.Drawing.Size(70, 20) + Me.txtRaisedFloorV.TabIndex = 12 + ' + 'lblRaisedFloorRow + ' + Me.lblRaisedFloorRow.AutoSize = True + Me.lblRaisedFloorRow.Location = New System.Drawing.Point(3, 9) + Me.lblRaisedFloorRow.Name = "lblRaisedFloorRow" + Me.lblRaisedFloorRow.Size = New System.Drawing.Size(66, 13) + Me.lblRaisedFloorRow.TabIndex = 23 + Me.lblRaisedFloorRow.Text = "Raised Floor" + ' + 'pnlSemiLowFloorRow + ' + Me.pnlSemiLowFloorRow.BackColor = System.Drawing.Color.Lavender + Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorH) + Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorC) + Me.pnlSemiLowFloorRow.Controls.Add(Me.txtSemiLowFloorV) + Me.pnlSemiLowFloorRow.Controls.Add(Me.lblSemiLowFloorRow) + Me.pnlSemiLowFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.pnlSemiLowFloorRow.ForeColor = System.Drawing.Color.Black + Me.pnlSemiLowFloorRow.Location = New System.Drawing.Point(26, 155) + Me.pnlSemiLowFloorRow.Name = "pnlSemiLowFloorRow" + Me.pnlSemiLowFloorRow.Size = New System.Drawing.Size(379, 33) + Me.pnlSemiLowFloorRow.TabIndex = 8 + ' + 'txtSemiLowFloorH + ' + Me.txtSemiLowFloorH.Location = New System.Drawing.Point(84, 6) + Me.txtSemiLowFloorH.Name = "txtSemiLowFloorH" + Me.txtSemiLowFloorH.Size = New System.Drawing.Size(70, 20) + Me.txtSemiLowFloorH.TabIndex = 8 + ' + 'txtSemiLowFloorC + ' + Me.txtSemiLowFloorC.Location = New System.Drawing.Point(281, 6) + Me.txtSemiLowFloorC.Name = "txtSemiLowFloorC" + Me.txtSemiLowFloorC.Size = New System.Drawing.Size(70, 20) + Me.txtSemiLowFloorC.TabIndex = 10 + ' + 'txtSemiLowFloorV + ' + Me.txtSemiLowFloorV.Location = New System.Drawing.Point(184, 6) + Me.txtSemiLowFloorV.Name = "txtSemiLowFloorV" + Me.txtSemiLowFloorV.Size = New System.Drawing.Size(70, 20) + Me.txtSemiLowFloorV.TabIndex = 9 + ' + 'lblSemiLowFloorRow + ' + Me.lblSemiLowFloorRow.AutoSize = True + Me.lblSemiLowFloorRow.Location = New System.Drawing.Point(3, 9) + Me.lblSemiLowFloorRow.Name = "lblSemiLowFloorRow" + Me.lblSemiLowFloorRow.Size = New System.Drawing.Size(79, 13) + Me.lblSemiLowFloorRow.TabIndex = 22 + Me.lblSemiLowFloorRow.Text = "Semi Low Floor" + ' + 'pnlLowFloorRow + ' + Me.pnlLowFloorRow.BackColor = System.Drawing.Color.Lavender + Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorH) + Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorC) + Me.pnlLowFloorRow.Controls.Add(Me.txtLowFloorV) + Me.pnlLowFloorRow.Controls.Add(Me.lblLowFloorRow) + Me.pnlLowFloorRow.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.pnlLowFloorRow.ForeColor = System.Drawing.Color.Black + Me.pnlLowFloorRow.Location = New System.Drawing.Point(26, 116) + Me.pnlLowFloorRow.Name = "pnlLowFloorRow" + Me.pnlLowFloorRow.Size = New System.Drawing.Size(379, 33) + Me.pnlLowFloorRow.TabIndex = 5 + ' + 'txtLowFloorH + ' + Me.txtLowFloorH.Location = New System.Drawing.Point(84, 6) + Me.txtLowFloorH.Name = "txtLowFloorH" + Me.txtLowFloorH.Size = New System.Drawing.Size(70, 20) + Me.txtLowFloorH.TabIndex = 5 + ' + 'txtLowFloorC + ' + Me.txtLowFloorC.Location = New System.Drawing.Point(280, 6) + Me.txtLowFloorC.Name = "txtLowFloorC" + Me.txtLowFloorC.Size = New System.Drawing.Size(70, 20) + Me.txtLowFloorC.TabIndex = 7 + ' + 'txtLowFloorV + ' + Me.txtLowFloorV.Location = New System.Drawing.Point(184, 6) + Me.txtLowFloorV.Name = "txtLowFloorV" + Me.txtLowFloorV.Size = New System.Drawing.Size(70, 20) + Me.txtLowFloorV.TabIndex = 6 + ' + 'lblLowFloorRow + ' + Me.lblLowFloorRow.AutoSize = True + Me.lblLowFloorRow.Location = New System.Drawing.Point(7, 9) + Me.lblLowFloorRow.Name = "lblLowFloorRow" + Me.lblLowFloorRow.Size = New System.Drawing.Size(53, 13) + Me.lblLowFloorRow.TabIndex = 21 + Me.lblLowFloorRow.Text = "Low Floor" + ' + 'lblCategory + ' + Me.lblCategory.AutoSize = True + Me.lblCategory.Location = New System.Drawing.Point(26, 71) + Me.lblCategory.Name = "lblCategory" + Me.lblCategory.Size = New System.Drawing.Size(49, 13) + Me.lblCategory.TabIndex = 19 + Me.lblCategory.Text = "Category" + ' + 'cboCategory + ' + Me.cboCategory.FormattingEnabled = True + Me.cboCategory.Location = New System.Drawing.Point(81, 71) + Me.cboCategory.Name = "cboCategory" + Me.cboCategory.Size = New System.Drawing.Size(324, 21) + Me.cboCategory.TabIndex = 3 + ' + 'gvTechBenefitLines + ' + Me.gvTechBenefitLines.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.gvTechBenefitLines.Location = New System.Drawing.Point(21, 238) + Me.gvTechBenefitLines.Name = "gvTechBenefitLines" + Me.gvTechBenefitLines.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect + Me.gvTechBenefitLines.Size = New System.Drawing.Size(885, 356) + Me.gvTechBenefitLines.TabIndex = 30 + ' + 'lblUnits + ' + Me.lblUnits.AutoSize = True + Me.lblUnits.Location = New System.Drawing.Point(26, 44) + Me.lblUnits.Name = "lblUnits" + Me.lblUnits.Size = New System.Drawing.Size(31, 13) + Me.lblUnits.TabIndex = 20 + Me.lblUnits.Text = "Units" + ' + 'cboUnits + ' + Me.cboUnits.AutoCompleteCustomSource.AddRange(New String() {"Fraction"}) + Me.cboUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cboUnits.FormattingEnabled = True + Me.cboUnits.Items.AddRange(New Object() {"Fraction"}) + Me.cboUnits.Location = New System.Drawing.Point(81, 44) + Me.cboUnits.Name = "cboUnits" + Me.cboUnits.Size = New System.Drawing.Size(324, 21) + Me.cboUnits.TabIndex = 1 + ' + 'tabDiagnostics + ' + Me.tabDiagnostics.Controls.Add(Me.txtDiagnostics) + Me.tabDiagnostics.Location = New System.Drawing.Point(4, 22) + Me.tabDiagnostics.Name = "tabDiagnostics" + Me.tabDiagnostics.Size = New System.Drawing.Size(937, 611) + Me.tabDiagnostics.TabIndex = 6 + Me.tabDiagnostics.Text = "Diagnostics" + Me.tabDiagnostics.UseVisualStyleBackColor = True + ' + 'txtDiagnostics + ' + Me.txtDiagnostics.Font = New System.Drawing.Font("Courier New", 8.0!) + Me.txtDiagnostics.Location = New System.Drawing.Point(22, 17) + Me.txtDiagnostics.Multiline = True + Me.txtDiagnostics.Name = "txtDiagnostics" + Me.txtDiagnostics.ScrollBars = System.Windows.Forms.ScrollBars.Both + Me.txtDiagnostics.Size = New System.Drawing.Size(877, 584) + Me.txtDiagnostics.TabIndex = 0 + Me.txtDiagnostics.WordWrap = False + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.Label1.Location = New System.Drawing.Point(746, 30) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(82, 13) + Me.Label1.TabIndex = 10 + Me.Label1.Text = "Electrical Adj W" + Me.ToolTip1.SetToolTip(Me.Label1, "Electrical W - Tech List Adjusted") + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.Label4.Location = New System.Drawing.Point(746, 57) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(94, 13) + Me.Label4.TabIndex = 12 + Me.Label4.Text = "Mechanical Adj W" + Me.ToolTip1.SetToolTip(Me.Label4, "Mechanical W - Tech List Adjusted") + ' + 'ErrorProvider1 + ' + Me.ErrorProvider1.ContainerControl = Me + ' + 'btnSave + ' + Me.btnSave.Location = New System.Drawing.Point(767, 734) + Me.btnSave.Name = "btnSave" + Me.btnSave.Size = New System.Drawing.Size(75, 23) + Me.btnSave.TabIndex = 1 + Me.btnSave.Text = "Save" + Me.btnSave.UseVisualStyleBackColor = True + ' + 'btnCancel + ' + Me.btnCancel.Location = New System.Drawing.Point(872, 734) + Me.btnCancel.Name = "btnCancel" + Me.btnCancel.Size = New System.Drawing.Size(75, 23) + Me.btnCancel.TabIndex = 2 + Me.btnCancel.Text = "Cancel" + Me.btnCancel.UseVisualStyleBackColor = True + ' + 'txtBasElectrical + ' + Me.txtBasElectrical.Location = New System.Drawing.Point(634, 26) + Me.txtBasElectrical.Name = "txtBasElectrical" + Me.txtBasElectrical.Size = New System.Drawing.Size(100, 20) + Me.txtBasElectrical.TabIndex = 3 + ' + 'txtBaseMechanical + ' + Me.txtBaseMechanical.Location = New System.Drawing.Point(634, 53) + Me.txtBaseMechanical.Name = "txtBaseMechanical" + Me.txtBaseMechanical.Size = New System.Drawing.Size(100, 20) + Me.txtBaseMechanical.TabIndex = 4 + ' + 'txtAdjMechanical + ' + Me.txtAdjMechanical.Location = New System.Drawing.Point(847, 53) + Me.txtAdjMechanical.Name = "txtAdjMechanical" + Me.txtAdjMechanical.Size = New System.Drawing.Size(100, 20) + Me.txtAdjMechanical.TabIndex = 7 + ' + 'txtAdjElectrical + ' + Me.txtAdjElectrical.Location = New System.Drawing.Point(847, 26) + Me.txtAdjElectrical.Name = "txtAdjElectrical" + Me.txtAdjElectrical.Size = New System.Drawing.Size(100, 20) + Me.txtAdjElectrical.TabIndex = 6 + ' + 'Timer1 + ' + Me.Timer1.Interval = 1000 + ' + 'lblElectricalBaseW + ' + Me.lblElectricalBaseW.AutoSize = True + Me.lblElectricalBaseW.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.lblElectricalBaseW.Location = New System.Drawing.Point(528, 30) + Me.lblElectricalBaseW.Name = "lblElectricalBaseW" + Me.lblElectricalBaseW.Size = New System.Drawing.Size(91, 13) + Me.lblElectricalBaseW.TabIndex = 9 + Me.lblElectricalBaseW.Text = "Electrical Base W" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.ForeColor = System.Drawing.SystemColors.MenuHighlight + Me.Label3.Location = New System.Drawing.Point(528, 57) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(103, 13) + Me.Label3.TabIndex = 11 + Me.Label3.Text = "Mechanical Base W" + ' + 'CMFiles + ' + Me.CMFiles.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenWithToolStripMenuItem, Me.ShowInFolderToolStripMenuItem}) + Me.CMFiles.Name = "CMFiles" + Me.CMFiles.Size = New System.Drawing.Size(177, 48) + ' + 'OpenWithToolStripMenuItem + ' + Me.OpenWithToolStripMenuItem.Name = "OpenWithToolStripMenuItem" + Me.OpenWithToolStripMenuItem.Size = New System.Drawing.Size(176, 22) + Me.OpenWithToolStripMenuItem.Text = "Open with notepad" + ' + 'ShowInFolderToolStripMenuItem + ' + Me.ShowInFolderToolStripMenuItem.Name = "ShowInFolderToolStripMenuItem" + Me.ShowInFolderToolStripMenuItem.Size = New System.Drawing.Size(176, 22) + Me.ShowInFolderToolStripMenuItem.Text = "Open in Folder" + ' + 'frmHVACTool + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange + Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch + Me.ClientSize = New System.Drawing.Size(965, 766) + Me.Controls.Add(Me.Label4) + Me.Controls.Add(Me.Label3) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.lblElectricalBaseW) + Me.Controls.Add(Me.txtAdjMechanical) + Me.Controls.Add(Me.txtAdjElectrical) + Me.Controls.Add(Me.txtBaseMechanical) + Me.Controls.Add(Me.txtBasElectrical) + Me.Controls.Add(Me.btnCancel) + Me.Controls.Add(Me.btnSave) + Me.Controls.Add(Me.tabMain) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle + Me.MaximizeBox = False + Me.Name = "frmHVACTool" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "SSM HVAC Model V01 ( Excel Model V07 )" + Me.tabMain.ResumeLayout(False) + Me.tabGeneralInputsBP.ResumeLayout(False) + Me.BusParamGroupEdit.ResumeLayout(False) + Me.BusParamGroupEdit.PerformLayout() + Me.BusParamGroupModel.ResumeLayout(False) + Me.BusParamGroupModel.PerformLayout() + Me.tabGeneralInputsBC.ResumeLayout(False) + Me.GroupBox2.ResumeLayout(False) + Me.GroupBox2.PerformLayout() + Me.tabGeneralInputsOther.ResumeLayout(False) + Me.grpEnvironmentConditions.ResumeLayout(False) + Me.grpEnvironmentConditions.PerformLayout() + Me.grpAuxHeater.ResumeLayout(False) + Me.grpAuxHeater.PerformLayout() + Me.grpVentilation.ResumeLayout(False) + Me.grpVentilation.PerformLayout() + Me.grpACSystem.ResumeLayout(False) + Me.grpACSystem.PerformLayout() + Me.tabTechBenefits.ResumeLayout(False) + Me.tabTechBenefits.PerformLayout() + Me.pnlRaisedFloorRow.ResumeLayout(False) + Me.pnlRaisedFloorRow.PerformLayout() + Me.pnlSemiLowFloorRow.ResumeLayout(False) + Me.pnlSemiLowFloorRow.PerformLayout() + Me.pnlLowFloorRow.ResumeLayout(False) + Me.pnlLowFloorRow.PerformLayout() + CType(Me.gvTechBenefitLines, System.ComponentModel.ISupportInitialize).EndInit() + Me.tabDiagnostics.ResumeLayout(False) + Me.tabDiagnostics.PerformLayout() + CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit() + Me.CMFiles.ResumeLayout(False) + Me.ResumeLayout(False) + Me.PerformLayout() - End Sub + End Sub Friend WithEvents tabMain As System.Windows.Forms.TabControl Friend WithEvents tabGeneralInputsBP As System.Windows.Forms.TabPage Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip diff --git a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.resx b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.resx index dd597e10d7..5ac719b01a 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.resx +++ b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.resx @@ -137,9 +137,6 @@ AElFTkSuQmCC </value> </data> - <metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> - <value>17, 17</value> - </metadata> <metadata name="ErrorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>116, 17</value> </metadata> diff --git a/VECTOAux/VectoAuxiliaries/VectoAuxiliaries.vbproj b/VECTOAux/VectoAuxiliaries/VectoAuxiliaries.vbproj index e61be0c184..989a904fca 100644 --- a/VECTOAux/VectoAuxiliaries/VectoAuxiliaries.vbproj +++ b/VECTOAux/VectoAuxiliaries/VectoAuxiliaries.vbproj @@ -204,12 +204,6 @@ <Compile Include="Pneumatics\PneumaticsAuxilliariesConfig.vb" /> <Compile Include="Pneumatics\PneumaticUserInputsConfig.vb" /> <Compile Include="UI\cFileBrowser.vb" /> - <Compile Include="UI\frmAuxiliaryConfig.Designer.vb"> - <DependentUpon>frmAuxiliaryConfig.vb</DependentUpon> - </Compile> - <Compile Include="UI\frmAuxiliaryConfig.vb"> - <SubType>Form</SubType> - </Compile> <Compile Include="UI\FB_Dialog.designer.vb"> <DependentUpon>FB_Dialog.vb</DependentUpon> </Compile> @@ -222,6 +216,12 @@ <Compile Include="UI\FB_FavDlog.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="UI\frmAuxiliaryConfig.Designer.vb"> + <DependentUpon>frmAuxiliaryConfig.vb</DependentUpon> + </Compile> + <Compile Include="UI\frmAuxiliaryConfig.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="UI\FB_Global.vb" /> <Compile Include="UI\frmCombinedAlternators.Designer.vb"> <DependentUpon>frmCombinedAlternators.vb</DependentUpon> @@ -244,9 +244,6 @@ <CustomToolNamespace>My.Resources</CustomToolNamespace> <SubType>Designer</SubType> </EmbeddedResource> - <EmbeddedResource Include="UI\frmAuxiliaryConfig.resx"> - <DependentUpon>frmAuxiliaryConfig.vb</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="UI\FB_Dialog.resx"> <DependentUpon>FB_Dialog.vb</DependentUpon> <SubType>Designer</SubType> @@ -254,6 +251,9 @@ <EmbeddedResource Include="UI\FB_FavDlog.resx"> <DependentUpon>FB_FavDlog.vb</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UI\frmAuxiliaryConfig.resx"> + <DependentUpon>frmAuxiliaryConfig.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UI\frmCombinedAlternators.resx"> <DependentUpon>frmCombinedAlternators.vb</DependentUpon> </EmbeddedResource> @@ -300,6 +300,21 @@ <Name>VectoCommon</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <None Include="Resources\Open-icon.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\new_dir.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\desktop.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\favorites.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\file-history.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. -- GitLab