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

128 lines
6.0 KiB
C#

namespace Lskj.Control
{
partial class FrmPrompt
{
/// <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.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.memInput = new DevExpress.XtraEditors.MemoEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.labelHint = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.memInput.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(295, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(74, 26);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_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(376, 246);
this.memInput.TabIndex = 6;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.btnOk);
this.panelControl1.Controls.Add(this.btnCancel);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(8, 276);
this.panelControl1.LookAndFeel.SkinName = "Office 2013";
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(376, 42);
this.panelControl1.TabIndex = 7;
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOk.Location = new System.Drawing.Point(215, 8);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(74, 26);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "确定(&S)";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// 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 = 5;
this.labelHint.Text = "请输入:";
//
// FrmPrompt
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
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(392, 326);
this.ControlBox = false;
this.Controls.Add(this.memInput);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.labelHint);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmPrompt";
this.Padding = new System.Windows.Forms.Padding(8);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
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.SimpleButton btnCancel;
private DevExpress.XtraEditors.MemoEdit memInput;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.LabelControl labelHint;
}
}