예제 #1
0
 /// <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();
     DevExpress.XtraCharts.XYDiagram                 xyDiagram1                 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                    series1                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView1            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series2                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedLineSeriesView fullStackedLineSeriesView1 = new DevExpress.XtraCharts.FullStackedLineSeriesView();
     DevExpress.XtraCharts.Series                    series3                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView2            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series4                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView3            = new DevExpress.XtraCharts.LineSeriesView();
     this.chartCntrlWeekly    = new DevExpress.XtraCharts.ChartControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.genreSelectControl1 = new EBookDevexpress.GenreSelectControl();
     this.weekSelectControl1  = new EBookDevexpress.WeekSelectControl();
     this.Root               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.simpleSeparator1   = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator2   = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.bdsWeek            = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlWeekly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsWeek)).BeginInit();
     this.SuspendLayout();
     //
     // chartCntrlWeekly
     //
     this.chartCntrlWeekly.DataSource            = this.bdsWeek;
     xyDiagram1.AxisX.MinorCount                 = 5;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.PaneDistance           = 100;
     this.chartCntrlWeekly.Diagram     = xyDiagram1;
     this.chartCntrlWeekly.Legend.Name = "Default Legend";
     this.chartCntrlWeekly.Location    = new System.Drawing.Point(12, 116);
     this.chartCntrlWeekly.Name        = "chartCntrlWeekly";
     series1.Name = "경제";
     series1.View = lineSeriesView1;
     series2.Name = "교양";
     series2.View = fullStackedLineSeriesView1;
     series3.Name = "문학";
     series3.View = lineSeriesView2;
     series4.Name = "사회과학";
     series4.View = lineSeriesView3;
     this.chartCntrlWeekly.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartCntrlWeekly.SeriesTemplate.ArgumentDataMember           = "TimeZone";
     this.chartCntrlWeekly.SeriesTemplate.ValueDataMembersSerializable = "Count";
     this.chartCntrlWeekly.Size     = new System.Drawing.Size(606, 425);
     this.chartCntrlWeekly.TabIndex = 2;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.genreSelectControl1);
     this.layoutControl1.Controls.Add(this.weekSelectControl1);
     this.layoutControl1.Controls.Add(this.chartCntrlWeekly);
     this.layoutControl1.Location = new System.Drawing.Point(2, 4);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(856, 554);
     this.layoutControl1.TabIndex = 3;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // genreSelectControl1
     //
     this.genreSelectControl1.Location       = new System.Drawing.Point(622, 116);
     this.genreSelectControl1.Name           = "genreSelectControl1";
     this.genreSelectControl1.Size           = new System.Drawing.Size(221, 425);
     this.genreSelectControl1.TabIndex       = 5;
     this.genreSelectControl1.GenreSelected += new System.EventHandler <EBookDevexpress.GenreSelectControl.GenreSelectedEventArgs>(this.genreSelectControl1_GenreSelected);
     //
     // weekSelectControl1
     //
     this.weekSelectControl1.Location          = new System.Drawing.Point(12, 12);
     this.weekSelectControl1.Name              = "weekSelectControl1";
     this.weekSelectControl1.Size              = new System.Drawing.Size(831, 100);
     this.weekSelectControl1.TabIndex          = 4;
     this.weekSelectControl1.ButtonWeekSearch += new System.EventHandler <EBookDevexpress.WeekSelectControl.ButtonWeekSearchEventArgs>(this.weekSelectControl1_ButtonWeekSearch);
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.simpleSeparator1,
         this.layoutControlItem1,
         this.simpleSeparator2,
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(856, 554);
     this.Root.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(835, 0);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(1, 534);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartCntrlWeekly;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 104);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(610, 429);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleSeparator2
     //
     this.simpleSeparator2.AllowHotTrack = false;
     this.simpleSeparator2.Location      = new System.Drawing.Point(0, 533);
     this.simpleSeparator2.Name          = "simpleSeparator2";
     this.simpleSeparator2.Size          = new System.Drawing.Size(835, 1);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.weekSelectControl1;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(835, 104);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.genreSelectControl1;
     this.layoutControlItem3.Location    = new System.Drawing.Point(610, 104);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(225, 429);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // bdsWeek
     //
     this.bdsWeek.DataSource = typeof(EBook.Data.Models.PeriodSummary);
     //
     // WeeklyChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(854, 556);
     this.Controls.Add(this.layoutControl1);
     this.Name = "WeeklyChartForm";
     this.Text = "주간 대여";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlWeekly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsWeek)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <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(Home));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedLineSeriesView fullStackedLineSeriesView1 = new DevExpress.XtraCharts.FullStackedLineSeriesView();
     DevExpress.XtraCharts.Series        series2        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.XYDiagram     xyDiagram2     = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series        series3        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideStackedBarSeriesView sideBySideStackedBarSeriesView1 = new DevExpress.XtraCharts.SideBySideStackedBarSeriesView();
     System.Windows.Forms.DataGridViewCellStyle           dataGridViewCellStyle1          = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle           dataGridViewCellStyle2          = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle           dataGridViewCellStyle3          = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
     this.grbStatistic  = new DevExpress.XtraEditors.GroupControl();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.title         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.grpSearchTheBook = new DevExpress.XtraEditors.GroupControl();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.btnSearch        = new DevExpress.XtraEditors.SimpleButton();
     this.textBox1         = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grbStatistic)).BeginInit();
     this.grbStatistic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpSearchTheBook)).BeginInit();
     this.grpSearchTheBook.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl3
     //
     this.groupControl3.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("groupControl3.CaptionImageOptions.Image")));
     this.groupControl3.Controls.Add(this.chartControl3);
     this.groupControl3.Location = new System.Drawing.Point(12, 404);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(370, 310);
     this.groupControl3.TabIndex = 24;
     this.groupControl3.Text     = "Favourite books";
     //
     // chartControl3
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl3.Diagram     = xyDiagram1;
     this.chartControl3.Legend.Name = "Default Legend";
     this.chartControl3.Location    = new System.Drawing.Point(1, 44);
     this.chartControl3.Name        = "chartControl3";
     series1.Name = "Series 1";
     series1.View = fullStackedLineSeriesView1;
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl3.SeriesTemplate.SeriesColorizer = null;
     this.chartControl3.Size     = new System.Drawing.Size(367, 264);
     this.chartControl3.TabIndex = 0;
     //
     // grbStatistic
     //
     this.grbStatistic.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("grbStatistic.CaptionImageOptions.Image")));
     this.grbStatistic.Controls.Add(this.chartControl2);
     this.grbStatistic.Location = new System.Drawing.Point(12, 12);
     this.grbStatistic.Name     = "grbStatistic";
     this.grbStatistic.Size     = new System.Drawing.Size(370, 189);
     this.grbStatistic.TabIndex = 22;
     this.grbStatistic.Text     = "Statistic";
     //
     // chartControl2
     //
     this.chartControl2.Legend.Name = "Default Legend";
     this.chartControl2.Location    = new System.Drawing.Point(0, 36);
     this.chartControl2.Name        = "chartControl2";
     series2.Name = "Series 1";
     series2.View = pieSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl2.SeriesTemplate.SeriesColorizer = null;
     this.chartControl2.Size     = new System.Drawing.Size(369, 153);
     this.chartControl2.TabIndex = 5;
     //
     // groupControl2
     //
     this.groupControl2.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("groupControl2.CaptionImageOptions.Image")));
     this.groupControl2.Controls.Add(this.chartControl1);
     this.groupControl2.Location = new System.Drawing.Point(12, 207);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(370, 191);
     this.groupControl2.TabIndex = 23;
     this.groupControl2.Text     = "Borrowed situation";
     //
     // chartControl1
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram           = xyDiagram2;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(1, 40);
     this.chartControl1.Name = "chartControl1";
     series3.Name            = "Series 1";
     series3.View            = sideBySideStackedBarSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControl1.SeriesTemplate.SeriesColorizer = null;
     this.chartControl1.Size     = new System.Drawing.Size(368, 150);
     this.chartControl1.TabIndex = 4;
     //
     // title
     //
     this.title.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.title.DefaultCellStyle = dataGridViewCellStyle1;
     this.title.HeaderText       = "ID";
     this.title.Name             = "title";
     this.title.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.title.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.title.ToolTipText      = "button";
     this.title.Width            = 110;
     //
     // Column1
     //
     this.Column1.HeaderText = "Title";
     this.Column1.Name       = "Column1";
     this.Column1.Width      = 140;
     //
     // Column2
     //
     this.Column2.HeaderText = "Author";
     this.Column2.Name       = "Column2";
     this.Column2.Width      = 160;
     //
     // Column3
     //
     this.Column3.HeaderText = "Publisher";
     this.Column3.Name       = "Column3";
     this.Column3.Width      = 130;
     //
     // Column4
     //
     this.Column4.HeaderText = "Remain";
     this.Column4.Name       = "Column4";
     this.Column4.Width      = 80;
     //
     // Column5
     //
     this.Column5.HeaderText = "Not yet";
     this.Column5.Name       = "Column5";
     this.Column5.Width      = 80;
     //
     // Column6
     //
     this.Column6.HeaderText = " ";
     this.Column6.Name       = "Column6";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar;
     this.bindingNavigator1.AddNewItem     = this.bindingNavigatorAddNewItem;
     this.bindingNavigator1.AllowDrop      = true;
     this.bindingNavigator1.CountItem      = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem     = this.bindingNavigatorDeleteItem;
     this.bindingNavigator1.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(2, 675);
     this.bindingNavigator1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name             = "bindingNavigator1";
     this.bindingNavigator1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size             = new System.Drawing.Size(929, 25);
     this.bindingNavigator1.TabIndex         = 2;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // grpSearchTheBook
     //
     this.grpSearchTheBook.Appearance.BackColor            = System.Drawing.Color.PowderBlue;
     this.grpSearchTheBook.Appearance.Options.UseBackColor = true;
     this.grpSearchTheBook.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.grpSearchTheBook.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("grpSearchTheBook.CaptionImageOptions.Image")));
     this.grpSearchTheBook.Controls.Add(this.dataGridView1);
     this.grpSearchTheBook.Controls.Add(this.bindingNavigator1);
     this.grpSearchTheBook.Controls.Add(this.btnSearch);
     this.grpSearchTheBook.Controls.Add(this.textBox1);
     this.grpSearchTheBook.Location = new System.Drawing.Point(388, 12);
     this.grpSearchTheBook.Name     = "grpSearchTheBook";
     this.grpSearchTheBook.Size     = new System.Drawing.Size(933, 702);
     this.grpSearchTheBook.TabIndex = 21;
     this.grpSearchTheBook.Text     = "Search the book";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToOrderColumns     = true;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.title,
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6
     });
     this.dataGridView1.GridColor                  = System.Drawing.SystemColors.AppWorkspace;
     this.dataGridView1.Location                   = new System.Drawing.Point(8, 87);
     this.dataGridView1.Name                       = "dataGridView1";
     dataGridViewCellStyle2.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor              = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font                   = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle2.ForeColor              = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor     = System.Drawing.SystemColors.InactiveCaption;
     dataGridViewCellStyle2.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
     dataGridViewCellStyle3.BackColor              = System.Drawing.Color.White;
     dataGridViewCellStyle3.ForeColor              = System.Drawing.Color.White;
     this.dataGridView1.RowsDefaultCellStyle       = dataGridViewCellStyle3;
     this.dataGridView1.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridView1.Size                       = new System.Drawing.Size(910, 585);
     this.dataGridView1.TabIndex                   = 3;
     //
     // btnSearch
     //
     this.btnSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSearch.ImageOptions.SvgImage")));
     this.btnSearch.Location = new System.Drawing.Point(746, 44);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(103, 37);
     this.btnSearch.TabIndex = 1;
     this.btnSearch.Text     = "Search";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(9, 44);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(729, 37);
     this.textBox1.TabIndex  = 0;
     //
     // Home
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1318, 682);
     this.ControlBox          = false;
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.grbStatistic);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.grpSearchTheBook);
     this.Name        = "Home";
     this.Text        = "Home";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grbStatistic)).EndInit();
     this.grbStatistic.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpSearchTheBook)).EndInit();
     this.grpSearchTheBook.ResumeLayout(false);
     this.grpSearchTheBook.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <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();
     DevExpress.XtraCharts.XYDiagram                 xyDiagram1                 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                    series1                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView1            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series2                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedLineSeriesView fullStackedLineSeriesView1 = new DevExpress.XtraCharts.FullStackedLineSeriesView();
     DevExpress.XtraCharts.Series                    series3                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView2            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series4                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView3            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYDiagram                 xyDiagram2                 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                    series5                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView4            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series6                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView5            = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                    series7                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView            lineSeriesView6            = new DevExpress.XtraCharts.LineSeriesView();
     this.chartCntrlQuarterly   = new DevExpress.XtraCharts.ChartControl();
     this.quarterSelectControl1 = new EBookDevexpress.QuarterSelectControl();
     this.genreSelectControl1   = new EBookDevexpress.GenreSelectControl();
     this.chartCntrlQuaterly    = new DevExpress.XtraCharts.ChartControl();
     this.quarterSelectControl2 = new EBookDevexpress.QuarterSelectControl();
     this.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.genreSelectControl2   = new EBookDevexpress.GenreSelectControl();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1   = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.bdsQuarter         = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlQuarterly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlQuaterly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsQuarter)).BeginInit();
     this.SuspendLayout();
     //
     // chartCntrlQuarterly
     //
     xyDiagram1.AxisX.MinorCount = 5;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.PaneDistance              = 100;
     this.chartCntrlQuarterly.Diagram     = xyDiagram1;
     this.chartCntrlQuarterly.Legend.Name = "Default Legend";
     this.chartCntrlQuarterly.Location    = new System.Drawing.Point(12, 115);
     this.chartCntrlQuarterly.Name        = "chartCntrlQuarterly";
     series1.Name = "경제";
     series1.View = lineSeriesView1;
     series2.Name = "교양";
     series2.View = fullStackedLineSeriesView1;
     series3.Name = "문학";
     series3.View = lineSeriesView2;
     series4.Name = "사회과학";
     series4.View = lineSeriesView3;
     this.chartCntrlQuarterly.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartCntrlQuarterly.Size     = new System.Drawing.Size(558, 324);
     this.chartCntrlQuarterly.TabIndex = 4;
     //
     // quarterSelectControl1
     //
     this.quarterSelectControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.quarterSelectControl1.Location = new System.Drawing.Point(0, 0);
     this.quarterSelectControl1.Name     = "quarterSelectControl1";
     this.quarterSelectControl1.Size     = new System.Drawing.Size(813, 98);
     this.quarterSelectControl1.TabIndex = 7;
     //
     // genreSelectControl1
     //
     this.genreSelectControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.genreSelectControl1.Location = new System.Drawing.Point(593, 98);
     this.genreSelectControl1.Name     = "genreSelectControl1";
     this.genreSelectControl1.Size     = new System.Drawing.Size(220, 401);
     this.genreSelectControl1.TabIndex = 8;
     //
     // chartCntrlQuaterly
     //
     this.chartCntrlQuaterly.DataSource          = this.bdsQuarter;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartCntrlQuaterly.Diagram             = xyDiagram2;
     this.chartCntrlQuaterly.Legend.Name         = "Default Legend";
     this.chartCntrlQuaterly.Location            = new System.Drawing.Point(12, 96);
     this.chartCntrlQuaterly.Name = "chartCntrlQuaterly";
     series5.Name = "경제";
     series5.View = lineSeriesView4;
     series6.Name = "교양";
     series6.View = lineSeriesView5;
     series7.Name = "사회과학";
     series7.View = lineSeriesView6;
     this.chartCntrlQuaterly.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7
     };
     this.chartCntrlQuaterly.Size     = new System.Drawing.Size(623, 411);
     this.chartCntrlQuaterly.TabIndex = 1;
     //
     // quarterSelectControl2
     //
     this.quarterSelectControl2.Location = new System.Drawing.Point(12, 12);
     this.quarterSelectControl2.Name     = "quarterSelectControl2";
     this.quarterSelectControl2.Size     = new System.Drawing.Size(846, 80);
     this.quarterSelectControl2.TabIndex = 2;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.genreSelectControl2);
     this.layoutControl1.Controls.Add(this.quarterSelectControl2);
     this.layoutControl1.Controls.Add(this.chartCntrlQuaterly);
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(870, 520);
     this.layoutControl1.TabIndex = 3;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // genreSelectControl2
     //
     this.genreSelectControl2.Location = new System.Drawing.Point(639, 96);
     this.genreSelectControl2.Name     = "genreSelectControl2";
     this.genreSelectControl2.Size     = new System.Drawing.Size(219, 411);
     this.genreSelectControl2.TabIndex = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.simpleSeparator1,
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(870, 520);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartCntrlQuaterly;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 84);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(627, 415);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(0, 499);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(850, 1);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.quarterSelectControl2;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(850, 84);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.genreSelectControl2;
     this.layoutControlItem3.Location    = new System.Drawing.Point(627, 84);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(223, 415);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // bdsQuarter
     //
     this.bdsQuarter.DataSource = typeof(EBook.Data.Models.PeriodSummary);
     //
     // QuaterlyChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(871, 518);
     this.Controls.Add(this.layoutControl1);
     this.Name = "QuaterlyChartForm";
     this.Text = "분기 대여";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlQuarterly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCntrlQuaterly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsQuarter)).EndInit();
     this.ResumeLayout(false);
 }