1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258 |
- using System;
- using DevExpress.XtraCharts;
- using DevExpress.XtraEditors;
- namespace GCAS
- {
- partial class RealTimeOneCarTwoEntanceForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RealTimeOneCarTwoEntanceForm));
- DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
- DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
- DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
- DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
- DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
- this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
- this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
- this.lbl_entrance_1 = new DevExpress.XtraEditors.LabelControl();
- this.pic_entrance_1_2 = new DevExpress.XtraEditors.PictureEdit();
- this.pic_entrance_1_1 = new DevExpress.XtraEditors.PictureEdit();
- this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
- this.lbl_isOnline_1 = new DevExpress.XtraEditors.LabelControl();
- this.pic_isOnline_1 = new DevExpress.XtraEditors.PictureEdit();
- this.lbl_devcieName_1 = new DevExpress.XtraEditors.LabelControl();
- this.panelControl13 = new DevExpress.XtraEditors.PanelControl();
- this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
- this.lbl_changeTeam1 = new System.Windows.Forms.Label();
- this.lbl_team_1 = new DevExpress.XtraEditors.LabelControl();
- this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
- this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
- this.lbl_yj_1 = new DevExpress.XtraEditors.LabelControl();
- this.pic_yj_1 = new DevExpress.XtraEditors.PictureEdit();
- this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
- this.lbl_wd_1 = new DevExpress.XtraEditors.LabelControl();
- this.pic_wd_1 = new DevExpress.XtraEditors.PictureEdit();
- this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
- this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
- this.pic_lw_1 = new DevExpress.XtraEditors.PictureEdit();
- this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- this.lbl_total_1 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.lbl_netWeight_1 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
- this.simpleSeparator4 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator8 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.lbl_all_entrance_2_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_all_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_1_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_2_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_all_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.simpleLabelItem8 = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_1_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_2_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_all_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_all_entrance_1_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.simpleSeparator11 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator10 = new DevExpress.XtraLayout.SimpleSeparator();
- this.group_1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
- this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
- this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.lbl_1_entrance_1_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_1_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_1_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_2_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_2_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_2_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_all_name = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_all_team = new DevExpress.XtraLayout.SimpleLabelItem();
- this.lbl_1_entrance_all_daily = new DevExpress.XtraLayout.SimpleLabelItem();
- this.simpleSeparator18 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator13 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator16 = new DevExpress.XtraLayout.SimpleSeparator();
- this.simpleSeparator5 = new DevExpress.XtraLayout.SimpleSeparator();
- this.digitalGauge1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
- this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
- this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
- this.panelControl9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
- this.panelControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_2.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
- this.panelControl10.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_isOnline_1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).BeginInit();
- this.panelControl13.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
- this.panelControl4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
- this.panelControl8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_yj_1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
- this.panelControl7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_wd_1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
- this.panelControl6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_lw_1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
- this.panelControl3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.group_1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_name)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_team)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_daily)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator18)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator16)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
- this.SuspendLayout();
- //
- // layoutControl1
- //
- this.layoutControl1.Appearance.Control.BorderColor = ((System.Drawing.Color)(resources.GetObject("layoutControl1.Appearance.Control.BorderColor")));
- this.layoutControl1.Appearance.Control.Options.UseBorderColor = true;
- this.layoutControl1.Controls.Add(this.panelControl9);
- this.layoutControl1.Controls.Add(this.panelControl2);
- this.layoutControl1.Controls.Add(this.panelControl10);
- this.layoutControl1.Controls.Add(this.panelControl4);
- this.layoutControl1.Controls.Add(this.panelControl3);
- this.layoutControl1.Controls.Add(this.panelControl1);
- resources.ApplyResources(this.layoutControl1, "layoutControl1");
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(736, 215, 723, 411);
- this.layoutControl1.Root = this.layoutControlGroup1;
- //
- // panelControl9
- //
- this.panelControl9.Controls.Add(this.chartControl1);
- resources.ApplyResources(this.panelControl9, "panelControl9");
- this.panelControl9.Name = "panelControl9";
- //
- // chartControl1
- //
- xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false;
- xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 2D;
- xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
- xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
- xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
- xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
- xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}T";
- xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
- xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
- xyDiagram1.EnableAxisXScrolling = true;
- xyDiagram1.EnableAxisXZooming = true;
- this.chartControl1.Diagram = xyDiagram1;
- resources.ApplyResources(this.chartControl1, "chartControl1");
- this.chartControl1.Legend.Name = "Default Legend";
- this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
- this.chartControl1.Name = "chartControl1";
- series1.ArgumentDataMember = "Time";
- series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
- series1.CrosshairLabelPattern = "{A:HH:mm}\n{V:.##}T";
- pointSeriesLabel1.TextPattern = "{V:0.00}T";
- series1.Label = pointSeriesLabel1;
- series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
- series1.LegendName = "Default Legend";
- series1.LegendTextPattern = "{A}\n{V:.#}T";
- series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.False;
- series1.ToolTipPointPattern = "{A}\n{V:.#}T";
- series1.ValueDataMembersSerializable = "Weight";
- areaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
- areaSeriesView1.MarkerOptions.Size = 6;
- areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
- series1.View = areaSeriesView1;
- this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
- series1};
- areaSeriesView2.Transparency = ((byte)(0));
- this.chartControl1.SeriesTemplate.View = areaSeriesView2;
- //
- // panelControl2
- //
- this.panelControl2.Controls.Add(this.lbl_entrance_1);
- this.panelControl2.Controls.Add(this.pic_entrance_1_2);
- this.panelControl2.Controls.Add(this.pic_entrance_1_1);
- resources.ApplyResources(this.panelControl2, "panelControl2");
- this.panelControl2.Name = "panelControl2";
- //
- // lbl_entrance_1
- //
- this.lbl_entrance_1.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("lbl_entrance_1.Appearance.BackColor")));
- this.lbl_entrance_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_entrance_1.Appearance.Font")));
- this.lbl_entrance_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_entrance_1.Appearance.ForeColor")));
- this.lbl_entrance_1.Appearance.Options.UseBackColor = true;
- this.lbl_entrance_1.Appearance.Options.UseFont = true;
- this.lbl_entrance_1.Appearance.Options.UseForeColor = true;
- resources.ApplyResources(this.lbl_entrance_1, "lbl_entrance_1");
- this.lbl_entrance_1.Name = "lbl_entrance_1";
- //
- // pic_entrance_1_2
- //
- resources.ApplyResources(this.pic_entrance_1_2, "pic_entrance_1_2");
- this.pic_entrance_1_2.EditValue = global::GCAS.Properties.Resources.fire_2;
- this.pic_entrance_1_2.Name = "pic_entrance_1_2";
- this.pic_entrance_1_2.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_entrance_1_2.Properties.Appearance.BackColor")));
- this.pic_entrance_1_2.Properties.Appearance.Options.UseBackColor = true;
- this.pic_entrance_1_2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_entrance_1_2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_entrance_1_2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // pic_entrance_1_1
- //
- resources.ApplyResources(this.pic_entrance_1_1, "pic_entrance_1_1");
- this.pic_entrance_1_1.EditValue = global::GCAS.Properties.Resources.fire_1;
- this.pic_entrance_1_1.Name = "pic_entrance_1_1";
- this.pic_entrance_1_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_entrance_1_1.Properties.Appearance.BackColor")));
- this.pic_entrance_1_1.Properties.Appearance.Options.UseBackColor = true;
- this.pic_entrance_1_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_entrance_1_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_entrance_1_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // panelControl10
- //
- this.panelControl10.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl10.Appearance.BackColor")));
- this.panelControl10.Appearance.Options.UseBackColor = true;
- this.panelControl10.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
- this.panelControl10.Controls.Add(this.lbl_isOnline_1);
- this.panelControl10.Controls.Add(this.pic_isOnline_1);
- this.panelControl10.Controls.Add(this.lbl_devcieName_1);
- this.panelControl10.Controls.Add(this.panelControl13);
- resources.ApplyResources(this.panelControl10, "panelControl10");
- this.panelControl10.Name = "panelControl10";
- this.panelControl10.Resize += new System.EventHandler(this.panelControl10_Resize);
- //
- // lbl_isOnline_1
- //
- resources.ApplyResources(this.lbl_isOnline_1, "lbl_isOnline_1");
- this.lbl_isOnline_1.Name = "lbl_isOnline_1";
- //
- // pic_isOnline_1
- //
- resources.ApplyResources(this.pic_isOnline_1, "pic_isOnline_1");
- this.pic_isOnline_1.Name = "pic_isOnline_1";
- this.pic_isOnline_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_isOnline_1.Properties.Appearance.BackColor")));
- this.pic_isOnline_1.Properties.Appearance.Options.UseBackColor = true;
- this.pic_isOnline_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_isOnline_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_isOnline_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // lbl_devcieName_1
- //
- this.lbl_devcieName_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_devcieName_1.Appearance.Font")));
- this.lbl_devcieName_1.Appearance.Options.UseFont = true;
- resources.ApplyResources(this.lbl_devcieName_1, "lbl_devcieName_1");
- this.lbl_devcieName_1.Name = "lbl_devcieName_1";
- //
- // panelControl13
- //
- this.panelControl13.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.panelControl13.Controls.Add(this.labelControl12);
- this.panelControl13.Controls.Add(this.lbl_changeTeam1);
- this.panelControl13.Controls.Add(this.lbl_team_1);
- resources.ApplyResources(this.panelControl13, "panelControl13");
- this.panelControl13.Name = "panelControl13";
- //
- // labelControl12
- //
- resources.ApplyResources(this.labelControl12, "labelControl12");
- this.labelControl12.Name = "labelControl12";
- //
- // lbl_changeTeam1
- //
- resources.ApplyResources(this.lbl_changeTeam1, "lbl_changeTeam1");
- this.lbl_changeTeam1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.lbl_changeTeam1.Name = "lbl_changeTeam1";
- //
- // lbl_team_1
- //
- resources.ApplyResources(this.lbl_team_1, "lbl_team_1");
- this.lbl_team_1.Name = "lbl_team_1";
- //
- // panelControl4
- //
- this.panelControl4.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl4.Appearance.BackColor")));
- this.panelControl4.Appearance.Options.UseBackColor = true;
- this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
- this.panelControl4.Controls.Add(this.panelControl8);
- this.panelControl4.Controls.Add(this.panelControl7);
- this.panelControl4.Controls.Add(this.panelControl6);
- resources.ApplyResources(this.panelControl4, "panelControl4");
- this.panelControl4.Name = "panelControl4";
- //
- // panelControl8
- //
- this.panelControl8.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl8.Appearance.BackColor")));
- this.panelControl8.Appearance.Options.UseBackColor = true;
- this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.panelControl8.Controls.Add(this.lbl_yj_1);
- this.panelControl8.Controls.Add(this.pic_yj_1);
- resources.ApplyResources(this.panelControl8, "panelControl8");
- this.panelControl8.Name = "panelControl8";
- //
- // lbl_yj_1
- //
- resources.ApplyResources(this.lbl_yj_1, "lbl_yj_1");
- this.lbl_yj_1.Name = "lbl_yj_1";
- //
- // pic_yj_1
- //
- resources.ApplyResources(this.pic_yj_1, "pic_yj_1");
- this.pic_yj_1.Name = "pic_yj_1";
- this.pic_yj_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_yj_1.Properties.Appearance.BackColor")));
- this.pic_yj_1.Properties.Appearance.Options.UseBackColor = true;
- this.pic_yj_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_yj_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_yj_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // panelControl7
- //
- this.panelControl7.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl7.Appearance.BackColor")));
- this.panelControl7.Appearance.Options.UseBackColor = true;
- this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.panelControl7.Controls.Add(this.lbl_wd_1);
- this.panelControl7.Controls.Add(this.pic_wd_1);
- resources.ApplyResources(this.panelControl7, "panelControl7");
- this.panelControl7.Name = "panelControl7";
- //
- // lbl_wd_1
- //
- resources.ApplyResources(this.lbl_wd_1, "lbl_wd_1");
- this.lbl_wd_1.Name = "lbl_wd_1";
- //
- // pic_wd_1
- //
- resources.ApplyResources(this.pic_wd_1, "pic_wd_1");
- this.pic_wd_1.Name = "pic_wd_1";
- this.pic_wd_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_wd_1.Properties.Appearance.BackColor")));
- this.pic_wd_1.Properties.Appearance.Options.UseBackColor = true;
- this.pic_wd_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_wd_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_wd_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // panelControl6
- //
- this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.panelControl6.Controls.Add(this.labelControl6);
- this.panelControl6.Controls.Add(this.pic_lw_1);
- resources.ApplyResources(this.panelControl6, "panelControl6");
- this.panelControl6.Name = "panelControl6";
- //
- // labelControl6
- //
- resources.ApplyResources(this.labelControl6, "labelControl6");
- this.labelControl6.Name = "labelControl6";
- //
- // pic_lw_1
- //
- resources.ApplyResources(this.pic_lw_1, "pic_lw_1");
- this.pic_lw_1.Name = "pic_lw_1";
- this.pic_lw_1.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("pic_lw_1.Properties.Appearance.BackColor")));
- this.pic_lw_1.Properties.Appearance.Options.UseBackColor = true;
- this.pic_lw_1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pic_lw_1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
- this.pic_lw_1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
- //
- // panelControl3
- //
- this.panelControl3.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl3.Appearance.BackColor")));
- this.panelControl3.Appearance.Options.UseBackColor = true;
- this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
- this.panelControl3.Controls.Add(this.labelControl4);
- this.panelControl3.Controls.Add(this.lbl_total_1);
- this.panelControl3.Controls.Add(this.labelControl7);
- resources.ApplyResources(this.panelControl3, "panelControl3");
- this.panelControl3.Name = "panelControl3";
- //
- // labelControl4
- //
- resources.ApplyResources(this.labelControl4, "labelControl4");
- this.labelControl4.Name = "labelControl4";
- //
- // lbl_total_1
- //
- this.lbl_total_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_total_1.Appearance.Font")));
- this.lbl_total_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_total_1.Appearance.ForeColor")));
- this.lbl_total_1.Appearance.Options.UseFont = true;
- this.lbl_total_1.Appearance.Options.UseForeColor = true;
- this.lbl_total_1.Appearance.Options.UseTextOptions = true;
- this.lbl_total_1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.lbl_total_1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
- resources.ApplyResources(this.lbl_total_1, "lbl_total_1");
- this.lbl_total_1.Name = "lbl_total_1";
- //
- // labelControl7
- //
- this.labelControl7.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl7.Appearance.Font")));
- this.labelControl7.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl7.Appearance.ForeColor")));
- this.labelControl7.Appearance.Options.UseFont = true;
- this.labelControl7.Appearance.Options.UseForeColor = true;
- this.labelControl7.Appearance.Options.UseTextOptions = true;
- this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.labelControl7.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
- resources.ApplyResources(this.labelControl7, "labelControl7");
- this.labelControl7.Name = "labelControl7";
- //
- // panelControl1
- //
- this.panelControl1.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl1.Appearance.BackColor")));
- this.panelControl1.Appearance.Options.UseBackColor = true;
- this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
- this.panelControl1.Controls.Add(this.labelControl3);
- this.panelControl1.Controls.Add(this.lbl_netWeight_1);
- this.panelControl1.Controls.Add(this.labelControl1);
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Name = "panelControl1";
- //
- // labelControl3
- //
- resources.ApplyResources(this.labelControl3, "labelControl3");
- this.labelControl3.Name = "labelControl3";
- //
- // lbl_netWeight_1
- //
- this.lbl_netWeight_1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbl_netWeight_1.Appearance.Font")));
- this.lbl_netWeight_1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("lbl_netWeight_1.Appearance.ForeColor")));
- this.lbl_netWeight_1.Appearance.Options.UseFont = true;
- this.lbl_netWeight_1.Appearance.Options.UseForeColor = true;
- this.lbl_netWeight_1.Appearance.Options.UseTextOptions = true;
- this.lbl_netWeight_1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.lbl_netWeight_1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
- resources.ApplyResources(this.lbl_netWeight_1, "lbl_netWeight_1");
- this.lbl_netWeight_1.Name = "lbl_netWeight_1";
- //
- // labelControl1
- //
- this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
- this.labelControl1.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl1.Appearance.ForeColor")));
- this.labelControl1.Appearance.Options.UseFont = true;
- this.labelControl1.Appearance.Options.UseForeColor = true;
- this.labelControl1.Appearance.Options.UseTextOptions = true;
- this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
- resources.ApplyResources(this.labelControl1, "labelControl1");
- this.labelControl1.Name = "labelControl1";
- //
- // layoutControlGroup1
- //
- this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.layoutControlGroup1.GroupBordersVisible = false;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem2,
- this.layoutControlItem3,
- this.layoutControlItem4,
- this.layoutControlItem9,
- this.simpleSeparator4,
- this.simpleSeparator8,
- this.simpleSeparator3,
- this.layoutControlItem1,
- this.layoutControlItem6,
- this.layoutControlGroup2,
- this.group_1});
- this.layoutControlGroup1.Name = "Root";
- this.layoutControlGroup1.Size = new System.Drawing.Size(1262, 786);
- this.layoutControlGroup1.TextVisible = false;
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.panelControl1;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 58);
- this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 63);
- this.layoutControlItem2.MinSize = new System.Drawing.Size(5, 63);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(695, 63);
- this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.panelControl3;
- this.layoutControlItem3.Location = new System.Drawing.Point(695, 58);
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 63);
- this.layoutControlItem3.MinSize = new System.Drawing.Size(5, 63);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(545, 63);
- this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // layoutControlItem4
- //
- this.layoutControlItem4.Control = this.panelControl4;
- this.layoutControlItem4.Location = new System.Drawing.Point(0, 121);
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 68);
- this.layoutControlItem4.MinSize = new System.Drawing.Size(5, 68);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(495, 68);
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem9
- //
- this.layoutControlItem9.Control = this.panelControl10;
- this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 58);
- this.layoutControlItem9.MinSize = new System.Drawing.Size(5, 58);
- this.layoutControlItem9.Name = "layoutControlItem9";
- this.layoutControlItem9.Size = new System.Drawing.Size(1240, 58);
- this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem9.TextVisible = false;
- //
- // simpleSeparator4
- //
- this.simpleSeparator4.AllowHotTrack = false;
- this.simpleSeparator4.Location = new System.Drawing.Point(0, 508);
- this.simpleSeparator4.Name = "simpleSeparator4";
- this.simpleSeparator4.Size = new System.Drawing.Size(1240, 2);
- //
- // simpleSeparator8
- //
- this.simpleSeparator8.AllowHotTrack = false;
- this.simpleSeparator8.Location = new System.Drawing.Point(0, 651);
- this.simpleSeparator8.Name = "simpleSeparator8";
- this.simpleSeparator8.Size = new System.Drawing.Size(1242, 2);
- //
- // simpleSeparator3
- //
- this.simpleSeparator3.AllowHotTrack = false;
- this.simpleSeparator3.Location = new System.Drawing.Point(1240, 0);
- this.simpleSeparator3.Name = "simpleSeparator3";
- this.simpleSeparator3.Size = new System.Drawing.Size(2, 651);
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.panelControl2;
- this.layoutControlItem1.Location = new System.Drawing.Point(495, 121);
- this.layoutControlItem1.MinSize = new System.Drawing.Size(5, 5);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(745, 68);
- this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.panelControl9;
- this.layoutControlItem6.Location = new System.Drawing.Point(0, 189);
- this.layoutControlItem6.MinSize = new System.Drawing.Size(5, 5);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(1240, 319);
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem6.TextVisible = false;
- //
- // layoutControlGroup2
- //
- this.layoutControlGroup2.AppearanceGroup.BackColor = ((System.Drawing.Color)(resources.GetObject("layoutControlGroup2.AppearanceGroup.BackColor")));
- this.layoutControlGroup2.AppearanceGroup.Options.UseBackColor = true;
- this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.lbl_all_entrance_2_name,
- this.lbl_all_entrance_all_name,
- this.simpleLabelItem7,
- this.lbl_all_entrance_1_team,
- this.lbl_all_entrance_2_team,
- this.lbl_all_entrance_all_team,
- this.simpleLabelItem8,
- this.lbl_all_entrance_1_daily,
- this.lbl_all_entrance_2_daily,
- this.lbl_all_entrance_all_daily,
- this.lbl_all_entrance_1_name,
- this.emptySpaceItem1,
- this.simpleSeparator11,
- this.simpleSeparator10});
- this.layoutControlGroup2.Location = new System.Drawing.Point(0, 653);
- this.layoutControlGroup2.Name = "layoutControlGroup2";
- this.layoutControlGroup2.Size = new System.Drawing.Size(1242, 113);
- resources.ApplyResources(this.layoutControlGroup2, "layoutControlGroup2");
- //
- // lbl_all_entrance_2_name
- //
- this.lbl_all_entrance_2_name.AllowHotTrack = false;
- this.lbl_all_entrance_2_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_name.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_2_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_2_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_2_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_2_name.Location = new System.Drawing.Point(519, 0);
- this.lbl_all_entrance_2_name.Name = "lbl_all_entrance_2_name";
- this.lbl_all_entrance_2_name.Size = new System.Drawing.Size(360, 22);
- resources.ApplyResources(this.lbl_all_entrance_2_name, "lbl_all_entrance_2_name");
- this.lbl_all_entrance_2_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_all_name
- //
- this.lbl_all_entrance_all_name.AllowHotTrack = false;
- this.lbl_all_entrance_all_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_name.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_all_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_all_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_all_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_all_name.Location = new System.Drawing.Point(879, 0);
- this.lbl_all_entrance_all_name.Name = "lbl_all_entrance_all_name";
- this.lbl_all_entrance_all_name.Size = new System.Drawing.Size(339, 22);
- resources.ApplyResources(this.lbl_all_entrance_all_name, "lbl_all_entrance_all_name");
- this.lbl_all_entrance_all_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // simpleLabelItem7
- //
- this.simpleLabelItem7.AllowHotTrack = false;
- this.simpleLabelItem7.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem7.AppearanceItemCaption.Font")));
- this.simpleLabelItem7.AppearanceItemCaption.Options.UseFont = true;
- this.simpleLabelItem7.AppearanceItemCaption.Options.UseTextOptions = true;
- this.simpleLabelItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- resources.ApplyResources(this.simpleLabelItem7, "simpleLabelItem7");
- this.simpleLabelItem7.Location = new System.Drawing.Point(0, 24);
- this.simpleLabelItem7.Name = "simpleLabelItem7";
- this.simpleLabelItem7.Size = new System.Drawing.Size(213, 22);
- this.simpleLabelItem7.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_1_team
- //
- this.lbl_all_entrance_1_team.AllowHotTrack = false;
- this.lbl_all_entrance_1_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_team.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_1_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_1_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_1_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_1_team.Location = new System.Drawing.Point(213, 24);
- this.lbl_all_entrance_1_team.Name = "lbl_all_entrance_1_team";
- this.lbl_all_entrance_1_team.Size = new System.Drawing.Size(306, 22);
- resources.ApplyResources(this.lbl_all_entrance_1_team, "lbl_all_entrance_1_team");
- this.lbl_all_entrance_1_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_2_team
- //
- this.lbl_all_entrance_2_team.AllowHotTrack = false;
- this.lbl_all_entrance_2_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_team.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_2_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_2_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_2_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_2_team.Location = new System.Drawing.Point(519, 24);
- this.lbl_all_entrance_2_team.Name = "lbl_all_entrance_2_team";
- this.lbl_all_entrance_2_team.Size = new System.Drawing.Size(360, 22);
- resources.ApplyResources(this.lbl_all_entrance_2_team, "lbl_all_entrance_2_team");
- this.lbl_all_entrance_2_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_all_team
- //
- this.lbl_all_entrance_all_team.AllowHotTrack = false;
- this.lbl_all_entrance_all_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_team.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_all_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_all_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_all_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_all_team.Location = new System.Drawing.Point(879, 24);
- this.lbl_all_entrance_all_team.Name = "lbl_all_entrance_all_team";
- this.lbl_all_entrance_all_team.Size = new System.Drawing.Size(339, 22);
- resources.ApplyResources(this.lbl_all_entrance_all_team, "lbl_all_entrance_all_team");
- this.lbl_all_entrance_all_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // simpleLabelItem8
- //
- this.simpleLabelItem8.AllowHotTrack = false;
- this.simpleLabelItem8.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem8.AppearanceItemCaption.Font")));
- this.simpleLabelItem8.AppearanceItemCaption.Options.UseFont = true;
- this.simpleLabelItem8.AppearanceItemCaption.Options.UseTextOptions = true;
- this.simpleLabelItem8.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- resources.ApplyResources(this.simpleLabelItem8, "simpleLabelItem8");
- this.simpleLabelItem8.Location = new System.Drawing.Point(0, 48);
- this.simpleLabelItem8.Name = "simpleLabelItem8";
- this.simpleLabelItem8.Size = new System.Drawing.Size(213, 22);
- this.simpleLabelItem8.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_1_daily
- //
- this.lbl_all_entrance_1_daily.AllowHotTrack = false;
- this.lbl_all_entrance_1_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_daily.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_1_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_1_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_1_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_1_daily.Location = new System.Drawing.Point(213, 48);
- this.lbl_all_entrance_1_daily.Name = "lbl_all_entrance_1_daily";
- this.lbl_all_entrance_1_daily.Size = new System.Drawing.Size(306, 22);
- resources.ApplyResources(this.lbl_all_entrance_1_daily, "lbl_all_entrance_1_daily");
- this.lbl_all_entrance_1_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_2_daily
- //
- this.lbl_all_entrance_2_daily.AllowHotTrack = false;
- this.lbl_all_entrance_2_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_2_daily.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_2_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_2_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_2_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_2_daily.Location = new System.Drawing.Point(519, 48);
- this.lbl_all_entrance_2_daily.Name = "lbl_all_entrance_2_daily";
- this.lbl_all_entrance_2_daily.Size = new System.Drawing.Size(360, 22);
- resources.ApplyResources(this.lbl_all_entrance_2_daily, "lbl_all_entrance_2_daily");
- this.lbl_all_entrance_2_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_all_daily
- //
- this.lbl_all_entrance_all_daily.AllowHotTrack = false;
- this.lbl_all_entrance_all_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_all_daily.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_all_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_all_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_all_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_all_daily.Location = new System.Drawing.Point(879, 48);
- this.lbl_all_entrance_all_daily.Name = "lbl_all_entrance_all_daily";
- this.lbl_all_entrance_all_daily.Size = new System.Drawing.Size(339, 22);
- resources.ApplyResources(this.lbl_all_entrance_all_daily, "lbl_all_entrance_all_daily");
- this.lbl_all_entrance_all_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_all_entrance_1_name
- //
- this.lbl_all_entrance_1_name.AllowHotTrack = false;
- this.lbl_all_entrance_1_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_all_entrance_1_name.AppearanceItemCaption.Font")));
- this.lbl_all_entrance_1_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_all_entrance_1_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_all_entrance_1_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_all_entrance_1_name.Location = new System.Drawing.Point(213, 0);
- this.lbl_all_entrance_1_name.Name = "lbl_all_entrance_1_name";
- this.lbl_all_entrance_1_name.Size = new System.Drawing.Size(306, 22);
- resources.ApplyResources(this.lbl_all_entrance_1_name, "lbl_all_entrance_1_name");
- this.lbl_all_entrance_1_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(213, 22);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // simpleSeparator11
- //
- this.simpleSeparator11.AllowHotTrack = false;
- this.simpleSeparator11.Location = new System.Drawing.Point(0, 22);
- this.simpleSeparator11.Name = "simpleSeparator11";
- this.simpleSeparator11.Size = new System.Drawing.Size(1218, 2);
- //
- // simpleSeparator10
- //
- this.simpleSeparator10.AllowHotTrack = false;
- this.simpleSeparator10.Location = new System.Drawing.Point(0, 46);
- this.simpleSeparator10.Name = "simpleSeparator10";
- this.simpleSeparator10.Size = new System.Drawing.Size(1218, 2);
- //
- // group_1
- //
- this.group_1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.simpleLabelItem2,
- this.simpleLabelItem1,
- this.emptySpaceItem7,
- this.lbl_1_entrance_1_name,
- this.lbl_1_entrance_1_team,
- this.lbl_1_entrance_1_daily,
- this.lbl_1_entrance_2_name,
- this.lbl_1_entrance_2_team,
- this.lbl_1_entrance_2_daily,
- this.lbl_1_entrance_all_name,
- this.lbl_1_entrance_all_team,
- this.lbl_1_entrance_all_daily,
- this.simpleSeparator18,
- this.simpleSeparator2,
- this.simpleSeparator13,
- this.simpleSeparator16,
- this.simpleSeparator5});
- this.group_1.Location = new System.Drawing.Point(0, 510);
- this.group_1.Name = "group_1";
- this.group_1.Size = new System.Drawing.Size(1240, 141);
- resources.ApplyResources(this.group_1, "group_1");
- //
- // simpleLabelItem2
- //
- this.simpleLabelItem2.AllowHotTrack = false;
- this.simpleLabelItem2.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem2.AppearanceItemCaption.Font")));
- this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
- this.simpleLabelItem2.AppearanceItemCaption.Options.UseTextOptions = true;
- this.simpleLabelItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- resources.ApplyResources(this.simpleLabelItem2, "simpleLabelItem2");
- this.simpleLabelItem2.Location = new System.Drawing.Point(737, 0);
- this.simpleLabelItem2.Name = "simpleLabelItem2";
- this.simpleLabelItem2.Size = new System.Drawing.Size(479, 22);
- this.simpleLabelItem2.TextSize = new System.Drawing.Size(64, 18);
- //
- // simpleLabelItem1
- //
- this.simpleLabelItem1.AllowHotTrack = false;
- this.simpleLabelItem1.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("simpleLabelItem1.AppearanceItemCaption.Font")));
- this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
- this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
- this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- resources.ApplyResources(this.simpleLabelItem1, "simpleLabelItem1");
- this.simpleLabelItem1.Location = new System.Drawing.Point(318, 0);
- this.simpleLabelItem1.Name = "simpleLabelItem1";
- this.simpleLabelItem1.Size = new System.Drawing.Size(419, 22);
- this.simpleLabelItem1.TextSize = new System.Drawing.Size(64, 18);
- //
- // emptySpaceItem7
- //
- this.emptySpaceItem7.AllowHotTrack = false;
- this.emptySpaceItem7.AppearanceItemCaption.BorderColor = ((System.Drawing.Color)(resources.GetObject("emptySpaceItem7.AppearanceItemCaption.BorderColor")));
- this.emptySpaceItem7.AppearanceItemCaption.Options.UseBorderColor = true;
- this.emptySpaceItem7.Location = new System.Drawing.Point(0, 0);
- this.emptySpaceItem7.Name = "emptySpaceItem7";
- this.emptySpaceItem7.Size = new System.Drawing.Size(318, 22);
- this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
- //
- // lbl_1_entrance_1_name
- //
- this.lbl_1_entrance_1_name.AllowHotTrack = false;
- this.lbl_1_entrance_1_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_name.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_1_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_1_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_1_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_1_name.Location = new System.Drawing.Point(0, 24);
- this.lbl_1_entrance_1_name.Name = "lbl_1_entrance_1_name";
- this.lbl_1_entrance_1_name.Size = new System.Drawing.Size(318, 22);
- resources.ApplyResources(this.lbl_1_entrance_1_name, "lbl_1_entrance_1_name");
- this.lbl_1_entrance_1_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_1_team
- //
- this.lbl_1_entrance_1_team.AllowHotTrack = false;
- this.lbl_1_entrance_1_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_team.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_1_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_1_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_1_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_1_team.Location = new System.Drawing.Point(318, 24);
- this.lbl_1_entrance_1_team.Name = "lbl_1_entrance_1_team";
- this.lbl_1_entrance_1_team.Size = new System.Drawing.Size(419, 22);
- resources.ApplyResources(this.lbl_1_entrance_1_team, "lbl_1_entrance_1_team");
- this.lbl_1_entrance_1_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_1_daily
- //
- this.lbl_1_entrance_1_daily.AllowHotTrack = false;
- this.lbl_1_entrance_1_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_1_daily.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_1_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_1_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_1_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_1_daily.Location = new System.Drawing.Point(737, 24);
- this.lbl_1_entrance_1_daily.Name = "lbl_1_entrance_1_daily";
- this.lbl_1_entrance_1_daily.Size = new System.Drawing.Size(479, 22);
- resources.ApplyResources(this.lbl_1_entrance_1_daily, "lbl_1_entrance_1_daily");
- this.lbl_1_entrance_1_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_2_name
- //
- this.lbl_1_entrance_2_name.AllowHotTrack = false;
- this.lbl_1_entrance_2_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_name.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_2_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_2_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_2_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_2_name.Location = new System.Drawing.Point(0, 48);
- this.lbl_1_entrance_2_name.Name = "lbl_1_entrance_2_name";
- this.lbl_1_entrance_2_name.Size = new System.Drawing.Size(318, 22);
- resources.ApplyResources(this.lbl_1_entrance_2_name, "lbl_1_entrance_2_name");
- this.lbl_1_entrance_2_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_2_team
- //
- this.lbl_1_entrance_2_team.AllowHotTrack = false;
- this.lbl_1_entrance_2_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_team.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_2_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_2_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_2_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_2_team.Location = new System.Drawing.Point(318, 48);
- this.lbl_1_entrance_2_team.Name = "lbl_1_entrance_2_team";
- this.lbl_1_entrance_2_team.Size = new System.Drawing.Size(419, 22);
- resources.ApplyResources(this.lbl_1_entrance_2_team, "lbl_1_entrance_2_team");
- this.lbl_1_entrance_2_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_2_daily
- //
- this.lbl_1_entrance_2_daily.AllowHotTrack = false;
- this.lbl_1_entrance_2_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_2_daily.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_2_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_2_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_2_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_2_daily.Location = new System.Drawing.Point(737, 48);
- this.lbl_1_entrance_2_daily.Name = "lbl_1_entrance_2_daily";
- this.lbl_1_entrance_2_daily.Size = new System.Drawing.Size(479, 22);
- resources.ApplyResources(this.lbl_1_entrance_2_daily, "lbl_1_entrance_2_daily");
- this.lbl_1_entrance_2_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_all_name
- //
- this.lbl_1_entrance_all_name.AllowHotTrack = false;
- this.lbl_1_entrance_all_name.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_name.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_all_name.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_all_name.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_all_name.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_all_name.Location = new System.Drawing.Point(0, 74);
- this.lbl_1_entrance_all_name.Name = "lbl_1_entrance_all_name";
- this.lbl_1_entrance_all_name.Size = new System.Drawing.Size(318, 22);
- resources.ApplyResources(this.lbl_1_entrance_all_name, "lbl_1_entrance_all_name");
- this.lbl_1_entrance_all_name.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_all_team
- //
- this.lbl_1_entrance_all_team.AllowHotTrack = false;
- this.lbl_1_entrance_all_team.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_team.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_all_team.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_all_team.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_all_team.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_all_team.Location = new System.Drawing.Point(318, 74);
- this.lbl_1_entrance_all_team.Name = "lbl_1_entrance_all_team";
- this.lbl_1_entrance_all_team.Size = new System.Drawing.Size(419, 22);
- resources.ApplyResources(this.lbl_1_entrance_all_team, "lbl_1_entrance_all_team");
- this.lbl_1_entrance_all_team.TextSize = new System.Drawing.Size(64, 18);
- //
- // lbl_1_entrance_all_daily
- //
- this.lbl_1_entrance_all_daily.AllowHotTrack = false;
- this.lbl_1_entrance_all_daily.AppearanceItemCaption.Font = ((System.Drawing.Font)(resources.GetObject("lbl_1_entrance_all_daily.AppearanceItemCaption.Font")));
- this.lbl_1_entrance_all_daily.AppearanceItemCaption.Options.UseFont = true;
- this.lbl_1_entrance_all_daily.AppearanceItemCaption.Options.UseTextOptions = true;
- this.lbl_1_entrance_all_daily.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.lbl_1_entrance_all_daily.Location = new System.Drawing.Point(737, 74);
- this.lbl_1_entrance_all_daily.Name = "lbl_1_entrance_all_daily";
- this.lbl_1_entrance_all_daily.Size = new System.Drawing.Size(479, 22);
- resources.ApplyResources(this.lbl_1_entrance_all_daily, "lbl_1_entrance_all_daily");
- this.lbl_1_entrance_all_daily.TextSize = new System.Drawing.Size(64, 18);
- //
- // simpleSeparator18
- //
- this.simpleSeparator18.AllowHotTrack = false;
- this.simpleSeparator18.Location = new System.Drawing.Point(0, 22);
- this.simpleSeparator18.Name = "simpleSeparator18";
- this.simpleSeparator18.Size = new System.Drawing.Size(1216, 2);
- //
- // simpleSeparator2
- //
- this.simpleSeparator2.AllowHotTrack = false;
- this.simpleSeparator2.Location = new System.Drawing.Point(0, 46);
- this.simpleSeparator2.Name = "simpleSeparator2";
- this.simpleSeparator2.Size = new System.Drawing.Size(1216, 2);
- //
- // simpleSeparator13
- //
- this.simpleSeparator13.AllowHotTrack = false;
- this.simpleSeparator13.AppearanceItemCaption.BackColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BackColor")));
- this.simpleSeparator13.AppearanceItemCaption.BackColor2 = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BackColor2")));
- this.simpleSeparator13.AppearanceItemCaption.BorderColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.BorderColor")));
- this.simpleSeparator13.AppearanceItemCaption.ForeColor = ((System.Drawing.Color)(resources.GetObject("simpleSeparator13.AppearanceItemCaption.ForeColor")));
- this.simpleSeparator13.AppearanceItemCaption.Options.UseBackColor = true;
- this.simpleSeparator13.AppearanceItemCaption.Options.UseBorderColor = true;
- this.simpleSeparator13.AppearanceItemCaption.Options.UseForeColor = true;
- this.simpleSeparator13.Location = new System.Drawing.Point(0, 96);
- this.simpleSeparator13.Name = "simpleSeparator13";
- this.simpleSeparator13.Size = new System.Drawing.Size(1216, 2);
- //
- // simpleSeparator16
- //
- this.simpleSeparator16.AllowHotTrack = false;
- this.simpleSeparator16.Location = new System.Drawing.Point(0, 70);
- this.simpleSeparator16.Name = "simpleSeparator16";
- this.simpleSeparator16.Size = new System.Drawing.Size(1216, 2);
- //
- // simpleSeparator5
- //
- this.simpleSeparator5.AllowHotTrack = false;
- this.simpleSeparator5.Location = new System.Drawing.Point(0, 72);
- this.simpleSeparator5.Name = "simpleSeparator5";
- this.simpleSeparator5.Size = new System.Drawing.Size(1216, 2);
- //
- // digitalGauge1
- //
- this.digitalGauge1.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#EAECF1");
- this.digitalGauge1.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#7184BA");
- this.digitalGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 151, 47);
- this.digitalGauge1.DigitCount = 5;
- this.digitalGauge1.Name = "digitalGauge1";
- this.digitalGauge1.Text = "00,000";
- //
- // digitalBackgroundLayerComponent1
- //
- this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(259.8125F, 99.9625F);
- this.digitalBackgroundLayerComponent1.Name = "digitalBackgroundLayerComponent13";
- this.digitalBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style16;
- this.digitalBackgroundLayerComponent1.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
- this.digitalBackgroundLayerComponent1.ZOrder = 1000;
- //
- // circularGauge1
- //
- this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 246, 305);
- this.circularGauge1.Name = "circularGauge1";
- //
- // RealTimeOneCarTwoEntanceForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.Controls.Add(this.layoutControl1);
- this.DoubleBuffered = true;
- this.Name = "RealTimeOneCarTwoEntanceForm";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RealTimeForm_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RealTimeForm_FormClosed);
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
- this.panelControl9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
- this.panelControl2.ResumeLayout(false);
- this.panelControl2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_2.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic_entrance_1_1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
- this.panelControl10.ResumeLayout(false);
- this.panelControl10.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_isOnline_1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).EndInit();
- this.panelControl13.ResumeLayout(false);
- this.panelControl13.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
- this.panelControl4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
- this.panelControl8.ResumeLayout(false);
- this.panelControl8.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_yj_1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
- this.panelControl7.ResumeLayout(false);
- this.panelControl7.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_wd_1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
- this.panelControl6.ResumeLayout(false);
- this.panelControl6.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_lw_1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
- this.panelControl3.ResumeLayout(false);
- this.panelControl3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.panelControl1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_2_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_all_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_all_entrance_1_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.group_1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_1_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_2_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_name)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_team)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lbl_1_entrance_all_daily)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator18)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator16)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge digitalGauge1;
- private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent1;
- private PanelControl panelControl1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private LabelControl labelControl3;
- private PanelControl panelControl3;
- private LabelControl labelControl4;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private PanelControl panelControl4;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private LabelControl lbl_isOnline_1;
- private PictureEdit pic_isOnline_1;
- private PanelControl panelControl8;
- private LabelControl lbl_yj_1;
- private PictureEdit pic_yj_1;
- private PanelControl panelControl7;
- private LabelControl lbl_wd_1;
- private PictureEdit pic_wd_1;
- private PanelControl panelControl6;
- private LabelControl labelControl6;
- private PictureEdit pic_lw_1;
- private DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge circularGauge1;
- private PanelControl panelControl10;
- private LabelControl lbl_team_1;
- private LabelControl labelControl12;
- private LabelControl lbl_devcieName_1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
-
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_name;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_1_daily;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_name;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_2_daily;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator4;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator16;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator18;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_name;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_1_entrance_all_daily;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator8;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_name;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_name;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_name;
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
- private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem8;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_team;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_1_daily;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_all_daily;
- private DevExpress.XtraLayout.SimpleLabelItem lbl_all_entrance_2_daily;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator10;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator11;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator13;
- private PanelControl panelControl2;
- private PictureEdit pic_entrance_1_2;
- private PictureEdit pic_entrance_1_1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private PanelControl panelControl9;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private ChartControl chartControl1;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraLayout.LayoutControlGroup group_1;
- private System.Windows.Forms.Label lbl_changeTeam1;
- private LabelControl lbl_entrance_1;
- private PanelControl panelControl13;
- private LabelControl lbl_total_1;
- private LabelControl labelControl7;
- private LabelControl lbl_netWeight_1;
- private LabelControl labelControl1;
- private DevExpress.XtraLayout.SimpleSeparator simpleSeparator5;
- }
- }
|