| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); |
| | | btnAnalysis = new Button(); |
| | | label9 = new Label(); |
| | | label3 = new Label(); |
| | |
| | | txtAnalysisResult.ReadOnly = true; |
| | | txtAnalysisResult.Size = new Size(317, 182); |
| | | txtAnalysisResult.TabIndex = 1; |
| | | txtAnalysisResult.Text = "A total of 6 passes are recommended to maintain a 15% error rate. With the tool operating at 1.5 ft/hr, the estimated total job duration is 10 hours."; |
| | | // |
| | | // btnReport |
| | | // |
| | |
| | | btnReport.TabIndex = 4; |
| | | btnReport.Text = "Report"; |
| | | btnReport.UseVisualStyleBackColor = true; |
| | | btnReport.Click += btnReport_Click; |
| | | // |
| | | // label24 |
| | | // |
| | |
| | | tpFormation.Controls.Add(label16); |
| | | tpFormation.Location = new Point(4, 26); |
| | | tpFormation.Name = "tpFormation"; |
| | | tpFormation.Size = new Size(747, 283); |
| | | tpFormation.Size = new Size(847, 283); |
| | | tpFormation.TabIndex = 2; |
| | | tpFormation.Text = "Formation"; |
| | | tpFormation.UseVisualStyleBackColor = true; |
| | |
| | | tpPlan.Controls.Add(panel1); |
| | | tpPlan.Location = new Point(4, 26); |
| | | tpPlan.Name = "tpPlan"; |
| | | tpPlan.Size = new Size(747, 283); |
| | | tpPlan.Size = new Size(847, 283); |
| | | tpPlan.TabIndex = 3; |
| | | tpPlan.Text = "Plan"; |
| | | tpPlan.UseVisualStyleBackColor = true; |
| | |
| | | Controls.Add(btnReport); |
| | | Controls.Add(gbResult); |
| | | Controls.Add(btnAnalysis); |
| | | Icon = (Icon)resources.GetObject("$this.Icon"); |
| | | Name = "FrmMain"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "Job Planner"; |