DeviceForm.Designer.cs 10 KB

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