/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.XAxisTextBox = new Nevron.UI.WinForm.Controls.NTextBox(); this.YAxisTextBox = new Nevron.UI.WinForm.Controls.NTextBox(); this.VerticalAxisSnapModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.HorizontalAxisSnapModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.groupBox1 = new Nevron.UI.WinForm.Controls.NGroupBox(); this.MouseMoveCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.MouseUpCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.MouseDownCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.Enable3DCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label4 // this.label4.Location = new System.Drawing.Point(6, 236); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 6; this.label4.Text = "Axis coordinates:"; // // label5 // this.label5.Location = new System.Drawing.Point(6, 260); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 16); this.label5.TabIndex = 7; this.label5.Text = "X Axis:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // this.label6.Location = new System.Drawing.Point(6, 284); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 16); this.label6.TabIndex = 9; this.label6.Text = "Y Axis:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // XAxisTextBox // this.XAxisTextBox.Location = new System.Drawing.Point(78, 260); this.XAxisTextBox.Name = "XAxisTextBox"; this.XAxisTextBox.ReadOnly = true; this.XAxisTextBox.Size = new System.Drawing.Size(88, 18); this.XAxisTextBox.TabIndex = 8; // // YAxisTextBox // this.YAxisTextBox.Location = new System.Drawing.Point(78, 284); this.YAxisTextBox.Name = "YAxisTextBox"; this.YAxisTextBox.ReadOnly = true; this.YAxisTextBox.Size = new System.Drawing.Size(88, 18); this.YAxisTextBox.TabIndex = 10; // // VerticalAxisSnapModeComboBox // this.VerticalAxisSnapModeComboBox.ListProperties.CheckBoxDataMember = ""; this.VerticalAxisSnapModeComboBox.ListProperties.DataSource = null; this.VerticalAxisSnapModeComboBox.ListProperties.DisplayMember = ""; this.VerticalAxisSnapModeComboBox.Location = new System.Drawing.Point(9, 100); this.VerticalAxisSnapModeComboBox.Name = "VerticalAxisSnapModeComboBox"; this.VerticalAxisSnapModeComboBox.Size = new System.Drawing.Size(160, 21); this.VerticalAxisSnapModeComboBox.TabIndex = 4; this.VerticalAxisSnapModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalAxisSnapModeComboBox_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(9, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 23); this.label3.TabIndex = 3; this.label3.Text = "Vertical axis snap mode:"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label7 // this.label7.Location = new System.Drawing.Point(9, 28); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(152, 23); this.label7.TabIndex = 1; this.label7.Text = "Horizontal axis snap mode:"; this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // HorizontalAxisSnapModeComboBox // this.HorizontalAxisSnapModeComboBox.ListProperties.CheckBoxDataMember = ""; this.HorizontalAxisSnapModeComboBox.ListProperties.DataSource = null; this.HorizontalAxisSnapModeComboBox.ListProperties.DisplayMember = ""; this.HorizontalAxisSnapModeComboBox.Location = new System.Drawing.Point(9, 52); this.HorizontalAxisSnapModeComboBox.Name = "HorizontalAxisSnapModeComboBox"; this.HorizontalAxisSnapModeComboBox.Size = new System.Drawing.Size(160, 21); this.HorizontalAxisSnapModeComboBox.TabIndex = 2; this.HorizontalAxisSnapModeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalAxisSnapModeComboBox_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.MouseMoveCheckBox); this.groupBox1.Controls.Add(this.MouseUpCheckBox); this.groupBox1.Controls.Add(this.MouseDownCheckBox); this.groupBox1.ImageIndex = 0; this.groupBox1.Location = new System.Drawing.Point(6, 132); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(168, 100); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "Synchronize with:"; // // MouseMoveCheckBox // this.MouseMoveCheckBox.ButtonProperties.BorderOffset = 2; this.MouseMoveCheckBox.Location = new System.Drawing.Point(8, 64); this.MouseMoveCheckBox.Name = "MouseMoveCheckBox"; this.MouseMoveCheckBox.Size = new System.Drawing.Size(104, 24); this.MouseMoveCheckBox.TabIndex = 2; this.MouseMoveCheckBox.Text = "MouseMove"; this.MouseMoveCheckBox.CheckedChanged += new System.EventHandler(this.MouseMoveCheckBox_CheckedChanged); // // MouseUpCheckBox // this.MouseUpCheckBox.ButtonProperties.BorderOffset = 2; this.MouseUpCheckBox.Location = new System.Drawing.Point(8, 40); this.MouseUpCheckBox.Name = "MouseUpCheckBox"; this.MouseUpCheckBox.Size = new System.Drawing.Size(104, 24); this.MouseUpCheckBox.TabIndex = 1; this.MouseUpCheckBox.Text = "Mouse Up"; this.MouseUpCheckBox.CheckedChanged += new System.EventHandler(this.MouseUpCheckBox_CheckedChanged); // // MouseDownCheckBox // this.MouseDownCheckBox.ButtonProperties.BorderOffset = 2; this.MouseDownCheckBox.Location = new System.Drawing.Point(8, 16); this.MouseDownCheckBox.Name = "MouseDownCheckBox"; this.MouseDownCheckBox.Size = new System.Drawing.Size(104, 24); this.MouseDownCheckBox.TabIndex = 0; this.MouseDownCheckBox.Text = "Mouse down"; this.MouseDownCheckBox.CheckedChanged += new System.EventHandler(this.MouseDownCheckBox_CheckedChanged); // // Enable3DCheckBox // this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2; this.Enable3DCheckBox.Location = new System.Drawing.Point(9, 8); this.Enable3DCheckBox.Name = "Enable3DCheckBox"; this.Enable3DCheckBox.Size = new System.Drawing.Size(104, 24); this.Enable3DCheckBox.TabIndex = 0; this.Enable3DCheckBox.Text = "Enable 3D"; this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged); // // NDataCursorToolUC // this.Controls.Add(this.Enable3DCheckBox); this.Controls.Add(this.groupBox1); this.Controls.Add(this.VerticalAxisSnapModeComboBox); this.Controls.Add(this.label3); this.Controls.Add(this.label7); this.Controls.Add(this.HorizontalAxisSnapModeComboBox); this.Controls.Add(this.YAxisTextBox); this.Controls.Add(this.XAxisTextBox); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Name = "NDataCursorToolUC"; this.Size = new System.Drawing.Size(180, 432); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.UpBorderStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.UpFillStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.DownFillStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.DownBorderStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.BoxWidthPercentCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.BoxSizeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.textBox1 = new Nevron.UI.WinForm.Controls.NTextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // UpBorderStyleButton // this.UpBorderStyleButton.Location = new System.Drawing.Point(5, 10); this.UpBorderStyleButton.Name = "UpBorderStyleButton"; this.UpBorderStyleButton.Size = new System.Drawing.Size(170, 24); this.UpBorderStyleButton.TabIndex = 0; this.UpBorderStyleButton.Text = "Up Border Style ..."; this.UpBorderStyleButton.Click += new System.EventHandler(this.UpBorderPropsButton_Click); // // UpFillStyleButton // this.UpFillStyleButton.Location = new System.Drawing.Point(5, 72); this.UpFillStyleButton.Name = "UpFillStyleButton"; this.UpFillStyleButton.Size = new System.Drawing.Size(170, 24); this.UpFillStyleButton.TabIndex = 2; this.UpFillStyleButton.Text = "Up Fill Style..."; this.UpFillStyleButton.Click += new System.EventHandler(this.UpFillStyleStyleButton_Click); // // DownFillStyleButton // this.DownFillStyleButton.Location = new System.Drawing.Point(5, 103); this.DownFillStyleButton.Name = "DownFillStyleButton"; this.DownFillStyleButton.Size = new System.Drawing.Size(170, 24); this.DownFillStyleButton.TabIndex = 3; this.DownFillStyleButton.Text = "Down Fill Style..."; this.DownFillStyleButton.Click += new System.EventHandler(this.DownFillStyleButton_Click); // // DownBorderStyleButton // this.DownBorderStyleButton.Location = new System.Drawing.Point(5, 41); this.DownBorderStyleButton.Name = "DownBorderStyleButton"; this.DownBorderStyleButton.Size = new System.Drawing.Size(170, 24); this.DownBorderStyleButton.TabIndex = 1; this.DownBorderStyleButton.Text = "Down Border Style ..."; this.DownBorderStyleButton.Click += new System.EventHandler(this.DownBorderStyleButton_Click); // // label1 // this.label1.Location = new System.Drawing.Point(5, 142); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 16); this.label1.TabIndex = 4; this.label1.Text = "Box Size:"; // // label2 // this.label2.Location = new System.Drawing.Point(5, 203); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(120, 16); this.label2.TabIndex = 6; this.label2.Text = "Box Width Percent:"; // // BoxWidthPercentCombo // this.BoxWidthPercentCombo.ListProperties.CheckBoxDataMember = ""; this.BoxWidthPercentCombo.ListProperties.DataSource = null; this.BoxWidthPercentCombo.ListProperties.DisplayMember = ""; this.BoxWidthPercentCombo.Location = new System.Drawing.Point(5, 221); this.BoxWidthPercentCombo.Name = "BoxWidthPercentCombo"; this.BoxWidthPercentCombo.Size = new System.Drawing.Size(167, 21); this.BoxWidthPercentCombo.TabIndex = 7; this.BoxWidthPercentCombo.SelectedIndexChanged += new System.EventHandler(this.BoxWidthPercentCombo_SelectedIndexChanged); // // BoxSizeCombo // this.BoxSizeCombo.ListProperties.CheckBoxDataMember = ""; this.BoxSizeCombo.ListProperties.DataSource = null; this.BoxSizeCombo.ListProperties.DisplayMember = ""; this.BoxSizeCombo.Location = new System.Drawing.Point(5, 161); this.BoxSizeCombo.Name = "BoxSizeCombo"; this.BoxSizeCombo.Size = new System.Drawing.Size(167, 21); this.BoxSizeCombo.TabIndex = 5; this.BoxSizeCombo.SelectedIndexChanged += new System.EventHandler(this.BoxSizeCombo_SelectedIndexChanged); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(5, 271); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(167, 213); this.textBox1.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(5, 254); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(70, 13); this.label3.TabIndex = 8; this.label3.Text = "Current Data:"; // // NRenkoUC // this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.BoxSizeCombo); this.Controls.Add(this.BoxWidthPercentCombo); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.DownBorderStyleButton); this.Controls.Add(this.DownFillStyleButton); this.Controls.Add(this.UpFillStyleButton); this.Controls.Add(this.UpBorderStyleButton); this.Name = "NRenkoUC"; this.Size = new System.Drawing.Size(180, 554); this.ResumeLayout(false); this.PerformLayout(); }