管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-07-18 0747d6d46796671408d6325f664be3404f57aaa6
SimuTools/FrmMain.Designer.cs
@@ -37,7 +37,6 @@
            this.txtFlowPath = new System.Windows.Forms.TextBox();
            this.lblFlow = new System.Windows.Forms.Label();
            this.btnFlowPath = new System.Windows.Forms.Button();
            this.tabLogs = new System.Windows.Forms.ListBox();
            this.btnRun = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
@@ -134,22 +133,11 @@
            this.btnFlowPath.UseVisualStyleBackColor = true;
            this.btnFlowPath.Click += new System.EventHandler(this.btnFlowPath_Click);
            // 
            // tabLogs
            //
            this.tabLogs.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabLogs.FormattingEnabled = true;
            this.tabLogs.ItemHeight = 16;
            this.tabLogs.Location = new System.Drawing.Point(27, 176);
            this.tabLogs.Name = "tabLogs";
            this.tabLogs.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
            this.tabLogs.Size = new System.Drawing.Size(670, 340);
            this.tabLogs.TabIndex = 56;
            //
            // btnRun
            // 
            this.btnRun.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRun.ForeColor = System.Drawing.SystemColors.Highlight;
            this.btnRun.Location = new System.Drawing.Point(27, 540);
            this.btnRun.Location = new System.Drawing.Point(27, 172);
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(670, 26);
            this.btnRun.TabIndex = 57;
@@ -161,9 +149,8 @@
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(735, 594);
            this.ClientSize = new System.Drawing.Size(735, 222);
            this.Controls.Add(this.btnRun);
            this.Controls.Add(this.tabLogs);
            this.Controls.Add(this.txtFlowPath);
            this.Controls.Add(this.lblFlow);
            this.Controls.Add(this.btnFlowPath);
@@ -176,6 +163,7 @@
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "内涝仿真工具";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -193,7 +181,6 @@
        private System.Windows.Forms.TextBox txtFlowPath;
        private System.Windows.Forms.Label lblFlow;
        private System.Windows.Forms.Button btnFlowPath;
        private System.Windows.Forms.ListBox tabLogs;
        private System.Windows.Forms.Button btnRun;
    }
}