namespace CSFrameworkV5.Library.CommonForms
|
{
|
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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrompt));
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
this.lblUserName = new System.Windows.Forms.Label();
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
this.btnPrior = new DevExpress.XtraEditors.SimpleButton();
|
this.btnNext = new DevExpress.XtraEditors.SimpleButton();
|
this.lblIndex = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Location = new System.Drawing.Point(12, 11);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox1.TabIndex = 0;
|
this.pictureBox1.TabStop = false;
|
//
|
// btnClose
|
//
|
this.btnClose.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.btnClose.Appearance.Options.UseFont = true;
|
this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
|
this.btnClose.Location = new System.Drawing.Point(339, 290);
|
this.btnClose.Name = "btnClose";
|
this.btnClose.Size = new System.Drawing.Size(84, 31);
|
this.btnClose.TabIndex = 4;
|
this.btnClose.Text = "关闭";
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
//
|
// lblUserName
|
//
|
this.lblUserName.AutoSize = true;
|
this.lblUserName.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblUserName.ForeColor = System.Drawing.Color.Green;
|
this.lblUserName.Location = new System.Drawing.Point(65, 17);
|
this.lblUserName.Name = "lblUserName";
|
this.lblUserName.Size = new System.Drawing.Size(245, 20);
|
this.lblUserName.TabIndex = 6;
|
this.lblUserName.Text = "CSFramework,您的新通知来了!~";
|
//
|
// memoEdit1
|
//
|
this.memoEdit1.EditValue = "因更改了生产通知单相关程序功能,请升级版本,谢谢!";
|
this.memoEdit1.Location = new System.Drawing.Point(6, 56);
|
this.memoEdit1.Margin = new System.Windows.Forms.Padding(5);
|
this.memoEdit1.Name = "memoEdit1";
|
this.memoEdit1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.memoEdit1.Properties.Appearance.Options.UseFont = true;
|
this.memoEdit1.Properties.ReadOnly = true;
|
this.memoEdit1.Size = new System.Drawing.Size(442, 224);
|
this.memoEdit1.TabIndex = 7;
|
//
|
// btnPrior
|
//
|
this.btnPrior.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.btnPrior.Appearance.Options.UseFont = true;
|
this.btnPrior.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnPrior.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnPrior.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrior.ImageOptions.Image")));
|
this.btnPrior.Location = new System.Drawing.Point(15, 290);
|
this.btnPrior.Name = "btnPrior";
|
this.btnPrior.Size = new System.Drawing.Size(72, 31);
|
this.btnPrior.TabIndex = 9;
|
this.btnPrior.Text = "上一条";
|
this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
|
//
|
// btnNext
|
//
|
this.btnNext.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.btnNext.Appearance.Options.UseFont = true;
|
this.btnNext.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnNext.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.ImageOptions.Image")));
|
this.btnNext.Location = new System.Drawing.Point(94, 290);
|
this.btnNext.Name = "btnNext";
|
this.btnNext.Size = new System.Drawing.Size(72, 31);
|
this.btnNext.TabIndex = 10;
|
this.btnNext.Text = "下一条";
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
//
|
// lblIndex
|
//
|
this.lblIndex.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.lblIndex.Appearance.Options.UseFont = true;
|
this.lblIndex.Location = new System.Drawing.Point(183, 297);
|
this.lblIndex.Name = "lblIndex";
|
this.lblIndex.Size = new System.Drawing.Size(74, 17);
|
this.lblIndex.TabIndex = 11;
|
this.lblIndex.Text = "第1条,共3条";
|
//
|
// frmPrompt
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(453, 353);
|
this.Controls.Add(this.lblIndex);
|
this.Controls.Add(this.btnNext);
|
this.Controls.Add(this.btnPrior);
|
this.Controls.Add(this.memoEdit1);
|
this.Controls.Add(this.lblUserName);
|
this.Controls.Add(this.btnClose);
|
this.Controls.Add(this.pictureBox1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
this.Name = "frmPrompt";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "系统消息:";
|
this.TopMost = true;
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPrompt_FormClosed);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
private System.Windows.Forms.Label lblUserName;
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
private DevExpress.XtraEditors.SimpleButton btnPrior;
|
private DevExpress.XtraEditors.SimpleButton btnNext;
|
private DevExpress.XtraEditors.LabelControl lblIndex;
|
}
|
}
|