namespace LB_VisionProcesses.Alogrithms.BigModel.Segment { partial class SegmentToolEdit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { tablePanelParas = new TableLayoutPanel(); tableLayoutPanel1 = new TableLayoutPanel(); lbModelPath = new Label(); txtModelPath = new TextBox(); btnChoseModel = new Button(); lbModelID = new Label(); lbUseGPU = new Label(); lbGPUDeviceID = new Label(); lbBatchSize = new Label(); txtModelID = new TextBox(); rbIsUseGPU = new RadioButton(); cobGPUDeviceID = new ComboBox(); txtBatchSize = new TextBox(); lbMaxTimeOut = new Label(); txtMaxTimeOut = new TextBox(); lbMaxTimeOutUnit = new Label(); dataGridView1 = new DataGridView(); pnlInputImage = new Panel(); TopToolStrip = new ToolStrip(); btnRun = new ToolStripButton(); btnLoadImage = new ToolStripButton(); btnSaveParas = new ToolStripButton(); btnLoadParas = new ToolStripButton(); BtmStatusStrip = new StatusStrip(); lblResult = new ToolStripStatusLabel(); lblMsg = new ToolStripStatusLabel(); lblRunTime = new ToolStripStatusLabel(); MainTableLayoutPanel = new TableLayoutPanel(); parasTabControl = new TabControl(); tabPage1 = new TabPage(); tabPage5 = new TabPage(); tableLayoutPanel2 = new TableLayoutPanel(); ckbDrawRoi = new CheckBox(); cmbTypeRoi = new ComboBox(); tabPage2 = new TabPage(); tableLayoutResults = new TableLayoutPanel(); label5 = new Label(); stxtCodeStrings = new TextBox(); label18 = new Label(); dtxtCount = new TextBox(); imgTabControl = new TabControl(); tabPageInputImage = new TabPage(); tabPageRecordImage = new TabPage(); pnlRecordImage = new Panel(); tablePanelParas.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); TopToolStrip.SuspendLayout(); BtmStatusStrip.SuspendLayout(); MainTableLayoutPanel.SuspendLayout(); parasTabControl.SuspendLayout(); tabPage1.SuspendLayout(); tabPage5.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tabPage2.SuspendLayout(); tableLayoutResults.SuspendLayout(); imgTabControl.SuspendLayout(); tabPageInputImage.SuspendLayout(); tabPageRecordImage.SuspendLayout(); SuspendLayout(); // // tablePanelParas // tablePanelParas.ColumnCount = 1; tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 398F)); tablePanelParas.Controls.Add(tableLayoutPanel1, 0, 0); tablePanelParas.Controls.Add(dataGridView1, 0, 1); tablePanelParas.Dock = DockStyle.Fill; tablePanelParas.Location = new Point(3, 3); tablePanelParas.Margin = new Padding(2, 3, 2, 3); tablePanelParas.Name = "tablePanelParas"; tablePanelParas.RowCount = 2; tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tablePanelParas.Size = new Size(397, 510); tablePanelParas.TabIndex = 0; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.33333F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333359F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333359F)); tableLayoutPanel1.Controls.Add(lbModelPath, 0, 0); tableLayoutPanel1.Controls.Add(txtModelPath, 1, 0); tableLayoutPanel1.Controls.Add(btnChoseModel, 2, 0); tableLayoutPanel1.Controls.Add(lbModelID, 0, 1); tableLayoutPanel1.Controls.Add(lbUseGPU, 0, 2); tableLayoutPanel1.Controls.Add(lbGPUDeviceID, 0, 3); tableLayoutPanel1.Controls.Add(lbBatchSize, 0, 4); tableLayoutPanel1.Controls.Add(txtModelID, 1, 1); tableLayoutPanel1.Controls.Add(rbIsUseGPU, 1, 2); tableLayoutPanel1.Controls.Add(cobGPUDeviceID, 1, 3); tableLayoutPanel1.Controls.Add(txtBatchSize, 1, 4); tableLayoutPanel1.Controls.Add(lbMaxTimeOut, 0, 5); tableLayoutPanel1.Controls.Add(txtMaxTimeOut, 1, 5); tableLayoutPanel1.Controls.Add(lbMaxTimeOutUnit, 2, 5); tableLayoutPanel1.Location = new Point(2, 3); tableLayoutPanel1.Margin = new Padding(2, 3, 2, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 7; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Size = new Size(394, 249); tableLayoutPanel1.TabIndex = 0; // // lbModelPath // lbModelPath.AutoSize = true; lbModelPath.Location = new Point(3, 0); lbModelPath.Name = "lbModelPath"; lbModelPath.Size = new Size(68, 17); lbModelPath.TabIndex = 0; lbModelPath.Text = "模型路径:"; // // txtModelPath // txtModelPath.Dock = DockStyle.Fill; txtModelPath.Location = new Point(134, 3); txtModelPath.Multiline = true; txtModelPath.Name = "txtModelPath"; txtModelPath.ReadOnly = true; txtModelPath.ScrollBars = ScrollBars.Both; txtModelPath.Size = new Size(125, 30); txtModelPath.TabIndex = 1; // // btnChoseModel // btnChoseModel.Dock = DockStyle.Fill; btnChoseModel.ForeColor = Color.Black; btnChoseModel.Location = new Point(265, 3); btnChoseModel.Name = "btnChoseModel"; btnChoseModel.Size = new Size(126, 30); btnChoseModel.TabIndex = 2; btnChoseModel.Text = "选择模型"; btnChoseModel.UseVisualStyleBackColor = true; btnChoseModel.Click += btnChoseModel_Click; // // lbModelID // lbModelID.AutoSize = true; lbModelID.Location = new Point(3, 36); lbModelID.Name = "lbModelID"; lbModelID.Size = new Size(57, 17); lbModelID.TabIndex = 0; lbModelID.Text = "模型ID:"; // // lbUseGPU // lbUseGPU.AutoSize = true; lbUseGPU.Location = new Point(3, 72); lbUseGPU.Name = "lbUseGPU"; lbUseGPU.Size = new Size(93, 17); lbUseGPU.TabIndex = 0; lbUseGPU.Text = "是否使用GPU:"; // // lbGPUDeviceID // lbGPUDeviceID.AutoSize = true; lbGPUDeviceID.Location = new Point(3, 108); lbGPUDeviceID.Name = "lbGPUDeviceID"; lbGPUDeviceID.Size = new Size(57, 17); lbGPUDeviceID.TabIndex = 0; lbGPUDeviceID.Text = "显卡ID:"; // // lbBatchSize // lbBatchSize.AutoSize = true; lbBatchSize.Location = new Point(3, 144); lbBatchSize.Name = "lbBatchSize"; lbBatchSize.Size = new Size(68, 17); lbBatchSize.TabIndex = 0; lbBatchSize.Text = "批次大小:"; // // txtModelID // txtModelID.Dock = DockStyle.Fill; txtModelID.Location = new Point(134, 39); txtModelID.Name = "txtModelID"; txtModelID.Size = new Size(125, 23); txtModelID.TabIndex = 3; // // rbIsUseGPU // rbIsUseGPU.AutoSize = true; rbIsUseGPU.Location = new Point(134, 75); rbIsUseGPU.Name = "rbIsUseGPU"; rbIsUseGPU.Size = new Size(75, 21); rbIsUseGPU.TabIndex = 4; rbIsUseGPU.TabStop = true; rbIsUseGPU.Text = "启用GPU"; rbIsUseGPU.UseVisualStyleBackColor = true; // // cobGPUDeviceID // cobGPUDeviceID.Dock = DockStyle.Fill; cobGPUDeviceID.DropDownStyle = ComboBoxStyle.DropDownList; cobGPUDeviceID.FormattingEnabled = true; cobGPUDeviceID.Location = new Point(134, 111); cobGPUDeviceID.Name = "cobGPUDeviceID"; cobGPUDeviceID.Size = new Size(125, 25); cobGPUDeviceID.TabIndex = 5; // // txtBatchSize // txtBatchSize.Dock = DockStyle.Fill; txtBatchSize.Location = new Point(134, 147); txtBatchSize.Name = "txtBatchSize"; txtBatchSize.Size = new Size(125, 23); txtBatchSize.TabIndex = 6; // // lbMaxTimeOut // lbMaxTimeOut.AutoSize = true; lbMaxTimeOut.Location = new Point(3, 180); lbMaxTimeOut.Name = "lbMaxTimeOut"; lbMaxTimeOut.Size = new Size(68, 17); lbMaxTimeOut.TabIndex = 7; lbMaxTimeOut.Text = "超时时间:"; // // txtMaxTimeOut // txtMaxTimeOut.Dock = DockStyle.Fill; txtMaxTimeOut.Location = new Point(134, 183); txtMaxTimeOut.Name = "txtMaxTimeOut"; txtMaxTimeOut.Size = new Size(125, 23); txtMaxTimeOut.TabIndex = 8; // // lbMaxTimeOutUnit // lbMaxTimeOutUnit.AutoSize = true; lbMaxTimeOutUnit.Dock = DockStyle.Fill; lbMaxTimeOutUnit.Location = new Point(265, 180); lbMaxTimeOutUnit.Name = "lbMaxTimeOutUnit"; lbMaxTimeOutUnit.Size = new Size(126, 36); lbMaxTimeOutUnit.TabIndex = 9; lbMaxTimeOutUnit.Text = "ms"; // // dataGridView1 // dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView1.BackgroundColor = Color.FromArgb(32, 41, 50); dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Dock = DockStyle.Fill; dataGridView1.Location = new Point(2, 258); dataGridView1.Margin = new Padding(2, 3, 2, 3); dataGridView1.Name = "dataGridView1"; dataGridView1.RowHeadersWidth = 51; dataGridView1.Size = new Size(394, 249); dataGridView1.TabIndex = 1; // // pnlInputImage // pnlInputImage.Dock = DockStyle.Fill; pnlInputImage.Location = new Point(3, 3); pnlInputImage.Margin = new Padding(4); pnlInputImage.Name = "pnlInputImage"; pnlInputImage.Size = new Size(607, 510); pnlInputImage.TabIndex = 44; // // TopToolStrip // TopToolStrip.BackColor = Color.FromArgb(32, 41, 50); TopToolStrip.ImageScalingSize = new Size(20, 20); TopToolStrip.Items.AddRange(new ToolStripItem[] { btnRun, btnLoadImage, btnSaveParas, btnLoadParas }); TopToolStrip.Location = new Point(0, 0); TopToolStrip.Name = "TopToolStrip"; TopToolStrip.Size = new Size(1044, 25); TopToolStrip.TabIndex = 45; TopToolStrip.Text = "toolStrip1"; // // btnRun // btnRun.BackgroundImageLayout = ImageLayout.Zoom; btnRun.ForeColor = Color.White; btnRun.ImageTransparentColor = Color.Magenta; btnRun.Name = "btnRun"; btnRun.Size = new Size(36, 22); btnRun.Text = "运行"; btnRun.Click += btnRun_Click; // // btnLoadImage // btnLoadImage.ForeColor = Color.White; btnLoadImage.ImageTransparentColor = Color.Magenta; btnLoadImage.Name = "btnLoadImage"; btnLoadImage.Size = new Size(36, 22); btnLoadImage.Text = "导图"; btnLoadImage.Click += btnLoadImage_Click; // // btnSaveParas // btnSaveParas.ForeColor = Color.White; btnSaveParas.ImageTransparentColor = Color.Magenta; btnSaveParas.Name = "btnSaveParas"; btnSaveParas.Size = new Size(36, 22); btnSaveParas.Text = "保存"; btnSaveParas.CheckStateChanged += btnSaveParas_Click; // // btnLoadParas // btnLoadParas.ForeColor = Color.White; btnLoadParas.ImageTransparentColor = Color.Magenta; btnLoadParas.Name = "btnLoadParas"; btnLoadParas.Size = new Size(36, 22); btnLoadParas.Text = "加载"; btnLoadParas.Click += btnLoadParas_Click; // // BtmStatusStrip // BtmStatusStrip.BackColor = Color.FromArgb(32, 41, 50); BtmStatusStrip.ImageScalingSize = new Size(20, 20); BtmStatusStrip.Items.AddRange(new ToolStripItem[] { lblResult, lblMsg, lblRunTime }); BtmStatusStrip.Location = new Point(0, 577); BtmStatusStrip.Name = "BtmStatusStrip"; BtmStatusStrip.Size = new Size(1044, 22); BtmStatusStrip.TabIndex = 46; BtmStatusStrip.Text = "statusStrip1"; // // lblResult // lblResult.ForeColor = Color.White; lblResult.Name = "lblResult"; lblResult.Size = new Size(34, 17); lblResult.Text = "True"; // // lblMsg // lblMsg.ForeColor = Color.White; lblMsg.Name = "lblMsg"; lblMsg.Size = new Size(56, 17); lblMsg.Text = "运行成功"; // // lblRunTime // lblRunTime.ForeColor = Color.White; lblRunTime.Name = "lblRunTime"; lblRunTime.Size = new Size(32, 17); lblRunTime.Text = "0ms"; // // MainTableLayoutPanel // MainTableLayoutPanel.BackColor = Color.FromArgb(32, 41, 50); MainTableLayoutPanel.ColumnCount = 2; MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F)); MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F)); MainTableLayoutPanel.Controls.Add(parasTabControl, 0, 0); MainTableLayoutPanel.Controls.Add(imgTabControl, 1, 0); MainTableLayoutPanel.Dock = DockStyle.Fill; MainTableLayoutPanel.ForeColor = Color.White; MainTableLayoutPanel.Location = new Point(0, 25); MainTableLayoutPanel.Name = "MainTableLayoutPanel"; MainTableLayoutPanel.RowCount = 1; MainTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); MainTableLayoutPanel.Size = new Size(1044, 552); MainTableLayoutPanel.TabIndex = 47; // // parasTabControl // parasTabControl.Controls.Add(tabPage1); parasTabControl.Controls.Add(tabPage5); parasTabControl.Controls.Add(tabPage2); parasTabControl.Dock = DockStyle.Fill; parasTabControl.Location = new Point(3, 3); parasTabControl.Name = "parasTabControl"; parasTabControl.SelectedIndex = 0; parasTabControl.Size = new Size(411, 546); parasTabControl.TabIndex = 48; // // tabPage1 // tabPage1.BackColor = Color.FromArgb(32, 41, 50); tabPage1.Controls.Add(tablePanelParas); tabPage1.Location = new Point(4, 26); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(403, 516); tabPage1.TabIndex = 0; tabPage1.Text = "输入参数"; // // tabPage5 // tabPage5.BackColor = Color.FromArgb(32, 41, 50); tabPage5.Controls.Add(tableLayoutPanel2); tabPage5.Location = new Point(4, 26); tabPage5.Name = "tabPage5"; tabPage5.Size = new Size(403, 516); tabPage5.TabIndex = 2; tabPage5.Text = "运行参数"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 99.99999F)); tableLayoutPanel2.Controls.Add(ckbDrawRoi, 0, 0); tableLayoutPanel2.Controls.Add(cmbTypeRoi, 1, 0); tableLayoutPanel2.Location = new Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 2; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 18.98734F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 81.01266F)); tableLayoutPanel2.Size = new Size(152, 169); tableLayoutPanel2.TabIndex = 2; // // ckbDrawRoi // ckbDrawRoi.AutoSize = true; ckbDrawRoi.CheckAlign = ContentAlignment.MiddleCenter; ckbDrawRoi.Dock = DockStyle.Fill; ckbDrawRoi.Enabled = false; ckbDrawRoi.Location = new Point(3, 3); ckbDrawRoi.Name = "ckbDrawRoi"; ckbDrawRoi.Size = new Size(14, 26); ckbDrawRoi.TabIndex = 2; ckbDrawRoi.UseVisualStyleBackColor = true; ckbDrawRoi.CheckedChanged += ckbDrawRoi_CheckedChanged; // // cmbTypeRoi // cmbTypeRoi.Enabled = false; cmbTypeRoi.FormattingEnabled = true; cmbTypeRoi.Location = new Point(23, 3); cmbTypeRoi.Name = "cmbTypeRoi"; cmbTypeRoi.Size = new Size(121, 25); cmbTypeRoi.TabIndex = 1; cmbTypeRoi.Click += cmbTypeRoi_SelectedIndexChanged; // // tabPage2 // tabPage2.BackColor = Color.FromArgb(32, 41, 50); tabPage2.Controls.Add(tableLayoutResults); tabPage2.Location = new Point(4, 26); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(403, 516); tabPage2.TabIndex = 1; tabPage2.Text = "输出结果"; // // tableLayoutResults // tableLayoutResults.ColumnCount = 2; tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutResults.Controls.Add(label5, 0, 0); tableLayoutResults.Controls.Add(stxtCodeStrings, 1, 0); tableLayoutResults.Controls.Add(label18, 0, 1); tableLayoutResults.Controls.Add(dtxtCount, 1, 1); tableLayoutResults.Dock = DockStyle.Fill; tableLayoutResults.Location = new Point(3, 3); tableLayoutResults.Margin = new Padding(2, 3, 2, 3); tableLayoutResults.Name = "tableLayoutResults"; tableLayoutResults.RowCount = 10; tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutResults.Size = new Size(397, 510); tableLayoutResults.TabIndex = 2; // // label5 // label5.AutoSize = true; label5.Dock = DockStyle.Fill; label5.Location = new Point(2, 0); label5.Margin = new Padding(2, 0, 2, 0); label5.MaximumSize = new Size(0, 28); label5.MinimumSize = new Size(0, 28); label5.Name = "label5"; label5.Size = new Size(96, 28); label5.TabIndex = 0; label5.Text = "结果"; label5.TextAlign = ContentAlignment.TopCenter; // // stxtCodeStrings // stxtCodeStrings.Dock = DockStyle.Fill; stxtCodeStrings.Location = new Point(102, 3); stxtCodeStrings.Margin = new Padding(2, 3, 2, 3); stxtCodeStrings.Multiline = true; stxtCodeStrings.Name = "stxtCodeStrings"; stxtCodeStrings.ReadOnly = true; stxtCodeStrings.Size = new Size(293, 45); stxtCodeStrings.TabIndex = 5; // // label18 // label18.AutoSize = true; label18.Dock = DockStyle.Fill; label18.Location = new Point(3, 51); label18.Name = "label18"; label18.Size = new Size(94, 51); label18.TabIndex = 10; label18.Text = "数量"; label18.TextAlign = ContentAlignment.TopCenter; // // dtxtCount // dtxtCount.Dock = DockStyle.Fill; dtxtCount.Location = new Point(103, 54); dtxtCount.Name = "dtxtCount"; dtxtCount.ReadOnly = true; dtxtCount.Size = new Size(291, 23); dtxtCount.TabIndex = 11; // // imgTabControl // imgTabControl.Controls.Add(tabPageInputImage); imgTabControl.Controls.Add(tabPageRecordImage); imgTabControl.Dock = DockStyle.Fill; imgTabControl.Location = new Point(420, 3); imgTabControl.Name = "imgTabControl"; imgTabControl.SelectedIndex = 0; imgTabControl.Size = new Size(621, 546); imgTabControl.TabIndex = 49; // // tabPageInputImage // tabPageInputImage.BackColor = Color.FromArgb(32, 41, 50); tabPageInputImage.Controls.Add(pnlInputImage); tabPageInputImage.Location = new Point(4, 26); tabPageInputImage.Name = "tabPageInputImage"; tabPageInputImage.Padding = new Padding(3); tabPageInputImage.Size = new Size(613, 516); tabPageInputImage.TabIndex = 0; tabPageInputImage.Text = "输入图像"; // // tabPageRecordImage // tabPageRecordImage.BackColor = Color.FromArgb(32, 41, 50); tabPageRecordImage.Controls.Add(pnlRecordImage); tabPageRecordImage.Location = new Point(4, 26); tabPageRecordImage.Name = "tabPageRecordImage"; tabPageRecordImage.Padding = new Padding(3); tabPageRecordImage.Size = new Size(613, 516); tabPageRecordImage.TabIndex = 1; tabPageRecordImage.Text = "结果图像"; // // pnlRecordImage // pnlRecordImage.Dock = DockStyle.Fill; pnlRecordImage.Location = new Point(3, 3); pnlRecordImage.Margin = new Padding(4); pnlRecordImage.Name = "pnlRecordImage"; pnlRecordImage.Size = new Size(607, 510); pnlRecordImage.TabIndex = 45; // // SegmentToolEdit // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(MainTableLayoutPanel); Controls.Add(BtmStatusStrip); Controls.Add(TopToolStrip); Margin = new Padding(2, 3, 2, 3); Name = "SegmentToolEdit"; Size = new Size(1044, 599); Load += SegmentToolEdit_Load; tablePanelParas.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); TopToolStrip.ResumeLayout(false); TopToolStrip.PerformLayout(); BtmStatusStrip.ResumeLayout(false); BtmStatusStrip.PerformLayout(); MainTableLayoutPanel.ResumeLayout(false); parasTabControl.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage5.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); tabPage2.ResumeLayout(false); tableLayoutResults.ResumeLayout(false); tableLayoutResults.PerformLayout(); imgTabControl.ResumeLayout(false); tabPageInputImage.ResumeLayout(false); tabPageRecordImage.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tablePanelParas; private System.Windows.Forms.Panel pnlInputImage; private ToolStrip TopToolStrip; private ToolStripButton btnRun; private StatusStrip BtmStatusStrip; private ToolStripStatusLabel lblResult; private ToolStripStatusLabel lblMsg; private TableLayoutPanel MainTableLayoutPanel; private ToolStripButton btnLoadImage; private TabControl parasTabControl; private TabPage tabPage1; private TabPage tabPage2; private TabPage tabPage5; private TabControl imgTabControl; private TabPage tabPageInputImage; private TabPage tabPageRecordImage; private ToolStripButton btnSaveParas; private ToolStripButton btnLoadParas; private Panel pnlRecordImage; private ToolStripStatusLabel lblRunTime; private TableLayoutPanel tableLayoutPanel1; private DataGridView dataGridView1; private Label lbModelPath; private TextBox txtModelPath; private Button btnChoseModel; private Label lbModelID; private Label lbGPUDeviceID; private Label lbBatchSize; private TextBox txtModelID; private Label lbUseGPU; private RadioButton rbIsUseGPU; private ComboBox cobGPUDeviceID; private TextBox txtBatchSize; private TableLayoutPanel tableLayoutPanel2; private CheckBox ckbDrawRoi; private ComboBox cmbTypeRoi; private TableLayoutPanel tableLayoutResults; private Label label5; private TextBox stxtCodeStrings; private Label label18; private TextBox dtxtCount; private Label lbMaxTimeOut; private TextBox txtMaxTimeOut; private Label lbMaxTimeOutUnit; } }