基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user