namespace Lskj.ToolSetNew { partial class UnionForm { /// /// 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.andBtn = new DevExpress.XtraEditors.SimpleButton(); this.orBtn = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // andBtn // this.andBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.andBtn.Location = new System.Drawing.Point(46, 30); this.andBtn.Margin = new System.Windows.Forms.Padding(4); this.andBtn.Name = "andBtn"; this.andBtn.Size = new System.Drawing.Size(78, 31); this.andBtn.TabIndex = 5; this.andBtn.Text = "And"; // // orBtn // this.orBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.orBtn.Location = new System.Drawing.Point(192, 30); this.orBtn.Margin = new System.Windows.Forms.Padding(4); this.orBtn.Name = "orBtn"; this.orBtn.Size = new System.Drawing.Size(78, 31); this.orBtn.TabIndex = 6; this.orBtn.Text = "Or"; // // UnionForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(339, 106); this.Controls.Add(this.orBtn); this.Controls.Add(this.andBtn); this.Name = "UnionForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择关联"; this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton andBtn; private DevExpress.XtraEditors.SimpleButton orBtn; } }