tangxu
2024-04-24 1c5fa983ae3506c2edaa88c51a959d46685c1ba1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
 
namespace IStation.WinFrmUI.Monitor
{
    partial class DataScreeningChartCtrl
    {
        /// <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 Component 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();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.docPnlMonitorList = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.monitorPointTreeListCtrl1 = new IStation.WinFrmUI.Monitor.MonitorPointListCtrl();
            this.timeValueEasyChartView1 = new IStation.WinFrmUI.Monitor.TimeValueEasyChartView();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.docPnlMonitorList.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            this.SuspendLayout();
            // 
            // dockManager1
            // 
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.docPnlMonitorList});
            this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl",
            "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Navigation.TileNavPane",
            "DevExpress.XtraBars.TabFormControl",
            "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
            "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
            // 
            // docPnlMonitorList
            // 
            this.docPnlMonitorList.Controls.Add(this.dockPanel1_Container);
            this.docPnlMonitorList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.docPnlMonitorList.ID = new System.Guid("d3ac34ca-555a-4091-b72a-ce18875fd99b");
            this.docPnlMonitorList.Location = new System.Drawing.Point(0, 0);
            this.docPnlMonitorList.Name = "docPnlMonitorList";
            this.docPnlMonitorList.Options.AllowDockAsTabbedDocument = false;
            this.docPnlMonitorList.Options.AllowDockBottom = false;
            this.docPnlMonitorList.Options.AllowDockFill = false;
            this.docPnlMonitorList.Options.AllowDockRight = false;
            this.docPnlMonitorList.Options.AllowDockTop = false;
            this.docPnlMonitorList.Options.AllowFloating = false;
            this.docPnlMonitorList.Options.FloatOnDblClick = false;
            this.docPnlMonitorList.Options.ShowCloseButton = false;
            this.docPnlMonitorList.Options.ShowMaximizeButton = false;
            this.docPnlMonitorList.OriginalSize = new System.Drawing.Size(222, 200);
            this.docPnlMonitorList.Size = new System.Drawing.Size(222, 762);
            this.docPnlMonitorList.Text = "监测点列表";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.monitorPointTreeListCtrl1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(221, 739);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // monitorPointTreeListCtrl1
            // 
            this.monitorPointTreeListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.monitorPointTreeListCtrl1.Appearance.Options.UseBackColor = true;
            this.monitorPointTreeListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.monitorPointTreeListCtrl1.Location = new System.Drawing.Point(0, 0);
            this.monitorPointTreeListCtrl1.Name = "monitorPointTreeListCtrl1";
            this.monitorPointTreeListCtrl1.Size = new System.Drawing.Size(221, 739);
            this.monitorPointTreeListCtrl1.TabIndex = 0;
            // 
            // timeValueEasyChartView1
            // 
            this.timeValueEasyChartView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.timeValueEasyChartView1.Location = new System.Drawing.Point(222, 0);
            this.timeValueEasyChartView1.Name = "timeValueEasyChartView1";
            this.timeValueEasyChartView1.Size = new System.Drawing.Size(841, 762);
            this.timeValueEasyChartView1.TabIndex = 5;
            // 
            // DataScreeningChartCtrl
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.timeValueEasyChartView1);
            this.Controls.Add(this.docPnlMonitorList);
            this.Name = "DataScreeningChartCtrl";
            this.Size = new System.Drawing.Size(1063, 762);
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.docPnlMonitorList.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Docking.DockPanel docPnlMonitorList;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
        private MonitorPointListCtrl monitorPointTreeListCtrl1;
        private TimeValueEasyChartView timeValueEasyChartView1;
    }
}