125 lines
5.8 KiB
C#
125 lines
5.8 KiB
C#
namespace Lskj.Common.ComfirmDialog
|
|
{
|
|
partial class ComfirmDialog
|
|
{
|
|
/// <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.labelHint = new DevExpress.XtraEditors.LabelControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.memInput = new DevExpress.XtraEditors.MemoEdit();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.memInput.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelHint
|
|
//
|
|
this.labelHint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelHint.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.labelHint.Location = new System.Drawing.Point(8, 8);
|
|
this.labelHint.Name = "labelHint";
|
|
this.labelHint.Padding = new System.Windows.Forms.Padding(5);
|
|
this.labelHint.Size = new System.Drawing.Size(58, 22);
|
|
this.labelHint.TabIndex = 0;
|
|
this.labelHint.Text = "请输入:";
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(115, 8);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(74, 26);
|
|
this.simpleButton1.TabIndex = 1;
|
|
this.simpleButton1.Text = "确定(&Y)";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// memInput
|
|
//
|
|
this.memInput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.memInput.Location = new System.Drawing.Point(8, 30);
|
|
this.memInput.Name = "memInput";
|
|
this.memInput.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.memInput.Size = new System.Drawing.Size(416, 191);
|
|
this.memInput.TabIndex = 2;
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(209, 8);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(74, 26);
|
|
this.simpleButton2.TabIndex = 3;
|
|
this.simpleButton2.Text = "取消(&E)";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.simpleButton1);
|
|
this.panelControl1.Controls.Add(this.simpleButton2);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(8, 221);
|
|
this.panelControl1.LookAndFeel.SkinName = "Office 2013";
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(416, 42);
|
|
this.panelControl1.TabIndex = 4;
|
|
//
|
|
// ComfirmDialog
|
|
//
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(432, 271);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.memInput);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.labelHint);
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ComfirmDialog";
|
|
this.Padding = new System.Windows.Forms.Padding(8);
|
|
this.Text = "确认框";
|
|
((System.ComponentModel.ISupportInitialize)(this.memInput.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelHint;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.MemoEdit memInput;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
}
|
|
} |