namespace TIProDevExtension.ValueEditor { partial class ConstantEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.wrapInConstantDataNocdeCheckBox = new System.Windows.Forms.CheckBox(); this.nullRadioButton = new System.Windows.Forms.RadioButton(); this.integerRadioButton = new System.Windows.Forms.RadioButton(); this.doubleRadioButton = new System.Windows.Forms.RadioButton(); this.stringRadioButton = new System.Windows.Forms.RadioButton(); this.colorRadioButton = new System.Windows.Forms.RadioButton(); this.valueTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.selectColorButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.sampleLabel = new System.Windows.Forms.Label(); this.secondSampleLabel = new System.Windows.Forms.Label(); this.cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // wrapInConstantDataNocdeCheckBox // this.wrapInConstantDataNocdeCheckBox.AutoSize = true; this.wrapInConstantDataNocdeCheckBox.Location = new System.Drawing.Point(12, 12); this.wrapInConstantDataNocdeCheckBox.Name = "wrapInConstantDataNocdeCheckBox"; this.wrapInConstantDataNocdeCheckBox.Size = new System.Drawing.Size(390, 29); this.wrapInConstantDataNocdeCheckBox.TabIndex = 0; this.wrapInConstantDataNocdeCheckBox.Text = "Wrap in Constant DataNode Factory"; this.wrapInConstantDataNocdeCheckBox.UseVisualStyleBackColor = true; this.wrapInConstantDataNocdeCheckBox.CheckedChanged += new System.EventHandler(this.GuiChanged); // // nullRadioButton // this.nullRadioButton.AutoSize = true; this.nullRadioButton.Checked = true; this.nullRadioButton.Location = new System.Drawing.Point(12, 61); this.nullRadioButton.Name = "nullRadioButton"; this.nullRadioButton.Size = new System.Drawing.Size(77, 29); this.nullRadioButton.TabIndex = 1; this.nullRadioButton.TabStop = true; this.nullRadioButton.Text = "null"; this.nullRadioButton.UseVisualStyleBackColor = true; this.nullRadioButton.CheckedChanged += new System.EventHandler(this.GuiChanged); // // integerRadioButton // this.integerRadioButton.AutoSize = true; this.integerRadioButton.Location = new System.Drawing.Point(12, 96); this.integerRadioButton.Name = "integerRadioButton"; this.integerRadioButton.Size = new System.Drawing.Size(258, 29); this.integerRadioButton.TabIndex = 2; this.integerRadioButton.Text = "Integer (64 bit, signed)"; this.integerRadioButton.UseVisualStyleBackColor = true; this.integerRadioButton.CheckedChanged += new System.EventHandler(this.GuiChanged); // // doubleRadioButton // this.doubleRadioButton.AutoSize = true; this.doubleRadioButton.Location = new System.Drawing.Point(12, 131); this.doubleRadioButton.Name = "doubleRadioButton"; this.doubleRadioButton.Size = new System.Drawing.Size(319, 29); this.doubleRadioButton.TabIndex = 3; this.doubleRadioButton.Text = "Double (64 bit, floating point)"; this.doubleRadioButton.UseVisualStyleBackColor = true; this.doubleRadioButton.CheckedChanged += new System.EventHandler(this.GuiChanged); // // stringRadioButton // this.stringRadioButton.AutoSize = true; this.stringRadioButton.Location = new System.Drawing.Point(12, 166); this.stringRadioButton.Name = "stringRadioButton"; this.stringRadioButton.Size = new System.Drawing.Size(99, 29); this.stringRadioButton.TabIndex = 4; this.stringRadioButton.Text = "String"; this.stringRadioButton.UseVisualStyleBackColor = true; this.stringRadioButton.CheckedChanged += new System.EventHandler(this.GuiChanged); // // colorRadioButton // this.colorRadioButton.AutoSize = true; this.colorRadioButton.Location = new System.Drawing.Point(12, 201); this.colorRadioButton.Name = "colorRadioButton"; this.colorRadioButton.Size = new System.Drawing.Size(94, 29); this.colorRadioButton.TabIndex = 5; this.colorRadioButton.Text = "Color"; this.colorRadioButton.UseVisualStyleBackColor = true; this.colorRadioButton.CheckedChanged += new System.EventHandler(this.GuiChanged); // // valueTextBox // this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.valueTextBox.Location = new System.Drawing.Point(91, 253); this.valueTextBox.Name = "valueTextBox"; this.valueTextBox.Size = new System.Drawing.Size(471, 31); this.valueTextBox.TabIndex = 7; this.valueTextBox.TextChanged += new System.EventHandler(this.GuiChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 256); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 25); this.label1.TabIndex = 7; this.label1.Text = "Value:"; // // selectColorButton // this.selectColorButton.Location = new System.Drawing.Point(112, 195); this.selectColorButton.Name = "selectColorButton"; this.selectColorButton.Size = new System.Drawing.Size(158, 41); this.selectColorButton.TabIndex = 6; this.selectColorButton.Text = "Select Color"; this.selectColorButton.UseVisualStyleBackColor = true; this.selectColorButton.Click += new System.EventHandler(this.selectColorButton_Click); // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(17, 423); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(158, 41); this.okButton.TabIndex = 8; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // sampleLabel // this.sampleLabel.AutoSize = true; this.sampleLabel.Location = new System.Drawing.Point(12, 313); this.sampleLabel.Name = "sampleLabel"; this.sampleLabel.Size = new System.Drawing.Size(81, 25); this.sampleLabel.TabIndex = 11; this.sampleLabel.Text = "sample"; // // secondSampleLabel // this.secondSampleLabel.AutoSize = true; this.secondSampleLabel.Location = new System.Drawing.Point(12, 347); this.secondSampleLabel.Name = "secondSampleLabel"; this.secondSampleLabel.Size = new System.Drawing.Size(160, 25); this.secondSampleLabel.TabIndex = 12; this.secondSampleLabel.Text = "Second sample"; // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(181, 423); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(158, 41); this.cancelButton.TabIndex = 13; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // ConstantEditor // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(574, 482); this.Controls.Add(this.cancelButton); this.Controls.Add(this.secondSampleLabel); this.Controls.Add(this.sampleLabel); this.Controls.Add(this.okButton); this.Controls.Add(this.selectColorButton); this.Controls.Add(this.label1); this.Controls.Add(this.valueTextBox); this.Controls.Add(this.colorRadioButton); this.Controls.Add(this.stringRadioButton); this.Controls.Add(this.doubleRadioButton); this.Controls.Add(this.integerRadioButton); this.Controls.Add(this.nullRadioButton); this.Controls.Add(this.wrapInConstantDataNocdeCheckBox); this.Name = "ConstantEditor"; this.Text = "ConstantEditor"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox wrapInConstantDataNocdeCheckBox; private System.Windows.Forms.RadioButton nullRadioButton; private System.Windows.Forms.RadioButton integerRadioButton; private System.Windows.Forms.RadioButton doubleRadioButton; private System.Windows.Forms.RadioButton stringRadioButton; private System.Windows.Forms.RadioButton colorRadioButton; private System.Windows.Forms.TextBox valueTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button selectColorButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Label sampleLabel; private System.Windows.Forms.Label secondSampleLabel; private System.Windows.Forms.Button cancelButton; } }