namespace Maestro.Editors.Common.Expression { partial class LookupExpressionBuilder { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LookupExpressionBuilder)); this.grdRangeItems = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.cmbProperty = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.txtDefaultValue = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtPreview = new System.Windows.Forms.TextBox(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.grdRangeItems)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // grdRangeItems // resources.ApplyResources(this.grdRangeItems, "grdRangeItems"); this.grdRangeItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdRangeItems.Name = "grdRangeItems"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // cmbProperty // this.cmbProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbProperty.FormattingEnabled = true; resources.ApplyResources(this.cmbProperty, "cmbProperty"); this.cmbProperty.Name = "cmbProperty"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // txtDefaultValue // resources.ApplyResources(this.txtDefaultValue, "txtDefaultValue"); this.txtDefaultValue.Name = "txtDefaultValue"; // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtPreview); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtPreview // resources.ApplyResources(this.txtPreview, "txtPreview"); this.txtPreview.Name = "txtPreview"; // // btnRefresh // resources.ApplyResources(this.btnRefresh, "btnRefresh"); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // LookupExpressionBuilder // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ControlBox = false; this.Controls.Add(this.btnRefresh); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtDefaultValue); this.Controls.Add(this.label2); this.Controls.Add(this.cmbProperty); this.Controls.Add(this.label1); this.Controls.Add(this.grdRangeItems); this.Name = "LookupExpressionBuilder"; ((System.ComponentModel.ISupportInitialize)(this.grdRangeItems)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView grdRangeItems; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbProperty; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtDefaultValue; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtPreview; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }