| | |
| | | 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(); |
| | | // |
| | |
| | | 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; |
| | |
| | | // |
| | | 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); |
| | |
| | | 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(); |
| | |
| | | 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; |
| | | } |
| | | } |