Files
lserp_cs_6.0/插件库/Lskj.ToolSetNew/UnionForm.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

74 lines
2.7 KiB
C#

namespace Lskj.ToolSetNew
{
partial class UnionForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}