namespace HStation.WinFrmUI { partial class SimulationWorkingReportDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }