namespace Inet.Viewer.WinForms.Prompt { partial class DefaultValueField { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.cmbDefaultValues = new System.Windows.Forms.ComboBox(); this.chbNoValue = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.cmbDefaultValues, 0, 0); this.tableLayoutPanel1.Controls.Add(this.chbNoValue, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(527, 31); this.tableLayoutPanel1.TabIndex = 1; // // cmbDefaultValues // this.cmbDefaultValues.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbDefaultValues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbDefaultValues.FormattingEnabled = true; this.cmbDefaultValues.Location = new System.Drawing.Point(4, 4); this.cmbDefaultValues.Margin = new System.Windows.Forms.Padding(4); this.cmbDefaultValues.Name = "cmbDefaultValues"; this.cmbDefaultValues.Size = new System.Drawing.Size(36, 21); this.cmbDefaultValues.TabIndex = 0; this.cmbDefaultValues.SelectedIndexChanged += new System.EventHandler(this.cmbDefaultValues_SelectedIndexChanged); // // chbNoValue // this.chbNoValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.chbNoValue.AutoSize = true; this.chbNoValue.Location = new System.Drawing.Point(47, 3); this.chbNoValue.Name = "chbNoValue"; this.chbNoValue.Size = new System.Drawing.Size(70, 23); this.chbNoValue.TabIndex = 1; this.chbNoValue.Text = "No Value"; this.chbNoValue.UseVisualStyleBackColor = true; this.chbNoValue.CheckedChanged += new System.EventHandler(this.chbNoValue_CheckedChanged); // // DefaultValueField // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "DefaultValueField"; this.Size = new System.Drawing.Size(527, 31); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.ComboBox cmbDefaultValues; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; internal System.Windows.Forms.CheckBox chbNoValue; } }