namespace Core.StlMes.Client.YdmStuffManage
{
partial class PopupTextBox
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupTextBox));
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.txtInfo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.btnCancel = new Infragistics.Win.Misc.UltraButton();
this.btnOk = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInfo)).BeginInit();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
this.SuspendLayout();
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "标准说明";
this.dataColumn1.ColumnName = "ASK_SUB_ITEM_VALUE";
//
// txtInfo
//
this.txtInfo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtInfo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInfo.Location = new System.Drawing.Point(0, 0);
this.txtInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtInfo.MaxLength = 2000;
this.txtInfo.Multiline = true;
this.txtInfo.Name = "txtInfo";
this.txtInfo.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.txtInfo.Size = new System.Drawing.Size(1252, 515);
this.txtInfo.TabIndex = 0;
this.txtInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInfo_KeyDown);
//
// ultraPanel1
//
//
// ultraPanel1.ClientArea
//
this.ultraPanel1.ClientArea.Controls.Add(this.btnCancel);
this.ultraPanel1.ClientArea.Controls.Add(this.btnOk);
this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraPanel1.Location = new System.Drawing.Point(0, 515);
this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraPanel1.Name = "ultraPanel1";
this.ultraPanel1.Size = new System.Drawing.Size(1252, 49);
this.ultraPanel1.TabIndex = 1;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(627, 6);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(95, 34);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(500, 6);
this.btnOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(91, 34);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "确认";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// PopupTextBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1252, 564);
this.Controls.Add(this.txtInfo);
this.Controls.Add(this.ultraPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PopupTextBox";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "详细文本";
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtInfo)).EndInit();
this.ultraPanel1.ClientArea.ResumeLayout(false);
this.ultraPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtInfo;
public Infragistics.Win.UltraWinEditors.UltraTextEditor TxtInfo
{
get { return txtInfo; }
set { txtInfo = value; }
}
private Infragistics.Win.Misc.UltraPanel ultraPanel1;
public Infragistics.Win.Misc.UltraPanel UltraPanel1
{
get { return ultraPanel1; }
set { ultraPanel1 = value; }
}
private Infragistics.Win.Misc.UltraButton btnCancel;
private Infragistics.Win.Misc.UltraButton btnOk;
}
}