123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531 |
- namespace GCAS.Reports
- {
- partial class ChartForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartForm));
- DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
- DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
- DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
- DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
- this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.btn_search = new DevExpress.XtraEditors.SimpleButton();
- this.date_end = new DevExpress.XtraEditors.DateEdit();
- this.cbe_today = new DevExpress.XtraEditors.CheckEdit();
- this.date_start = new DevExpress.XtraEditors.DateEdit();
- this.cbe_week = new DevExpress.XtraEditors.CheckEdit();
- this.cbe_year = new DevExpress.XtraEditors.CheckEdit();
- this.cbe_month = new DevExpress.XtraEditors.CheckEdit();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
- this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
- this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
- this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
- this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
- this.groupControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_today.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_week.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_year.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_month.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
- this.panelControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
- this.panelControl3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
- this.panelControl4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
- this.SuspendLayout();
- //
- // groupControl1
- //
- resources.ApplyResources(this.groupControl1, "groupControl1");
- this.groupControl1.Controls.Add(this.layoutControl1);
- this.groupControl1.Name = "groupControl1";
- //
- // layoutControl1
- //
- resources.ApplyResources(this.layoutControl1, "layoutControl1");
- this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
- this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
- this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
- this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
- this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
- this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
- this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
- this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
- this.layoutControl1.Controls.Add(this.btn_search);
- this.layoutControl1.Controls.Add(this.date_end);
- this.layoutControl1.Controls.Add(this.cbe_today);
- this.layoutControl1.Controls.Add(this.date_start);
- this.layoutControl1.Controls.Add(this.cbe_week);
- this.layoutControl1.Controls.Add(this.cbe_year);
- this.layoutControl1.Controls.Add(this.cbe_month);
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
- this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
- this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
- this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
- this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
- this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
- this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
- this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
- this.layoutControl1.Root = this.layoutControlGroup1;
- //
- // btn_search
- //
- resources.ApplyResources(this.btn_search, "btn_search");
- this.btn_search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.ImageOptions.Image")));
- this.btn_search.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_search.ImageOptions.ImageIndex")));
- this.btn_search.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_search.ImageOptions.SvgImage")));
- this.btn_search.Name = "btn_search";
- this.btn_search.StyleController = this.layoutControl1;
- this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
- //
- // date_end
- //
- resources.ApplyResources(this.date_end, "date_end");
- this.date_end.Name = "date_end";
- this.date_end.Properties.AccessibleDescription = resources.GetString("date_end.Properties.AccessibleDescription");
- this.date_end.Properties.AccessibleName = resources.GetString("date_end.Properties.AccessibleName");
- this.date_end.Properties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.AutoHeight")));
- this.date_end.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.Buttons"))))});
- this.date_end.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleDescription");
- this.date_end.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleName");
- this.date_end.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.AutoHeight")));
- this.date_end.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Buttons"))))});
- this.date_end.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.AutoComplete")));
- this.date_end.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.BeepOnError")));
- this.date_end.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_end.Properties.CalendarTimeProperties.Mask.EditMask");
- this.date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
- this.date_end.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.MaskType")));
- this.date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
- this.date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
- this.date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
- this.date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
- this.date_end.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_end.Properties.CalendarTimeProperties.NullValuePrompt");
- this.date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
- this.date_end.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.Mask.AutoComplete")));
- this.date_end.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.Mask.BeepOnError")));
- this.date_end.Properties.Mask.EditMask = resources.GetString("date_end.Properties.Mask.EditMask");
- this.date_end.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.Mask.IgnoreMaskBlank")));
- this.date_end.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.Mask.MaskType")));
- this.date_end.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.Mask.PlaceHolder")));
- this.date_end.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.Mask.SaveLiteral")));
- this.date_end.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.Mask.ShowPlaceHolders")));
- this.date_end.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.Mask.UseMaskAsDisplayFormat")));
- this.date_end.Properties.NullValuePrompt = resources.GetString("date_end.Properties.NullValuePrompt");
- this.date_end.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.NullValuePromptShowForEmptyValue")));
- this.date_end.StyleController = this.layoutControl1;
- //
- // cbe_today
- //
- resources.ApplyResources(this.cbe_today, "cbe_today");
- this.cbe_today.Name = "cbe_today";
- this.cbe_today.Properties.AccessibleDescription = resources.GetString("cbe_today.Properties.AccessibleDescription");
- this.cbe_today.Properties.AccessibleName = resources.GetString("cbe_today.Properties.AccessibleName");
- this.cbe_today.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_today.Properties.AutoHeight")));
- this.cbe_today.Properties.Caption = resources.GetString("cbe_today.Properties.Caption");
- this.cbe_today.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
- this.cbe_today.Properties.DisplayValueChecked = resources.GetString("cbe_today.Properties.DisplayValueChecked");
- this.cbe_today.Properties.DisplayValueGrayed = resources.GetString("cbe_today.Properties.DisplayValueGrayed");
- this.cbe_today.Properties.DisplayValueUnchecked = resources.GetString("cbe_today.Properties.DisplayValueUnchecked");
- this.cbe_today.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_today.Properties.GlyphVerticalAlignment")));
- this.cbe_today.Properties.RadioGroupIndex = 2;
- this.cbe_today.StyleController = this.layoutControl1;
- this.cbe_today.TabStop = false;
- this.cbe_today.CheckedChanged += new System.EventHandler(this.cbe_today_CheckedChanged);
- //
- // date_start
- //
- resources.ApplyResources(this.date_start, "date_start");
- this.date_start.Name = "date_start";
- this.date_start.Properties.AccessibleDescription = resources.GetString("date_start.Properties.AccessibleDescription");
- this.date_start.Properties.AccessibleName = resources.GetString("date_start.Properties.AccessibleName");
- this.date_start.Properties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.AutoHeight")));
- this.date_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.Buttons"))))});
- this.date_start.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleDescription");
- this.date_start.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleName");
- this.date_start.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.AutoHeight")));
- this.date_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Buttons"))))});
- this.date_start.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.AutoComplete")));
- this.date_start.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.BeepOnError")));
- this.date_start.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_start.Properties.CalendarTimeProperties.Mask.EditMask");
- this.date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
- this.date_start.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.MaskType")));
- this.date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
- this.date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
- this.date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
- this.date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
- this.date_start.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_start.Properties.CalendarTimeProperties.NullValuePrompt");
- this.date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
- this.date_start.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.Mask.AutoComplete")));
- this.date_start.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.Mask.BeepOnError")));
- this.date_start.Properties.Mask.EditMask = resources.GetString("date_start.Properties.Mask.EditMask");
- this.date_start.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.Mask.IgnoreMaskBlank")));
- this.date_start.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.Mask.MaskType")));
- this.date_start.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.Mask.PlaceHolder")));
- this.date_start.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.Mask.SaveLiteral")));
- this.date_start.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.Mask.ShowPlaceHolders")));
- this.date_start.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.Mask.UseMaskAsDisplayFormat")));
- this.date_start.Properties.NullValuePrompt = resources.GetString("date_start.Properties.NullValuePrompt");
- this.date_start.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.NullValuePromptShowForEmptyValue")));
- this.date_start.StyleController = this.layoutControl1;
- //
- // cbe_week
- //
- resources.ApplyResources(this.cbe_week, "cbe_week");
- this.cbe_week.Name = "cbe_week";
- this.cbe_week.Properties.AccessibleDescription = resources.GetString("cbe_week.Properties.AccessibleDescription");
- this.cbe_week.Properties.AccessibleName = resources.GetString("cbe_week.Properties.AccessibleName");
- this.cbe_week.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_week.Properties.AutoHeight")));
- this.cbe_week.Properties.Caption = resources.GetString("cbe_week.Properties.Caption");
- this.cbe_week.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
- this.cbe_week.Properties.DisplayValueChecked = resources.GetString("cbe_week.Properties.DisplayValueChecked");
- this.cbe_week.Properties.DisplayValueGrayed = resources.GetString("cbe_week.Properties.DisplayValueGrayed");
- this.cbe_week.Properties.DisplayValueUnchecked = resources.GetString("cbe_week.Properties.DisplayValueUnchecked");
- this.cbe_week.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_week.Properties.GlyphVerticalAlignment")));
- this.cbe_week.Properties.RadioGroupIndex = 2;
- this.cbe_week.StyleController = this.layoutControl1;
- this.cbe_week.TabStop = false;
- this.cbe_week.CheckedChanged += new System.EventHandler(this.cbe_week_CheckedChanged);
- //
- // cbe_year
- //
- resources.ApplyResources(this.cbe_year, "cbe_year");
- this.cbe_year.Name = "cbe_year";
- this.cbe_year.Properties.AccessibleDescription = resources.GetString("cbe_year.Properties.AccessibleDescription");
- this.cbe_year.Properties.AccessibleName = resources.GetString("cbe_year.Properties.AccessibleName");
- this.cbe_year.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_year.Properties.AutoHeight")));
- this.cbe_year.Properties.Caption = resources.GetString("cbe_year.Properties.Caption");
- this.cbe_year.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
- this.cbe_year.Properties.DisplayValueChecked = resources.GetString("cbe_year.Properties.DisplayValueChecked");
- this.cbe_year.Properties.DisplayValueGrayed = resources.GetString("cbe_year.Properties.DisplayValueGrayed");
- this.cbe_year.Properties.DisplayValueUnchecked = resources.GetString("cbe_year.Properties.DisplayValueUnchecked");
- this.cbe_year.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_year.Properties.GlyphVerticalAlignment")));
- this.cbe_year.Properties.RadioGroupIndex = 2;
- this.cbe_year.StyleController = this.layoutControl1;
- this.cbe_year.TabStop = false;
- this.cbe_year.CheckedChanged += new System.EventHandler(this.cbe_year_CheckedChanged);
- //
- // cbe_month
- //
- resources.ApplyResources(this.cbe_month, "cbe_month");
- this.cbe_month.Name = "cbe_month";
- this.cbe_month.Properties.AccessibleDescription = resources.GetString("cbe_month.Properties.AccessibleDescription");
- this.cbe_month.Properties.AccessibleName = resources.GetString("cbe_month.Properties.AccessibleName");
- this.cbe_month.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_month.Properties.AutoHeight")));
- this.cbe_month.Properties.Caption = resources.GetString("cbe_month.Properties.Caption");
- this.cbe_month.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
- this.cbe_month.Properties.DisplayValueChecked = resources.GetString("cbe_month.Properties.DisplayValueChecked");
- this.cbe_month.Properties.DisplayValueGrayed = resources.GetString("cbe_month.Properties.DisplayValueGrayed");
- this.cbe_month.Properties.DisplayValueUnchecked = resources.GetString("cbe_month.Properties.DisplayValueUnchecked");
- this.cbe_month.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_month.Properties.GlyphVerticalAlignment")));
- this.cbe_month.Properties.RadioGroupIndex = 2;
- this.cbe_month.StyleController = this.layoutControl1;
- this.cbe_month.TabStop = false;
- this.cbe_month.CheckedChanged += new System.EventHandler(this.cbe_month_CheckedChanged);
- //
- // layoutControlGroup1
- //
- this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
- this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
- this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
- this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
- this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
- this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
- this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.layoutControlGroup1.GroupBordersVisible = false;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem2,
- this.layoutControlItem1,
- this.layoutControlItem3,
- this.layoutControlItem4,
- this.layoutControlItem5,
- this.layoutControlItem6,
- this.layoutControlItem7,
- this.emptySpaceItem1});
- this.layoutControlGroup1.Name = "layoutControlGroup1";
- this.layoutControlGroup1.Size = new System.Drawing.Size(1180, 46);
- this.layoutControlGroup1.TextVisible = false;
- //
- // layoutControlItem2
- //
- resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
- this.layoutControlItem2.Control = this.cbe_week;
- this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
- this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
- this.layoutControlItem2.Location = new System.Drawing.Point(60, 0);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(85, 26);
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // layoutControlItem1
- //
- resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
- this.layoutControlItem1.Control = this.cbe_today;
- this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
- this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem3
- //
- resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
- this.layoutControlItem3.Control = this.cbe_month;
- this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
- this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
- this.layoutControlItem3.Location = new System.Drawing.Point(145, 0);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(87, 26);
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // layoutControlItem4
- //
- resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4");
- this.layoutControlItem4.Control = this.cbe_year;
- this.layoutControlItem4.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem4.ImageOptions.ImageIndex")));
- this.layoutControlItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem4.ImageOptions.SvgImage")));
- this.layoutControlItem4.Location = new System.Drawing.Point(232, 0);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(148, 26);
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem5
- //
- resources.ApplyResources(this.layoutControlItem5, "layoutControlItem5");
- this.layoutControlItem5.Control = this.date_start;
- this.layoutControlItem5.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem5.ImageOptions.ImageIndex")));
- this.layoutControlItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem5.ImageOptions.SvgImage")));
- this.layoutControlItem5.Location = new System.Drawing.Point(380, 0);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(246, 26);
- this.layoutControlItem5.TextSize = new System.Drawing.Size(55, 14);
- //
- // layoutControlItem6
- //
- resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6");
- this.layoutControlItem6.Control = this.date_end;
- this.layoutControlItem6.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem6.ImageOptions.ImageIndex")));
- this.layoutControlItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem6.ImageOptions.SvgImage")));
- this.layoutControlItem6.Location = new System.Drawing.Point(626, 0);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(251, 26);
- this.layoutControlItem6.TextSize = new System.Drawing.Size(55, 14);
- //
- // layoutControlItem7
- //
- resources.ApplyResources(this.layoutControlItem7, "layoutControlItem7");
- this.layoutControlItem7.Control = this.btn_search;
- this.layoutControlItem7.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem7.ImageOptions.ImageIndex")));
- this.layoutControlItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem7.ImageOptions.SvgImage")));
- this.layoutControlItem7.Location = new System.Drawing.Point(1088, 0);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Size = new System.Drawing.Size(72, 26);
- this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem7.TextVisible = false;
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(877, 0);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(211, 26);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // panelControl1
- //
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Controls.Add(this.panelControl2);
- this.panelControl1.Controls.Add(this.panelControl3);
- this.panelControl1.Name = "panelControl1";
- //
- // panelControl2
- //
- resources.ApplyResources(this.panelControl2, "panelControl2");
- this.panelControl2.Controls.Add(this.chartControl1);
- this.panelControl2.Name = "panelControl2";
- //
- // chartControl1
- //
- resources.ApplyResources(this.chartControl1, "chartControl1");
- this.chartControl1.Legend.AlignmentHorizontal = ((DevExpress.XtraCharts.LegendAlignmentHorizontal)(resources.GetObject("chartControl1.Legend.AlignmentHorizontal")));
- this.chartControl1.Legend.Name = "Default Legend";
- this.chartControl1.Name = "chartControl1";
- this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
- this.chartControl1.SeriesTemplate.View = stackedBarSeriesView1;
- //
- // panelControl3
- //
- resources.ApplyResources(this.panelControl3, "panelControl3");
- this.panelControl3.Controls.Add(this.panelControl4);
- this.panelControl3.Name = "panelControl3";
- //
- // panelControl4
- //
- resources.ApplyResources(this.panelControl4, "panelControl4");
- this.panelControl4.Controls.Add(this.chartControl2);
- this.panelControl4.Name = "panelControl4";
- //
- // chartControl2
- //
- resources.ApplyResources(this.chartControl2, "chartControl2");
- this.chartControl2.Legend.AlignmentHorizontal = ((DevExpress.XtraCharts.LegendAlignmentHorizontal)(resources.GetObject("chartControl2.Legend.AlignmentHorizontal")));
- this.chartControl2.Legend.Name = "Default Legend";
- this.chartControl2.Name = "chartControl2";
- this.chartControl2.PaletteRepository.Add("Lamp", new DevExpress.XtraCharts.Palette("Lamp", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
- new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(0)))))),
- new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
- new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))))),
- new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))))}));
- pieSeriesLabel1.LineLength = 30;
- pieSeriesLabel1.TextPattern = "{A}: {V:0.00%}";
- series1.Label = pieSeriesLabel1;
- series1.LegendName = "Default Legend";
- series1.LegendTextPattern = "{A}";
- series1.View = pieSeriesView1;
- this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
- series1};
- //
- // ChartForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.Controls.Add(this.groupControl1);
- this.Name = "ChartForm";
- this.Load += new System.EventHandler(this.ReportForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
- this.groupControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_today.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_week.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_year.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbe_month.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
- this.panelControl2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
- this.panelControl3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
- this.panelControl4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.GroupControl groupControl1;
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.CheckEdit cbe_year;
- private DevExpress.XtraEditors.CheckEdit cbe_month;
- private DevExpress.XtraEditors.CheckEdit cbe_week;
- private DevExpress.XtraEditors.CheckEdit cbe_today;
- private DevExpress.XtraEditors.PanelControl panelControl3;
- private DevExpress.XtraEditors.PanelControl panelControl2;
- private DevExpress.XtraCharts.ChartControl chartControl1;
- private DevExpress.XtraEditors.PanelControl panelControl4;
- private DevExpress.XtraCharts.ChartControl chartControl2;
- private DevExpress.XtraEditors.SimpleButton btn_search;
- private DevExpress.XtraEditors.DateEdit date_end;
- private DevExpress.XtraEditors.DateEdit date_start;
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- }
- }
|