ChartForm.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. namespace GCAS.Reports
  2. {
  3. partial class ChartForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartForm));
  29. DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
  30. DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
  31. DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
  32. DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
  33. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  34. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  35. this.btn_search = new DevExpress.XtraEditors.SimpleButton();
  36. this.date_end = new DevExpress.XtraEditors.DateEdit();
  37. this.cbe_today = new DevExpress.XtraEditors.CheckEdit();
  38. this.date_start = new DevExpress.XtraEditors.DateEdit();
  39. this.cbe_week = new DevExpress.XtraEditors.CheckEdit();
  40. this.cbe_year = new DevExpress.XtraEditors.CheckEdit();
  41. this.cbe_month = new DevExpress.XtraEditors.CheckEdit();
  42. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  43. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  52. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  53. this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
  54. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  55. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  56. this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
  57. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  58. this.groupControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  60. this.layoutControl1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.cbe_today.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.cbe_week.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.cbe_year.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.cbe_month.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  79. this.panelControl1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  81. this.panelControl2.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  85. this.panelControl3.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  87. this.panelControl4.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // groupControl1
  95. //
  96. resources.ApplyResources(this.groupControl1, "groupControl1");
  97. this.groupControl1.Controls.Add(this.layoutControl1);
  98. this.groupControl1.Name = "groupControl1";
  99. //
  100. // layoutControl1
  101. //
  102. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  103. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
  104. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
  105. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
  106. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
  107. this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
  108. this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
  109. this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
  110. this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
  111. this.layoutControl1.Controls.Add(this.btn_search);
  112. this.layoutControl1.Controls.Add(this.date_end);
  113. this.layoutControl1.Controls.Add(this.cbe_today);
  114. this.layoutControl1.Controls.Add(this.date_start);
  115. this.layoutControl1.Controls.Add(this.cbe_week);
  116. this.layoutControl1.Controls.Add(this.cbe_year);
  117. this.layoutControl1.Controls.Add(this.cbe_month);
  118. this.layoutControl1.Name = "layoutControl1";
  119. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
  120. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
  121. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
  122. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
  123. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
  124. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
  125. this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
  126. this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
  127. this.layoutControl1.Root = this.layoutControlGroup1;
  128. //
  129. // btn_search
  130. //
  131. resources.ApplyResources(this.btn_search, "btn_search");
  132. this.btn_search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.ImageOptions.Image")));
  133. this.btn_search.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_search.ImageOptions.ImageIndex")));
  134. this.btn_search.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_search.ImageOptions.SvgImage")));
  135. this.btn_search.Name = "btn_search";
  136. this.btn_search.StyleController = this.layoutControl1;
  137. this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
  138. //
  139. // date_end
  140. //
  141. resources.ApplyResources(this.date_end, "date_end");
  142. this.date_end.Name = "date_end";
  143. this.date_end.Properties.AccessibleDescription = resources.GetString("date_end.Properties.AccessibleDescription");
  144. this.date_end.Properties.AccessibleName = resources.GetString("date_end.Properties.AccessibleName");
  145. this.date_end.Properties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.AutoHeight")));
  146. this.date_end.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  147. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.Buttons"))))});
  148. this.date_end.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleDescription");
  149. this.date_end.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleName");
  150. this.date_end.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.AutoHeight")));
  151. this.date_end.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  152. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Buttons"))))});
  153. this.date_end.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.AutoComplete")));
  154. this.date_end.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.BeepOnError")));
  155. this.date_end.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_end.Properties.CalendarTimeProperties.Mask.EditMask");
  156. this.date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
  157. this.date_end.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.MaskType")));
  158. this.date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
  159. this.date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
  160. this.date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
  161. this.date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
  162. this.date_end.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_end.Properties.CalendarTimeProperties.NullValuePrompt");
  163. this.date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
  164. this.date_end.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.Mask.AutoComplete")));
  165. this.date_end.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.Mask.BeepOnError")));
  166. this.date_end.Properties.Mask.EditMask = resources.GetString("date_end.Properties.Mask.EditMask");
  167. this.date_end.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.Mask.IgnoreMaskBlank")));
  168. this.date_end.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.Mask.MaskType")));
  169. this.date_end.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.Mask.PlaceHolder")));
  170. this.date_end.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.Mask.SaveLiteral")));
  171. this.date_end.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.Mask.ShowPlaceHolders")));
  172. this.date_end.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.Mask.UseMaskAsDisplayFormat")));
  173. this.date_end.Properties.NullValuePrompt = resources.GetString("date_end.Properties.NullValuePrompt");
  174. this.date_end.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.NullValuePromptShowForEmptyValue")));
  175. this.date_end.StyleController = this.layoutControl1;
  176. //
  177. // cbe_today
  178. //
  179. resources.ApplyResources(this.cbe_today, "cbe_today");
  180. this.cbe_today.Name = "cbe_today";
  181. this.cbe_today.Properties.AccessibleDescription = resources.GetString("cbe_today.Properties.AccessibleDescription");
  182. this.cbe_today.Properties.AccessibleName = resources.GetString("cbe_today.Properties.AccessibleName");
  183. this.cbe_today.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_today.Properties.AutoHeight")));
  184. this.cbe_today.Properties.Caption = resources.GetString("cbe_today.Properties.Caption");
  185. this.cbe_today.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
  186. this.cbe_today.Properties.DisplayValueChecked = resources.GetString("cbe_today.Properties.DisplayValueChecked");
  187. this.cbe_today.Properties.DisplayValueGrayed = resources.GetString("cbe_today.Properties.DisplayValueGrayed");
  188. this.cbe_today.Properties.DisplayValueUnchecked = resources.GetString("cbe_today.Properties.DisplayValueUnchecked");
  189. this.cbe_today.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_today.Properties.GlyphVerticalAlignment")));
  190. this.cbe_today.Properties.RadioGroupIndex = 2;
  191. this.cbe_today.StyleController = this.layoutControl1;
  192. this.cbe_today.TabStop = false;
  193. this.cbe_today.CheckedChanged += new System.EventHandler(this.cbe_today_CheckedChanged);
  194. //
  195. // date_start
  196. //
  197. resources.ApplyResources(this.date_start, "date_start");
  198. this.date_start.Name = "date_start";
  199. this.date_start.Properties.AccessibleDescription = resources.GetString("date_start.Properties.AccessibleDescription");
  200. this.date_start.Properties.AccessibleName = resources.GetString("date_start.Properties.AccessibleName");
  201. this.date_start.Properties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.AutoHeight")));
  202. this.date_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  203. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.Buttons"))))});
  204. this.date_start.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleDescription");
  205. this.date_start.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleName");
  206. this.date_start.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.AutoHeight")));
  207. this.date_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  208. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Buttons"))))});
  209. this.date_start.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.AutoComplete")));
  210. this.date_start.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.BeepOnError")));
  211. this.date_start.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_start.Properties.CalendarTimeProperties.Mask.EditMask");
  212. this.date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
  213. this.date_start.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.MaskType")));
  214. this.date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
  215. this.date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
  216. this.date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
  217. this.date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
  218. this.date_start.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_start.Properties.CalendarTimeProperties.NullValuePrompt");
  219. this.date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
  220. this.date_start.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.Mask.AutoComplete")));
  221. this.date_start.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.Mask.BeepOnError")));
  222. this.date_start.Properties.Mask.EditMask = resources.GetString("date_start.Properties.Mask.EditMask");
  223. this.date_start.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.Mask.IgnoreMaskBlank")));
  224. this.date_start.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.Mask.MaskType")));
  225. this.date_start.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.Mask.PlaceHolder")));
  226. this.date_start.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.Mask.SaveLiteral")));
  227. this.date_start.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.Mask.ShowPlaceHolders")));
  228. this.date_start.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.Mask.UseMaskAsDisplayFormat")));
  229. this.date_start.Properties.NullValuePrompt = resources.GetString("date_start.Properties.NullValuePrompt");
  230. this.date_start.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.NullValuePromptShowForEmptyValue")));
  231. this.date_start.StyleController = this.layoutControl1;
  232. //
  233. // cbe_week
  234. //
  235. resources.ApplyResources(this.cbe_week, "cbe_week");
  236. this.cbe_week.Name = "cbe_week";
  237. this.cbe_week.Properties.AccessibleDescription = resources.GetString("cbe_week.Properties.AccessibleDescription");
  238. this.cbe_week.Properties.AccessibleName = resources.GetString("cbe_week.Properties.AccessibleName");
  239. this.cbe_week.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_week.Properties.AutoHeight")));
  240. this.cbe_week.Properties.Caption = resources.GetString("cbe_week.Properties.Caption");
  241. this.cbe_week.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
  242. this.cbe_week.Properties.DisplayValueChecked = resources.GetString("cbe_week.Properties.DisplayValueChecked");
  243. this.cbe_week.Properties.DisplayValueGrayed = resources.GetString("cbe_week.Properties.DisplayValueGrayed");
  244. this.cbe_week.Properties.DisplayValueUnchecked = resources.GetString("cbe_week.Properties.DisplayValueUnchecked");
  245. this.cbe_week.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_week.Properties.GlyphVerticalAlignment")));
  246. this.cbe_week.Properties.RadioGroupIndex = 2;
  247. this.cbe_week.StyleController = this.layoutControl1;
  248. this.cbe_week.TabStop = false;
  249. this.cbe_week.CheckedChanged += new System.EventHandler(this.cbe_week_CheckedChanged);
  250. //
  251. // cbe_year
  252. //
  253. resources.ApplyResources(this.cbe_year, "cbe_year");
  254. this.cbe_year.Name = "cbe_year";
  255. this.cbe_year.Properties.AccessibleDescription = resources.GetString("cbe_year.Properties.AccessibleDescription");
  256. this.cbe_year.Properties.AccessibleName = resources.GetString("cbe_year.Properties.AccessibleName");
  257. this.cbe_year.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_year.Properties.AutoHeight")));
  258. this.cbe_year.Properties.Caption = resources.GetString("cbe_year.Properties.Caption");
  259. this.cbe_year.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
  260. this.cbe_year.Properties.DisplayValueChecked = resources.GetString("cbe_year.Properties.DisplayValueChecked");
  261. this.cbe_year.Properties.DisplayValueGrayed = resources.GetString("cbe_year.Properties.DisplayValueGrayed");
  262. this.cbe_year.Properties.DisplayValueUnchecked = resources.GetString("cbe_year.Properties.DisplayValueUnchecked");
  263. this.cbe_year.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_year.Properties.GlyphVerticalAlignment")));
  264. this.cbe_year.Properties.RadioGroupIndex = 2;
  265. this.cbe_year.StyleController = this.layoutControl1;
  266. this.cbe_year.TabStop = false;
  267. this.cbe_year.CheckedChanged += new System.EventHandler(this.cbe_year_CheckedChanged);
  268. //
  269. // cbe_month
  270. //
  271. resources.ApplyResources(this.cbe_month, "cbe_month");
  272. this.cbe_month.Name = "cbe_month";
  273. this.cbe_month.Properties.AccessibleDescription = resources.GetString("cbe_month.Properties.AccessibleDescription");
  274. this.cbe_month.Properties.AccessibleName = resources.GetString("cbe_month.Properties.AccessibleName");
  275. this.cbe_month.Properties.AutoHeight = ((bool)(resources.GetObject("cbe_month.Properties.AutoHeight")));
  276. this.cbe_month.Properties.Caption = resources.GetString("cbe_month.Properties.Caption");
  277. this.cbe_month.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
  278. this.cbe_month.Properties.DisplayValueChecked = resources.GetString("cbe_month.Properties.DisplayValueChecked");
  279. this.cbe_month.Properties.DisplayValueGrayed = resources.GetString("cbe_month.Properties.DisplayValueGrayed");
  280. this.cbe_month.Properties.DisplayValueUnchecked = resources.GetString("cbe_month.Properties.DisplayValueUnchecked");
  281. this.cbe_month.Properties.GlyphVerticalAlignment = ((DevExpress.Utils.VertAlignment)(resources.GetObject("cbe_month.Properties.GlyphVerticalAlignment")));
  282. this.cbe_month.Properties.RadioGroupIndex = 2;
  283. this.cbe_month.StyleController = this.layoutControl1;
  284. this.cbe_month.TabStop = false;
  285. this.cbe_month.CheckedChanged += new System.EventHandler(this.cbe_month_CheckedChanged);
  286. //
  287. // layoutControlGroup1
  288. //
  289. this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
  290. this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
  291. this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
  292. this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
  293. this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
  294. this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
  295. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  296. this.layoutControlGroup1.GroupBordersVisible = false;
  297. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  298. this.layoutControlItem2,
  299. this.layoutControlItem1,
  300. this.layoutControlItem3,
  301. this.layoutControlItem4,
  302. this.layoutControlItem5,
  303. this.layoutControlItem6,
  304. this.layoutControlItem7,
  305. this.emptySpaceItem1});
  306. this.layoutControlGroup1.Name = "layoutControlGroup1";
  307. this.layoutControlGroup1.Size = new System.Drawing.Size(1180, 46);
  308. this.layoutControlGroup1.TextVisible = false;
  309. //
  310. // layoutControlItem2
  311. //
  312. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  313. this.layoutControlItem2.Control = this.cbe_week;
  314. this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
  315. this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
  316. this.layoutControlItem2.Location = new System.Drawing.Point(60, 0);
  317. this.layoutControlItem2.Name = "layoutControlItem2";
  318. this.layoutControlItem2.Size = new System.Drawing.Size(85, 26);
  319. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  320. this.layoutControlItem2.TextVisible = false;
  321. //
  322. // layoutControlItem1
  323. //
  324. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  325. this.layoutControlItem1.Control = this.cbe_today;
  326. this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
  327. this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
  328. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  329. this.layoutControlItem1.Name = "layoutControlItem1";
  330. this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);
  331. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  332. this.layoutControlItem1.TextVisible = false;
  333. //
  334. // layoutControlItem3
  335. //
  336. resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
  337. this.layoutControlItem3.Control = this.cbe_month;
  338. this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
  339. this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
  340. this.layoutControlItem3.Location = new System.Drawing.Point(145, 0);
  341. this.layoutControlItem3.Name = "layoutControlItem3";
  342. this.layoutControlItem3.Size = new System.Drawing.Size(87, 26);
  343. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  344. this.layoutControlItem3.TextVisible = false;
  345. //
  346. // layoutControlItem4
  347. //
  348. resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4");
  349. this.layoutControlItem4.Control = this.cbe_year;
  350. this.layoutControlItem4.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem4.ImageOptions.ImageIndex")));
  351. this.layoutControlItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem4.ImageOptions.SvgImage")));
  352. this.layoutControlItem4.Location = new System.Drawing.Point(232, 0);
  353. this.layoutControlItem4.Name = "layoutControlItem4";
  354. this.layoutControlItem4.Size = new System.Drawing.Size(148, 26);
  355. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  356. this.layoutControlItem4.TextVisible = false;
  357. //
  358. // layoutControlItem5
  359. //
  360. resources.ApplyResources(this.layoutControlItem5, "layoutControlItem5");
  361. this.layoutControlItem5.Control = this.date_start;
  362. this.layoutControlItem5.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem5.ImageOptions.ImageIndex")));
  363. this.layoutControlItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem5.ImageOptions.SvgImage")));
  364. this.layoutControlItem5.Location = new System.Drawing.Point(380, 0);
  365. this.layoutControlItem5.Name = "layoutControlItem5";
  366. this.layoutControlItem5.Size = new System.Drawing.Size(246, 26);
  367. this.layoutControlItem5.TextSize = new System.Drawing.Size(55, 14);
  368. //
  369. // layoutControlItem6
  370. //
  371. resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6");
  372. this.layoutControlItem6.Control = this.date_end;
  373. this.layoutControlItem6.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem6.ImageOptions.ImageIndex")));
  374. this.layoutControlItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem6.ImageOptions.SvgImage")));
  375. this.layoutControlItem6.Location = new System.Drawing.Point(626, 0);
  376. this.layoutControlItem6.Name = "layoutControlItem6";
  377. this.layoutControlItem6.Size = new System.Drawing.Size(251, 26);
  378. this.layoutControlItem6.TextSize = new System.Drawing.Size(55, 14);
  379. //
  380. // layoutControlItem7
  381. //
  382. resources.ApplyResources(this.layoutControlItem7, "layoutControlItem7");
  383. this.layoutControlItem7.Control = this.btn_search;
  384. this.layoutControlItem7.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem7.ImageOptions.ImageIndex")));
  385. this.layoutControlItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem7.ImageOptions.SvgImage")));
  386. this.layoutControlItem7.Location = new System.Drawing.Point(1088, 0);
  387. this.layoutControlItem7.Name = "layoutControlItem7";
  388. this.layoutControlItem7.Size = new System.Drawing.Size(72, 26);
  389. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  390. this.layoutControlItem7.TextVisible = false;
  391. //
  392. // emptySpaceItem1
  393. //
  394. this.emptySpaceItem1.AllowHotTrack = false;
  395. this.emptySpaceItem1.Location = new System.Drawing.Point(877, 0);
  396. this.emptySpaceItem1.Name = "emptySpaceItem1";
  397. this.emptySpaceItem1.Size = new System.Drawing.Size(211, 26);
  398. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  399. //
  400. // panelControl1
  401. //
  402. resources.ApplyResources(this.panelControl1, "panelControl1");
  403. this.panelControl1.Controls.Add(this.panelControl2);
  404. this.panelControl1.Controls.Add(this.panelControl3);
  405. this.panelControl1.Name = "panelControl1";
  406. //
  407. // panelControl2
  408. //
  409. resources.ApplyResources(this.panelControl2, "panelControl2");
  410. this.panelControl2.Controls.Add(this.chartControl1);
  411. this.panelControl2.Name = "panelControl2";
  412. //
  413. // chartControl1
  414. //
  415. resources.ApplyResources(this.chartControl1, "chartControl1");
  416. this.chartControl1.Legend.AlignmentHorizontal = ((DevExpress.XtraCharts.LegendAlignmentHorizontal)(resources.GetObject("chartControl1.Legend.AlignmentHorizontal")));
  417. this.chartControl1.Legend.Name = "Default Legend";
  418. this.chartControl1.Name = "chartControl1";
  419. this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
  420. this.chartControl1.SeriesTemplate.View = stackedBarSeriesView1;
  421. //
  422. // panelControl3
  423. //
  424. resources.ApplyResources(this.panelControl3, "panelControl3");
  425. this.panelControl3.Controls.Add(this.panelControl4);
  426. this.panelControl3.Name = "panelControl3";
  427. //
  428. // panelControl4
  429. //
  430. resources.ApplyResources(this.panelControl4, "panelControl4");
  431. this.panelControl4.Controls.Add(this.chartControl2);
  432. this.panelControl4.Name = "panelControl4";
  433. //
  434. // chartControl2
  435. //
  436. resources.ApplyResources(this.chartControl2, "chartControl2");
  437. this.chartControl2.Legend.AlignmentHorizontal = ((DevExpress.XtraCharts.LegendAlignmentHorizontal)(resources.GetObject("chartControl2.Legend.AlignmentHorizontal")));
  438. this.chartControl2.Legend.Name = "Default Legend";
  439. this.chartControl2.Name = "chartControl2";
  440. this.chartControl2.PaletteRepository.Add("Lamp", new DevExpress.XtraCharts.Palette("Lamp", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
  441. 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)))))),
  442. 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)))))),
  443. 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)))))),
  444. 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))))))}));
  445. pieSeriesLabel1.LineLength = 30;
  446. pieSeriesLabel1.TextPattern = "{A}: {V:0.00%}";
  447. series1.Label = pieSeriesLabel1;
  448. series1.LegendName = "Default Legend";
  449. series1.LegendTextPattern = "{A}";
  450. series1.View = pieSeriesView1;
  451. this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
  452. series1};
  453. //
  454. // ChartForm
  455. //
  456. resources.ApplyResources(this, "$this");
  457. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  458. this.Controls.Add(this.panelControl1);
  459. this.Controls.Add(this.groupControl1);
  460. this.Name = "ChartForm";
  461. this.Load += new System.EventHandler(this.ReportForm_Load);
  462. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  463. this.groupControl1.ResumeLayout(false);
  464. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  465. this.layoutControl1.ResumeLayout(false);
  466. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.cbe_today.Properties)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).EndInit();
  471. ((System.ComponentModel.ISupportInitialize)(this.cbe_week.Properties)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.cbe_year.Properties)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.cbe_month.Properties)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  477. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  478. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  484. this.panelControl1.ResumeLayout(false);
  485. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  486. this.panelControl2.ResumeLayout(false);
  487. ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  490. this.panelControl3.ResumeLayout(false);
  491. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  492. this.panelControl4.ResumeLayout(false);
  493. ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
  497. this.ResumeLayout(false);
  498. }
  499. #endregion
  500. private DevExpress.XtraEditors.GroupControl groupControl1;
  501. private DevExpress.XtraEditors.PanelControl panelControl1;
  502. private DevExpress.XtraEditors.CheckEdit cbe_year;
  503. private DevExpress.XtraEditors.CheckEdit cbe_month;
  504. private DevExpress.XtraEditors.CheckEdit cbe_week;
  505. private DevExpress.XtraEditors.CheckEdit cbe_today;
  506. private DevExpress.XtraEditors.PanelControl panelControl3;
  507. private DevExpress.XtraEditors.PanelControl panelControl2;
  508. private DevExpress.XtraCharts.ChartControl chartControl1;
  509. private DevExpress.XtraEditors.PanelControl panelControl4;
  510. private DevExpress.XtraCharts.ChartControl chartControl2;
  511. private DevExpress.XtraEditors.SimpleButton btn_search;
  512. private DevExpress.XtraEditors.DateEdit date_end;
  513. private DevExpress.XtraEditors.DateEdit date_start;
  514. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  515. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  516. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  517. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  518. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  519. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  520. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  521. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  522. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  523. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  524. }
  525. }