EntranceForm.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. namespace GCAS
  2. {
  3. partial class EntranceForm
  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(EntranceForm));
  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_edit = new System.Windows.Forms.ToolStripMenuItem();
  34. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.col_name = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.col_port = new DevExpress.XtraGrid.Columns.GridColumn();
  37. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  38. this.panelControl1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  40. this.contextMenuStrip1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panelControl1
  45. //
  46. resources.ApplyResources(this.panelControl1, "panelControl1");
  47. this.panelControl1.Controls.Add(this.gridControl1);
  48. this.panelControl1.Name = "panelControl1";
  49. //
  50. // gridControl1
  51. //
  52. resources.ApplyResources(this.gridControl1, "gridControl1");
  53. this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
  54. this.gridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleDescription");
  55. this.gridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleName");
  56. this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
  57. this.gridControl1.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
  58. this.gridControl1.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImage")));
  59. this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
  60. this.gridControl1.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
  61. this.gridControl1.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("gridControl1.EmbeddedNavigator.MaximumSize")));
  62. this.gridControl1.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
  63. this.gridControl1.EmbeddedNavigator.ToolTip = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
  64. this.gridControl1.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
  65. this.gridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
  66. this.gridControl1.MainView = this.gridView1;
  67. this.gridControl1.Name = "gridControl1";
  68. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  69. this.gridView1});
  70. //
  71. // contextMenuStrip1
  72. //
  73. resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
  74. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.menu_edit});
  76. this.contextMenuStrip1.Name = "contextMenuStrip1";
  77. this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
  78. //
  79. // menu_edit
  80. //
  81. resources.ApplyResources(this.menu_edit, "menu_edit");
  82. this.menu_edit.Image = global::GCAS.Properties.Resources.Edit_16x16;
  83. this.menu_edit.Name = "menu_edit";
  84. this.menu_edit.Click += new System.EventHandler(this.menu_edit_Click);
  85. //
  86. // gridView1
  87. //
  88. this.gridView1.Appearance.OddRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.OddRow.BackColor")));
  89. this.gridView1.Appearance.OddRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.OddRow.FontSizeDelta")));
  90. this.gridView1.Appearance.OddRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.OddRow.FontStyleDelta")));
  91. this.gridView1.Appearance.OddRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.OddRow.GradientMode")));
  92. this.gridView1.Appearance.OddRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.OddRow.Image")));
  93. this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
  94. resources.ApplyResources(this.gridView1, "gridView1");
  95. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  96. this.col_name,
  97. this.col_port});
  98. this.gridView1.GridControl = this.gridControl1;
  99. this.gridView1.Name = "gridView1";
  100. this.gridView1.OptionsBehavior.Editable = false;
  101. this.gridView1.OptionsBehavior.ReadOnly = true;
  102. this.gridView1.OptionsCustomization.AllowFilter = false;
  103. this.gridView1.OptionsCustomization.AllowGroup = false;
  104. this.gridView1.OptionsFilter.AllowFilterEditor = false;
  105. this.gridView1.OptionsFind.AllowFindPanel = false;
  106. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  107. this.gridView1.OptionsView.EnableAppearanceOddRow = true;
  108. this.gridView1.OptionsView.ShowGroupPanel = false;
  109. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  110. this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
  111. //
  112. // col_name
  113. //
  114. resources.ApplyResources(this.col_name, "col_name");
  115. this.col_name.FieldName = "Name";
  116. this.col_name.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_name.ImageOptions.ImageIndex")));
  117. this.col_name.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_name.ImageOptions.SvgImage")));
  118. this.col_name.Name = "col_name";
  119. //
  120. // col_port
  121. //
  122. resources.ApplyResources(this.col_port, "col_port");
  123. this.col_port.FieldName = "Time";
  124. this.col_port.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_port.ImageOptions.ImageIndex")));
  125. this.col_port.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_port.ImageOptions.SvgImage")));
  126. this.col_port.Name = "col_port";
  127. //
  128. // EntranceForm
  129. //
  130. resources.ApplyResources(this, "$this");
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.Controls.Add(this.panelControl1);
  133. this.Name = "EntranceForm";
  134. this.Load += new System.EventHandler(this.DeviceForm_Load);
  135. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  136. this.panelControl1.ResumeLayout(false);
  137. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  138. this.contextMenuStrip1.ResumeLayout(false);
  139. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private DevExpress.XtraEditors.PanelControl panelControl1;
  144. private DevExpress.XtraGrid.GridControl gridControl1;
  145. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  146. private DevExpress.XtraGrid.Columns.GridColumn col_name;
  147. private DevExpress.XtraGrid.Columns.GridColumn col_port;
  148. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  149. private System.Windows.Forms.ToolStripMenuItem menu_edit;
  150. }
  151. }