RealTimeOneCarTwoEntanceForm.Designer.cs 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258
  1. using System;
  2. using DevExpress.XtraCharts;
  3. using DevExpress.XtraEditors;
  4. namespace GCAS
  5. {
  6. partial class RealTimeOneCarTwoEntanceForm
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RealTimeOneCarTwoEntanceForm));
  33. DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
  34. DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
  35. DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
  36. DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
  37. DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
  38. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
  40. this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
  41. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  42. this.lbl_entrance_1 = new DevExpress.XtraEditors.LabelControl();
  43. this.pic_entrance_1_2 = new DevExpress.XtraEditors.PictureEdit();
  44. this.pic_entrance_1_1 = new DevExpress.XtraEditors.PictureEdit();
  45. this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
  46. this.lbl_isOnline_1 = new DevExpress.XtraEditors.LabelControl();
  47. this.pic_isOnline_1 = new DevExpress.XtraEditors.PictureEdit();
  48. this.lbl_devcieName_1 = new DevExpress.XtraEditors.LabelControl();
  49. this.panelControl13 = new DevExpress.XtraEditors.PanelControl();
  50. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  51. this.lbl_changeTeam1 = new System.Windows.Forms.Label();
  52. this.lbl_team_1 = new DevExpress.XtraEditors.LabelControl();
  53. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  54. this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
  55. this.lbl_yj_1 = new DevExpress.XtraEditors.LabelControl();
  56. this.pic_yj_1 = new DevExpress.XtraEditors.PictureEdit();
  57. this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
  58. this.lbl_wd_1 = new DevExpress.XtraEditors.LabelControl();
  59. this.pic_wd_1 = new DevExpress.XtraEditors.PictureEdit();
  60. this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
  61. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  62. this.pic_lw_1 = new DevExpress.XtraEditors.PictureEdit();
  63. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  64. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  65. this.lbl_total_1 = new DevExpress.XtraEditors.LabelControl();
  66. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  67. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  68. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  69. this.lbl_netWeight_1 = new DevExpress.XtraEditors.LabelControl();
  70. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  71. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  72. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  76. this.simpleSeparator4 = new DevExpress.XtraLayout.SimpleSeparator();
  77. this.simpleSeparator8 = new DevExpress.XtraLayout.SimpleSeparator();
  78. this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
  79. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  80. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  81. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  82. this.lbl_all_entrance_2_name = new DevExpress.XtraLayout.SimpleLabelItem();
  83. this.lbl_all_entrance_all_name = new DevExpress.XtraLayout.SimpleLabelItem();
  84. this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
  85. this.lbl_all_entrance_1_team = new DevExpress.XtraLayout.SimpleLabelItem();
  86. this.lbl_all_entrance_2_team = new DevExpress.XtraLayout.SimpleLabelItem();
  87. this.lbl_all_entrance_all_team = new DevExpress.XtraLayout.SimpleLabelItem();
  88. this.simpleLabelItem8 = new DevExpress.XtraLayout.SimpleLabelItem();
  89. this.lbl_all_entrance_1_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  90. this.lbl_all_entrance_2_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  91. this.lbl_all_entrance_all_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  92. this.lbl_all_entrance_1_name = new DevExpress.XtraLayout.SimpleLabelItem();
  93. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  94. this.simpleSeparator11 = new DevExpress.XtraLayout.SimpleSeparator();
  95. this.simpleSeparator10 = new DevExpress.XtraLayout.SimpleSeparator();
  96. this.group_1 = new DevExpress.XtraLayout.LayoutControlGroup();
  97. this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
  98. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  99. this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
  100. this.lbl_1_entrance_1_name = new DevExpress.XtraLayout.SimpleLabelItem();
  101. this.lbl_1_entrance_1_team = new DevExpress.XtraLayout.SimpleLabelItem();
  102. this.lbl_1_entrance_1_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  103. this.lbl_1_entrance_2_name = new DevExpress.XtraLayout.SimpleLabelItem();
  104. this.lbl_1_entrance_2_team = new DevExpress.XtraLayout.SimpleLabelItem();
  105. this.lbl_1_entrance_2_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  106. this.lbl_1_entrance_all_name = new DevExpress.XtraLayout.SimpleLabelItem();
  107. this.lbl_1_entrance_all_team = new DevExpress.XtraLayout.SimpleLabelItem();
  108. this.lbl_1_entrance_all_daily = new DevExpress.XtraLayout.SimpleLabelItem();
  109. this.simpleSeparator18 = new DevExpress.XtraLayout.SimpleSeparator();
  110. this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
  111. this.simpleSeparator13 = new DevExpress.XtraLayout.SimpleSeparator();
  112. this.simpleSeparator16 = new DevExpress.XtraLayout.SimpleSeparator();
  113. this.simpleSeparator5 = new DevExpress.XtraLayout.SimpleSeparator();
  114. this.digitalGauge1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
  115. this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
  116. this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
  117. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  118. this.layoutControl1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
  120. this.panelControl9.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  128. this.panelControl2.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_2.Properties)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_1.Properties)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
  132. this.panelControl10.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.pic_isOnline_1.Properties)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).BeginInit();
  135. this.panelControl13.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  137. this.panelControl4.SuspendLayout();
  138. ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
  139. this.panelControl8.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.pic_yj_1.Properties)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
  142. this.panelControl7.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.pic_wd_1.Properties)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
  145. this.panelControl6.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.pic_lw_1.Properties)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  148. this.panelControl3.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  150. this.panelControl1.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator4)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator8)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_name)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_name)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_team)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_team)).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_team)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_daily)).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_daily)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_daily)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_name)).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator11)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator10)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.group_1)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_name)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_team)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_daily)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_name)).BeginInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_team)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_daily)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_name)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_team)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_daily)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator18)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator13)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator16)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
  197. this.SuspendLayout();
  198. //
  199. // layoutControl1
  200. //
  201. this.layoutControl1.Appearance.Control.BorderColor = ((System.Drawing.Color)(resources.GetObject("layoutControl1.Appearance.Control.BorderColor")));
  202. this.layoutControl1.Appearance.Control.Options.UseBorderColor = true;
  203. this.layoutControl1.Controls.Add(this.panelControl9);
  204. this.layoutControl1.Controls.Add(this.panelControl2);
  205. this.layoutControl1.Controls.Add(this.panelControl10);
  206. this.layoutControl1.Controls.Add(this.panelControl4);
  207. this.layoutControl1.Controls.Add(this.panelControl3);
  208. this.layoutControl1.Controls.Add(this.panelControl1);
  209. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  210. this.layoutControl1.Name = "layoutControl1";
  211. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(736, 215, 723, 411);
  212. this.layoutControl1.Root = this.layoutControlGroup1;
  213. //
  214. // panelControl9
  215. //
  216. this.panelControl9.Controls.Add(this.chartControl1);
  217. resources.ApplyResources(this.panelControl9, "panelControl9");
  218. this.panelControl9.Name = "panelControl9";
  219. //
  220. // chartControl1
  221. //
  222. xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false;
  223. xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 2D;
  224. xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
  225. xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
  226. xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
  227. xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
  228. xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}T";
  229. xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
  230. xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
  231. xyDiagram1.EnableAxisXScrolling = true;
  232. xyDiagram1.EnableAxisXZooming = true;
  233. this.chartControl1.Diagram = xyDiagram1;
  234. resources.ApplyResources(this.chartControl1, "chartControl1");
  235. this.chartControl1.Legend.Name = "Default Legend";
  236. this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
  237. this.chartControl1.Name = "chartControl1";
  238. series1.ArgumentDataMember = "Time";
  239. series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
  240. series1.CrosshairLabelPattern = "{A:HH:mm}\n{V:.##}T";
  241. pointSeriesLabel1.TextPattern = "{V:0.00}T";
  242. series1.Label = pointSeriesLabel1;
  243. series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
  244. series1.LegendName = "Default Legend";
  245. series1.LegendTextPattern = "{A}\n{V:.#}T";
  246. series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.False;
  247. series1.ToolTipPointPattern = "{A}\n{V:.#}T";
  248. series1.ValueDataMembersSerializable = "Weight";
  249. areaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
  250. areaSeriesView1.MarkerOptions.Size = 6;
  251. areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
  252. series1.View = areaSeriesView1;
  253. this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
  254. series1};
  255. areaSeriesView2.Transparency = ((byte)(0));
  256. this.chartControl1.SeriesTemplate.View = areaSeriesView2;
  257. //
  258. // panelControl2
  259. //
  260. this.panelControl2.Controls.Add(this.lbl_entrance_1);
  261. this.panelControl2.Controls.Add(this.pic_entrance_1_2);
  262. this.panelControl2.Controls.Add(this.pic_entrance_1_1);
  263. resources.ApplyResources(this.panelControl2, "panelControl2");
  264. this.panelControl2.Name = "panelControl2";
  265. //
  266. // lbl_entrance_1
  267. //
  268. this.lbl_entrance_1.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("lbl_entrance_1.Appearance.BackColor")));
  269. this.lbl_entrance_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_entrance_1.Appearance.Font")));
  270. this.lbl_entrance_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_entrance_1.Appearance.ForeColor")));
  271. this.lbl_entrance_1.Appearance.Options.UseBackColor = true;
  272. this.lbl_entrance_1.Appearance.Options.UseFont = true;
  273. this.lbl_entrance_1.Appearance.Options.UseForeColor = true;
  274. resources.ApplyResources(this.lbl_entrance_1, "lbl_entrance_1");
  275. this.lbl_entrance_1.Name = "lbl_entrance_1";
  276. //
  277. // pic_entrance_1_2
  278. //
  279. resources.ApplyResources(this.pic_entrance_1_2, "pic_entrance_1_2");
  280. this.pic_entrance_1_2.EditValue = global::GCAS.Properties.Resources.fire_2;
  281. this.pic_entrance_1_2.Name = "pic_entrance_1_2";
  282. this.pic_entrance_1_2.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_entrance_1_2.Properties.Appearance.BackColor")));
  283. this.pic_entrance_1_2.Properties.Appearance.Options.UseBackColor = true;
  284. this.pic_entrance_1_2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  285. this.pic_entrance_1_2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  286. this.pic_entrance_1_2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  287. //
  288. // pic_entrance_1_1
  289. //
  290. resources.ApplyResources(this.pic_entrance_1_1, "pic_entrance_1_1");
  291. this.pic_entrance_1_1.EditValue = global::GCAS.Properties.Resources.fire_1;
  292. this.pic_entrance_1_1.Name = "pic_entrance_1_1";
  293. this.pic_entrance_1_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_entrance_1_1.Properties.Appearance.BackColor")));
  294. this.pic_entrance_1_1.Properties.Appearance.Options.UseBackColor = true;
  295. this.pic_entrance_1_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  296. this.pic_entrance_1_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  297. this.pic_entrance_1_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  298. //
  299. // panelControl10
  300. //
  301. this.panelControl10.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl10.Appearance.BackColor")));
  302. this.panelControl10.Appearance.Options.UseBackColor = true;
  303. this.panelControl10.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  304. this.panelControl10.Controls.Add(this.lbl_isOnline_1);
  305. this.panelControl10.Controls.Add(this.pic_isOnline_1);
  306. this.panelControl10.Controls.Add(this.lbl_devcieName_1);
  307. this.panelControl10.Controls.Add(this.panelControl13);
  308. resources.ApplyResources(this.panelControl10, "panelControl10");
  309. this.panelControl10.Name = "panelControl10";
  310. this.panelControl10.Resize += new System.EventHandler(this.panelControl10_Resize);
  311. //
  312. // lbl_isOnline_1
  313. //
  314. resources.ApplyResources(this.lbl_isOnline_1, "lbl_isOnline_1");
  315. this.lbl_isOnline_1.Name = "lbl_isOnline_1";
  316. //
  317. // pic_isOnline_1
  318. //
  319. resources.ApplyResources(this.pic_isOnline_1, "pic_isOnline_1");
  320. this.pic_isOnline_1.Name = "pic_isOnline_1";
  321. this.pic_isOnline_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_isOnline_1.Properties.Appearance.BackColor")));
  322. this.pic_isOnline_1.Properties.Appearance.Options.UseBackColor = true;
  323. this.pic_isOnline_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  324. this.pic_isOnline_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  325. this.pic_isOnline_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  326. //
  327. // lbl_devcieName_1
  328. //
  329. this.lbl_devcieName_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_devcieName_1.Appearance.Font")));
  330. this.lbl_devcieName_1.Appearance.Options.UseFont = true;
  331. resources.ApplyResources(this.lbl_devcieName_1, "lbl_devcieName_1");
  332. this.lbl_devcieName_1.Name = "lbl_devcieName_1";
  333. //
  334. // panelControl13
  335. //
  336. this.panelControl13.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  337. this.panelControl13.Controls.Add(this.labelControl12);
  338. this.panelControl13.Controls.Add(this.lbl_changeTeam1);
  339. this.panelControl13.Controls.Add(this.lbl_team_1);
  340. resources.ApplyResources(this.panelControl13, "panelControl13");
  341. this.panelControl13.Name = "panelControl13";
  342. //
  343. // labelControl12
  344. //
  345. resources.ApplyResources(this.labelControl12, "labelControl12");
  346. this.labelControl12.Name = "labelControl12";
  347. //
  348. // lbl_changeTeam1
  349. //
  350. resources.ApplyResources(this.lbl_changeTeam1, "lbl_changeTeam1");
  351. this.lbl_changeTeam1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  352. this.lbl_changeTeam1.Name = "lbl_changeTeam1";
  353. //
  354. // lbl_team_1
  355. //
  356. resources.ApplyResources(this.lbl_team_1, "lbl_team_1");
  357. this.lbl_team_1.Name = "lbl_team_1";
  358. //
  359. // panelControl4
  360. //
  361. this.panelControl4.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl4.Appearance.BackColor")));
  362. this.panelControl4.Appearance.Options.UseBackColor = true;
  363. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  364. this.panelControl4.Controls.Add(this.panelControl8);
  365. this.panelControl4.Controls.Add(this.panelControl7);
  366. this.panelControl4.Controls.Add(this.panelControl6);
  367. resources.ApplyResources(this.panelControl4, "panelControl4");
  368. this.panelControl4.Name = "panelControl4";
  369. //
  370. // panelControl8
  371. //
  372. this.panelControl8.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl8.Appearance.BackColor")));
  373. this.panelControl8.Appearance.Options.UseBackColor = true;
  374. this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  375. this.panelControl8.Controls.Add(this.lbl_yj_1);
  376. this.panelControl8.Controls.Add(this.pic_yj_1);
  377. resources.ApplyResources(this.panelControl8, "panelControl8");
  378. this.panelControl8.Name = "panelControl8";
  379. //
  380. // lbl_yj_1
  381. //
  382. resources.ApplyResources(this.lbl_yj_1, "lbl_yj_1");
  383. this.lbl_yj_1.Name = "lbl_yj_1";
  384. //
  385. // pic_yj_1
  386. //
  387. resources.ApplyResources(this.pic_yj_1, "pic_yj_1");
  388. this.pic_yj_1.Name = "pic_yj_1";
  389. this.pic_yj_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_yj_1.Properties.Appearance.BackColor")));
  390. this.pic_yj_1.Properties.Appearance.Options.UseBackColor = true;
  391. this.pic_yj_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  392. this.pic_yj_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  393. this.pic_yj_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  394. //
  395. // panelControl7
  396. //
  397. this.panelControl7.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl7.Appearance.BackColor")));
  398. this.panelControl7.Appearance.Options.UseBackColor = true;
  399. this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  400. this.panelControl7.Controls.Add(this.lbl_wd_1);
  401. this.panelControl7.Controls.Add(this.pic_wd_1);
  402. resources.ApplyResources(this.panelControl7, "panelControl7");
  403. this.panelControl7.Name = "panelControl7";
  404. //
  405. // lbl_wd_1
  406. //
  407. resources.ApplyResources(this.lbl_wd_1, "lbl_wd_1");
  408. this.lbl_wd_1.Name = "lbl_wd_1";
  409. //
  410. // pic_wd_1
  411. //
  412. resources.ApplyResources(this.pic_wd_1, "pic_wd_1");
  413. this.pic_wd_1.Name = "pic_wd_1";
  414. this.pic_wd_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_wd_1.Properties.Appearance.BackColor")));
  415. this.pic_wd_1.Properties.Appearance.Options.UseBackColor = true;
  416. this.pic_wd_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  417. this.pic_wd_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  418. this.pic_wd_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  419. //
  420. // panelControl6
  421. //
  422. this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  423. this.panelControl6.Controls.Add(this.labelControl6);
  424. this.panelControl6.Controls.Add(this.pic_lw_1);
  425. resources.ApplyResources(this.panelControl6, "panelControl6");
  426. this.panelControl6.Name = "panelControl6";
  427. //
  428. // labelControl6
  429. //
  430. resources.ApplyResources(this.labelControl6, "labelControl6");
  431. this.labelControl6.Name = "labelControl6";
  432. //
  433. // pic_lw_1
  434. //
  435. resources.ApplyResources(this.pic_lw_1, "pic_lw_1");
  436. this.pic_lw_1.Name = "pic_lw_1";
  437. this.pic_lw_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_lw_1.Properties.Appearance.BackColor")));
  438. this.pic_lw_1.Properties.Appearance.Options.UseBackColor = true;
  439. this.pic_lw_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  440. this.pic_lw_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  441. this.pic_lw_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  442. //
  443. // panelControl3
  444. //
  445. this.panelControl3.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl3.Appearance.BackColor")));
  446. this.panelControl3.Appearance.Options.UseBackColor = true;
  447. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  448. this.panelControl3.Controls.Add(this.labelControl4);
  449. this.panelControl3.Controls.Add(this.lbl_total_1);
  450. this.panelControl3.Controls.Add(this.labelControl7);
  451. resources.ApplyResources(this.panelControl3, "panelControl3");
  452. this.panelControl3.Name = "panelControl3";
  453. //
  454. // labelControl4
  455. //
  456. resources.ApplyResources(this.labelControl4, "labelControl4");
  457. this.labelControl4.Name = "labelControl4";
  458. //
  459. // lbl_total_1
  460. //
  461. this.lbl_total_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_total_1.Appearance.Font")));
  462. this.lbl_total_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_total_1.Appearance.ForeColor")));
  463. this.lbl_total_1.Appearance.Options.UseFont = true;
  464. this.lbl_total_1.Appearance.Options.UseForeColor = true;
  465. this.lbl_total_1.Appearance.Options.UseTextOptions = true;
  466. this.lbl_total_1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  467. this.lbl_total_1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
  468. resources.ApplyResources(this.lbl_total_1, "lbl_total_1");
  469. this.lbl_total_1.Name = "lbl_total_1";
  470. //
  471. // labelControl7
  472. //
  473. this.labelControl7.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl7.Appearance.Font")));
  474. this.labelControl7.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl7.Appearance.ForeColor")));
  475. this.labelControl7.Appearance.Options.UseFont = true;
  476. this.labelControl7.Appearance.Options.UseForeColor = true;
  477. this.labelControl7.Appearance.Options.UseTextOptions = true;
  478. this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  479. this.labelControl7.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
  480. resources.ApplyResources(this.labelControl7, "labelControl7");
  481. this.labelControl7.Name = "labelControl7";
  482. //
  483. // panelControl1
  484. //
  485. this.panelControl1.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl1.Appearance.BackColor")));
  486. this.panelControl1.Appearance.Options.UseBackColor = true;
  487. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  488. this.panelControl1.Controls.Add(this.labelControl3);
  489. this.panelControl1.Controls.Add(this.lbl_netWeight_1);
  490. this.panelControl1.Controls.Add(this.labelControl1);
  491. resources.ApplyResources(this.panelControl1, "panelControl1");
  492. this.panelControl1.Name = "panelControl1";
  493. //
  494. // labelControl3
  495. //
  496. resources.ApplyResources(this.labelControl3, "labelControl3");
  497. this.labelControl3.Name = "labelControl3";
  498. //
  499. // lbl_netWeight_1
  500. //
  501. this.lbl_netWeight_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_netWeight_1.Appearance.Font")));
  502. this.lbl_netWeight_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_netWeight_1.Appearance.ForeColor")));
  503. this.lbl_netWeight_1.Appearance.Options.UseFont = true;
  504. this.lbl_netWeight_1.Appearance.Options.UseForeColor = true;
  505. this.lbl_netWeight_1.Appearance.Options.UseTextOptions = true;
  506. this.lbl_netWeight_1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  507. this.lbl_netWeight_1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
  508. resources.ApplyResources(this.lbl_netWeight_1, "lbl_netWeight_1");
  509. this.lbl_netWeight_1.Name = "lbl_netWeight_1";
  510. //
  511. // labelControl1
  512. //
  513. this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
  514. this.labelControl1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl1.Appearance.ForeColor")));
  515. this.labelControl1.Appearance.Options.UseFont = true;
  516. this.labelControl1.Appearance.Options.UseForeColor = true;
  517. this.labelControl1.Appearance.Options.UseTextOptions = true;
  518. this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  519. this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
  520. resources.ApplyResources(this.labelControl1, "labelControl1");
  521. this.labelControl1.Name = "labelControl1";
  522. //
  523. // layoutControlGroup1
  524. //
  525. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  526. this.layoutControlGroup1.GroupBordersVisible = false;
  527. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  528. this.layoutControlItem2,
  529. this.layoutControlItem3,
  530. this.layoutControlItem4,
  531. this.layoutControlItem9,
  532. this.simpleSeparator4,
  533. this.simpleSeparator8,
  534. this.simpleSeparator3,
  535. this.layoutControlItem1,
  536. this.layoutControlItem6,
  537. this.layoutControlGroup2,
  538. this.group_1});
  539. this.layoutControlGroup1.Name = "Root";
  540. this.layoutControlGroup1.Size = new System.Drawing.Size(1262, 786);
  541. this.layoutControlGroup1.TextVisible = false;
  542. //
  543. // layoutControlItem2
  544. //
  545. this.layoutControlItem2.Control = this.panelControl1;
  546. this.layoutControlItem2.Location = new System.Drawing.Point(0, 58);
  547. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 63);
  548. this.layoutControlItem2.MinSize = new System.Drawing.Size(5, 63);
  549. this.layoutControlItem2.Name = "layoutControlItem2";
  550. this.layoutControlItem2.Size = new System.Drawing.Size(695, 63);
  551. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  552. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  553. this.layoutControlItem2.TextVisible = false;
  554. //
  555. // layoutControlItem3
  556. //
  557. this.layoutControlItem3.Control = this.panelControl3;
  558. this.layoutControlItem3.Location = new System.Drawing.Point(695, 58);
  559. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 63);
  560. this.layoutControlItem3.MinSize = new System.Drawing.Size(5, 63);
  561. this.layoutControlItem3.Name = "layoutControlItem3";
  562. this.layoutControlItem3.Size = new System.Drawing.Size(545, 63);
  563. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  564. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  565. this.layoutControlItem3.TextVisible = false;
  566. //
  567. // layoutControlItem4
  568. //
  569. this.layoutControlItem4.Control = this.panelControl4;
  570. this.layoutControlItem4.Location = new System.Drawing.Point(0, 121);
  571. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 68);
  572. this.layoutControlItem4.MinSize = new System.Drawing.Size(5, 68);
  573. this.layoutControlItem4.Name = "layoutControlItem4";
  574. this.layoutControlItem4.Size = new System.Drawing.Size(495, 68);
  575. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  576. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  577. this.layoutControlItem4.TextVisible = false;
  578. //
  579. // layoutControlItem9
  580. //
  581. this.layoutControlItem9.Control = this.panelControl10;
  582. this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
  583. this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 58);
  584. this.layoutControlItem9.MinSize = new System.Drawing.Size(5, 58);
  585. this.layoutControlItem9.Name = "layoutControlItem9";
  586. this.layoutControlItem9.Size = new System.Drawing.Size(1240, 58);
  587. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  588. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  589. this.layoutControlItem9.TextVisible = false;
  590. //
  591. // simpleSeparator4
  592. //
  593. this.simpleSeparator4.AllowHotTrack = false;
  594. this.simpleSeparator4.Location = new System.Drawing.Point(0, 508);
  595. this.simpleSeparator4.Name = "simpleSeparator4";
  596. this.simpleSeparator4.Size = new System.Drawing.Size(1240, 2);
  597. //
  598. // simpleSeparator8
  599. //
  600. this.simpleSeparator8.AllowHotTrack = false;
  601. this.simpleSeparator8.Location = new System.Drawing.Point(0, 651);
  602. this.simpleSeparator8.Name = "simpleSeparator8";
  603. this.simpleSeparator8.Size = new System.Drawing.Size(1242, 2);
  604. //
  605. // simpleSeparator3
  606. //
  607. this.simpleSeparator3.AllowHotTrack = false;
  608. this.simpleSeparator3.Location = new System.Drawing.Point(1240, 0);
  609. this.simpleSeparator3.Name = "simpleSeparator3";
  610. this.simpleSeparator3.Size = new System.Drawing.Size(2, 651);
  611. //
  612. // layoutControlItem1
  613. //
  614. this.layoutControlItem1.Control = this.panelControl2;
  615. this.layoutControlItem1.Location = new System.Drawing.Point(495, 121);
  616. this.layoutControlItem1.MinSize = new System.Drawing.Size(5, 5);
  617. this.layoutControlItem1.Name = "layoutControlItem1";
  618. this.layoutControlItem1.Size = new System.Drawing.Size(745, 68);
  619. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  620. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  621. this.layoutControlItem1.TextVisible = false;
  622. //
  623. // layoutControlItem6
  624. //
  625. this.layoutControlItem6.Control = this.panelControl9;
  626. this.layoutControlItem6.Location = new System.Drawing.Point(0, 189);
  627. this.layoutControlItem6.MinSize = new System.Drawing.Size(5, 5);
  628. this.layoutControlItem6.Name = "layoutControlItem6";
  629. this.layoutControlItem6.Size = new System.Drawing.Size(1240, 319);
  630. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  631. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  632. this.layoutControlItem6.TextVisible = false;
  633. //
  634. // layoutControlGroup2
  635. //
  636. this.layoutControlGroup2.AppearanceGroup.BackColor = ((System.Drawing.Color)(resources.GetObject("layoutControlGroup2.AppearanceGroup.BackColor")));
  637. this.layoutControlGroup2.AppearanceGroup.Options.UseBackColor = true;
  638. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  639. this.lbl_all_entrance_2_name,
  640. this.lbl_all_entrance_all_name,
  641. this.simpleLabelItem7,
  642. this.lbl_all_entrance_1_team,
  643. this.lbl_all_entrance_2_team,
  644. this.lbl_all_entrance_all_team,
  645. this.simpleLabelItem8,
  646. this.lbl_all_entrance_1_daily,
  647. this.lbl_all_entrance_2_daily,
  648. this.lbl_all_entrance_all_daily,
  649. this.lbl_all_entrance_1_name,
  650. this.emptySpaceItem1,
  651. this.simpleSeparator11,
  652. this.simpleSeparator10});
  653. this.layoutControlGroup2.Location = new System.Drawing.Point(0, 653);
  654. this.layoutControlGroup2.Name = "layoutControlGroup2";
  655. this.layoutControlGroup2.Size = new System.Drawing.Size(1242, 113);
  656. resources.ApplyResources(this.layoutControlGroup2, "layoutControlGroup2");
  657. //
  658. // lbl_all_entrance_2_name
  659. //
  660. this.lbl_all_entrance_2_name.AllowHotTrack = false;
  661. this.lbl_all_entrance_2_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_name.AppearanceItemCaption.Font")));
  662. this.lbl_all_entrance_2_name.AppearanceItemCaption.Options.UseFont = true;
  663. this.lbl_all_entrance_2_name.AppearanceItemCaption.Options.UseTextOptions = true;
  664. this.lbl_all_entrance_2_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  665. this.lbl_all_entrance_2_name.Location = new System.Drawing.Point(519, 0);
  666. this.lbl_all_entrance_2_name.Name = "lbl_all_entrance_2_name";
  667. this.lbl_all_entrance_2_name.Size = new System.Drawing.Size(360, 22);
  668. resources.ApplyResources(this.lbl_all_entrance_2_name, "lbl_all_entrance_2_name");
  669. this.lbl_all_entrance_2_name.TextSize = new System.Drawing.Size(64, 18);
  670. //
  671. // lbl_all_entrance_all_name
  672. //
  673. this.lbl_all_entrance_all_name.AllowHotTrack = false;
  674. this.lbl_all_entrance_all_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_name.AppearanceItemCaption.Font")));
  675. this.lbl_all_entrance_all_name.AppearanceItemCaption.Options.UseFont = true;
  676. this.lbl_all_entrance_all_name.AppearanceItemCaption.Options.UseTextOptions = true;
  677. this.lbl_all_entrance_all_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  678. this.lbl_all_entrance_all_name.Location = new System.Drawing.Point(879, 0);
  679. this.lbl_all_entrance_all_name.Name = "lbl_all_entrance_all_name";
  680. this.lbl_all_entrance_all_name.Size = new System.Drawing.Size(339, 22);
  681. resources.ApplyResources(this.lbl_all_entrance_all_name, "lbl_all_entrance_all_name");
  682. this.lbl_all_entrance_all_name.TextSize = new System.Drawing.Size(64, 18);
  683. //
  684. // simpleLabelItem7
  685. //
  686. this.simpleLabelItem7.AllowHotTrack = false;
  687. this.simpleLabelItem7.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem7.AppearanceItemCaption.Font")));
  688. this.simpleLabelItem7.AppearanceItemCaption.Options.UseFont = true;
  689. this.simpleLabelItem7.AppearanceItemCaption.Options.UseTextOptions = true;
  690. this.simpleLabelItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  691. resources.ApplyResources(this.simpleLabelItem7, "simpleLabelItem7");
  692. this.simpleLabelItem7.Location = new System.Drawing.Point(0, 24);
  693. this.simpleLabelItem7.Name = "simpleLabelItem7";
  694. this.simpleLabelItem7.Size = new System.Drawing.Size(213, 22);
  695. this.simpleLabelItem7.TextSize = new System.Drawing.Size(64, 18);
  696. //
  697. // lbl_all_entrance_1_team
  698. //
  699. this.lbl_all_entrance_1_team.AllowHotTrack = false;
  700. this.lbl_all_entrance_1_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_team.AppearanceItemCaption.Font")));
  701. this.lbl_all_entrance_1_team.AppearanceItemCaption.Options.UseFont = true;
  702. this.lbl_all_entrance_1_team.AppearanceItemCaption.Options.UseTextOptions = true;
  703. this.lbl_all_entrance_1_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  704. this.lbl_all_entrance_1_team.Location = new System.Drawing.Point(213, 24);
  705. this.lbl_all_entrance_1_team.Name = "lbl_all_entrance_1_team";
  706. this.lbl_all_entrance_1_team.Size = new System.Drawing.Size(306, 22);
  707. resources.ApplyResources(this.lbl_all_entrance_1_team, "lbl_all_entrance_1_team");
  708. this.lbl_all_entrance_1_team.TextSize = new System.Drawing.Size(64, 18);
  709. //
  710. // lbl_all_entrance_2_team
  711. //
  712. this.lbl_all_entrance_2_team.AllowHotTrack = false;
  713. this.lbl_all_entrance_2_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_team.AppearanceItemCaption.Font")));
  714. this.lbl_all_entrance_2_team.AppearanceItemCaption.Options.UseFont = true;
  715. this.lbl_all_entrance_2_team.AppearanceItemCaption.Options.UseTextOptions = true;
  716. this.lbl_all_entrance_2_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  717. this.lbl_all_entrance_2_team.Location = new System.Drawing.Point(519, 24);
  718. this.lbl_all_entrance_2_team.Name = "lbl_all_entrance_2_team";
  719. this.lbl_all_entrance_2_team.Size = new System.Drawing.Size(360, 22);
  720. resources.ApplyResources(this.lbl_all_entrance_2_team, "lbl_all_entrance_2_team");
  721. this.lbl_all_entrance_2_team.TextSize = new System.Drawing.Size(64, 18);
  722. //
  723. // lbl_all_entrance_all_team
  724. //
  725. this.lbl_all_entrance_all_team.AllowHotTrack = false;
  726. this.lbl_all_entrance_all_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_team.AppearanceItemCaption.Font")));
  727. this.lbl_all_entrance_all_team.AppearanceItemCaption.Options.UseFont = true;
  728. this.lbl_all_entrance_all_team.AppearanceItemCaption.Options.UseTextOptions = true;
  729. this.lbl_all_entrance_all_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  730. this.lbl_all_entrance_all_team.Location = new System.Drawing.Point(879, 24);
  731. this.lbl_all_entrance_all_team.Name = "lbl_all_entrance_all_team";
  732. this.lbl_all_entrance_all_team.Size = new System.Drawing.Size(339, 22);
  733. resources.ApplyResources(this.lbl_all_entrance_all_team, "lbl_all_entrance_all_team");
  734. this.lbl_all_entrance_all_team.TextSize = new System.Drawing.Size(64, 18);
  735. //
  736. // simpleLabelItem8
  737. //
  738. this.simpleLabelItem8.AllowHotTrack = false;
  739. this.simpleLabelItem8.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem8.AppearanceItemCaption.Font")));
  740. this.simpleLabelItem8.AppearanceItemCaption.Options.UseFont = true;
  741. this.simpleLabelItem8.AppearanceItemCaption.Options.UseTextOptions = true;
  742. this.simpleLabelItem8.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  743. resources.ApplyResources(this.simpleLabelItem8, "simpleLabelItem8");
  744. this.simpleLabelItem8.Location = new System.Drawing.Point(0, 48);
  745. this.simpleLabelItem8.Name = "simpleLabelItem8";
  746. this.simpleLabelItem8.Size = new System.Drawing.Size(213, 22);
  747. this.simpleLabelItem8.TextSize = new System.Drawing.Size(64, 18);
  748. //
  749. // lbl_all_entrance_1_daily
  750. //
  751. this.lbl_all_entrance_1_daily.AllowHotTrack = false;
  752. this.lbl_all_entrance_1_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_daily.AppearanceItemCaption.Font")));
  753. this.lbl_all_entrance_1_daily.AppearanceItemCaption.Options.UseFont = true;
  754. this.lbl_all_entrance_1_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  755. this.lbl_all_entrance_1_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  756. this.lbl_all_entrance_1_daily.Location = new System.Drawing.Point(213, 48);
  757. this.lbl_all_entrance_1_daily.Name = "lbl_all_entrance_1_daily";
  758. this.lbl_all_entrance_1_daily.Size = new System.Drawing.Size(306, 22);
  759. resources.ApplyResources(this.lbl_all_entrance_1_daily, "lbl_all_entrance_1_daily");
  760. this.lbl_all_entrance_1_daily.TextSize = new System.Drawing.Size(64, 18);
  761. //
  762. // lbl_all_entrance_2_daily
  763. //
  764. this.lbl_all_entrance_2_daily.AllowHotTrack = false;
  765. this.lbl_all_entrance_2_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_daily.AppearanceItemCaption.Font")));
  766. this.lbl_all_entrance_2_daily.AppearanceItemCaption.Options.UseFont = true;
  767. this.lbl_all_entrance_2_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  768. this.lbl_all_entrance_2_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  769. this.lbl_all_entrance_2_daily.Location = new System.Drawing.Point(519, 48);
  770. this.lbl_all_entrance_2_daily.Name = "lbl_all_entrance_2_daily";
  771. this.lbl_all_entrance_2_daily.Size = new System.Drawing.Size(360, 22);
  772. resources.ApplyResources(this.lbl_all_entrance_2_daily, "lbl_all_entrance_2_daily");
  773. this.lbl_all_entrance_2_daily.TextSize = new System.Drawing.Size(64, 18);
  774. //
  775. // lbl_all_entrance_all_daily
  776. //
  777. this.lbl_all_entrance_all_daily.AllowHotTrack = false;
  778. this.lbl_all_entrance_all_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_daily.AppearanceItemCaption.Font")));
  779. this.lbl_all_entrance_all_daily.AppearanceItemCaption.Options.UseFont = true;
  780. this.lbl_all_entrance_all_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  781. this.lbl_all_entrance_all_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  782. this.lbl_all_entrance_all_daily.Location = new System.Drawing.Point(879, 48);
  783. this.lbl_all_entrance_all_daily.Name = "lbl_all_entrance_all_daily";
  784. this.lbl_all_entrance_all_daily.Size = new System.Drawing.Size(339, 22);
  785. resources.ApplyResources(this.lbl_all_entrance_all_daily, "lbl_all_entrance_all_daily");
  786. this.lbl_all_entrance_all_daily.TextSize = new System.Drawing.Size(64, 18);
  787. //
  788. // lbl_all_entrance_1_name
  789. //
  790. this.lbl_all_entrance_1_name.AllowHotTrack = false;
  791. this.lbl_all_entrance_1_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_name.AppearanceItemCaption.Font")));
  792. this.lbl_all_entrance_1_name.AppearanceItemCaption.Options.UseFont = true;
  793. this.lbl_all_entrance_1_name.AppearanceItemCaption.Options.UseTextOptions = true;
  794. this.lbl_all_entrance_1_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  795. this.lbl_all_entrance_1_name.Location = new System.Drawing.Point(213, 0);
  796. this.lbl_all_entrance_1_name.Name = "lbl_all_entrance_1_name";
  797. this.lbl_all_entrance_1_name.Size = new System.Drawing.Size(306, 22);
  798. resources.ApplyResources(this.lbl_all_entrance_1_name, "lbl_all_entrance_1_name");
  799. this.lbl_all_entrance_1_name.TextSize = new System.Drawing.Size(64, 18);
  800. //
  801. // emptySpaceItem1
  802. //
  803. this.emptySpaceItem1.AllowHotTrack = false;
  804. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
  805. this.emptySpaceItem1.Name = "emptySpaceItem1";
  806. this.emptySpaceItem1.Size = new System.Drawing.Size(213, 22);
  807. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  808. //
  809. // simpleSeparator11
  810. //
  811. this.simpleSeparator11.AllowHotTrack = false;
  812. this.simpleSeparator11.Location = new System.Drawing.Point(0, 22);
  813. this.simpleSeparator11.Name = "simpleSeparator11";
  814. this.simpleSeparator11.Size = new System.Drawing.Size(1218, 2);
  815. //
  816. // simpleSeparator10
  817. //
  818. this.simpleSeparator10.AllowHotTrack = false;
  819. this.simpleSeparator10.Location = new System.Drawing.Point(0, 46);
  820. this.simpleSeparator10.Name = "simpleSeparator10";
  821. this.simpleSeparator10.Size = new System.Drawing.Size(1218, 2);
  822. //
  823. // group_1
  824. //
  825. this.group_1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  826. this.simpleLabelItem2,
  827. this.simpleLabelItem1,
  828. this.emptySpaceItem7,
  829. this.lbl_1_entrance_1_name,
  830. this.lbl_1_entrance_1_team,
  831. this.lbl_1_entrance_1_daily,
  832. this.lbl_1_entrance_2_name,
  833. this.lbl_1_entrance_2_team,
  834. this.lbl_1_entrance_2_daily,
  835. this.lbl_1_entrance_all_name,
  836. this.lbl_1_entrance_all_team,
  837. this.lbl_1_entrance_all_daily,
  838. this.simpleSeparator18,
  839. this.simpleSeparator2,
  840. this.simpleSeparator13,
  841. this.simpleSeparator16,
  842. this.simpleSeparator5});
  843. this.group_1.Location = new System.Drawing.Point(0, 510);
  844. this.group_1.Name = "group_1";
  845. this.group_1.Size = new System.Drawing.Size(1240, 141);
  846. resources.ApplyResources(this.group_1, "group_1");
  847. //
  848. // simpleLabelItem2
  849. //
  850. this.simpleLabelItem2.AllowHotTrack = false;
  851. this.simpleLabelItem2.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem2.AppearanceItemCaption.Font")));
  852. this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
  853. this.simpleLabelItem2.AppearanceItemCaption.Options.UseTextOptions = true;
  854. this.simpleLabelItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  855. resources.ApplyResources(this.simpleLabelItem2, "simpleLabelItem2");
  856. this.simpleLabelItem2.Location = new System.Drawing.Point(737, 0);
  857. this.simpleLabelItem2.Name = "simpleLabelItem2";
  858. this.simpleLabelItem2.Size = new System.Drawing.Size(479, 22);
  859. this.simpleLabelItem2.TextSize = new System.Drawing.Size(64, 18);
  860. //
  861. // simpleLabelItem1
  862. //
  863. this.simpleLabelItem1.AllowHotTrack = false;
  864. this.simpleLabelItem1.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem1.AppearanceItemCaption.Font")));
  865. this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
  866. this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
  867. this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  868. resources.ApplyResources(this.simpleLabelItem1, "simpleLabelItem1");
  869. this.simpleLabelItem1.Location = new System.Drawing.Point(318, 0);
  870. this.simpleLabelItem1.Name = "simpleLabelItem1";
  871. this.simpleLabelItem1.Size = new System.Drawing.Size(419, 22);
  872. this.simpleLabelItem1.TextSize = new System.Drawing.Size(64, 18);
  873. //
  874. // emptySpaceItem7
  875. //
  876. this.emptySpaceItem7.AllowHotTrack = false;
  877. this.emptySpaceItem7.AppearanceItemCaption.BorderColor = ((System.Drawing.Color)(resources.GetObject("emptySpaceItem7.AppearanceItemCaption.BorderColor")));
  878. this.emptySpaceItem7.AppearanceItemCaption.Options.UseBorderColor = true;
  879. this.emptySpaceItem7.Location = new System.Drawing.Point(0, 0);
  880. this.emptySpaceItem7.Name = "emptySpaceItem7";
  881. this.emptySpaceItem7.Size = new System.Drawing.Size(318, 22);
  882. this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
  883. //
  884. // lbl_1_entrance_1_name
  885. //
  886. this.lbl_1_entrance_1_name.AllowHotTrack = false;
  887. this.lbl_1_entrance_1_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_name.AppearanceItemCaption.Font")));
  888. this.lbl_1_entrance_1_name.AppearanceItemCaption.Options.UseFont = true;
  889. this.lbl_1_entrance_1_name.AppearanceItemCaption.Options.UseTextOptions = true;
  890. this.lbl_1_entrance_1_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  891. this.lbl_1_entrance_1_name.Location = new System.Drawing.Point(0, 24);
  892. this.lbl_1_entrance_1_name.Name = "lbl_1_entrance_1_name";
  893. this.lbl_1_entrance_1_name.Size = new System.Drawing.Size(318, 22);
  894. resources.ApplyResources(this.lbl_1_entrance_1_name, "lbl_1_entrance_1_name");
  895. this.lbl_1_entrance_1_name.TextSize = new System.Drawing.Size(64, 18);
  896. //
  897. // lbl_1_entrance_1_team
  898. //
  899. this.lbl_1_entrance_1_team.AllowHotTrack = false;
  900. this.lbl_1_entrance_1_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_team.AppearanceItemCaption.Font")));
  901. this.lbl_1_entrance_1_team.AppearanceItemCaption.Options.UseFont = true;
  902. this.lbl_1_entrance_1_team.AppearanceItemCaption.Options.UseTextOptions = true;
  903. this.lbl_1_entrance_1_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  904. this.lbl_1_entrance_1_team.Location = new System.Drawing.Point(318, 24);
  905. this.lbl_1_entrance_1_team.Name = "lbl_1_entrance_1_team";
  906. this.lbl_1_entrance_1_team.Size = new System.Drawing.Size(419, 22);
  907. resources.ApplyResources(this.lbl_1_entrance_1_team, "lbl_1_entrance_1_team");
  908. this.lbl_1_entrance_1_team.TextSize = new System.Drawing.Size(64, 18);
  909. //
  910. // lbl_1_entrance_1_daily
  911. //
  912. this.lbl_1_entrance_1_daily.AllowHotTrack = false;
  913. this.lbl_1_entrance_1_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_daily.AppearanceItemCaption.Font")));
  914. this.lbl_1_entrance_1_daily.AppearanceItemCaption.Options.UseFont = true;
  915. this.lbl_1_entrance_1_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  916. this.lbl_1_entrance_1_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  917. this.lbl_1_entrance_1_daily.Location = new System.Drawing.Point(737, 24);
  918. this.lbl_1_entrance_1_daily.Name = "lbl_1_entrance_1_daily";
  919. this.lbl_1_entrance_1_daily.Size = new System.Drawing.Size(479, 22);
  920. resources.ApplyResources(this.lbl_1_entrance_1_daily, "lbl_1_entrance_1_daily");
  921. this.lbl_1_entrance_1_daily.TextSize = new System.Drawing.Size(64, 18);
  922. //
  923. // lbl_1_entrance_2_name
  924. //
  925. this.lbl_1_entrance_2_name.AllowHotTrack = false;
  926. this.lbl_1_entrance_2_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_name.AppearanceItemCaption.Font")));
  927. this.lbl_1_entrance_2_name.AppearanceItemCaption.Options.UseFont = true;
  928. this.lbl_1_entrance_2_name.AppearanceItemCaption.Options.UseTextOptions = true;
  929. this.lbl_1_entrance_2_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  930. this.lbl_1_entrance_2_name.Location = new System.Drawing.Point(0, 48);
  931. this.lbl_1_entrance_2_name.Name = "lbl_1_entrance_2_name";
  932. this.lbl_1_entrance_2_name.Size = new System.Drawing.Size(318, 22);
  933. resources.ApplyResources(this.lbl_1_entrance_2_name, "lbl_1_entrance_2_name");
  934. this.lbl_1_entrance_2_name.TextSize = new System.Drawing.Size(64, 18);
  935. //
  936. // lbl_1_entrance_2_team
  937. //
  938. this.lbl_1_entrance_2_team.AllowHotTrack = false;
  939. this.lbl_1_entrance_2_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_team.AppearanceItemCaption.Font")));
  940. this.lbl_1_entrance_2_team.AppearanceItemCaption.Options.UseFont = true;
  941. this.lbl_1_entrance_2_team.AppearanceItemCaption.Options.UseTextOptions = true;
  942. this.lbl_1_entrance_2_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  943. this.lbl_1_entrance_2_team.Location = new System.Drawing.Point(318, 48);
  944. this.lbl_1_entrance_2_team.Name = "lbl_1_entrance_2_team";
  945. this.lbl_1_entrance_2_team.Size = new System.Drawing.Size(419, 22);
  946. resources.ApplyResources(this.lbl_1_entrance_2_team, "lbl_1_entrance_2_team");
  947. this.lbl_1_entrance_2_team.TextSize = new System.Drawing.Size(64, 18);
  948. //
  949. // lbl_1_entrance_2_daily
  950. //
  951. this.lbl_1_entrance_2_daily.AllowHotTrack = false;
  952. this.lbl_1_entrance_2_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_daily.AppearanceItemCaption.Font")));
  953. this.lbl_1_entrance_2_daily.AppearanceItemCaption.Options.UseFont = true;
  954. this.lbl_1_entrance_2_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  955. this.lbl_1_entrance_2_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  956. this.lbl_1_entrance_2_daily.Location = new System.Drawing.Point(737, 48);
  957. this.lbl_1_entrance_2_daily.Name = "lbl_1_entrance_2_daily";
  958. this.lbl_1_entrance_2_daily.Size = new System.Drawing.Size(479, 22);
  959. resources.ApplyResources(this.lbl_1_entrance_2_daily, "lbl_1_entrance_2_daily");
  960. this.lbl_1_entrance_2_daily.TextSize = new System.Drawing.Size(64, 18);
  961. //
  962. // lbl_1_entrance_all_name
  963. //
  964. this.lbl_1_entrance_all_name.AllowHotTrack = false;
  965. this.lbl_1_entrance_all_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_name.AppearanceItemCaption.Font")));
  966. this.lbl_1_entrance_all_name.AppearanceItemCaption.Options.UseFont = true;
  967. this.lbl_1_entrance_all_name.AppearanceItemCaption.Options.UseTextOptions = true;
  968. this.lbl_1_entrance_all_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  969. this.lbl_1_entrance_all_name.Location = new System.Drawing.Point(0, 74);
  970. this.lbl_1_entrance_all_name.Name = "lbl_1_entrance_all_name";
  971. this.lbl_1_entrance_all_name.Size = new System.Drawing.Size(318, 22);
  972. resources.ApplyResources(this.lbl_1_entrance_all_name, "lbl_1_entrance_all_name");
  973. this.lbl_1_entrance_all_name.TextSize = new System.Drawing.Size(64, 18);
  974. //
  975. // lbl_1_entrance_all_team
  976. //
  977. this.lbl_1_entrance_all_team.AllowHotTrack = false;
  978. this.lbl_1_entrance_all_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_team.AppearanceItemCaption.Font")));
  979. this.lbl_1_entrance_all_team.AppearanceItemCaption.Options.UseFont = true;
  980. this.lbl_1_entrance_all_team.AppearanceItemCaption.Options.UseTextOptions = true;
  981. this.lbl_1_entrance_all_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  982. this.lbl_1_entrance_all_team.Location = new System.Drawing.Point(318, 74);
  983. this.lbl_1_entrance_all_team.Name = "lbl_1_entrance_all_team";
  984. this.lbl_1_entrance_all_team.Size = new System.Drawing.Size(419, 22);
  985. resources.ApplyResources(this.lbl_1_entrance_all_team, "lbl_1_entrance_all_team");
  986. this.lbl_1_entrance_all_team.TextSize = new System.Drawing.Size(64, 18);
  987. //
  988. // lbl_1_entrance_all_daily
  989. //
  990. this.lbl_1_entrance_all_daily.AllowHotTrack = false;
  991. this.lbl_1_entrance_all_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_daily.AppearanceItemCaption.Font")));
  992. this.lbl_1_entrance_all_daily.AppearanceItemCaption.Options.UseFont = true;
  993. this.lbl_1_entrance_all_daily.AppearanceItemCaption.Options.UseTextOptions = true;
  994. this.lbl_1_entrance_all_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  995. this.lbl_1_entrance_all_daily.Location = new System.Drawing.Point(737, 74);
  996. this.lbl_1_entrance_all_daily.Name = "lbl_1_entrance_all_daily";
  997. this.lbl_1_entrance_all_daily.Size = new System.Drawing.Size(479, 22);
  998. resources.ApplyResources(this.lbl_1_entrance_all_daily, "lbl_1_entrance_all_daily");
  999. this.lbl_1_entrance_all_daily.TextSize = new System.Drawing.Size(64, 18);
  1000. //
  1001. // simpleSeparator18
  1002. //
  1003. this.simpleSeparator18.AllowHotTrack = false;
  1004. this.simpleSeparator18.Location = new System.Drawing.Point(0, 22);
  1005. this.simpleSeparator18.Name = "simpleSeparator18";
  1006. this.simpleSeparator18.Size = new System.Drawing.Size(1216, 2);
  1007. //
  1008. // simpleSeparator2
  1009. //
  1010. this.simpleSeparator2.AllowHotTrack = false;
  1011. this.simpleSeparator2.Location = new System.Drawing.Point(0, 46);
  1012. this.simpleSeparator2.Name = "simpleSeparator2";
  1013. this.simpleSeparator2.Size = new System.Drawing.Size(1216, 2);
  1014. //
  1015. // simpleSeparator13
  1016. //
  1017. this.simpleSeparator13.AllowHotTrack = false;
  1018. this.simpleSeparator13.AppearanceItemCaption.BackColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BackColor")));
  1019. this.simpleSeparator13.AppearanceItemCaption.BackColor2 = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BackColor2")));
  1020. this.simpleSeparator13.AppearanceItemCaption.BorderColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BorderColor")));
  1021. this.simpleSeparator13.AppearanceItemCaption.ForeColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.ForeColor")));
  1022. this.simpleSeparator13.AppearanceItemCaption.Options.UseBackColor = true;
  1023. this.simpleSeparator13.AppearanceItemCaption.Options.UseBorderColor = true;
  1024. this.simpleSeparator13.AppearanceItemCaption.Options.UseForeColor = true;
  1025. this.simpleSeparator13.Location = new System.Drawing.Point(0, 96);
  1026. this.simpleSeparator13.Name = "simpleSeparator13";
  1027. this.simpleSeparator13.Size = new System.Drawing.Size(1216, 2);
  1028. //
  1029. // simpleSeparator16
  1030. //
  1031. this.simpleSeparator16.AllowHotTrack = false;
  1032. this.simpleSeparator16.Location = new System.Drawing.Point(0, 70);
  1033. this.simpleSeparator16.Name = "simpleSeparator16";
  1034. this.simpleSeparator16.Size = new System.Drawing.Size(1216, 2);
  1035. //
  1036. // simpleSeparator5
  1037. //
  1038. this.simpleSeparator5.AllowHotTrack = false;
  1039. this.simpleSeparator5.Location = new System.Drawing.Point(0, 72);
  1040. this.simpleSeparator5.Name = "simpleSeparator5";
  1041. this.simpleSeparator5.Size = new System.Drawing.Size(1216, 2);
  1042. //
  1043. // digitalGauge1
  1044. //
  1045. this.digitalGauge1.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#EAECF1");
  1046. this.digitalGauge1.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#7184BA");
  1047. this.digitalGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 151, 47);
  1048. this.digitalGauge1.DigitCount = 5;
  1049. this.digitalGauge1.Name = "digitalGauge1";
  1050. this.digitalGauge1.Text = "00,000";
  1051. //
  1052. // digitalBackgroundLayerComponent1
  1053. //
  1054. this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(259.8125F, 99.9625F);
  1055. this.digitalBackgroundLayerComponent1.Name = "digitalBackgroundLayerComponent13";
  1056. this.digitalBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style16;
  1057. this.digitalBackgroundLayerComponent1.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
  1058. this.digitalBackgroundLayerComponent1.ZOrder = 1000;
  1059. //
  1060. // circularGauge1
  1061. //
  1062. this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 246, 305);
  1063. this.circularGauge1.Name = "circularGauge1";
  1064. //
  1065. // RealTimeOneCarTwoEntanceForm
  1066. //
  1067. resources.ApplyResources(this, "$this");
  1068. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  1069. this.Controls.Add(this.layoutControl1);
  1070. this.DoubleBuffered = true;
  1071. this.Name = "RealTimeOneCarTwoEntanceForm";
  1072. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RealTimeForm_FormClosing);
  1073. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RealTimeForm_FormClosed);
  1074. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  1075. this.layoutControl1.ResumeLayout(false);
  1076. ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
  1077. this.panelControl9.ResumeLayout(false);
  1078. ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
  1079. ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
  1080. ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
  1081. ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
  1082. ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
  1083. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
  1084. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  1085. this.panelControl2.ResumeLayout(false);
  1086. this.panelControl2.PerformLayout();
  1087. ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_2.Properties)).EndInit();
  1088. ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_1.Properties)).EndInit();
  1089. ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
  1090. this.panelControl10.ResumeLayout(false);
  1091. this.panelControl10.PerformLayout();
  1092. ((System.ComponentModel.ISupportInitialize)(this.pic_isOnline_1.Properties)).EndInit();
  1093. ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).EndInit();
  1094. this.panelControl13.ResumeLayout(false);
  1095. this.panelControl13.PerformLayout();
  1096. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  1097. this.panelControl4.ResumeLayout(false);
  1098. ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
  1099. this.panelControl8.ResumeLayout(false);
  1100. this.panelControl8.PerformLayout();
  1101. ((System.ComponentModel.ISupportInitialize)(this.pic_yj_1.Properties)).EndInit();
  1102. ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
  1103. this.panelControl7.ResumeLayout(false);
  1104. this.panelControl7.PerformLayout();
  1105. ((System.ComponentModel.ISupportInitialize)(this.pic_wd_1.Properties)).EndInit();
  1106. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
  1107. this.panelControl6.ResumeLayout(false);
  1108. this.panelControl6.PerformLayout();
  1109. ((System.ComponentModel.ISupportInitialize)(this.pic_lw_1.Properties)).EndInit();
  1110. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  1111. this.panelControl3.ResumeLayout(false);
  1112. this.panelControl3.PerformLayout();
  1113. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  1114. this.panelControl1.ResumeLayout(false);
  1115. this.panelControl1.PerformLayout();
  1116. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  1117. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator4)).EndInit();
  1122. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator8)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
  1124. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  1125. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  1126. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_name)).EndInit();
  1128. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_name)).EndInit();
  1129. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
  1130. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_team)).EndInit();
  1131. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_team)).EndInit();
  1132. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_team)).EndInit();
  1133. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).EndInit();
  1134. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_daily)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_daily)).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_daily)).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_name)).EndInit();
  1138. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  1139. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator11)).EndInit();
  1140. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator10)).EndInit();
  1141. ((System.ComponentModel.ISupportInitialize)(this.group_1)).EndInit();
  1142. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_name)).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_team)).EndInit();
  1147. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_daily)).EndInit();
  1148. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_name)).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_team)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_daily)).EndInit();
  1151. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_name)).EndInit();
  1152. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_team)).EndInit();
  1153. ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_daily)).EndInit();
  1154. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator18)).EndInit();
  1155. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
  1156. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator13)).EndInit();
  1157. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator16)).EndInit();
  1158. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).EndInit();
  1159. ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).EndInit();
  1160. ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
  1161. ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
  1162. this.ResumeLayout(false);
  1163. }
  1164. #endregion
  1165. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  1166. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  1167. private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge digitalGauge1;
  1168. private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent1;
  1169. private PanelControl panelControl1;
  1170. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  1171. private LabelControl labelControl3;
  1172. private PanelControl panelControl3;
  1173. private LabelControl labelControl4;
  1174. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  1175. private PanelControl panelControl4;
  1176. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  1177. private LabelControl lbl_isOnline_1;
  1178. private PictureEdit pic_isOnline_1;
  1179. private PanelControl panelControl8;
  1180. private LabelControl lbl_yj_1;
  1181. private PictureEdit pic_yj_1;
  1182. private PanelControl panelControl7;
  1183. private LabelControl lbl_wd_1;
  1184. private PictureEdit pic_wd_1;
  1185. private PanelControl panelControl6;
  1186. private LabelControl labelControl6;
  1187. private PictureEdit pic_lw_1;
  1188. private DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge circularGauge1;
  1189. private PanelControl panelControl10;
  1190. private LabelControl lbl_team_1;
  1191. private LabelControl labelControl12;
  1192. private LabelControl lbl_devcieName_1;
  1193. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  1194. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
  1195. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  1196. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
  1197. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_name;
  1198. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_team;
  1199. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_daily;
  1200. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_name;
  1201. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_team;
  1202. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_daily;
  1203. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator4;
  1204. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator16;
  1205. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator18;
  1206. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2;
  1207. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_name;
  1208. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_team;
  1209. private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_daily;
  1210. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator8;
  1211. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3;
  1212. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_name;
  1213. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_name;
  1214. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_name;
  1215. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
  1216. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem8;
  1217. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_team;
  1218. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_team;
  1219. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_team;
  1220. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_daily;
  1221. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_daily;
  1222. private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_daily;
  1223. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator10;
  1224. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator11;
  1225. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator13;
  1226. private PanelControl panelControl2;
  1227. private PictureEdit pic_entrance_1_2;
  1228. private PictureEdit pic_entrance_1_1;
  1229. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  1230. private PanelControl panelControl9;
  1231. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  1232. private ChartControl chartControl1;
  1233. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  1234. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  1235. private DevExpress.XtraLayout.LayoutControlGroup group_1;
  1236. private System.Windows.Forms.Label lbl_changeTeam1;
  1237. private LabelControl lbl_entrance_1;
  1238. private PanelControl panelControl13;
  1239. private LabelControl lbl_total_1;
  1240. private LabelControl labelControl7;
  1241. private LabelControl lbl_netWeight_1;
  1242. private LabelControl labelControl1;
  1243. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator5;
  1244. }
  1245. }