namespace LB_SmartVision.Forms.Pages { partial class RunSettingPage { /// /// 必需的设计器变量。 /// 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() { tableLayoutPanel = new TableLayoutPanel(); txtImagePath = new TextBox(); cmbImageType = new ComboBox(); lblImagePath = new Label(); lblImageType = new Label(); ckbSaveResultImage = new CheckBox(); ckbSaveRunImage = new CheckBox(); txtImageQuality = new TextBox(); lblImageQuality = new Label(); btnSave = new Button(); btnLoad = new Button(); txtTestSearch = new TextBox(); btnTest = new Button(); splitContainer = new SplitContainer(); tableLayoutPanelTest = new TableLayoutPanel(); lstControls = new ListBox(); tableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); tableLayoutPanelTest.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel // tableLayoutPanel.ColumnCount = 5; tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 140F)); tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F)); tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 140F)); tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F)); tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel.Controls.Add(txtImagePath, 1, 0); tableLayoutPanel.Controls.Add(cmbImageType, 1, 1); tableLayoutPanel.Controls.Add(lblImagePath, 0, 0); tableLayoutPanel.Controls.Add(lblImageType, 0, 1); tableLayoutPanel.Controls.Add(ckbSaveResultImage, 0, 4); tableLayoutPanel.Controls.Add(ckbSaveRunImage, 0, 3); tableLayoutPanel.Controls.Add(txtImageQuality, 1, 2); tableLayoutPanel.Controls.Add(lblImageQuality, 0, 2); tableLayoutPanel.Dock = DockStyle.Fill; tableLayoutPanel.Location = new Point(0, 0); tableLayoutPanel.Margin = new Padding(2); tableLayoutPanel.Name = "tableLayoutPanel"; tableLayoutPanel.RowCount = 12; tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanel.Size = new Size(441, 355); tableLayoutPanel.TabIndex = 1; // // txtImagePath // txtImagePath.Dock = DockStyle.Fill; txtImagePath.Location = new Point(142, 2); txtImagePath.Margin = new Padding(2); txtImagePath.Name = "txtImagePath"; txtImagePath.ScrollBars = ScrollBars.Horizontal; txtImagePath.Size = new Size(66, 23); txtImagePath.TabIndex = 0; txtImagePath.WordWrap = false; txtImagePath.MouseDoubleClick += txtImagePath_MouseDoubleClick; txtImagePath.MouseHover += txtImagePath_MouseHover; // // cmbImageType // cmbImageType.Dock = DockStyle.Fill; cmbImageType.FormattingEnabled = true; cmbImageType.Items.AddRange(new object[] { "jpg", "bmp" }); cmbImageType.Location = new Point(142, 34); cmbImageType.Margin = new Padding(2); cmbImageType.Name = "cmbImageType"; cmbImageType.Size = new Size(66, 25); cmbImageType.TabIndex = 1; cmbImageType.Text = "jpg"; // // lblImagePath // lblImagePath.AutoSize = true; lblImagePath.Location = new Point(2, 0); lblImagePath.Margin = new Padding(2, 0, 2, 0); lblImagePath.Name = "lblImagePath"; lblImagePath.Size = new Size(56, 17); lblImagePath.TabIndex = 3; lblImagePath.Text = "图片路径"; lblImagePath.TextAlign = ContentAlignment.TopRight; // // lblImageType // lblImageType.AutoSize = true; lblImageType.Location = new Point(2, 32); lblImageType.Margin = new Padding(2, 0, 2, 0); lblImageType.Name = "lblImageType"; lblImageType.Size = new Size(56, 17); lblImageType.TabIndex = 4; lblImageType.Text = "图片格式"; lblImageType.TextAlign = ContentAlignment.TopRight; // // ckbSaveResultImage // ckbSaveResultImage.AutoSize = true; ckbSaveResultImage.Location = new Point(2, 130); ckbSaveResultImage.Margin = new Padding(2); ckbSaveResultImage.Name = "ckbSaveResultImage"; ckbSaveResultImage.Size = new Size(99, 21); ckbSaveResultImage.TabIndex = 5; ckbSaveResultImage.Text = "保存结果图片"; ckbSaveResultImage.UseVisualStyleBackColor = true; // // ckbSaveRunImage // ckbSaveRunImage.AutoSize = true; ckbSaveRunImage.Location = new Point(2, 98); ckbSaveRunImage.Margin = new Padding(2); ckbSaveRunImage.Name = "ckbSaveRunImage"; ckbSaveRunImage.Size = new Size(99, 21); ckbSaveRunImage.TabIndex = 2; ckbSaveRunImage.Text = "保存运行图片"; ckbSaveRunImage.UseVisualStyleBackColor = true; // // txtImageQuality // txtImageQuality.Location = new Point(142, 66); txtImageQuality.Margin = new Padding(2); txtImageQuality.Name = "txtImageQuality"; txtImageQuality.Size = new Size(66, 23); txtImageQuality.TabIndex = 7; txtImageQuality.Text = "50"; txtImageQuality.TextChanged += txtImageQuality_TextChanged; // // lblImageQuality // lblImageQuality.AutoSize = true; lblImageQuality.Location = new Point(2, 64); lblImageQuality.Margin = new Padding(2, 0, 2, 0); lblImageQuality.Name = "lblImageQuality"; lblImageQuality.Size = new Size(56, 17); lblImageQuality.TabIndex = 8; lblImageQuality.Text = "图片质量"; lblImageQuality.TextAlign = ContentAlignment.TopRight; // // btnSave // btnSave.ForeColor = Color.Black; btnSave.Location = new Point(2, 66); btnSave.Margin = new Padding(2); btnSave.Name = "btnSave"; btnSave.Size = new Size(71, 28); btnSave.TabIndex = 2; btnSave.Text = "保存"; btnSave.UseVisualStyleBackColor = true; btnSave.Click += btnSave_Click; // // btnLoad // btnLoad.ForeColor = Color.Black; btnLoad.Location = new Point(2, 98); btnLoad.Margin = new Padding(2); btnLoad.Name = "btnLoad"; btnLoad.Size = new Size(71, 28); btnLoad.TabIndex = 3; btnLoad.Text = "加载"; btnLoad.UseVisualStyleBackColor = true; btnLoad.Click += btnLoad_Click; // // txtTestSearch // txtTestSearch.Dock = DockStyle.Fill; txtTestSearch.Location = new Point(2, 2); txtTestSearch.Margin = new Padding(2); txtTestSearch.Name = "txtTestSearch"; txtTestSearch.Size = new Size(216, 23); txtTestSearch.TabIndex = 4; // // btnTest // btnTest.ForeColor = Color.Black; btnTest.Location = new Point(2, 34); btnTest.Margin = new Padding(2); btnTest.Name = "btnTest"; btnTest.Size = new Size(71, 28); btnTest.TabIndex = 5; btnTest.Text = "测试查找"; btnTest.UseVisualStyleBackColor = true; btnTest.Click += btnTest_Click; // // splitContainer // splitContainer.Dock = DockStyle.Fill; splitContainer.IsSplitterFixed = true; splitContainer.Location = new Point(0, 0); splitContainer.Margin = new Padding(2); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(tableLayoutPanelTest); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(tableLayoutPanel); splitContainer.Size = new Size(664, 355); splitContainer.SplitterDistance = 220; splitContainer.SplitterWidth = 3; splitContainer.TabIndex = 4; // // tableLayoutPanelTest // tableLayoutPanelTest.ColumnCount = 1; tableLayoutPanelTest.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanelTest.Controls.Add(txtTestSearch, 0, 0); tableLayoutPanelTest.Controls.Add(btnTest, 0, 1); tableLayoutPanelTest.Controls.Add(btnLoad, 0, 3); tableLayoutPanelTest.Controls.Add(btnSave, 0, 2); tableLayoutPanelTest.Controls.Add(lstControls, 0, 5); tableLayoutPanelTest.Dock = DockStyle.Fill; tableLayoutPanelTest.Location = new Point(0, 0); tableLayoutPanelTest.Margin = new Padding(2); tableLayoutPanelTest.Name = "tableLayoutPanelTest"; tableLayoutPanelTest.RowCount = 6; tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F)); tableLayoutPanelTest.RowStyles.Add(new RowStyle(SizeType.Absolute, 16F)); tableLayoutPanelTest.Size = new Size(220, 355); tableLayoutPanelTest.TabIndex = 0; // // lstControls // lstControls.Dock = DockStyle.Fill; lstControls.FormattingEnabled = true; lstControls.ItemHeight = 17; lstControls.Location = new Point(2, 162); lstControls.Margin = new Padding(2); lstControls.Name = "lstControls"; lstControls.ScrollAlwaysVisible = true; lstControls.Size = new Size(216, 191); lstControls.TabIndex = 6; // // RunSettingPage // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(32, 41, 50); Controls.Add(splitContainer); ForeColor = Color.White; Margin = new Padding(2); Name = "RunSettingPage"; Size = new Size(664, 355); tableLayoutPanel.ResumeLayout(false); tableLayoutPanel.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainer).EndInit(); splitContainer.ResumeLayout(false); tableLayoutPanelTest.ResumeLayout(false); tableLayoutPanelTest.PerformLayout(); ResumeLayout(false); } #endregion private TableLayoutPanel tableLayoutPanel; private Button btnSave; private Button btnLoad; private TextBox txtImagePath; private ComboBox cmbImageType; private CheckBox ckbSaveRunImage; private Label lblImagePath; private Label lblImageType; private CheckBox ckbSaveResultImage; private TextBox txtTestSearch; private Button btnTest; private SplitContainer splitContainer; private TableLayoutPanel tableLayoutPanelTest; private ListBox lstControls; private TextBox txtImageQuality; private Label lblImageQuality; } }