using System.Windows.Forms; namespace SmartCoalApplication.AutomaticMeasurement { partial class PlotTheMeasurementRange { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.buttonOKDraw = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.triangleTrackBar1 = new SmartCoalApplication.Core.CustomControl.TriangleTrackBar(); this.listPictureName = new System.Windows.Forms.ListBox(); this.groupBoxZhangshu = new System.Windows.Forms.GroupBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.buttonOKDraw); this.groupBox1.Location = new System.Drawing.Point(9, 10); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(206, 57); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "操作"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(14, 24); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(89, 19); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "暂停绘制"; this.checkBox1.UseVisualStyleBackColor = true; // // buttonOKDraw // this.buttonOKDraw.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.buttonOKDraw.Location = new System.Drawing.Point(135, 18); this.buttonOKDraw.Margin = new System.Windows.Forms.Padding(2); this.buttonOKDraw.Name = "buttonOKDraw"; this.buttonOKDraw.Size = new System.Drawing.Size(64, 27); this.buttonOKDraw.TabIndex = 2; this.buttonOKDraw.Text = "確定繪製"; this.buttonOKDraw.UseVisualStyleBackColor = true; this.buttonOKDraw.Click += new System.EventHandler(this.buttonOKDraw_Click); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.button6); this.groupBox2.Controls.Add(this.button5); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.listPictureName); this.groupBox2.Location = new System.Drawing.Point(9, 71); this.groupBox2.Margin = new System.Windows.Forms.Padding(2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2); this.groupBox2.Size = new System.Drawing.Size(206, 525); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "圖片列表"; // // button7 // this.button7.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button7.Location = new System.Drawing.Point(136, 18); this.button7.Margin = new System.Windows.Forms.Padding(2); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(63, 27); this.button7.TabIndex = 8; this.button7.Text = "旋轉"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button6 // this.button6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button6.Location = new System.Drawing.Point(72, 18); this.button6.Margin = new System.Windows.Forms.Padding(2); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(63, 27); this.button6.TabIndex = 7; this.button6.Text = "叠加"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button5 // this.button5.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button5.Location = new System.Drawing.Point(8, 18); this.button5.Margin = new System.Windows.Forms.Padding(2); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(63, 27); this.button5.TabIndex = 6; this.button5.Text = "正常"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(71, 143); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(128, 25); this.textBox3.TabIndex = 5; this.textBox3.Text = "255"; this.textBox3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox3_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 146); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 4; this.label1.Text = "透明度:"; // // groupBox3 // this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.textBox2); this.groupBox3.Controls.Add(this.button4); this.groupBox3.Controls.Add(this.button3); this.groupBox3.Controls.Add(this.button2); this.groupBox3.Controls.Add(this.button1); this.groupBox3.Controls.Add(this.textBox1); this.groupBox3.Controls.Add(this.triangleTrackBar1); this.groupBox3.Location = new System.Drawing.Point(8, 41); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(191, 90); this.groupBox3.TabIndex = 1; this.groupBox3.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(167, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 15); this.label2.TabIndex = 7; this.label2.Text = "ms"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(130, 51); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(34, 25); this.textBox2.TabIndex = 6; this.textBox2.Text = "1000"; this.textBox2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox2_TextChanged); // // button4 // this.button4.Location = new System.Drawing.Point(68, 51); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(28, 23); this.button4.TabIndex = 5; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(99, 51); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(28, 23); this.button3.TabIndex = 4; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(37, 51); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(28, 23); this.button2.TabIndex = 3; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(6, 51); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(28, 23); this.button1.TabIndex = 2; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(146, 20); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(39, 25); this.textBox1.TabIndex = 1; // // triangleTrackBar1 // this.triangleTrackBar1.Location = new System.Drawing.Point(6, 15); this.triangleTrackBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.triangleTrackBar1.Maximum = 500; this.triangleTrackBar1.Minimum = 1; this.triangleTrackBar1.Name = "triangleTrackBar1"; this.triangleTrackBar1.Size = new System.Drawing.Size(134, 30); this.triangleTrackBar1.TabIndex = 0; this.triangleTrackBar1.Value = 150; this.triangleTrackBar1.TrackBarScroll += new System.EventHandler(this.trackBar_Scroll); // // listPictureName // this.listPictureName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listPictureName.FormattingEnabled = true; this.listPictureName.ItemHeight = 15; this.listPictureName.Location = new System.Drawing.Point(8, 175); this.listPictureName.Name = "listPictureName"; this.listPictureName.Size = new System.Drawing.Size(191, 319); this.listPictureName.TabIndex = 0; this.listPictureName.SelectedValueChanged += new System.EventHandler(this.listPictureName_MouseDown); // // groupBoxZhangshu // this.groupBoxZhangshu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxZhangshu.Location = new System.Drawing.Point(219, 10); this.groupBoxZhangshu.Margin = new System.Windows.Forms.Padding(2); this.groupBoxZhangshu.Name = "groupBoxZhangshu"; this.groupBoxZhangshu.Padding = new System.Windows.Forms.Padding(2); this.groupBoxZhangshu.Size = new System.Drawing.Size(819, 586); this.groupBoxZhangshu.TabIndex = 2; this.groupBoxZhangshu.TabStop = false; this.groupBoxZhangshu.Text = "第一張"; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // PlotTheMeasurementRange // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1049, 607); this.Controls.Add(this.groupBoxZhangshu); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Margin = new System.Windows.Forms.Padding(2); this.MinimizeBox = false; this.Name = "PlotTheMeasurementRange"; this.Text = "繪製測量範圍"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.Controls.SetChildIndex(this.groupBoxZhangshu, 0); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonOKDraw; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBoxZhangshu; private System.Windows.Forms.ListBox listPictureName; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox textBox1; private Core.CustomControl.TriangleTrackBar triangleTrackBar1; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label1; private Label label2; private Button button6; private Button button5; private Button button7; } }