namespace PaintDotNet.Preview2 { partial class Preview2Dialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.line2 = new System.Windows.Forms.Label(); this.line1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbConfig = new System.Windows.Forms.ComboBox(); this.progressBar1 = new PaintDotNet.Preview2.MyProgressBar(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btnResize = new PaintDotNet.Preview2.MetroMenuElement(); this.btnSave = new PaintDotNet.Preview2.MetroMenuElement(); this.btnBack = new PaintDotNet.Preview2.MetroMenuElement(); this.btnStart = new PaintDotNet.Preview2.MetroMenuElement(); this.btnCapture = new PaintDotNet.Preview2.MetroMenuElement(); this.btnMutual = new PaintDotNet.Preview2.MetroMenuElement(); this.btnFit = new PaintDotNet.Preview2.MetroMenuElement(); this.btnExposure = new PaintDotNet.Preview2.MetroMenuElement(); this.btnWhiteBalance = new PaintDotNet.Preview2.MetroMenuElement(); this.btnSetting = new PaintDotNet.Preview2.MetroMenuElement(); this.btnPreview = new PaintDotNet.Preview2.MetroMenuElement(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.pnlPreviewContainer = new System.Windows.Forms.Panel(); this.panelLeft = new System.Windows.Forms.Panel(); this.panelRight = new System.Windows.Forms.Panel(); this.pnlResultContainer = new System.Windows.Forms.Panel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.line2); this.panel1.Controls.Add(this.line1); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.cmbConfig); this.panel1.Controls.Add(this.progressBar1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.btnFit); this.panel1.Controls.Add(this.btnExposure); this.panel1.Controls.Add(this.btnWhiteBalance); this.panel1.Controls.Add(this.btnSetting); this.panel1.Controls.Add(this.btnPreview); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(4, 626); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1121, 70); this.panel1.TabIndex = 0; // // line2 // this.line2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.line2.BackColor = System.Drawing.Color.Gray; this.line2.ForeColor = System.Drawing.Color.Gray; this.line2.Location = new System.Drawing.Point(878, 3); this.line2.Name = "line2"; this.line2.Size = new System.Drawing.Size(1, 64); this.line2.TabIndex = 14; // // line1 // this.line1.BackColor = System.Drawing.Color.Gray; this.line1.ForeColor = System.Drawing.Color.Gray; this.line1.Location = new System.Drawing.Point(283, 2); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(1, 64); this.line1.TabIndex = 13; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(884, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 12; this.label3.Text = "相机配置"; // // cmbConfig // this.cmbConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbConfig.FormattingEnabled = true; this.cmbConfig.ItemHeight = 12; this.cmbConfig.Location = new System.Drawing.Point(886, 11); this.cmbConfig.Name = "cmbConfig"; this.cmbConfig.Size = new System.Drawing.Size(95, 20); this.cmbConfig.TabIndex = 11; // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.BackColor = System.Drawing.Color.White; this.progressBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.progressBar1.Location = new System.Drawing.Point(601, 22); this.progressBar1.MaximumSize = new System.Drawing.Size(600, 100); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(271, 28); this.progressBar1.TabIndex = 10; this.progressBar1.Value = 42D; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.ItemHeight = 12; this.comboBox1.Location = new System.Drawing.Point(501, 11); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(94, 20); this.comboBox1.TabIndex = 9; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.Ruler_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(499, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 8; this.label2.Text = "当前标尺"; // // panel2 // this.panel2.Controls.Add(this.btnResize); this.panel2.Controls.Add(this.btnSave); this.panel2.Controls.Add(this.btnBack); this.panel2.Controls.Add(this.btnStart); this.panel2.Controls.Add(this.btnCapture); this.panel2.Controls.Add(this.btnMutual); this.panel2.Location = new System.Drawing.Point(1, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(276, 64); this.panel2.TabIndex = 6; // // btnResize // this.btnResize.BackColor = System.Drawing.Color.Transparent; this.btnResize.Dock = System.Windows.Forms.DockStyle.Left; this.btnResize.Icon = null; this.btnResize.Location = new System.Drawing.Point(314, 0); this.btnResize.Name = "btnResize"; this.btnResize.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnResize.Selected = false; this.btnResize.Size = new System.Drawing.Size(64, 64); this.btnResize.TabIndex = 8; this.btnResize.Title = "压缩"; this.btnResize.Click += new System.EventHandler(this.btnResize_Click); // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.Dock = System.Windows.Forms.DockStyle.Left; this.btnSave.Icon = null; this.btnSave.Location = new System.Drawing.Point(250, 0); this.btnSave.Name = "btnSave"; this.btnSave.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnSave.Selected = false; this.btnSave.Size = new System.Drawing.Size(64, 64); this.btnSave.TabIndex = 4; this.btnSave.Title = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnBack // this.btnBack.BackColor = System.Drawing.Color.Transparent; this.btnBack.Dock = System.Windows.Forms.DockStyle.Left; this.btnBack.Icon = null; this.btnBack.Location = new System.Drawing.Point(192, 0); this.btnBack.Name = "btnBack"; this.btnBack.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnBack.Selected = false; this.btnBack.Size = new System.Drawing.Size(58, 64); this.btnBack.TabIndex = 6; this.btnBack.Title = "撤销"; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // btnStart // this.btnStart.BackColor = System.Drawing.Color.Transparent; this.btnStart.Dock = System.Windows.Forms.DockStyle.Left; this.btnStart.Icon = null; this.btnStart.Location = new System.Drawing.Point(128, 0); this.btnStart.Name = "btnStart"; this.btnStart.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnStart.Selected = false; this.btnStart.Size = new System.Drawing.Size(64, 64); this.btnStart.TabIndex = 5; this.btnStart.Title = "开始"; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnCapture // this.btnCapture.BackColor = System.Drawing.Color.Transparent; this.btnCapture.Dock = System.Windows.Forms.DockStyle.Left; this.btnCapture.Icon = null; this.btnCapture.Location = new System.Drawing.Point(64, 0); this.btnCapture.Name = "btnCapture"; this.btnCapture.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnCapture.Selected = false; this.btnCapture.Size = new System.Drawing.Size(64, 64); this.btnCapture.TabIndex = 1; this.btnCapture.Title = "拍摄"; this.btnCapture.Click += new System.EventHandler(this.btnCapture_Click); // // btnMutual // this.btnMutual.BackColor = System.Drawing.Color.Transparent; this.btnMutual.Dock = System.Windows.Forms.DockStyle.Left; this.btnMutual.Icon = null; this.btnMutual.Location = new System.Drawing.Point(0, 0); this.btnMutual.Name = "btnMutual"; this.btnMutual.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnMutual.Selected = false; this.btnMutual.Size = new System.Drawing.Size(64, 64); this.btnMutual.TabIndex = 7; this.btnMutual.Title = "交互"; this.btnMutual.Click += new System.EventHandler(this.btnMutual_Click); // // btnFit // this.btnFit.BackColor = System.Drawing.Color.Transparent; this.btnFit.Icon = null; this.btnFit.Location = new System.Drawing.Point(426, 0); this.btnFit.Name = "btnFit"; this.btnFit.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnFit.Selected = false; this.btnFit.Size = new System.Drawing.Size(64, 64); this.btnFit.TabIndex = 5; this.btnFit.Title = "合适大小"; this.btnFit.Click += new System.EventHandler(this.btnFit_Click); // // btnExposure // this.btnExposure.BackColor = System.Drawing.Color.Transparent; this.btnExposure.Icon = null; this.btnExposure.Location = new System.Drawing.Point(286, 0); this.btnExposure.Name = "btnExposure"; this.btnExposure.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnExposure.Selected = false; this.btnExposure.Size = new System.Drawing.Size(64, 64); this.btnExposure.TabIndex = 4; this.btnExposure.Title = "曝光时间"; this.btnExposure.Click += new System.EventHandler(this.btnExposure_Click); // // btnWhiteBalance // this.btnWhiteBalance.BackColor = System.Drawing.Color.Transparent; this.btnWhiteBalance.Icon = null; this.btnWhiteBalance.Location = new System.Drawing.Point(356, 0); this.btnWhiteBalance.Name = "btnWhiteBalance"; this.btnWhiteBalance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnWhiteBalance.Selected = false; this.btnWhiteBalance.Size = new System.Drawing.Size(64, 64); this.btnWhiteBalance.TabIndex = 3; this.btnWhiteBalance.Title = "白平衡"; this.btnWhiteBalance.Click += new System.EventHandler(this.btnWhiteBalance_Click); // // btnSetting // this.btnSetting.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnSetting.BackColor = System.Drawing.Color.Transparent; this.btnSetting.Icon = null; this.btnSetting.Location = new System.Drawing.Point(987, 0); this.btnSetting.Name = "btnSetting"; this.btnSetting.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnSetting.Selected = false; this.btnSetting.Size = new System.Drawing.Size(64, 64); this.btnSetting.TabIndex = 2; this.btnSetting.Title = "预览属性"; this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click); // // btnPreview // this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPreview.BackColor = System.Drawing.Color.Transparent; this.btnPreview.Icon = null; this.btnPreview.Location = new System.Drawing.Point(1057, 0); this.btnPreview.Name = "btnPreview"; this.btnPreview.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); this.btnPreview.Selected = false; this.btnPreview.Size = new System.Drawing.Size(64, 64); this.btnPreview.TabIndex = 0; this.btnPreview.Title = "预览"; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.Controls.Add(this.pnlPreviewContainer, 1, 0); this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panelRight, 3, 0); this.tableLayoutPanel1.Controls.Add(this.pnlResultContainer, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1121, 622); this.tableLayoutPanel1.TabIndex = 1; // // pnlPreviewContainer // this.pnlPreviewContainer.BackColor = System.Drawing.Color.Gray; this.pnlPreviewContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlPreviewContainer.Location = new System.Drawing.Point(53, 3); this.pnlPreviewContainer.Name = "pnlPreviewContainer"; this.pnlPreviewContainer.Size = new System.Drawing.Size(504, 616); this.pnlPreviewContainer.TabIndex = 2; // // panelLeft // this.panelLeft.BackColor = System.Drawing.SystemColors.Control; this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.panelLeft.Location = new System.Drawing.Point(0, 0); this.panelLeft.Margin = new System.Windows.Forms.Padding(0); this.panelLeft.Name = "panelLeft"; this.panelLeft.Size = new System.Drawing.Size(50, 622); this.panelLeft.TabIndex = 4; // // panelRight // this.panelRight.BackColor = System.Drawing.SystemColors.Control; this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRight.Location = new System.Drawing.Point(1070, 0); this.panelRight.Margin = new System.Windows.Forms.Padding(0); this.panelRight.Name = "panelRight"; this.panelRight.Size = new System.Drawing.Size(51, 622); this.panelRight.TabIndex = 5; // // pnlResultContainer // this.pnlResultContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlResultContainer.Location = new System.Drawing.Point(563, 3); this.pnlResultContainer.Name = "pnlResultContainer"; this.pnlResultContainer.Size = new System.Drawing.Size(504, 616); this.pnlResultContainer.TabIndex = 6; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Preview2Dialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1129, 700); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable; this.MaximizeBox = true; this.MinimizeBox = true; this.MinimumSize = new System.Drawing.Size(1000, 600); this.Name = "Preview2Dialog"; this.Padding = new System.Windows.Forms.Padding(4); this.ShowIcon = false; this.Text = "预览窗口"; this.Activated += new System.EventHandler(this.Preview2Dialog_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Preview2Dialog_FormClosing); this.Load += new System.EventHandler(this.Preview2Dialog_Load); this.ResizeBegin += new System.EventHandler(this.Preview2Dialog_ResizeBegin); this.ResizeEnd += new System.EventHandler(this.Preview2Dialog_ResizeEnd); this.Move += new System.EventHandler(this.Preview2Dialog_Move); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.tableLayoutPanel1, 0); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private MetroMenuElement btnPreview; private MetroMenuElement btnCapture; private MetroMenuElement btnSetting; private MetroMenuElement btnFit; private MetroMenuElement btnExposure; private MetroMenuElement btnWhiteBalance; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel pnlPreviewContainer; private System.Windows.Forms.Panel panel2; private MetroMenuElement btnSave; private MetroMenuElement btnStart; private MetroMenuElement btnBack; private MetroMenuElement btnMutual; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox1; private MyProgressBar progressBar1; private System.Windows.Forms.Panel panelLeft; private System.Windows.Forms.Panel panelRight; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbConfig; private System.Windows.Forms.Label line1; private System.Windows.Forms.Label line2; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel pnlResultContainer; private MetroMenuElement btnResize; } }