OperatorForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace GCAS
  2. {
  3. partial class OperatorForm
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperatorForm));
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.menu_new = new System.Windows.Forms.ToolStripMenuItem();
  34. this.menu_edit = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menu_delete = new System.Windows.Forms.ToolStripMenuItem();
  36. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.col_name = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.col_role = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.col_truename = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
  41. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  42. this.panelControl1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  44. this.contextMenuStrip1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panelControl1
  49. //
  50. resources.ApplyResources(this.panelControl1, "panelControl1");
  51. this.panelControl1.Controls.Add(this.gridControl1);
  52. this.panelControl1.Name = "panelControl1";
  53. //
  54. // gridControl1
  55. //
  56. resources.ApplyResources(this.gridControl1, "gridControl1");
  57. this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
  58. this.gridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleDescription");
  59. this.gridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleName");
  60. this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
  61. this.gridControl1.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
  62. this.gridControl1.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImage")));
  63. this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
  64. this.gridControl1.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
  65. this.gridControl1.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("gridControl1.EmbeddedNavigator.MaximumSize")));
  66. this.gridControl1.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
  67. this.gridControl1.EmbeddedNavigator.ToolTip = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
  68. this.gridControl1.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
  69. this.gridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
  70. this.gridControl1.MainView = this.gridView1;
  71. this.gridControl1.Name = "gridControl1";
  72. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  73. this.gridView1});
  74. //
  75. // contextMenuStrip1
  76. //
  77. resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
  78. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  79. this.menu_new,
  80. this.menu_edit,
  81. this.menu_delete});
  82. this.contextMenuStrip1.Name = "contextMenuStrip1";
  83. this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
  84. //
  85. // menu_new
  86. //
  87. resources.ApplyResources(this.menu_new, "menu_new");
  88. this.menu_new.Image = global::GCAS.Properties.Resources.Add_16x16;
  89. this.menu_new.Name = "menu_new";
  90. //
  91. // menu_edit
  92. //
  93. resources.ApplyResources(this.menu_edit, "menu_edit");
  94. this.menu_edit.Image = global::GCAS.Properties.Resources.Edit_16x16;
  95. this.menu_edit.Name = "menu_edit";
  96. //
  97. // menu_delete
  98. //
  99. resources.ApplyResources(this.menu_delete, "menu_delete");
  100. this.menu_delete.Image = global::GCAS.Properties.Resources.Delete_16x16;
  101. this.menu_delete.Name = "menu_delete";
  102. //
  103. // gridView1
  104. //
  105. this.gridView1.Appearance.OddRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.OddRow.BackColor")));
  106. this.gridView1.Appearance.OddRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.OddRow.FontSizeDelta")));
  107. this.gridView1.Appearance.OddRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.OddRow.FontStyleDelta")));
  108. this.gridView1.Appearance.OddRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.OddRow.GradientMode")));
  109. this.gridView1.Appearance.OddRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.OddRow.Image")));
  110. this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
  111. resources.ApplyResources(this.gridView1, "gridView1");
  112. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  113. this.col_name,
  114. this.col_role,
  115. this.col_truename,
  116. this.col_time});
  117. this.gridView1.GridControl = this.gridControl1;
  118. this.gridView1.Name = "gridView1";
  119. this.gridView1.OptionsBehavior.Editable = false;
  120. this.gridView1.OptionsBehavior.ReadOnly = true;
  121. this.gridView1.OptionsCustomization.AllowFilter = false;
  122. this.gridView1.OptionsCustomization.AllowGroup = false;
  123. this.gridView1.OptionsFilter.AllowFilterEditor = false;
  124. this.gridView1.OptionsFind.AllowFindPanel = false;
  125. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  126. this.gridView1.OptionsView.EnableAppearanceOddRow = true;
  127. this.gridView1.OptionsView.ShowGroupPanel = false;
  128. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  129. this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
  130. //
  131. // col_name
  132. //
  133. resources.ApplyResources(this.col_name, "col_name");
  134. this.col_name.FieldName = "Name";
  135. this.col_name.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_name.ImageOptions.ImageIndex")));
  136. this.col_name.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_name.ImageOptions.SvgImage")));
  137. this.col_name.Name = "col_name";
  138. this.col_name.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
  139. new DevExpress.XtraGrid.GridColumnSummaryItem()});
  140. //
  141. // col_role
  142. //
  143. resources.ApplyResources(this.col_role, "col_role");
  144. this.col_role.FieldName = "RoleName";
  145. this.col_role.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_role.ImageOptions.ImageIndex")));
  146. this.col_role.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_role.ImageOptions.SvgImage")));
  147. this.col_role.Name = "col_role";
  148. this.col_role.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
  149. new DevExpress.XtraGrid.GridColumnSummaryItem()});
  150. //
  151. // col_truename
  152. //
  153. resources.ApplyResources(this.col_truename, "col_truename");
  154. this.col_truename.FieldName = "TrueName";
  155. this.col_truename.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_truename.ImageOptions.ImageIndex")));
  156. this.col_truename.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_truename.ImageOptions.SvgImage")));
  157. this.col_truename.Name = "col_truename";
  158. this.col_truename.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
  159. new DevExpress.XtraGrid.GridColumnSummaryItem()});
  160. //
  161. // col_time
  162. //
  163. resources.ApplyResources(this.col_time, "col_time");
  164. this.col_time.DisplayFormat.FormatString = "F";
  165. this.col_time.FieldName = "Time";
  166. this.col_time.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_time.ImageOptions.ImageIndex")));
  167. this.col_time.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_time.ImageOptions.SvgImage")));
  168. this.col_time.Name = "col_time";
  169. this.col_time.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
  170. new DevExpress.XtraGrid.GridColumnSummaryItem()});
  171. //
  172. // OperatorForm
  173. //
  174. resources.ApplyResources(this, "$this");
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.Controls.Add(this.panelControl1);
  177. this.Name = "OperatorForm";
  178. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OperatorForm_FormClosed);
  179. this.Load += new System.EventHandler(this.DeviceForm_Load);
  180. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  181. this.panelControl1.ResumeLayout(false);
  182. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  183. this.contextMenuStrip1.ResumeLayout(false);
  184. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  185. this.ResumeLayout(false);
  186. }
  187. #endregion
  188. private DevExpress.XtraEditors.PanelControl panelControl1;
  189. private DevExpress.XtraGrid.GridControl gridControl1;
  190. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  191. private DevExpress.XtraGrid.Columns.GridColumn col_name;
  192. private DevExpress.XtraGrid.Columns.GridColumn col_time;
  193. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  194. private System.Windows.Forms.ToolStripMenuItem menu_new;
  195. private System.Windows.Forms.ToolStripMenuItem menu_edit;
  196. private System.Windows.Forms.ToolStripMenuItem menu_delete;
  197. private DevExpress.XtraGrid.Columns.GridColumn col_role;
  198. private DevExpress.XtraGrid.Columns.GridColumn col_truename;
  199. }
  200. }