| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
- {
- partial class WinCancelSampleComfirm
- {
- /// <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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.btnOk = new Infragistics.Win.Misc.UltraButton();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.txtREMARK);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 41);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(288, 201);
- this.ultraGroupBox1.TabIndex = 222;
- this.ultraGroupBox1.Text = "取消说明";
- //
- // txtREMARK
- //
- this.txtREMARK.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtREMARK.Location = new System.Drawing.Point(3, 18);
- this.txtREMARK.MaxLength = 100;
- this.txtREMARK.Multiline = true;
- this.txtREMARK.Name = "txtREMARK";
- this.txtREMARK.Size = new System.Drawing.Size(282, 180);
- this.txtREMARK.TabIndex = 2;
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(107, 12);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 23);
- this.btnOk.TabIndex = 223;
- this.btnOk.Text = "确定";
- this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // WinCancelSampleComfirm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(288, 242);
- this.Controls.Add(this.btnOk);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "WinCancelSampleComfirm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "取消说明";
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
- private Infragistics.Win.Misc.UltraButton btnOk;
- }
- }
|