/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox(); this.GenerateDataButton = new Nevron.UI.WinForm.Controls.NButton(); this.SuspendLayout(); // // smoothShadingCheck // this.smoothShadingCheck.ButtonProperties.BorderOffset = 2; this.smoothShadingCheck.Location = new System.Drawing.Point(9, 48); this.smoothShadingCheck.Name = "smoothShadingCheck"; this.smoothShadingCheck.Size = new System.Drawing.Size(158, 20); this.smoothShadingCheck.TabIndex = 3; this.smoothShadingCheck.Text = "Smooth Shading"; this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged); // // GenerateDataButton // this.GenerateDataButton.Location = new System.Drawing.Point(9, 9); this.GenerateDataButton.Name = "GenerateDataButton"; this.GenerateDataButton.Size = new System.Drawing.Size(158, 23); this.GenerateDataButton.TabIndex = 4; this.GenerateDataButton.Text = "Generate Data"; this.GenerateDataButton.Click += new System.EventHandler(this.GenerateDataButton_Click); // // NRectilinearGridUC // this.Controls.Add(this.GenerateDataButton); this.Controls.Add(this.smoothShadingCheck); this.Name = "NRectilinearGridUC"; this.Size = new System.Drawing.Size(176, 151); 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.ConnectorLinesStrokeButton = new Nevron.UI.WinForm.Controls.NButton(); this.ShowConnectorLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.GanttConnectLinesStrokeButton = new Nevron.UI.WinForm.Controls.NButton(); this.ShowGanttConnectorLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SuspendLayout(); // // ConnectorLinesStrokeButton // this.ConnectorLinesStrokeButton.Location = new System.Drawing.Point(3, 33); this.ConnectorLinesStrokeButton.Name = "ConnectorLinesStrokeButton"; this.ConnectorLinesStrokeButton.Size = new System.Drawing.Size(163, 24); this.ConnectorLinesStrokeButton.TabIndex = 10; this.ConnectorLinesStrokeButton.Text = "Connector Lines Stoke.."; this.ConnectorLinesStrokeButton.Click += new System.EventHandler(this.ConnectorLinesStrokeButton_Click); // // ShowConnectorLinesCheckBox // this.ShowConnectorLinesCheckBox.ButtonProperties.BorderOffset = 2; this.ShowConnectorLinesCheckBox.Location = new System.Drawing.Point(3, 6); this.ShowConnectorLinesCheckBox.Name = "ShowConnectorLinesCheckBox"; this.ShowConnectorLinesCheckBox.Size = new System.Drawing.Size(163, 21); this.ShowConnectorLinesCheckBox.TabIndex = 9; this.ShowConnectorLinesCheckBox.Text = "Show Connector Lines"; this.ShowConnectorLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowConnectorLinesCheckBox_CheckedChanged); // // GanntConnectLinesStrokeButton // this.GanttConnectLinesStrokeButton.Location = new System.Drawing.Point(3, 100); this.GanttConnectLinesStrokeButton.Name = "GanttConnectLinesStrokeButton"; this.GanttConnectLinesStrokeButton.Size = new System.Drawing.Size(163, 24); this.GanttConnectLinesStrokeButton.TabIndex = 12; this.GanttConnectLinesStrokeButton.Text = "Gantt Connector Lines Stoke.."; this.GanttConnectLinesStrokeButton.Click += new System.EventHandler(this.GanntConnectLinesStrokeButton_Click); // // ShowGanttConnectorLinesCheckBox // this.ShowGanttConnectorLinesCheckBox.ButtonProperties.BorderOffset = 2; this.ShowGanttConnectorLinesCheckBox.Location = new System.Drawing.Point(3, 73); this.ShowGanttConnectorLinesCheckBox.Name = "ShowGanttConnectorLinesCheckBox"; this.ShowGanttConnectorLinesCheckBox.Size = new System.Drawing.Size(163, 21); this.ShowGanttConnectorLinesCheckBox.TabIndex = 11; this.ShowGanttConnectorLinesCheckBox.Text = "Show Gantt Connector Lines"; this.ShowGanttConnectorLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowGanttConnectorLinesCheckBox_CheckedChanged); // // NFloatBarConnectorLines2DUC // this.Controls.Add(this.GanttConnectLinesStrokeButton); this.Controls.Add(this.ShowGanttConnectorLinesCheckBox); this.Controls.Add(this.ConnectorLinesStrokeButton); this.Controls.Add(this.ShowConnectorLinesCheckBox); this.Name = "NFloatBarConnectorLines2DUC"; this.Size = new System.Drawing.Size(180, 305); 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.AlignLeftSidesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.AlignRightSidesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton(); this.SuspendLayout(); // // AlignLeftSidesCheckBox // this.AlignLeftSidesCheckBox.ButtonProperties.BorderOffset = 2; this.AlignLeftSidesCheckBox.Location = new System.Drawing.Point(5, 17); this.AlignLeftSidesCheckBox.Name = "AlignLeftSidesCheckBox"; this.AlignLeftSidesCheckBox.Size = new System.Drawing.Size(170, 21); this.AlignLeftSidesCheckBox.TabIndex = 7; this.AlignLeftSidesCheckBox.Text = "Align Left Sides"; this.AlignLeftSidesCheckBox.CheckedChanged += new System.EventHandler(this.AlignLeftSidesCheckBox_CheckedChanged); // // AlignRightSidesCheckBox // this.AlignRightSidesCheckBox.ButtonProperties.BorderOffset = 2; this.AlignRightSidesCheckBox.Location = new System.Drawing.Point(5, 44); this.AlignRightSidesCheckBox.Name = "AlignRightSidesCheckBox"; this.AlignRightSidesCheckBox.Size = new System.Drawing.Size(170, 21); this.AlignRightSidesCheckBox.TabIndex = 8; this.AlignRightSidesCheckBox.Text = "Align Right Sides"; this.AlignRightSidesCheckBox.CheckedChanged += new System.EventHandler(this.AlignRightSidesCheckBox_CheckedChanged); // // ChangeDataButton // this.ChangeDataButton.Location = new System.Drawing.Point(5, 82); this.ChangeDataButton.Name = "ChangeDataButton"; this.ChangeDataButton.Size = new System.Drawing.Size(170, 23); this.ChangeDataButton.TabIndex = 9; this.ChangeDataButton.Text = "Change Data"; this.ChangeDataButton.Click += new System.EventHandler(this.ChangeDataButton_Click); // // NSideGuidelineUC // this.Controls.Add(this.ChangeDataButton); this.Controls.Add(this.AlignRightSidesCheckBox); this.Controls.Add(this.AlignLeftSidesCheckBox); this.Name = "NSideGuidelineUC"; this.Size = new System.Drawing.Size(180, 542); 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.VectorLengthScaleModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label1 = new System.Windows.Forms.Label(); this.VectorLengthScaleStepsNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.TextOffsetNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.TableCellOffsetNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.RoundValuesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.StrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton(); ((System.ComponentModel.ISupportInitialize)(this.VectorLengthScaleStepsNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TableCellOffsetNumericUpDown)).BeginInit(); this.SuspendLayout(); // // BubbleScaleModeCombo // this.VectorLengthScaleModeComboBox.ListProperties.CheckBoxDataMember = ""; this.VectorLengthScaleModeComboBox.ListProperties.DataSource = null; this.VectorLengthScaleModeComboBox.ListProperties.DisplayMember = ""; this.VectorLengthScaleModeComboBox.Location = new System.Drawing.Point(10, 20); this.VectorLengthScaleModeComboBox.Name = "BubbleScaleModeCombo"; this.VectorLengthScaleModeComboBox.Size = new System.Drawing.Size(150, 21); this.VectorLengthScaleModeComboBox.TabIndex = 3; this.VectorLengthScaleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VectorLengthScaleModeCombo_SelectedIndexChanged); // // label1 // this.label1.Location = new System.Drawing.Point(10, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(150, 16); this.label1.TabIndex = 2; this.label1.Text = "Bubble Scale Mode:"; // // BubbleScaleStepsUpDown // this.VectorLengthScaleStepsNumericUpDown.Location = new System.Drawing.Point(10, 193); this.VectorLengthScaleStepsNumericUpDown.Maximum = new decimal(new int[] { 10, 0, 0, 0 }); this.VectorLengthScaleStepsNumericUpDown.Minimum = new decimal(new int[] { 2, 0, 0, 0 }); this.VectorLengthScaleStepsNumericUpDown.Name = "BubbleScaleStepsUpDown"; this.VectorLengthScaleStepsNumericUpDown.Size = new System.Drawing.Size(150, 20); this.VectorLengthScaleStepsNumericUpDown.TabIndex = 5; this.VectorLengthScaleStepsNumericUpDown.Value = new decimal(new int[] { 10, 0, 0, 0 }); this.VectorLengthScaleStepsNumericUpDown.ValueChanged += new System.EventHandler(this.VectorLengthScaleStepsUpDown_ValueChanged); // // label2 // this.label2.Location = new System.Drawing.Point(10, 175); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(150, 16); this.label2.TabIndex = 4; this.label2.Text = "Bubble Scale Steps:"; // // TextOffsetNumericUpDown // this.TextOffsetNumericUpDown.Location = new System.Drawing.Point(10, 76); this.TextOffsetNumericUpDown.Name = "TextOffsetNumericUpDown"; this.TextOffsetNumericUpDown.Size = new System.Drawing.Size(150, 20); this.TextOffsetNumericUpDown.TabIndex = 7; this.TextOffsetNumericUpDown.Value = new decimal(new int[] { 70, 0, 0, 0 }); this.TextOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TextOffsetNumericUpDown_ValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(10, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(147, 16); this.label3.TabIndex = 6; this.label3.Text = "Text Offset:"; // // TableCellOffsetNumericUpDown // this.TableCellOffsetNumericUpDown.Location = new System.Drawing.Point(12, 131); this.TableCellOffsetNumericUpDown.Name = "TableCellOffsetNumericUpDown"; this.TableCellOffsetNumericUpDown.Size = new System.Drawing.Size(150, 20); this.TableCellOffsetNumericUpDown.TabIndex = 9; this.TableCellOffsetNumericUpDown.Value = new decimal(new int[] { 70, 0, 0, 0 }); this.TableCellOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.TableCellOffsetNumericUpDown_ValueChanged); // // label4 // this.label4.Location = new System.Drawing.Point(12, 113); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(147, 16); this.label4.TabIndex = 8; this.label4.Text = "Table Cell Offset:"; // // RoundValuesCheckBox // this.RoundValuesCheckBox.ButtonProperties.BorderOffset = 2; this.RoundValuesCheckBox.Location = new System.Drawing.Point(10, 219); this.RoundValuesCheckBox.Name = "RoundValuesCheckBox"; this.RoundValuesCheckBox.Size = new System.Drawing.Size(150, 21); this.RoundValuesCheckBox.TabIndex = 38; this.RoundValuesCheckBox.Text = "Round Values"; this.RoundValuesCheckBox.CheckedChanged += new System.EventHandler(this.RoundValuesCheckBox_CheckedChanged); // // StrokeStyleButton // this.StrokeStyleButton.Location = new System.Drawing.Point(10, 322); this.StrokeStyleButton.Name = "StrokeStyleButton"; this.StrokeStyleButton.Size = new System.Drawing.Size(154, 24); this.StrokeStyleButton.TabIndex = 39; this.StrokeStyleButton.Text = "Stroke Style..."; this.StrokeStyleButton.Click += new System.EventHandler(this.StrokeStyleButton_Click); // // NVectorLegendScaleUC // this.Controls.Add(this.StrokeStyleButton); this.Controls.Add(this.RoundValuesCheckBox); this.Controls.Add(this.TableCellOffsetNumericUpDown); this.Controls.Add(this.label4); this.Controls.Add(this.TextOffsetNumericUpDown); this.Controls.Add(this.label3); this.Controls.Add(this.VectorLengthScaleStepsNumericUpDown); this.Controls.Add(this.label2); this.Controls.Add(this.VectorLengthScaleModeComboBox); this.Controls.Add(this.label1); this.Name = "NVectorLegendScaleUC"; this.Size = new System.Drawing.Size(180, 389); ((System.ComponentModel.ISupportInitialize)(this.VectorLengthScaleStepsNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TextOffsetNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TableCellOffsetNumericUpDown)).EndInit(); 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NAxisTicksAppearanceUC)); this.colorDialog1 = new Nevron.UI.WinForm.Controls.NColorDialog(); this.TickFillStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.label4 = new System.Windows.Forms.Label(); this.TickShapeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.TickStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.label5 = new System.Windows.Forms.Label(); this.TickWidthScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar(); this.label7 = new System.Windows.Forms.Label(); this.TickHeightScrollBar = new Nevron.UI.WinForm.Controls.NHScrollBar(); this.SuspendLayout(); // // colorDialog1 // this.colorDialog1.ClientSize = new System.Drawing.Size(396, 324); this.colorDialog1.Color = System.Drawing.Color.Empty; this.colorDialog1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.colorDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("colorDialog1.Icon"))); this.colorDialog1.Location = new System.Drawing.Point(88, 88); this.colorDialog1.MaximizeBox = false; this.colorDialog1.MinimizeBox = false; this.colorDialog1.Name = "colorDialog1"; this.colorDialog1.ShowCaptionImage = false; this.colorDialog1.ShowInTaskbar = false; this.colorDialog1.Sizable = false; this.colorDialog1.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.colorDialog1.Text = "Edit Color"; this.colorDialog1.Visible = false; // // TickFillStyleButton // this.TickFillStyleButton.Location = new System.Drawing.Point(10, 70); this.TickFillStyleButton.Name = "TickFillStyleButton"; this.TickFillStyleButton.Size = new System.Drawing.Size(125, 22); this.TickFillStyleButton.TabIndex = 3; this.TickFillStyleButton.Text = "Tick Fill Style..."; this.TickFillStyleButton.Click += new System.EventHandler(this.TickFillStyleButton_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 19); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 13); this.label4.TabIndex = 20; this.label4.Text = "Tick Shape:"; // // TickShapeComboBox // this.TickShapeComboBox.ListProperties.CheckBoxDataMember = ""; this.TickShapeComboBox.ListProperties.DataSource = null; this.TickShapeComboBox.ListProperties.DisplayMember = ""; this.TickShapeComboBox.Location = new System.Drawing.Point(10, 36); this.TickShapeComboBox.Name = "TickShapeComboBox"; this.TickShapeComboBox.Size = new System.Drawing.Size(125, 21); this.TickShapeComboBox.TabIndex = 21; this.TickShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.TickShapeComboBox_SelectedIndexChanged); // // TickStrokeStyleButton // this.TickStrokeStyleButton.Location = new System.Drawing.Point(10, 98); this.TickStrokeStyleButton.Name = "TickStrokeStyleButton"; this.TickStrokeStyleButton.Size = new System.Drawing.Size(125, 22); this.TickStrokeStyleButton.TabIndex = 22; this.TickStrokeStyleButton.Text = "Tick Stroke Style..."; this.TickStrokeStyleButton.Click += new System.EventHandler(this.TickStrokeStyleButton_Click); // // label5 // this.label5.Location = new System.Drawing.Point(10, 146); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(116, 19); this.label5.TabIndex = 23; this.label5.Text = "Tick Width:"; // // TickWidthScrollBar // this.TickWidthScrollBar.LargeChange = 2; this.TickWidthScrollBar.Location = new System.Drawing.Point(10, 166); this.TickWidthScrollBar.Maximum = 20; this.TickWidthScrollBar.MinimumSize = new System.Drawing.Size(34, 17); this.TickWidthScrollBar.Name = "TickWidthScrollBar"; this.TickWidthScrollBar.Size = new System.Drawing.Size(125, 17); this.TickWidthScrollBar.TabIndex = 24; this.TickWidthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TickWidthScrollBar_ValueChanged); // // label7 // this.label7.Location = new System.Drawing.Point(10, 190); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(116, 19); this.label7.TabIndex = 25; this.label7.Text = "Tick Height:"; // // TickHeightScrollBar // this.TickHeightScrollBar.LargeChange = 2; this.TickHeightScrollBar.Location = new System.Drawing.Point(10, 211); this.TickHeightScrollBar.Maximum = 20; this.TickHeightScrollBar.MinimumSize = new System.Drawing.Size(34, 17); this.TickHeightScrollBar.Name = "TickHeightScrollBar"; this.TickHeightScrollBar.Size = new System.Drawing.Size(125, 17); this.TickHeightScrollBar.TabIndex = 26; this.TickHeightScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TickHeightScrollBar_ValueChanged); // // NAxisTicksAppearanceUC // this.Controls.Add(this.label7); this.Controls.Add(this.TickHeightScrollBar); this.Controls.Add(this.label5); this.Controls.Add(this.TickWidthScrollBar); this.Controls.Add(this.TickStrokeStyleButton); this.Controls.Add(this.TickShapeComboBox); this.Controls.Add(this.label4); this.Controls.Add(this.TickFillStyleButton); this.Name = "NAxisTicksAppearanceUC"; this.Size = new System.Drawing.Size(150, 264); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.smoothShadingCheck = new Nevron.UI.WinForm.Controls.NCheckBox(); this.GenerateDataButton = new Nevron.UI.WinForm.Controls.NButton(); this.label1 = new System.Windows.Forms.Label(); this.SpacingModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.XGridStepNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.XGridOriginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.YGridStepNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.YGridOriginNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.XGridStepNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.XGridOriginNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.YGridStepNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.YGridOriginNumericUpDown)).BeginInit(); this.SuspendLayout(); // // smoothShadingCheck // this.smoothShadingCheck.ButtonProperties.BorderOffset = 2; this.smoothShadingCheck.Location = new System.Drawing.Point(9, 48); this.smoothShadingCheck.Name = "smoothShadingCheck"; this.smoothShadingCheck.Size = new System.Drawing.Size(158, 20); this.smoothShadingCheck.TabIndex = 3; this.smoothShadingCheck.Text = "Smooth Shading"; this.smoothShadingCheck.CheckedChanged += new System.EventHandler(this.SmoothShadingCheck_CheckedChanged); // // GenerateDataButton // this.GenerateDataButton.Location = new System.Drawing.Point(9, 9); this.GenerateDataButton.Name = "GenerateDataButton"; this.GenerateDataButton.Size = new System.Drawing.Size(158, 23); this.GenerateDataButton.TabIndex = 4; this.GenerateDataButton.Text = "Generate Data"; this.GenerateDataButton.Click += new System.EventHandler(this.GenerateDataButton_Click); // // label1 // this.label1.Location = new System.Drawing.Point(9, 85); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(168, 13); this.label1.TabIndex = 5; this.label1.Text = "Spacing Mode:"; // // SpacingModeComboBox // this.SpacingModeComboBox.ListProperties.CheckBoxDataMember = ""; this.SpacingModeComboBox.ListProperties.DataSource = null; this.SpacingModeComboBox.ListProperties.DisplayMember = ""; this.SpacingModeComboBox.Location = new System.Drawing.Point(9, 102); this.SpacingModeComboBox.Name = "SpacingModeComboBox"; this.SpacingModeComboBox.Size = new System.Drawing.Size(158, 21); this.SpacingModeComboBox.TabIndex = 6; this.SpacingModeComboBox.SelectedIndexChanged += new System.EventHandler(this.SpacingModeComboBox_SelectedIndexChanged); // // XGridStepNumericUpDown // this.XGridStepNumericUpDown.Location = new System.Drawing.Point(12, 200); this.XGridStepNumericUpDown.Maximum = new decimal(new int[] { 200, 0, 0, 0 }); this.XGridStepNumericUpDown.Name = "XGridStepNumericUpDown"; this.XGridStepNumericUpDown.Size = new System.Drawing.Size(120, 20); this.XGridStepNumericUpDown.TabIndex = 11; this.XGridStepNumericUpDown.ValueChanged += new System.EventHandler(this.XGridStepNumericUpDown_ValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 183); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 10; this.label2.Text = "X Grid Step:"; // // XGridOriginNumericUpDown // this.XGridOriginNumericUpDown.Location = new System.Drawing.Point(12, 154); this.XGridOriginNumericUpDown.Maximum = new decimal(new int[] { 200, 0, 0, 0 }); this.XGridOriginNumericUpDown.Name = "XGridOriginNumericUpDown"; this.XGridOriginNumericUpDown.Size = new System.Drawing.Size(120, 20); this.XGridOriginNumericUpDown.TabIndex = 9; this.XGridOriginNumericUpDown.ValueChanged += new System.EventHandler(this.XGridOriginNumericUpDown_ValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 137); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 13); this.label3.TabIndex = 8; this.label3.Text = "X Grid Origin:"; // // YGridStepNumericUpDown // this.YGridStepNumericUpDown.Location = new System.Drawing.Point(12, 308); this.YGridStepNumericUpDown.Maximum = new decimal(new int[] { 200, 0, 0, 0 }); this.YGridStepNumericUpDown.Name = "YGridStepNumericUpDown"; this.YGridStepNumericUpDown.Size = new System.Drawing.Size(120, 20); this.YGridStepNumericUpDown.TabIndex = 15; this.YGridStepNumericUpDown.ValueChanged += new System.EventHandler(this.YGridStepNumericUpDown_ValueChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 291); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 13); this.label4.TabIndex = 14; this.label4.Text = "Y Grid Step:"; // // YGridOriginNumericUpDown // this.YGridOriginNumericUpDown.Location = new System.Drawing.Point(12, 262); this.YGridOriginNumericUpDown.Maximum = new decimal(new int[] { 200, 0, 0, 0 }); this.YGridOriginNumericUpDown.Name = "YGridOriginNumericUpDown"; this.YGridOriginNumericUpDown.Size = new System.Drawing.Size(120, 20); this.YGridOriginNumericUpDown.TabIndex = 13; this.YGridOriginNumericUpDown.ValueChanged += new System.EventHandler(this.YGridOriginNumericUpDown_ValueChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 245); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 13); this.label5.TabIndex = 12; this.label5.Text = "Y Grid Origin:"; // // NGridSurfaceSpacingUC // this.Controls.Add(this.YGridStepNumericUpDown); this.Controls.Add(this.label4); this.Controls.Add(this.YGridOriginNumericUpDown); this.Controls.Add(this.label5); this.Controls.Add(this.XGridStepNumericUpDown); this.Controls.Add(this.label2); this.Controls.Add(this.XGridOriginNumericUpDown); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.SpacingModeComboBox); this.Controls.Add(this.GenerateDataButton); this.Controls.Add(this.smoothShadingCheck); this.Name = "NGridSurfaceSpacingUC"; this.Size = new System.Drawing.Size(176, 378); ((System.ComponentModel.ISupportInitialize)(this.XGridStepNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.XGridOriginNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.YGridStepNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.YGridOriginNumericUpDown)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.ContourDisplayModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label4 = new System.Windows.Forms.Label(); this.ContourColorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label5 = new System.Windows.Forms.Label(); this.ShowFillCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SmoothPaletteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.InterpolateImageCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.ContourStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.ContourDotSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ShowPointsCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // ContourDisplayModeCombo // this.ContourDisplayModeCombo.ListProperties.CheckBoxDataMember = ""; this.ContourDisplayModeCombo.ListProperties.DataSource = null; this.ContourDisplayModeCombo.ListProperties.DisplayMember = ""; this.ContourDisplayModeCombo.Location = new System.Drawing.Point(6, 32); this.ContourDisplayModeCombo.Name = "ContourDisplayModeCombo"; this.ContourDisplayModeCombo.Size = new System.Drawing.Size(159, 21); this.ContourDisplayModeCombo.TabIndex = 1; this.ContourDisplayModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourDisplayModeCombo_SelectedIndexChanged); // // label4 // this.label4.Location = new System.Drawing.Point(6, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(159, 21); this.label4.TabIndex = 0; this.label4.Text = "Contour Display Mode:"; // // ContourColorModeCombo // this.ContourColorModeCombo.ListProperties.CheckBoxDataMember = ""; this.ContourColorModeCombo.ListProperties.DataSource = null; this.ContourColorModeCombo.ListProperties.DisplayMember = ""; this.ContourColorModeCombo.Location = new System.Drawing.Point(6, 70); this.ContourColorModeCombo.Name = "ContourColorModeCombo"; this.ContourColorModeCombo.Size = new System.Drawing.Size(159, 21); this.ContourColorModeCombo.TabIndex = 3; this.ContourColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourColorModeCombo_SelectedIndexChanged); // // label5 // this.label5.Location = new System.Drawing.Point(6, 56); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(159, 21); this.label5.TabIndex = 2; this.label5.Text = "Contour Color Mode:"; // // ShowFillCheckBox // this.ShowFillCheckBox.ButtonProperties.BorderOffset = 2; this.ShowFillCheckBox.Location = new System.Drawing.Point(6, 200); this.ShowFillCheckBox.Name = "ShowFillCheckBox"; this.ShowFillCheckBox.Size = new System.Drawing.Size(150, 24); this.ShowFillCheckBox.TabIndex = 1; this.ShowFillCheckBox.Text = "Show Fill"; this.ShowFillCheckBox.CheckedChanged += new System.EventHandler(this.ShowFillCheckBox_CheckedChanged); // // SmoothPaletteCheckBox // this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2; this.SmoothPaletteCheckBox.Location = new System.Drawing.Point(6, 224); this.SmoothPaletteCheckBox.Name = "SmoothPaletteCheckBox"; this.SmoothPaletteCheckBox.Size = new System.Drawing.Size(150, 24); this.SmoothPaletteCheckBox.TabIndex = 2; this.SmoothPaletteCheckBox.Text = "Smooth Palette"; this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged); // // InterpolateImageCheckBox // this.InterpolateImageCheckBox.ButtonProperties.BorderOffset = 2; this.InterpolateImageCheckBox.Location = new System.Drawing.Point(6, 248); this.InterpolateImageCheckBox.Name = "InterpolateImageCheckBox"; this.InterpolateImageCheckBox.Size = new System.Drawing.Size(150, 24); this.InterpolateImageCheckBox.TabIndex = 3; this.InterpolateImageCheckBox.Text = "Interpolate Image"; this.InterpolateImageCheckBox.CheckedChanged += new System.EventHandler(this.InterpolateImageCheckBox_CheckedChanged); // // ContourStrokeStyleButton // this.ContourStrokeStyleButton.Location = new System.Drawing.Point(6, 109); this.ContourStrokeStyleButton.Name = "ContourStrokeStyleButton"; this.ContourStrokeStyleButton.Size = new System.Drawing.Size(159, 24); this.ContourStrokeStyleButton.TabIndex = 4; this.ContourStrokeStyleButton.Text = "Contour Stroke Style ..."; this.ContourStrokeStyleButton.Click += new System.EventHandler(this.ContourStrokeStyleButton_Click); // // ContourDotSizeNumericUpDown // this.ContourDotSizeNumericUpDown.Location = new System.Drawing.Point(106, 139); this.ContourDotSizeNumericUpDown.Name = "ContourDotSizeNumericUpDown"; this.ContourDotSizeNumericUpDown.Size = new System.Drawing.Size(59, 20); this.ContourDotSizeNumericUpDown.TabIndex = 6; this.ContourDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.ContourDotSizeNumericUpDown_ValueChanged); // // label7 // this.label7.Location = new System.Drawing.Point(6, 139); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(94, 20); this.label7.TabIndex = 5; this.label7.Text = "Contour Dot Size:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox2 // this.groupBox2.Controls.Add(this.ContourDisplayModeCombo); this.groupBox2.Controls.Add(this.ContourColorModeCombo); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.ContourStrokeStyleButton); this.groupBox2.Controls.Add(this.ContourDotSizeNumericUpDown); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(179, 182); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Contour"; // // ShowPointsCheckBox // this.ShowPointsCheckBox.ButtonProperties.BorderOffset = 2; this.ShowPointsCheckBox.Location = new System.Drawing.Point(6, 272); this.ShowPointsCheckBox.Name = "ShowPointsCheckBox"; this.ShowPointsCheckBox.Size = new System.Drawing.Size(150, 24); this.ShowPointsCheckBox.TabIndex = 4; this.ShowPointsCheckBox.Text = "Show Points"; this.ShowPointsCheckBox.CheckedChanged += new System.EventHandler(this.ShowPointsCheckBox_CheckedChanged); // // NTriangulatedHeatMapUC // this.Controls.Add(this.ShowPointsCheckBox); this.Controls.Add(this.groupBox2); this.Controls.Add(this.InterpolateImageCheckBox); this.Controls.Add(this.SmoothPaletteCheckBox); this.Controls.Add(this.ShowFillCheckBox); this.Name = "NTriangulatedHeatMapUC"; this.Size = new System.Drawing.Size(179, 516); ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).EndInit(); this.groupBox2.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.components = new System.ComponentModel.Container(); this.DayCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.WeekCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.AllowedUnitsGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox(); this.HourCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SecondCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.MinuteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.MillisecondCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.EnableUnitSensitiveFormattingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.StepUnitComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label4 = new System.Windows.Forms.Label(); this.StepCountUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.ClearDataButton = new Nevron.UI.WinForm.Controls.NButton(); this.AllowedUnitsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).BeginInit(); this.SuspendLayout(); // // DayCheckBox // this.DayCheckBox.ButtonProperties.BorderOffset = 2; this.DayCheckBox.Location = new System.Drawing.Point(16, 76); this.DayCheckBox.Name = "DayCheckBox"; this.DayCheckBox.Size = new System.Drawing.Size(104, 24); this.DayCheckBox.TabIndex = 4; this.DayCheckBox.Text = "Day"; this.DayCheckBox.CheckedChanged += new System.EventHandler(this.DayCheckBox_CheckedChanged); // // WeekCheckBox // this.WeekCheckBox.ButtonProperties.BorderOffset = 2; this.WeekCheckBox.Location = new System.Drawing.Point(136, 76); this.WeekCheckBox.Name = "WeekCheckBox"; this.WeekCheckBox.Size = new System.Drawing.Size(80, 24); this.WeekCheckBox.TabIndex = 5; this.WeekCheckBox.Text = "Week"; this.WeekCheckBox.CheckedChanged += new System.EventHandler(this.WeekCheckBox_CheckedChanged); // // label3 // this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 0; // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 0; // // AllowedUnitsGroupBox // this.AllowedUnitsGroupBox.Controls.Add(this.HourCheckBox); this.AllowedUnitsGroupBox.Controls.Add(this.SecondCheckBox); this.AllowedUnitsGroupBox.Controls.Add(this.MinuteCheckBox); this.AllowedUnitsGroupBox.Controls.Add(this.MillisecondCheckBox); this.AllowedUnitsGroupBox.Controls.Add(this.WeekCheckBox); this.AllowedUnitsGroupBox.Controls.Add(this.DayCheckBox); this.AllowedUnitsGroupBox.ImageIndex = 0; this.AllowedUnitsGroupBox.Location = new System.Drawing.Point(8, 0); this.AllowedUnitsGroupBox.Name = "AllowedUnitsGroupBox"; this.AllowedUnitsGroupBox.Size = new System.Drawing.Size(240, 109); this.AllowedUnitsGroupBox.TabIndex = 0; this.AllowedUnitsGroupBox.TabStop = false; this.AllowedUnitsGroupBox.Text = "Allowed Date Time Units"; // // HourCheckBox // this.HourCheckBox.ButtonProperties.BorderOffset = 2; this.HourCheckBox.Location = new System.Drawing.Point(136, 46); this.HourCheckBox.Name = "HourCheckBox"; this.HourCheckBox.Size = new System.Drawing.Size(80, 24); this.HourCheckBox.TabIndex = 3; this.HourCheckBox.Text = "Hour"; this.HourCheckBox.CheckedChanged += new System.EventHandler(this.HourCheckBox_CheckedChanged); // // SecondCheckBox // this.SecondCheckBox.ButtonProperties.BorderOffset = 2; this.SecondCheckBox.Location = new System.Drawing.Point(136, 16); this.SecondCheckBox.Name = "SecondCheckBox"; this.SecondCheckBox.Size = new System.Drawing.Size(80, 24); this.SecondCheckBox.TabIndex = 1; this.SecondCheckBox.Text = "Second"; this.SecondCheckBox.CheckedChanged += new System.EventHandler(this.SecondCheckBox_CheckedChanged); // // MinuteCheckBox // this.MinuteCheckBox.ButtonProperties.BorderOffset = 2; this.MinuteCheckBox.Location = new System.Drawing.Point(16, 46); this.MinuteCheckBox.Name = "MinuteCheckBox"; this.MinuteCheckBox.Size = new System.Drawing.Size(104, 24); this.MinuteCheckBox.TabIndex = 2; this.MinuteCheckBox.Text = "Minute"; this.MinuteCheckBox.CheckedChanged += new System.EventHandler(this.MinuteCheckBox_CheckedChanged); // // MillisecondCheckBox // this.MillisecondCheckBox.ButtonProperties.BorderOffset = 2; this.MillisecondCheckBox.Location = new System.Drawing.Point(16, 16); this.MillisecondCheckBox.Name = "MillisecondCheckBox"; this.MillisecondCheckBox.Size = new System.Drawing.Size(104, 24); this.MillisecondCheckBox.TabIndex = 0; this.MillisecondCheckBox.Text = "Millisecond"; this.MillisecondCheckBox.CheckedChanged += new System.EventHandler(this.MillisecondCheckBox_CheckedChanged); // // EnableUnitSensitiveFormattingCheckBox // this.EnableUnitSensitiveFormattingCheckBox.ButtonProperties.BorderOffset = 2; this.EnableUnitSensitiveFormattingCheckBox.Location = new System.Drawing.Point(8, 115); this.EnableUnitSensitiveFormattingCheckBox.Name = "EnableUnitSensitiveFormattingCheckBox"; this.EnableUnitSensitiveFormattingCheckBox.Size = new System.Drawing.Size(200, 24); this.EnableUnitSensitiveFormattingCheckBox.TabIndex = 1; this.EnableUnitSensitiveFormattingCheckBox.Text = "Enable Unit Sensitive Formatting"; this.EnableUnitSensitiveFormattingCheckBox.CheckedChanged += new System.EventHandler(this.EnableUnitSensitiveFormattingCheckBox_CheckedChanged); // // StartStopTimerButton // this.StartStopTimerButton.Location = new System.Drawing.Point(8, 174); this.StartStopTimerButton.Name = "StartStopTimerButton"; this.StartStopTimerButton.Size = new System.Drawing.Size(232, 23); this.StartStopTimerButton.TabIndex = 3; this.StartStopTimerButton.Text = "Stop Timer"; this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // StepUnitComboBox // this.StepUnitComboBox.ListProperties.CheckBoxDataMember = ""; this.StepUnitComboBox.ListProperties.DataSource = null; this.StepUnitComboBox.ListProperties.DisplayMember = ""; this.StepUnitComboBox.Location = new System.Drawing.Point(124, 212); this.StepUnitComboBox.Name = "StepUnitComboBox"; this.StepUnitComboBox.Size = new System.Drawing.Size(116, 21); this.StepUnitComboBox.TabIndex = 6; // // label4 // this.label4.Location = new System.Drawing.Point(5, 210); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 23); this.label4.TabIndex = 4; this.label4.Text = "Step:"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // StepCountUpDown // this.StepCountUpDown.Location = new System.Drawing.Point(52, 213); this.StepCountUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.StepCountUpDown.Name = "StepCountUpDown"; this.StepCountUpDown.Size = new System.Drawing.Size(66, 20); this.StepCountUpDown.TabIndex = 5; this.StepCountUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // ClearDataButton // this.ClearDataButton.Location = new System.Drawing.Point(8, 145); this.ClearDataButton.Name = "ClearDataButton"; this.ClearDataButton.Size = new System.Drawing.Size(232, 23); this.ClearDataButton.TabIndex = 2; this.ClearDataButton.Text = "Clear Data"; this.ClearDataButton.Click += new System.EventHandler(this.ClearDataButton_Click); // // NTimeSpanScaleUC // this.Controls.Add(this.ClearDataButton); this.Controls.Add(this.label4); this.Controls.Add(this.StepCountUpDown); this.Controls.Add(this.StepUnitComboBox); this.Controls.Add(this.StartStopTimerButton); this.Controls.Add(this.EnableUnitSensitiveFormattingCheckBox); this.Controls.Add(this.AllowedUnitsGroupBox); this.Name = "NTimeSpanScaleUC"; this.Size = new System.Drawing.Size(256, 416); this.AllowedUnitsGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.StepCountUpDown)).EndInit(); 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.PositiveNegativeData = new Nevron.UI.WinForm.Controls.NButton(); this.PositiveData = new Nevron.UI.WinForm.Controls.NButton(); this.label5 = new System.Windows.Forms.Label(); this.BarShapeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.ExportPDFButton = new Nevron.UI.WinForm.Controls.NButton(); this.ExportFlashButton = new Nevron.UI.WinForm.Controls.NButton(); this.ExportSilverlightButton = new Nevron.UI.WinForm.Controls.NButton(); this.ExportEMFButton = new Nevron.UI.WinForm.Controls.NButton(); this.ExportSVGButton = new Nevron.UI.WinForm.Controls.NButton(); this.SuspendLayout(); // // PositiveNegativeData // this.PositiveNegativeData.Location = new System.Drawing.Point(5, 99); this.PositiveNegativeData.Name = "PositiveNegativeData"; this.PositiveNegativeData.Size = new System.Drawing.Size(169, 32); this.PositiveNegativeData.TabIndex = 3; this.PositiveNegativeData.Text = "Positive and Negative Data"; this.PositiveNegativeData.Click += new System.EventHandler(this.PositiveNegativeDataButton_Click); // // PositiveData // this.PositiveData.Location = new System.Drawing.Point(5, 61); this.PositiveData.Name = "PositiveData"; this.PositiveData.Size = new System.Drawing.Size(169, 32); this.PositiveData.TabIndex = 2; this.PositiveData.Text = "Positive Data"; this.PositiveData.Click += new System.EventHandler(this.PositiveDataButton_Click); // // label5 // this.label5.Location = new System.Drawing.Point(5, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(169, 16); this.label5.TabIndex = 0; this.label5.Text = "Bar Shape:"; // // BarShapeCombo // this.BarShapeCombo.ListProperties.CheckBoxDataMember = ""; this.BarShapeCombo.ListProperties.DataSource = null; this.BarShapeCombo.ListProperties.DisplayMember = ""; this.BarShapeCombo.Location = new System.Drawing.Point(5, 24); this.BarShapeCombo.Name = "BarShapeCombo"; this.BarShapeCombo.Size = new System.Drawing.Size(169, 21); this.BarShapeCombo.TabIndex = 1; this.BarShapeCombo.SelectedIndexChanged += new System.EventHandler(this.BarShapeCombo_SelectedIndexChanged); // // ExportPDFButton // this.ExportPDFButton.Location = new System.Drawing.Point(5, 184); this.ExportPDFButton.Name = "ExportPDFButton"; this.ExportPDFButton.Size = new System.Drawing.Size(169, 32); this.ExportPDFButton.TabIndex = 4; this.ExportPDFButton.Text = "Export to PDF"; this.ExportPDFButton.Click += new System.EventHandler(this.ExportPDFButton_Click); // // ExportFlashButton // this.ExportFlashButton.Location = new System.Drawing.Point(5, 276); this.ExportFlashButton.Name = "ExportFlashButton"; this.ExportFlashButton.Size = new System.Drawing.Size(169, 32); this.ExportFlashButton.TabIndex = 6; this.ExportFlashButton.Text = "Export to Flash"; this.ExportFlashButton.Click += new System.EventHandler(this.ExportFlashButton_Click); // // ExportSilverlightButton // this.ExportSilverlightButton.Location = new System.Drawing.Point(5, 322); this.ExportSilverlightButton.Name = "ExportSilverlightButton"; this.ExportSilverlightButton.Size = new System.Drawing.Size(169, 32); this.ExportSilverlightButton.TabIndex = 7; this.ExportSilverlightButton.Text = "Export to Silverlight"; this.ExportSilverlightButton.Click += new System.EventHandler(this.ExportSilverlightButton_Click); // // ExportEMFButton // this.ExportEMFButton.Location = new System.Drawing.Point(5, 368); this.ExportEMFButton.Name = "ExportEMFButton"; this.ExportEMFButton.Size = new System.Drawing.Size(169, 32); this.ExportEMFButton.TabIndex = 8; this.ExportEMFButton.Text = "Export to Metafile"; this.ExportEMFButton.Click += new System.EventHandler(this.ExportEMFButton_Click); // // ExportSVGButton // this.ExportSVGButton.Location = new System.Drawing.Point(6, 230); this.ExportSVGButton.Name = "ExportSVGButton"; this.ExportSVGButton.Size = new System.Drawing.Size(169, 32); this.ExportSVGButton.TabIndex = 5; this.ExportSVGButton.Text = "Export to SVG"; this.ExportSVGButton.Click += new System.EventHandler(this.ExportSVGButton_Click); // // NVectorImageExportUC // this.Controls.Add(this.ExportSVGButton); this.Controls.Add(this.ExportEMFButton); this.Controls.Add(this.ExportSilverlightButton); this.Controls.Add(this.ExportFlashButton); this.Controls.Add(this.ExportPDFButton); this.Controls.Add(this.BarShapeCombo); this.Controls.Add(this.label5); this.Controls.Add(this.PositiveNegativeData); this.Controls.Add(this.PositiveData); this.Name = "NVectorImageExportUC"; this.Size = new System.Drawing.Size(180, 484); this.ResumeLayout(false); }
private void InitializeComponent() { this.OriginXUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.OriginYUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.StepXUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.StepYUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.ContourDisplayModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label4 = new System.Windows.Forms.Label(); this.ContourColorModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label5 = new System.Windows.Forms.Label(); this.ShowFillCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SmoothPaletteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.InterpolateImageCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.GridDisplayModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label6 = new System.Windows.Forms.Label(); this.ContourStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.ContourDotSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.GridDotSizeNumericUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.GridStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.OriginXUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.OriginYUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StepXUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StepYUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridDotSizeNumericUpDown)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // OriginXUpDown // this.OriginXUpDown.Location = new System.Drawing.Point(93, 16); this.OriginXUpDown.Name = "OriginXUpDown"; this.OriginXUpDown.Size = new System.Drawing.Size(72, 20); this.OriginXUpDown.TabIndex = 1; this.OriginXUpDown.ValueChanged += new System.EventHandler(this.OriginXUpDown_ValueChanged); // // label9 // this.label9.Location = new System.Drawing.Point(6, 16); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(48, 20); this.label9.TabIndex = 0; this.label9.Text = "Origin X:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // OriginYUpDown // this.OriginYUpDown.Location = new System.Drawing.Point(93, 42); this.OriginYUpDown.Name = "OriginYUpDown"; this.OriginYUpDown.Size = new System.Drawing.Size(72, 20); this.OriginYUpDown.TabIndex = 3; this.OriginYUpDown.ValueChanged += new System.EventHandler(this.OriginYUpDown_ValueChanged); // // label1 // this.label1.Location = new System.Drawing.Point(6, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 20); this.label1.TabIndex = 2; this.label1.Text = "Origin Y:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // StepXUpDown // this.StepXUpDown.Location = new System.Drawing.Point(93, 68); this.StepXUpDown.Name = "StepXUpDown"; this.StepXUpDown.Size = new System.Drawing.Size(72, 20); this.StepXUpDown.TabIndex = 5; this.StepXUpDown.ValueChanged += new System.EventHandler(this.StepXUpDown_ValueChanged); // // label2 // this.label2.Location = new System.Drawing.Point(6, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 20); this.label2.TabIndex = 4; this.label2.Text = "Step X:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // StepYUpDown // this.StepYUpDown.Location = new System.Drawing.Point(93, 94); this.StepYUpDown.Name = "StepYUpDown"; this.StepYUpDown.Size = new System.Drawing.Size(72, 20); this.StepYUpDown.TabIndex = 7; this.StepYUpDown.ValueChanged += new System.EventHandler(this.StepYUpDown_ValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(6, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 20); this.label3.TabIndex = 6; this.label3.Text = "Step Y:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ContourDisplayModeCombo // this.ContourDisplayModeCombo.ListProperties.CheckBoxDataMember = ""; this.ContourDisplayModeCombo.ListProperties.DataSource = null; this.ContourDisplayModeCombo.ListProperties.DisplayMember = ""; this.ContourDisplayModeCombo.Location = new System.Drawing.Point(6, 32); this.ContourDisplayModeCombo.Name = "ContourDisplayModeCombo"; this.ContourDisplayModeCombo.Size = new System.Drawing.Size(159, 21); this.ContourDisplayModeCombo.TabIndex = 9; this.ContourDisplayModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourDisplayModeCombo_SelectedIndexChanged); // // label4 // this.label4.Location = new System.Drawing.Point(6, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(159, 21); this.label4.TabIndex = 8; this.label4.Text = "Contour Display Mode:"; // // ContourColorModeCombo // this.ContourColorModeCombo.ListProperties.CheckBoxDataMember = ""; this.ContourColorModeCombo.ListProperties.DataSource = null; this.ContourColorModeCombo.ListProperties.DisplayMember = ""; this.ContourColorModeCombo.Location = new System.Drawing.Point(6, 70); this.ContourColorModeCombo.Name = "ContourColorModeCombo"; this.ContourColorModeCombo.Size = new System.Drawing.Size(159, 21); this.ContourColorModeCombo.TabIndex = 11; this.ContourColorModeCombo.SelectedIndexChanged += new System.EventHandler(this.ContourColorModeCombo_SelectedIndexChanged); // // label5 // this.label5.Location = new System.Drawing.Point(6, 56); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(159, 21); this.label5.TabIndex = 10; this.label5.Text = "Contour Color Mode:"; // // ShowFillCheckBox // this.ShowFillCheckBox.ButtonProperties.BorderOffset = 2; this.ShowFillCheckBox.Location = new System.Drawing.Point(6, 437); this.ShowFillCheckBox.Name = "ShowFillCheckBox"; this.ShowFillCheckBox.Size = new System.Drawing.Size(150, 24); this.ShowFillCheckBox.TabIndex = 12; this.ShowFillCheckBox.Text = "Show Fill"; this.ShowFillCheckBox.CheckedChanged += new System.EventHandler(this.ShowFillCheckBox_CheckedChanged); // // SmoothPaletteCheckBox // this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2; this.SmoothPaletteCheckBox.Location = new System.Drawing.Point(6, 458); this.SmoothPaletteCheckBox.Name = "SmoothPaletteCheckBox"; this.SmoothPaletteCheckBox.Size = new System.Drawing.Size(150, 24); this.SmoothPaletteCheckBox.TabIndex = 13; this.SmoothPaletteCheckBox.Text = "Smooth Palette"; this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged); // // InterpolateImageCheckBox // this.InterpolateImageCheckBox.ButtonProperties.BorderOffset = 2; this.InterpolateImageCheckBox.Location = new System.Drawing.Point(6, 479); this.InterpolateImageCheckBox.Name = "InterpolateImageCheckBox"; this.InterpolateImageCheckBox.Size = new System.Drawing.Size(150, 24); this.InterpolateImageCheckBox.TabIndex = 14; this.InterpolateImageCheckBox.Text = "Interpolate Image"; this.InterpolateImageCheckBox.CheckedChanged += new System.EventHandler(this.InterpolateImageCheckBox_CheckedChanged); // // GridDisplayModeComboBox // this.GridDisplayModeComboBox.ListProperties.CheckBoxDataMember = ""; this.GridDisplayModeComboBox.ListProperties.DataSource = null; this.GridDisplayModeComboBox.ListProperties.DisplayMember = ""; this.GridDisplayModeComboBox.Location = new System.Drawing.Point(6, 32); this.GridDisplayModeComboBox.Name = "GridDisplayModeComboBox"; this.GridDisplayModeComboBox.Size = new System.Drawing.Size(162, 21); this.GridDisplayModeComboBox.TabIndex = 16; this.GridDisplayModeComboBox.SelectedIndexChanged += new System.EventHandler(this.GridDisplayModeComboBox_SelectedIndexChanged); // // label6 // this.label6.Location = new System.Drawing.Point(6, 16); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(159, 21); this.label6.TabIndex = 15; this.label6.Text = "Grid Display Mode:"; // // ContourStrokeStyleButton // this.ContourStrokeStyleButton.Location = new System.Drawing.Point(6, 109); this.ContourStrokeStyleButton.Name = "ContourStrokeStyleButton"; this.ContourStrokeStyleButton.Size = new System.Drawing.Size(159, 24); this.ContourStrokeStyleButton.TabIndex = 17; this.ContourStrokeStyleButton.Text = "Contour Stroke Style ..."; this.ContourStrokeStyleButton.Click += new System.EventHandler(this.ContourStrokeStyleButton_Click); // // ContourDotSizeNumericUpDown // this.ContourDotSizeNumericUpDown.Location = new System.Drawing.Point(106, 139); this.ContourDotSizeNumericUpDown.Name = "ContourDotSizeNumericUpDown"; this.ContourDotSizeNumericUpDown.Size = new System.Drawing.Size(59, 20); this.ContourDotSizeNumericUpDown.TabIndex = 19; this.ContourDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.ContourDotSizeNumericUpDown_ValueChanged); // // label7 // this.label7.Location = new System.Drawing.Point(6, 139); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(94, 20); this.label7.TabIndex = 18; this.label7.Text = "Contour Dot Size:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GridDotSizeNumericUpDown // this.GridDotSizeNumericUpDown.Location = new System.Drawing.Point(109, 89); this.GridDotSizeNumericUpDown.Name = "GridDotSizeNumericUpDown"; this.GridDotSizeNumericUpDown.Size = new System.Drawing.Size(59, 20); this.GridDotSizeNumericUpDown.TabIndex = 22; this.GridDotSizeNumericUpDown.ValueChanged += new System.EventHandler(this.GridDotSizeNumericUpDown_ValueChanged); // // label8 // this.label8.Location = new System.Drawing.Point(6, 89); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(94, 20); this.label8.TabIndex = 21; this.label8.Text = "Grid Dot Size:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GridStrokeStyleButton // this.GridStrokeStyleButton.Location = new System.Drawing.Point(6, 59); this.GridStrokeStyleButton.Name = "GridStrokeStyleButton"; this.GridStrokeStyleButton.Size = new System.Drawing.Size(162, 24); this.GridStrokeStyleButton.TabIndex = 20; this.GridStrokeStyleButton.Text = "Grid Stroke Style ..."; this.GridStrokeStyleButton.Click += new System.EventHandler(this.GridStrokeStyleButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.OriginXUpDown); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.OriginYUpDown); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.StepXUpDown); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.StepYUpDown); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(179, 124); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; this.groupBox1.Text = "Position"; // // groupBox2 // this.groupBox2.Controls.Add(this.ContourDisplayModeCombo); this.groupBox2.Controls.Add(this.ContourColorModeCombo); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.ContourStrokeStyleButton); this.groupBox2.Controls.Add(this.ContourDotSizeNumericUpDown); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 124); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(179, 182); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "Contour"; // // groupBox3 // this.groupBox3.Controls.Add(this.GridDisplayModeComboBox); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.GridStrokeStyleButton); this.groupBox3.Controls.Add(this.GridDotSizeNumericUpDown); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.Location = new System.Drawing.Point(0, 306); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(179, 124); this.groupBox3.TabIndex = 25; this.groupBox3.TabStop = false; this.groupBox3.Text = "Grid"; // // NHeatMapContourUC // this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.InterpolateImageCheckBox); this.Controls.Add(this.SmoothPaletteCheckBox); this.Controls.Add(this.ShowFillCheckBox); this.Name = "NHeatMapContourUC"; this.Size = new System.Drawing.Size(179, 516); ((System.ComponentModel.ISupportInitialize)(this.OriginXUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.OriginYUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StepXUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StepYUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ContourDotSizeNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridDotSizeNumericUpDown)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.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.smoothPaletteCheck = new Nevron.UI.WinForm.Controls.NCheckBox(); this.label4 = new System.Windows.Forms.Label(); this.paletteStepsCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label2 = new System.Windows.Forms.Label(); this.paletteModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton(); this.SuspendLayout(); // // smoothPaletteCheck // this.smoothPaletteCheck.ButtonProperties.BorderOffset = 2; this.smoothPaletteCheck.Location = new System.Drawing.Point(5, 168); this.smoothPaletteCheck.Name = "smoothPaletteCheck"; this.smoothPaletteCheck.Size = new System.Drawing.Size(168, 21); this.smoothPaletteCheck.TabIndex = 4; this.smoothPaletteCheck.Text = "Smooth Palette"; this.smoothPaletteCheck.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheck_CheckedChanged); // // label4 // this.label4.Location = new System.Drawing.Point(5, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(168, 14); this.label4.TabIndex = 2; this.label4.Text = "Palette Steps:"; // // paletteStepsCombo // this.paletteStepsCombo.ListProperties.CheckBoxDataMember = ""; this.paletteStepsCombo.ListProperties.DataSource = null; this.paletteStepsCombo.ListProperties.DisplayMember = ""; this.paletteStepsCombo.Location = new System.Drawing.Point(5, 122); this.paletteStepsCombo.Name = "paletteStepsCombo"; this.paletteStepsCombo.Size = new System.Drawing.Size(168, 21); this.paletteStepsCombo.TabIndex = 3; this.paletteStepsCombo.SelectedIndexChanged += new System.EventHandler(this.PaletteStepsCombo_SelectedIndexChanged); // // label2 // this.label2.Location = new System.Drawing.Point(5, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(168, 14); this.label2.TabIndex = 0; this.label2.Text = "Palette Mode:"; // // paletteModeCombo // this.paletteModeCombo.ListProperties.CheckBoxDataMember = ""; this.paletteModeCombo.ListProperties.DataSource = null; this.paletteModeCombo.ListProperties.DisplayMember = ""; this.paletteModeCombo.Location = new System.Drawing.Point(5, 65); this.paletteModeCombo.Name = "paletteModeCombo"; this.paletteModeCombo.Size = new System.Drawing.Size(168, 21); this.paletteModeCombo.TabIndex = 1; this.paletteModeCombo.SelectedIndexChanged += new System.EventHandler(this.PaletteModeCombo_SelectedIndexChanged); // // StartStopTimerButton // this.StartStopTimerButton.Location = new System.Drawing.Point(5, 11); this.StartStopTimerButton.Name = "StopStartTimerButton"; this.StartStopTimerButton.Size = new System.Drawing.Size(168, 23); this.StartStopTimerButton.TabIndex = 5; this.StartStopTimerButton.Text = "Stop Timer"; this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click); // // NRealTimeSurfaceUC // this.Controls.Add(this.StartStopTimerButton); this.Controls.Add(this.label4); this.Controls.Add(this.smoothPaletteCheck); this.Controls.Add(this.label2); this.Controls.Add(this.paletteStepsCombo); this.Controls.Add(this.paletteModeCombo); this.Name = "NRealTimeSurfaceUC"; this.Size = new System.Drawing.Size(180, 227); 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.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.GridSizeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label1 = new System.Windows.Forms.Label(); this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton(); this.label2 = new System.Windows.Forms.Label(); this.FrameModeCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.label3 = new System.Windows.Forms.Label(); this.FillModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.EnableShaderRenderingCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // GridSizeComboBox // this.GridSizeComboBox.ListProperties.CheckBoxDataMember = ""; this.GridSizeComboBox.ListProperties.DataSource = null; this.GridSizeComboBox.ListProperties.DisplayMember = ""; this.GridSizeComboBox.Location = new System.Drawing.Point(19, 29); this.GridSizeComboBox.Name = "GridSizeComboBox"; this.GridSizeComboBox.Size = new System.Drawing.Size(144, 21); this.GridSizeComboBox.TabIndex = 2; this.GridSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.gridSizeComboBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 13); this.label1.TabIndex = 3; this.label1.Text = "Grid size:"; // // StartStopTimerButton // this.StartStopTimerButton.Location = new System.Drawing.Point(19, 257); this.StartStopTimerButton.Name = "StartStopTimerButton"; this.StartStopTimerButton.Size = new System.Drawing.Size(144, 23); this.StartStopTimerButton.TabIndex = 5; this.StartStopTimerButton.Text = "Stop Timer"; this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click); // // label2 // this.label2.Location = new System.Drawing.Point(19, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(131, 14); this.label2.TabIndex = 6; this.label2.Text = "Frame Mode:"; // // FrameModeCombo // this.FrameModeCombo.ListProperties.CheckBoxDataMember = ""; this.FrameModeCombo.ListProperties.DataSource = null; this.FrameModeCombo.ListProperties.DisplayMember = ""; this.FrameModeCombo.Location = new System.Drawing.Point(19, 136); this.FrameModeCombo.Name = "FrameModeCombo"; this.FrameModeCombo.Size = new System.Drawing.Size(144, 21); this.FrameModeCombo.TabIndex = 7; this.FrameModeCombo.SelectedIndexChanged += new System.EventHandler(this.FrameModeCombo_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(19, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(131, 14); this.label3.TabIndex = 8; this.label3.Text = "Fill Mode:"; // // FillModeComboBox // this.FillModeComboBox.ListProperties.CheckBoxDataMember = ""; this.FillModeComboBox.ListProperties.DataSource = null; this.FillModeComboBox.ListProperties.DisplayMember = ""; this.FillModeComboBox.Location = new System.Drawing.Point(19, 96); this.FillModeComboBox.Name = "FillModeComboBox"; this.FillModeComboBox.Size = new System.Drawing.Size(144, 21); this.FillModeComboBox.TabIndex = 9; this.FillModeComboBox.SelectedIndexChanged += new System.EventHandler(this.FillModeComboBox_SelectedIndexChanged); // // EnableShaderRenderingCheckBox // this.EnableShaderRenderingCheckBox.ButtonProperties.BorderOffset = 2; this.EnableShaderRenderingCheckBox.Location = new System.Drawing.Point(19, 193); this.EnableShaderRenderingCheckBox.Name = "EnableShaderRenderingCheckBox"; this.EnableShaderRenderingCheckBox.Size = new System.Drawing.Size(140, 20); this.EnableShaderRenderingCheckBox.TabIndex = 10; this.EnableShaderRenderingCheckBox.Text = "Enable Shader Rendering"; this.EnableShaderRenderingCheckBox.CheckedChanged += new System.EventHandler(this.EnableShaderRenderingCheckBox_CheckedChanged); // // NTriangulatedSurfaceRealtimeUC // this.Controls.Add(this.EnableShaderRenderingCheckBox); this.Controls.Add(this.label3); this.Controls.Add(this.FillModeComboBox); this.Controls.Add(this.label2); this.Controls.Add(this.FrameModeCombo); this.Controls.Add(this.StartStopTimerButton); this.Controls.Add(this.label1); this.Controls.Add(this.GridSizeComboBox); this.Name = "NTriangulatedSurfaceRealtimeUC"; this.Size = new System.Drawing.Size(180, 349); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.VerticalDropLinesOriginModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.ShowVerticalDropLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.VerticalDropLinesButton = new Nevron.UI.WinForm.Controls.NButton(); this.VerticalDropLinesOriginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.HorizontalDropLinesOriginUpDown = new Nevron.UI.WinForm.Controls.NNumericUpDown(); this.HorizontalDropLinesButton = new Nevron.UI.WinForm.Controls.NButton(); this.ShowHorizontalDropLinesCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.HorizontalDropLinesOriginModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.VerticalDropLinesOriginUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.HorizontalDropLinesOriginUpDown)).BeginInit(); this.SuspendLayout(); // // VerticalDropLinesOriginModeComboBox // this.VerticalDropLinesOriginModeComboBox.ListProperties.CheckBoxDataMember = ""; this.VerticalDropLinesOriginModeComboBox.ListProperties.DataSource = null; this.VerticalDropLinesOriginModeComboBox.ListProperties.DisplayMember = ""; this.VerticalDropLinesOriginModeComboBox.Location = new System.Drawing.Point(75, 43); this.VerticalDropLinesOriginModeComboBox.Name = "VerticalDropLinesOriginModeComboBox"; this.VerticalDropLinesOriginModeComboBox.Size = new System.Drawing.Size(101, 21); this.VerticalDropLinesOriginModeComboBox.TabIndex = 2; this.VerticalDropLinesOriginModeComboBox.SelectedIndexChanged += new System.EventHandler(this.VerticalDropLinesOriginModeComboBox_SelectedIndexChanged); // // ShowVerticalDropLinesCheckBox // this.ShowVerticalDropLinesCheckBox.ButtonProperties.BorderOffset = 2; this.ShowVerticalDropLinesCheckBox.Location = new System.Drawing.Point(3, 16); this.ShowVerticalDropLinesCheckBox.Name = "ShowVerticalDropLinesCheckBox"; this.ShowVerticalDropLinesCheckBox.Size = new System.Drawing.Size(172, 21); this.ShowVerticalDropLinesCheckBox.TabIndex = 0; this.ShowVerticalDropLinesCheckBox.Text = "Show Vertical Drop Lines"; this.ShowVerticalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowVerticalDropLinesCheckBox_CheckedChanged); // // VerticalDropLinesButton // this.VerticalDropLinesButton.Location = new System.Drawing.Point(4, 96); this.VerticalDropLinesButton.Name = "VerticalDropLinesButton"; this.VerticalDropLinesButton.Size = new System.Drawing.Size(172, 23); this.VerticalDropLinesButton.TabIndex = 5; this.VerticalDropLinesButton.Text = "Vertical Drop Lines Stroke Style..."; this.VerticalDropLinesButton.Click += new System.EventHandler(this.VerticalDropLinesButton_Click); // // VerticalDropLinesOriginUpDown // this.VerticalDropLinesOriginUpDown.DecimalPlaces = 5; this.VerticalDropLinesOriginUpDown.Location = new System.Drawing.Point(75, 67); this.VerticalDropLinesOriginUpDown.Maximum = new decimal(new int[] { 10000, 0, 0, 0 }); this.VerticalDropLinesOriginUpDown.Minimum = new decimal(new int[] { 10000, 0, 0, -2147483648 }); this.VerticalDropLinesOriginUpDown.Name = "VerticalDropLinesOriginUpDown"; this.VerticalDropLinesOriginUpDown.Size = new System.Drawing.Size(101, 20); this.VerticalDropLinesOriginUpDown.TabIndex = 4; this.VerticalDropLinesOriginUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.VerticalDropLinesOriginUpDown.ValueChanged += new System.EventHandler(this.VericalDropLinesOriginUpDown_ValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 51); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 13); this.label3.TabIndex = 1; this.label3.Text = "Origin Mode:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 13); this.label1.TabIndex = 3; this.label1.Text = "Origin:"; // // HorizontalDropLinesOriginUpDown // this.HorizontalDropLinesOriginUpDown.DecimalPlaces = 5; this.HorizontalDropLinesOriginUpDown.Location = new System.Drawing.Point(77, 190); this.HorizontalDropLinesOriginUpDown.Maximum = new decimal(new int[] { 10000, 0, 0, 0 }); this.HorizontalDropLinesOriginUpDown.Minimum = new decimal(new int[] { 10000, 0, 0, -2147483648 }); this.HorizontalDropLinesOriginUpDown.Name = "HorizontalDropLinesOriginUpDown"; this.HorizontalDropLinesOriginUpDown.Size = new System.Drawing.Size(101, 20); this.HorizontalDropLinesOriginUpDown.TabIndex = 10; this.HorizontalDropLinesOriginUpDown.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.HorizontalDropLinesOriginUpDown.ValueChanged += new System.EventHandler(this.HorizontalDropLinesOriginUpDown_ValueChanged); // // HorizontalDropLinesButton // this.HorizontalDropLinesButton.Location = new System.Drawing.Point(6, 219); this.HorizontalDropLinesButton.Name = "HorizontalDropLinesButton"; this.HorizontalDropLinesButton.Size = new System.Drawing.Size(172, 23); this.HorizontalDropLinesButton.TabIndex = 11; this.HorizontalDropLinesButton.Text = "Horizontal Drop Lines Stroke Style..."; this.HorizontalDropLinesButton.Click += new System.EventHandler(this.HorizontalDropLinesButton_Click); // // ShowHorizontalDropLinesCheckBox // this.ShowHorizontalDropLinesCheckBox.ButtonProperties.BorderOffset = 2; this.ShowHorizontalDropLinesCheckBox.Location = new System.Drawing.Point(5, 139); this.ShowHorizontalDropLinesCheckBox.Name = "ShowHorizontalDropLinesCheckBox"; this.ShowHorizontalDropLinesCheckBox.Size = new System.Drawing.Size(172, 21); this.ShowHorizontalDropLinesCheckBox.TabIndex = 6; this.ShowHorizontalDropLinesCheckBox.Text = "Show Horizontal Drop Lines"; this.ShowHorizontalDropLinesCheckBox.CheckedChanged += new System.EventHandler(this.ShowHorizontalDropLinesCheckBox_CheckedChanged); // // HorizontalDropLinesOriginModeComboBox // this.HorizontalDropLinesOriginModeComboBox.ListProperties.CheckBoxDataMember = ""; this.HorizontalDropLinesOriginModeComboBox.ListProperties.DataSource = null; this.HorizontalDropLinesOriginModeComboBox.ListProperties.DisplayMember = ""; this.HorizontalDropLinesOriginModeComboBox.Location = new System.Drawing.Point(77, 166); this.HorizontalDropLinesOriginModeComboBox.Name = "HorizontalDropLinesOriginModeComboBox"; this.HorizontalDropLinesOriginModeComboBox.Size = new System.Drawing.Size(101, 21); this.HorizontalDropLinesOriginModeComboBox.TabIndex = 8; this.HorizontalDropLinesOriginModeComboBox.SelectedIndexChanged += new System.EventHandler(this.HorizontalDropLinesOriginModeComboBox_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 174); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 13); this.label2.TabIndex = 7; this.label2.Text = "Origin Mode:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 197); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 13); this.label4.TabIndex = 9; this.label4.Text = "Origin:"; // // NPointDropLines2DUC // this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.HorizontalDropLinesOriginUpDown); this.Controls.Add(this.HorizontalDropLinesButton); this.Controls.Add(this.ShowHorizontalDropLinesCheckBox); this.Controls.Add(this.HorizontalDropLinesOriginModeComboBox); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.Controls.Add(this.VerticalDropLinesOriginUpDown); this.Controls.Add(this.VerticalDropLinesButton); this.Controls.Add(this.ShowVerticalDropLinesCheckBox); this.Controls.Add(this.VerticalDropLinesOriginModeComboBox); this.Name = "NPointDropLines2DUC"; this.Size = new System.Drawing.Size(180, 320); ((System.ComponentModel.ISupportInitialize)(this.VerticalDropLinesOriginUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.HorizontalDropLinesOriginUpDown)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.label2 = new System.Windows.Forms.Label(); this.BarPaletteModeComboBox = new Nevron.UI.WinForm.Controls.NComboBox(); this.InvertAxisCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SmoothPaletteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton(); this.Enable3DCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label2 // this.label2.Location = new System.Drawing.Point(11, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 16); this.label2.TabIndex = 0; this.label2.Text = "Bar Palette Mode:"; // // BarPaletteModeComboBox // this.BarPaletteModeComboBox.ListProperties.CheckBoxDataMember = ""; this.BarPaletteModeComboBox.ListProperties.DataSource = null; this.BarPaletteModeComboBox.ListProperties.DisplayMember = ""; this.BarPaletteModeComboBox.Location = new System.Drawing.Point(11, 23); this.BarPaletteModeComboBox.Name = "BarPaletteModeComboBox"; this.BarPaletteModeComboBox.Size = new System.Drawing.Size(152, 21); this.BarPaletteModeComboBox.TabIndex = 1; this.BarPaletteModeComboBox.SelectedIndexChanged += new System.EventHandler(this.BarPaletteModeComboBox_SelectedIndexChanged); // // InvertAxisCheckBox // this.InvertAxisCheckBox.ButtonProperties.BorderOffset = 2; this.InvertAxisCheckBox.ButtonProperties.ShowFocusRect = false; this.InvertAxisCheckBox.ButtonProperties.WrapText = true; this.InvertAxisCheckBox.Location = new System.Drawing.Point(11, 49); this.InvertAxisCheckBox.Name = "InvertAxisCheckBox"; this.InvertAxisCheckBox.Size = new System.Drawing.Size(139, 18); this.InvertAxisCheckBox.TabIndex = 2; this.InvertAxisCheckBox.Text = "Invert Axis"; this.InvertAxisCheckBox.CheckedChanged += new System.EventHandler(this.InvertAxisCheckBox_CheckedChanged); // // SmoothPaletteCheckBox // this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2; this.SmoothPaletteCheckBox.ButtonProperties.ShowFocusRect = false; this.SmoothPaletteCheckBox.ButtonProperties.WrapText = true; this.SmoothPaletteCheckBox.Location = new System.Drawing.Point(11, 71); this.SmoothPaletteCheckBox.Name = "SmoothPaletteCheckBox"; this.SmoothPaletteCheckBox.Size = new System.Drawing.Size(139, 18); this.SmoothPaletteCheckBox.TabIndex = 3; this.SmoothPaletteCheckBox.Text = "Smooth Palette"; this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged); // // StartStopTimerButton // this.StartStopTimerButton.Location = new System.Drawing.Point(11, 128); this.StartStopTimerButton.Name = "StartStopTimerButton"; this.StartStopTimerButton.Size = new System.Drawing.Size(152, 32); this.StartStopTimerButton.TabIndex = 5; this.StartStopTimerButton.Text = "Stop Timer"; this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click); // // Enable3DCheckBox // this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2; this.Enable3DCheckBox.ButtonProperties.ShowFocusRect = false; this.Enable3DCheckBox.ButtonProperties.WrapText = true; this.Enable3DCheckBox.Location = new System.Drawing.Point(11, 93); this.Enable3DCheckBox.Name = "Enable3DCheckBox"; this.Enable3DCheckBox.Size = new System.Drawing.Size(139, 18); this.Enable3DCheckBox.TabIndex = 4; this.Enable3DCheckBox.Text = "Enable 3D"; this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged); // // NBarPaletteUC // this.Controls.Add(this.Enable3DCheckBox); this.Controls.Add(this.StartStopTimerButton); this.Controls.Add(this.SmoothPaletteCheckBox); this.Controls.Add(this.InvertAxisCheckBox); this.Controls.Add(this.label2); this.Controls.Add(this.BarPaletteModeComboBox); this.Name = "NBarPaletteUC"; this.Size = new System.Drawing.Size(170, 358); 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.UseHardwareAccelerationCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.ChangeDataButton = new Nevron.UI.WinForm.Controls.NButton(); this.label1 = new System.Windows.Forms.Label(); this.MaxPointCountCombo = new Nevron.UI.WinForm.Controls.NComboBox(); this.Enable3DCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SuspendLayout(); // // UseHardwareAccelerationCheckBox // this.UseHardwareAccelerationCheckBox.ButtonProperties.BorderOffset = 2; this.UseHardwareAccelerationCheckBox.Location = new System.Drawing.Point(7, 88); this.UseHardwareAccelerationCheckBox.Name = "UseHardwareAccelerationCheckBox"; this.UseHardwareAccelerationCheckBox.Size = new System.Drawing.Size(170, 24); this.UseHardwareAccelerationCheckBox.TabIndex = 7; this.UseHardwareAccelerationCheckBox.Text = "Use Hardware Acceleration"; this.UseHardwareAccelerationCheckBox.CheckedChanged += new System.EventHandler(this.UseHardwareAccelerationCheckBox_CheckedChanged); // // ChangeDataButton // this.ChangeDataButton.Location = new System.Drawing.Point(7, 58); this.ChangeDataButton.Name = "ChangeDataButton"; this.ChangeDataButton.Size = new System.Drawing.Size(153, 23); this.ChangeDataButton.TabIndex = 9; this.ChangeDataButton.Text = "Change Data"; this.ChangeDataButton.Click += new System.EventHandler(this.ChangeDataButton_Click); // // label1 // this.label1.Location = new System.Drawing.Point(7, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(172, 21); this.label1.TabIndex = 0; this.label1.Text = "Max Point Count:"; // // MaxPointCountCombo // this.MaxPointCountCombo.ListProperties.CheckBoxDataMember = ""; this.MaxPointCountCombo.ListProperties.DataSource = null; this.MaxPointCountCombo.ListProperties.DisplayMember = ""; this.MaxPointCountCombo.Location = new System.Drawing.Point(7, 32); this.MaxPointCountCombo.Name = "MaxPointCountCombo"; this.MaxPointCountCombo.Size = new System.Drawing.Size(153, 21); this.MaxPointCountCombo.TabIndex = 1; this.MaxPointCountCombo.SelectedIndexChanged += new System.EventHandler(this.MaxPointCountCombo_SelectedIndexChanged); // // Enable3DCheckBox // this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2; this.Enable3DCheckBox.Location = new System.Drawing.Point(7, 118); this.Enable3DCheckBox.Name = "Enable3DCheckBox"; this.Enable3DCheckBox.Size = new System.Drawing.Size(170, 24); this.Enable3DCheckBox.TabIndex = 10; this.Enable3DCheckBox.Text = "Enable 3D"; this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged); // // NQuickPointUC // this.Controls.Add(this.Enable3DCheckBox); this.Controls.Add(this.ChangeDataButton); this.Controls.Add(this.UseHardwareAccelerationCheckBox); this.Controls.Add(this.MaxPointCountCombo); this.Controls.Add(this.label1); this.Name = "NQuickPointUC"; this.Size = new System.Drawing.Size(180, 320); 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.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.InvertAxisCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SmoothPaletteCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.StartStopTimerButton = new Nevron.UI.WinForm.Controls.NButton(); this.Enable3DCheckBox = new Nevron.UI.WinForm.Controls.NCheckBox(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // InvertAxisCheckBox // this.InvertAxisCheckBox.ButtonProperties.BorderOffset = 2; this.InvertAxisCheckBox.ButtonProperties.ShowFocusRect = false; this.InvertAxisCheckBox.ButtonProperties.WrapText = true; this.InvertAxisCheckBox.Location = new System.Drawing.Point(9, 12); this.InvertAxisCheckBox.Name = "InvertAxisCheckBox"; this.InvertAxisCheckBox.Size = new System.Drawing.Size(139, 18); this.InvertAxisCheckBox.TabIndex = 2; this.InvertAxisCheckBox.Text = "Invert Axis"; this.InvertAxisCheckBox.CheckedChanged += new System.EventHandler(this.InvertAxisCheckBox_CheckedChanged); // // SmoothPaletteCheckBox // this.SmoothPaletteCheckBox.ButtonProperties.BorderOffset = 2; this.SmoothPaletteCheckBox.ButtonProperties.ShowFocusRect = false; this.SmoothPaletteCheckBox.ButtonProperties.WrapText = true; this.SmoothPaletteCheckBox.Location = new System.Drawing.Point(9, 34); this.SmoothPaletteCheckBox.Name = "SmoothPaletteCheckBox"; this.SmoothPaletteCheckBox.Size = new System.Drawing.Size(139, 18); this.SmoothPaletteCheckBox.TabIndex = 3; this.SmoothPaletteCheckBox.Text = "Smooth Palette"; this.SmoothPaletteCheckBox.CheckedChanged += new System.EventHandler(this.SmoothPaletteCheckBox_CheckedChanged); // // StartStopTimerButton // this.StartStopTimerButton.Location = new System.Drawing.Point(9, 91); this.StartStopTimerButton.Name = "StartStopTimerButton"; this.StartStopTimerButton.Size = new System.Drawing.Size(152, 32); this.StartStopTimerButton.TabIndex = 5; this.StartStopTimerButton.Text = "Stop Timer"; this.StartStopTimerButton.Click += new System.EventHandler(this.StartStopTimerButton_Click); // // Enable3DCheckBox // this.Enable3DCheckBox.ButtonProperties.BorderOffset = 2; this.Enable3DCheckBox.ButtonProperties.ShowFocusRect = false; this.Enable3DCheckBox.ButtonProperties.WrapText = true; this.Enable3DCheckBox.Location = new System.Drawing.Point(9, 56); this.Enable3DCheckBox.Name = "Enable3DCheckBox"; this.Enable3DCheckBox.Size = new System.Drawing.Size(139, 18); this.Enable3DCheckBox.TabIndex = 4; this.Enable3DCheckBox.Text = "Enable 3D"; this.Enable3DCheckBox.CheckedChanged += new System.EventHandler(this.Enable3DCheckBox_CheckedChanged); // // NAreaPaletteUC // this.Controls.Add(this.Enable3DCheckBox); this.Controls.Add(this.StartStopTimerButton); this.Controls.Add(this.SmoothPaletteCheckBox); this.Controls.Add(this.InvertAxisCheckBox); this.Name = "NAreaPaletteUC"; this.Size = new System.Drawing.Size(170, 358); this.ResumeLayout(false); }