| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- namespace Core.LgMes.Client.LgResMgt
- {
- partial class frmSetAddit
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
- this.button1 = new System.Windows.Forms.Button();
- this.btClose = new System.Windows.Forms.Button();
- this.btOK = new System.Windows.Forms.Button();
- this.ulgridMtrInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
- this.ultraGroupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox5
- //
- this.ultraGroupBox5.Controls.Add(this.button1);
- this.ultraGroupBox5.Controls.Add(this.btClose);
- this.ultraGroupBox5.Controls.Add(this.btOK);
- this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox5.Location = new System.Drawing.Point(0, 408);
- this.ultraGroupBox5.Name = "ultraGroupBox5";
- this.ultraGroupBox5.Size = new System.Drawing.Size(388, 56);
- this.ultraGroupBox5.SupportThemes = false;
- this.ultraGroupBox5.TabIndex = 5;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(157, 17);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(70, 23);
- this.button1.TabIndex = 10;
- this.button1.Text = "清空";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // btClose
- //
- this.btClose.Location = new System.Drawing.Point(272, 17);
- this.btClose.Name = "btClose";
- this.btClose.Size = new System.Drawing.Size(70, 23);
- this.btClose.TabIndex = 9;
- this.btClose.Text = "关闭";
- this.btClose.UseVisualStyleBackColor = false;
- this.btClose.Click += new System.EventHandler(this.btClose_Click);
- //
- // btOK
- //
- this.btOK.Location = new System.Drawing.Point(42, 17);
- this.btOK.Name = "btOK";
- this.btOK.Size = new System.Drawing.Size(70, 23);
- this.btOK.TabIndex = 8;
- this.btOK.Text = "确定";
- this.btOK.UseVisualStyleBackColor = false;
- this.btOK.Click += new System.EventHandler(this.btOK_Click);
- //
- // ulgridMtrInfo
- //
- this.ulgridMtrInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgridMtrInfo.Location = new System.Drawing.Point(0, 0);
- this.ulgridMtrInfo.Name = "ulgridMtrInfo";
- this.ulgridMtrInfo.Size = new System.Drawing.Size(388, 408);
- this.ulgridMtrInfo.TabIndex = 6;
- //
- // frmSetAddit
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(388, 464);
- this.Controls.Add(this.ulgridMtrInfo);
- this.Controls.Add(this.ultraGroupBox5);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSetAddit";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "物料信息";
- this.Load += new System.EventHandler(this.frmSetHopper_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
- this.ultraGroupBox5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
- private System.Windows.Forms.Button btClose;
- private System.Windows.Forms.Button btOK;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulgridMtrInfo;
- private System.Windows.Forms.Button button1;
- }
- }
|