ningshuxia
2025-03-24 7b8ae93d47186c442ff890a1a83d108f115924c7
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
namespace HStation.WinFrmUI
{
    partial class SimulationWorkingReportDlg
    {
        /// <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()
        {
            tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
            simulationWorkingReportCtrl1 = new SimulationWorkingReportCtrl();
            generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
            ((ISupportInitialize)tablePanel1).BeginInit();
            tablePanel1.SuspendLayout();
            SuspendLayout();
            // 
            // tablePanel1
            // 
            tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F) });
            tablePanel1.Controls.Add(generalOkAndCancelCtrl1);
            tablePanel1.Controls.Add(simulationWorkingReportCtrl1);
            tablePanel1.Dock = DockStyle.Fill;
            tablePanel1.Location = new Point(0, 0);
            tablePanel1.Name = "tablePanel1";
            tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F) });
            tablePanel1.Size = new Size(928, 698);
            tablePanel1.TabIndex = 5;
            // 
            // simulationWorkingReportCtrl1
            // 
            tablePanel1.SetColumn(simulationWorkingReportCtrl1, 0);
            simulationWorkingReportCtrl1.Dock = DockStyle.Fill;
            simulationWorkingReportCtrl1.Location = new Point(3, 3);
            simulationWorkingReportCtrl1.Name = "simulationWorkingReportCtrl1";
            tablePanel1.SetRow(simulationWorkingReportCtrl1, 0);
            simulationWorkingReportCtrl1.Size = new Size(922, 659);
            simulationWorkingReportCtrl1.TabIndex = 1;
            // 
            // generalOkAndCancelCtrl1
            // 
            generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
            generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
            generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
            generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
            tablePanel1.SetColumn(generalOkAndCancelCtrl1, 0);
            generalOkAndCancelCtrl1.Location = new Point(3, 668);
            generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
            tablePanel1.SetRow(generalOkAndCancelCtrl1, 1);
            generalOkAndCancelCtrl1.Size = new Size(922, 27);
            generalOkAndCancelCtrl1.TabIndex = 2;
            // 
            // SimulationWorkingReportDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(928, 698);
            Controls.Add(tablePanel1);
            Name = "SimulationWorkingReportDlg";
            StartPosition = FormStartPosition.CenterParent;
            Text = "模拟工况报告";
            ((ISupportInitialize)tablePanel1).EndInit();
            tablePanel1.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.Utils.Layout.TablePanel tablePanel1;
        private SimulationWorkingReportCtrl simulationWorkingReportCtrl1;
        private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
    }
}