ActionsLog.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. namespace GCAS.Actions
  2. {
  3. partial class ActionsLog
  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(ActionsLog));
  29. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  30. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.col_info = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.colOperator = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colRole = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  36. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  37. this.btn_search = new DevExpress.XtraEditors.SimpleButton();
  38. this.text_key = new DevExpress.XtraEditors.TextEdit();
  39. this.date_end = new DevExpress.XtraEditors.DateEdit();
  40. this.date_start = new DevExpress.XtraEditors.DateEdit();
  41. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  46. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  49. this.groupControl1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  51. this.layoutControl1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.text_key.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // gridControl1
  65. //
  66. resources.ApplyResources(this.gridControl1, "gridControl1");
  67. this.gridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleDescription");
  68. this.gridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleName");
  69. this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
  70. this.gridControl1.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
  71. this.gridControl1.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImage")));
  72. this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
  73. this.gridControl1.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
  74. this.gridControl1.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("gridControl1.EmbeddedNavigator.MaximumSize")));
  75. this.gridControl1.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
  76. this.gridControl1.EmbeddedNavigator.ToolTip = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
  77. this.gridControl1.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
  78. this.gridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
  79. this.gridControl1.MainView = this.gridView1;
  80. this.gridControl1.Name = "gridControl1";
  81. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  82. this.gridView1});
  83. //
  84. // gridView1
  85. //
  86. this.gridView1.Appearance.FocusedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.FocusedRow.BackColor")));
  87. this.gridView1.Appearance.FocusedRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.FocusedRow.FontSizeDelta")));
  88. this.gridView1.Appearance.FocusedRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.FocusedRow.FontStyleDelta")));
  89. this.gridView1.Appearance.FocusedRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.FocusedRow.GradientMode")));
  90. this.gridView1.Appearance.FocusedRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.FocusedRow.Image")));
  91. this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
  92. this.gridView1.Appearance.SelectedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.SelectedRow.BackColor")));
  93. this.gridView1.Appearance.SelectedRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.SelectedRow.FontSizeDelta")));
  94. this.gridView1.Appearance.SelectedRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.SelectedRow.FontStyleDelta")));
  95. this.gridView1.Appearance.SelectedRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.SelectedRow.GradientMode")));
  96. this.gridView1.Appearance.SelectedRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.SelectedRow.Image")));
  97. this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
  98. resources.ApplyResources(this.gridView1, "gridView1");
  99. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  100. this.col_info,
  101. this.colOperator,
  102. this.colRole,
  103. this.col_time});
  104. this.gridView1.GridControl = this.gridControl1;
  105. this.gridView1.Name = "gridView1";
  106. this.gridView1.OptionsBehavior.Editable = false;
  107. this.gridView1.OptionsBehavior.ReadOnly = true;
  108. this.gridView1.OptionsCustomization.AllowFilter = false;
  109. this.gridView1.OptionsCustomization.AllowGroup = false;
  110. this.gridView1.OptionsFilter.AllowFilterEditor = false;
  111. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  112. this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
  113. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  114. this.gridView1.OptionsView.ShowGroupPanel = false;
  115. //
  116. // col_info
  117. //
  118. resources.ApplyResources(this.col_info, "col_info");
  119. this.col_info.FieldName = "Info";
  120. this.col_info.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_info.ImageOptions.ImageIndex")));
  121. this.col_info.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_info.ImageOptions.SvgImage")));
  122. this.col_info.Name = "col_info";
  123. this.col_info.OptionsColumn.AllowEdit = false;
  124. this.col_info.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
  125. //
  126. // colOperator
  127. //
  128. resources.ApplyResources(this.colOperator, "colOperator");
  129. this.colOperator.FieldName = "Operator";
  130. this.colOperator.ImageOptions.ImageIndex = ((int)(resources.GetObject("colOperator.ImageOptions.ImageIndex")));
  131. this.colOperator.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("colOperator.ImageOptions.SvgImage")));
  132. this.colOperator.Name = "colOperator";
  133. //
  134. // colRole
  135. //
  136. resources.ApplyResources(this.colRole, "colRole");
  137. this.colRole.FieldName = "RoleName";
  138. this.colRole.ImageOptions.ImageIndex = ((int)(resources.GetObject("colRole.ImageOptions.ImageIndex")));
  139. this.colRole.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("colRole.ImageOptions.SvgImage")));
  140. this.colRole.Name = "colRole";
  141. //
  142. // col_time
  143. //
  144. resources.ApplyResources(this.col_time, "col_time");
  145. this.col_time.DisplayFormat.FormatString = "F";
  146. this.col_time.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  147. this.col_time.FieldName = "Time";
  148. this.col_time.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_time.ImageOptions.ImageIndex")));
  149. this.col_time.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_time.ImageOptions.SvgImage")));
  150. this.col_time.MinWidth = 160;
  151. this.col_time.Name = "col_time";
  152. this.col_time.OptionsColumn.AllowEdit = false;
  153. //
  154. // groupControl1
  155. //
  156. resources.ApplyResources(this.groupControl1, "groupControl1");
  157. this.groupControl1.Controls.Add(this.layoutControl1);
  158. this.groupControl1.Name = "groupControl1";
  159. //
  160. // layoutControl1
  161. //
  162. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  163. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
  164. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
  165. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
  166. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
  167. this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
  168. this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
  169. this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
  170. this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
  171. this.layoutControl1.Controls.Add(this.btn_search);
  172. this.layoutControl1.Controls.Add(this.text_key);
  173. this.layoutControl1.Controls.Add(this.date_end);
  174. this.layoutControl1.Controls.Add(this.date_start);
  175. this.layoutControl1.Name = "layoutControl1";
  176. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
  177. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
  178. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
  179. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
  180. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
  181. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
  182. this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
  183. this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
  184. this.layoutControl1.Root = this.layoutControlGroup1;
  185. //
  186. // btn_search
  187. //
  188. resources.ApplyResources(this.btn_search, "btn_search");
  189. this.btn_search.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_search.ImageOptions.ImageIndex")));
  190. this.btn_search.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_search.ImageOptions.SvgImage")));
  191. this.btn_search.Name = "btn_search";
  192. this.btn_search.StyleController = this.layoutControl1;
  193. this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
  194. //
  195. // text_key
  196. //
  197. resources.ApplyResources(this.text_key, "text_key");
  198. this.text_key.Name = "text_key";
  199. this.text_key.Properties.AccessibleDescription = resources.GetString("text_key.Properties.AccessibleDescription");
  200. this.text_key.Properties.AccessibleName = resources.GetString("text_key.Properties.AccessibleName");
  201. this.text_key.Properties.AutoHeight = ((bool)(resources.GetObject("text_key.Properties.AutoHeight")));
  202. this.text_key.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_key.Properties.Mask.AutoComplete")));
  203. this.text_key.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_key.Properties.Mask.BeepOnError")));
  204. this.text_key.Properties.Mask.EditMask = resources.GetString("text_key.Properties.Mask.EditMask");
  205. this.text_key.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_key.Properties.Mask.IgnoreMaskBlank")));
  206. this.text_key.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_key.Properties.Mask.MaskType")));
  207. this.text_key.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_key.Properties.Mask.PlaceHolder")));
  208. this.text_key.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_key.Properties.Mask.SaveLiteral")));
  209. this.text_key.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_key.Properties.Mask.ShowPlaceHolders")));
  210. this.text_key.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_key.Properties.Mask.UseMaskAsDisplayFormat")));
  211. this.text_key.Properties.NullValuePrompt = resources.GetString("text_key.Properties.NullValuePrompt");
  212. this.text_key.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_key.Properties.NullValuePromptShowForEmptyValue")));
  213. this.text_key.StyleController = this.layoutControl1;
  214. this.text_key.Click += new System.EventHandler(this.text_key_Click);
  215. //
  216. // date_end
  217. //
  218. resources.ApplyResources(this.date_end, "date_end");
  219. this.date_end.Name = "date_end";
  220. this.date_end.Properties.AccessibleDescription = resources.GetString("date_end.Properties.AccessibleDescription");
  221. this.date_end.Properties.AccessibleName = resources.GetString("date_end.Properties.AccessibleName");
  222. this.date_end.Properties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.AutoHeight")));
  223. this.date_end.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  224. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.Buttons"))))});
  225. this.date_end.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleDescription");
  226. this.date_end.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_end.Properties.CalendarTimeProperties.AccessibleName");
  227. this.date_end.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.AutoHeight")));
  228. this.date_end.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  229. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Buttons"))))});
  230. this.date_end.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.AutoComplete")));
  231. this.date_end.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.BeepOnError")));
  232. this.date_end.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_end.Properties.CalendarTimeProperties.Mask.EditMask");
  233. this.date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
  234. this.date_end.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.MaskType")));
  235. this.date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
  236. this.date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
  237. this.date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
  238. this.date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
  239. this.date_end.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_end.Properties.CalendarTimeProperties.NullValuePrompt");
  240. this.date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
  241. this.date_end.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_end.Properties.Mask.AutoComplete")));
  242. this.date_end.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_end.Properties.Mask.BeepOnError")));
  243. this.date_end.Properties.Mask.EditMask = resources.GetString("date_end.Properties.Mask.EditMask");
  244. this.date_end.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_end.Properties.Mask.IgnoreMaskBlank")));
  245. this.date_end.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_end.Properties.Mask.MaskType")));
  246. this.date_end.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_end.Properties.Mask.PlaceHolder")));
  247. this.date_end.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_end.Properties.Mask.SaveLiteral")));
  248. this.date_end.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_end.Properties.Mask.ShowPlaceHolders")));
  249. this.date_end.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_end.Properties.Mask.UseMaskAsDisplayFormat")));
  250. this.date_end.Properties.NullValuePrompt = resources.GetString("date_end.Properties.NullValuePrompt");
  251. this.date_end.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_end.Properties.NullValuePromptShowForEmptyValue")));
  252. this.date_end.StyleController = this.layoutControl1;
  253. //
  254. // date_start
  255. //
  256. resources.ApplyResources(this.date_start, "date_start");
  257. this.date_start.Name = "date_start";
  258. this.date_start.Properties.AccessibleDescription = resources.GetString("date_start.Properties.AccessibleDescription");
  259. this.date_start.Properties.AccessibleName = resources.GetString("date_start.Properties.AccessibleName");
  260. this.date_start.Properties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.AutoHeight")));
  261. this.date_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  262. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.Buttons"))))});
  263. this.date_start.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleDescription");
  264. this.date_start.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("date_start.Properties.CalendarTimeProperties.AccessibleName");
  265. this.date_start.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.AutoHeight")));
  266. this.date_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  267. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Buttons"))))});
  268. this.date_start.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.AutoComplete")));
  269. this.date_start.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.BeepOnError")));
  270. this.date_start.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_start.Properties.CalendarTimeProperties.Mask.EditMask");
  271. this.date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
  272. this.date_start.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.MaskType")));
  273. this.date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
  274. this.date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
  275. this.date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
  276. this.date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
  277. this.date_start.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("date_start.Properties.CalendarTimeProperties.NullValuePrompt");
  278. this.date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
  279. this.date_start.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("date_start.Properties.Mask.AutoComplete")));
  280. this.date_start.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("date_start.Properties.Mask.BeepOnError")));
  281. this.date_start.Properties.Mask.EditMask = resources.GetString("date_start.Properties.Mask.EditMask");
  282. this.date_start.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("date_start.Properties.Mask.IgnoreMaskBlank")));
  283. this.date_start.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("date_start.Properties.Mask.MaskType")));
  284. this.date_start.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("date_start.Properties.Mask.PlaceHolder")));
  285. this.date_start.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("date_start.Properties.Mask.SaveLiteral")));
  286. this.date_start.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("date_start.Properties.Mask.ShowPlaceHolders")));
  287. this.date_start.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("date_start.Properties.Mask.UseMaskAsDisplayFormat")));
  288. this.date_start.Properties.NullValuePrompt = resources.GetString("date_start.Properties.NullValuePrompt");
  289. this.date_start.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("date_start.Properties.NullValuePromptShowForEmptyValue")));
  290. this.date_start.StyleController = this.layoutControl1;
  291. //
  292. // layoutControlGroup1
  293. //
  294. this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
  295. this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
  296. this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
  297. this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
  298. this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
  299. this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
  300. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  301. this.layoutControlGroup1.GroupBordersVisible = false;
  302. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  303. this.layoutControlItem1,
  304. this.layoutControlItem2,
  305. this.layoutControlItem3,
  306. this.layoutControlItem4});
  307. this.layoutControlGroup1.Name = "layoutControlGroup1";
  308. this.layoutControlGroup1.Size = new System.Drawing.Size(744, 46);
  309. this.layoutControlGroup1.TextVisible = false;
  310. //
  311. // layoutControlItem1
  312. //
  313. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  314. this.layoutControlItem1.Control = this.text_key;
  315. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  316. this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
  317. this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
  318. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  319. this.layoutControlItem1.Name = "layoutControlItem1";
  320. this.layoutControlItem1.Size = new System.Drawing.Size(220, 26);
  321. this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 10, 0, 0);
  322. this.layoutControlItem1.TextSize = new System.Drawing.Size(55, 14);
  323. //
  324. // layoutControlItem2
  325. //
  326. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  327. this.layoutControlItem2.Control = this.date_start;
  328. this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
  329. this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
  330. this.layoutControlItem2.Location = new System.Drawing.Point(220, 0);
  331. this.layoutControlItem2.Name = "layoutControlItem2";
  332. this.layoutControlItem2.Size = new System.Drawing.Size(213, 26);
  333. this.layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 10, 0, 0);
  334. this.layoutControlItem2.TextSize = new System.Drawing.Size(55, 14);
  335. //
  336. // layoutControlItem3
  337. //
  338. resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
  339. this.layoutControlItem3.Control = this.date_end;
  340. this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
  341. this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
  342. this.layoutControlItem3.Location = new System.Drawing.Point(433, 0);
  343. this.layoutControlItem3.Name = "layoutControlItem3";
  344. this.layoutControlItem3.Size = new System.Drawing.Size(224, 26);
  345. this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 10, 0, 0);
  346. this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 14);
  347. //
  348. // layoutControlItem4
  349. //
  350. resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4");
  351. this.layoutControlItem4.Control = this.btn_search;
  352. this.layoutControlItem4.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem4.ImageOptions.ImageIndex")));
  353. this.layoutControlItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem4.ImageOptions.SvgImage")));
  354. this.layoutControlItem4.Location = new System.Drawing.Point(657, 0);
  355. this.layoutControlItem4.Name = "layoutControlItem4";
  356. this.layoutControlItem4.Size = new System.Drawing.Size(67, 26);
  357. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  358. this.layoutControlItem4.TextVisible = false;
  359. //
  360. // ActionsLog
  361. //
  362. resources.ApplyResources(this, "$this");
  363. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  364. this.Controls.Add(this.gridControl1);
  365. this.Controls.Add(this.groupControl1);
  366. this.Name = "ActionsLog";
  367. this.Load += new System.EventHandler(this.ActionsLog_Load);
  368. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  371. this.groupControl1.ResumeLayout(false);
  372. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  373. this.layoutControl1.ResumeLayout(false);
  374. ((System.ComponentModel.ISupportInitialize)(this.text_key.Properties)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  384. this.ResumeLayout(false);
  385. }
  386. #endregion
  387. private DevExpress.XtraGrid.GridControl gridControl1;
  388. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  389. private DevExpress.XtraGrid.Columns.GridColumn col_info;
  390. private DevExpress.XtraGrid.Columns.GridColumn colOperator;
  391. private DevExpress.XtraGrid.Columns.GridColumn colRole;
  392. private DevExpress.XtraGrid.Columns.GridColumn col_time;
  393. private DevExpress.XtraEditors.GroupControl groupControl1;
  394. private DevExpress.XtraEditors.SimpleButton btn_search;
  395. private DevExpress.XtraEditors.DateEdit date_end;
  396. private DevExpress.XtraEditors.DateEdit date_start;
  397. private DevExpress.XtraEditors.TextEdit text_key;
  398. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  399. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  400. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  401. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  402. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  403. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  404. }
  405. }