You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
4.1 KiB
C#
102 lines
4.1 KiB
C#
namespace WellWorkDataUI.CustomControls
|
|
{
|
|
partial class DlgAppend
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgAppend));
|
|
this.lab_msg = new System.Windows.Forms.Label();
|
|
this.btnAppend = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnReplace = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// lab_msg
|
|
//
|
|
this.lab_msg.AutoSize = true;
|
|
this.lab_msg.Location = new System.Drawing.Point(70, 36);
|
|
this.lab_msg.Name = "lab_msg";
|
|
this.lab_msg.Size = new System.Drawing.Size(113, 12);
|
|
this.lab_msg.TabIndex = 7;
|
|
this.lab_msg.Text = "请选择您要操作方式";
|
|
//
|
|
// btnAppend
|
|
//
|
|
this.btnAppend.Location = new System.Drawing.Point(135, 69);
|
|
this.btnAppend.Name = "btnAppend";
|
|
this.btnAppend.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAppend.TabIndex = 6;
|
|
this.btnAppend.Text = "追 加";
|
|
this.btnAppend.Click += new System.EventHandler(this.btnAppend_Click);
|
|
//
|
|
// btnReplace
|
|
//
|
|
this.btnReplace.Location = new System.Drawing.Point(46, 69);
|
|
this.btnReplace.Name = "btnReplace";
|
|
this.btnReplace.Size = new System.Drawing.Size(75, 23);
|
|
this.btnReplace.TabIndex = 5;
|
|
this.btnReplace.Text = "覆 盖";
|
|
this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(90, 98);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 8;
|
|
this.btnCancel.Text = "取 消";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// DlgAppend
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(269, 129);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.lab_msg);
|
|
this.Controls.Add(this.btnAppend);
|
|
this.Controls.Add(this.btnReplace);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "DlgAppend";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "提示";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lab_msg;
|
|
private DevExpress.XtraEditors.SimpleButton btnAppend;
|
|
private DevExpress.XtraEditors.SimpleButton btnReplace;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
}
|
|
} |