| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace Core.StlMes.Client.Mcp.VRP
- {
- partial class PopupTextBox
- {
- /// <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(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;
- }
- }
|