| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- namespace Core.StlMes.Client.LgResMgt.库存位置
- {
- partial class UpdateMemo
- {
- /// <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.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ubtOK = new Infragistics.Win.Misc.UltraButton();
- this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
- this.uteMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.lblshow = new Infragistics.Win.Misc.UltraLabel();
- this.editNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uteMemo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editNum)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 165);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(603, 45);
- this.ultraPanel2.TabIndex = 3;
- //
- // ubtOK
- //
- this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtOK.Location = new System.Drawing.Point(382, 6);
- this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
- this.ubtOK.Name = "ubtOK";
- this.ubtOK.Size = new System.Drawing.Size(100, 29);
- this.ubtOK.TabIndex = 5;
- this.ubtOK.Text = "确认";
- this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
- //
- // ubtCancel
- //
- this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ubtCancel.Location = new System.Drawing.Point(490, 6);
- this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
- this.ubtCancel.Name = "ubtCancel";
- this.ubtCancel.Size = new System.Drawing.Size(100, 29);
- this.ubtCancel.TabIndex = 4;
- this.ubtCancel.Text = "取消";
- //
- // uteMemo
- //
- this.uteMemo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uteMemo.Location = new System.Drawing.Point(86, 84);
- this.uteMemo.Name = "uteMemo";
- this.uteMemo.Size = new System.Drawing.Size(445, 30);
- this.uteMemo.TabIndex = 4;
- this.uteMemo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteProjectName_KeyPress);
- //
- // lblshow
- //
- this.lblshow.AutoSize = true;
- this.lblshow.Location = new System.Drawing.Point(24, 92);
- this.lblshow.Name = "lblshow";
- this.lblshow.Size = new System.Drawing.Size(36, 19);
- this.lblshow.TabIndex = 5;
- this.lblshow.Text = "备注";
- //
- // editNum
- //
- this.editNum.Location = new System.Drawing.Point(86, 27);
- this.editNum.MinValue = 1;
- this.editNum.Name = "editNum";
- this.editNum.Size = new System.Drawing.Size(100, 24);
- this.editNum.TabIndex = 6;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(24, 31);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel1.TabIndex = 7;
- this.ultraLabel1.Text = "支数";
- //
- // UpdateMemo
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(603, 210);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.editNum);
- this.Controls.Add(this.lblshow);
- this.Controls.Add(this.uteMemo);
- this.Controls.Add(this.ultraPanel2);
- this.Name = "UpdateMemo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "修改备注";
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uteMemo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editNum)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraButton ubtOK;
- private Infragistics.Win.Misc.UltraButton ubtCancel;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteMemo;
- private Infragistics.Win.Misc.UltraLabel lblshow;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor editNum;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- }
- }
|