123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- namespace GCAS
- {
- partial class DeviceForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeviceForm));
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.gridControl1 = new DevExpress.XtraGrid.GridControl();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.menu_edit = new System.Windows.Forms.ToolStripMenuItem();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.col_name = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_ip = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_port = new DevExpress.XtraGrid.Columns.GridColumn();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- this.SuspendLayout();
- //
- // panelControl1
- //
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Controls.Add(this.gridControl1);
- this.panelControl1.Name = "panelControl1";
- //
- // gridControl1
- //
- resources.ApplyResources(this.gridControl1, "gridControl1");
- this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
- this.gridControl1.EmbeddedNavigator.AccessibleDescription = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleDescription");
- this.gridControl1.EmbeddedNavigator.AccessibleName = resources.GetString("gridControl1.EmbeddedNavigator.AccessibleName");
- this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
- this.gridControl1.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
- this.gridControl1.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImage")));
- this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
- this.gridControl1.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
- this.gridControl1.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("gridControl1.EmbeddedNavigator.MaximumSize")));
- this.gridControl1.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
- this.gridControl1.EmbeddedNavigator.ToolTip = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
- this.gridControl1.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
- this.gridControl1.EmbeddedNavigator.ToolTipTitle = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
- this.gridControl1.MainView = this.gridView1;
- this.gridControl1.Name = "gridControl1";
- this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // contextMenuStrip1
- //
- resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.menu_edit});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
- //
- // menu_edit
- //
- resources.ApplyResources(this.menu_edit, "menu_edit");
- this.menu_edit.Image = global::GCAS.Properties.Resources.Edit_16x16;
- this.menu_edit.Name = "menu_edit";
- //
- // gridView1
- //
- this.gridView1.Appearance.OddRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.OddRow.BackColor")));
- this.gridView1.Appearance.OddRow.FontSizeDelta = ((int)(resources.GetObject("gridView1.Appearance.OddRow.FontSizeDelta")));
- this.gridView1.Appearance.OddRow.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("gridView1.Appearance.OddRow.FontStyleDelta")));
- this.gridView1.Appearance.OddRow.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("gridView1.Appearance.OddRow.GradientMode")));
- this.gridView1.Appearance.OddRow.Image = ((System.Drawing.Image)(resources.GetObject("gridView1.Appearance.OddRow.Image")));
- this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
- resources.ApplyResources(this.gridView1, "gridView1");
- this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.col_name,
- this.col_ip,
- this.col_port});
- this.gridView1.GridControl = this.gridControl1;
- this.gridView1.Name = "gridView1";
- this.gridView1.OptionsBehavior.Editable = false;
- this.gridView1.OptionsBehavior.ReadOnly = true;
- this.gridView1.OptionsCustomization.AllowFilter = false;
- this.gridView1.OptionsCustomization.AllowGroup = false;
- this.gridView1.OptionsFilter.AllowFilterEditor = false;
- this.gridView1.OptionsFind.AllowFindPanel = false;
- this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
- this.gridView1.OptionsView.EnableAppearanceOddRow = true;
- this.gridView1.OptionsView.ShowGroupPanel = false;
- this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
- this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
- //
- // col_name
- //
- resources.ApplyResources(this.col_name, "col_name");
- this.col_name.FieldName = "Name";
- this.col_name.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_name.ImageOptions.ImageIndex")));
- this.col_name.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_name.ImageOptions.SvgImage")));
- this.col_name.Name = "col_name";
- this.col_name.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // col_ip
- //
- resources.ApplyResources(this.col_ip, "col_ip");
- this.col_ip.FieldName = "Ip";
- this.col_ip.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_ip.ImageOptions.ImageIndex")));
- this.col_ip.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_ip.ImageOptions.SvgImage")));
- this.col_ip.Name = "col_ip";
- this.col_ip.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // col_port
- //
- resources.ApplyResources(this.col_port, "col_port");
- this.col_port.FieldName = "Port";
- this.col_port.ImageOptions.ImageIndex = ((int)(resources.GetObject("col_port.ImageOptions.ImageIndex")));
- this.col_port.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("col_port.ImageOptions.SvgImage")));
- this.col_port.Name = "col_port";
- this.col_port.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
- new DevExpress.XtraGrid.GridColumnSummaryItem()});
- //
- // DeviceForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.Name = "DeviceForm";
- this.Load += new System.EventHandler(this.DeviceForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraGrid.GridControl gridControl1;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraGrid.Columns.GridColumn col_name;
- private DevExpress.XtraGrid.Columns.GridColumn col_ip;
- private DevExpress.XtraGrid.Columns.GridColumn col_port;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem menu_edit;
- }
- }
|