namespace ICSSoft.Frame.APP { partial class FormICSInvTransferAdd { /// /// 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(FormICSInvTransferAdd)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtRECTYPE = new DevExpress.XtraEditors.ButtonEdit(); this.txtTransferSTATUS = new DevExpress.XtraEditors.TextEdit(); this.txtTIMETYPE = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txtEffectedTIME = new System.Windows.Forms.DateTimePicker(); this.txtCreateTIME = new System.Windows.Forms.DateTimePicker(); this.txtEffectedUSER = new DevExpress.XtraEditors.TextEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txtCreateUSER = new DevExpress.XtraEditors.TextEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtMTIME = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtMUSERName = new DevExpress.XtraEditors.TextEdit(); this.txtTOStorageCode = new DevExpress.XtraEditors.ButtonEdit(); this.txtFRMStorageCode = new DevExpress.XtraEditors.ButtonEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtTransferNO = new DevExpress.XtraEditors.TextEdit(); this.txtMEMO = new System.Windows.Forms.RichTextBox(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRECTYPE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferSTATUS.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEffectedUSER.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTOStorageCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFRMStorageCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(819, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(37, 42); this.btnClose.TabIndex = 5; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(1, 2); this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(157, 36); this.lblTitle.TabIndex = 6; this.lblTitle.Text = "转移单编辑"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(59, 46); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(64, 22); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "单号:*"; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtRECTYPE); this.panelControl1.Controls.Add(this.txtTransferSTATUS); this.panelControl1.Controls.Add(this.txtTIMETYPE); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.labelControl13); this.panelControl1.Controls.Add(this.labelControl12); this.panelControl1.Controls.Add(this.txtEffectedTIME); this.panelControl1.Controls.Add(this.txtCreateTIME); this.panelControl1.Controls.Add(this.txtEffectedUSER); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Controls.Add(this.txtCreateUSER); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.txtMTIME); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtMUSERName); this.panelControl1.Controls.Add(this.txtTOStorageCode); this.panelControl1.Controls.Add(this.txtFRMStorageCode); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.txtTransferNO); this.panelControl1.Controls.Add(this.txtMEMO); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(1, 42); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(854, 534); this.panelControl1.TabIndex = 23; // // txtRECTYPE // this.txtRECTYPE.EditValue = ""; this.txtRECTYPE.Location = new System.Drawing.Point(216, 171); this.txtRECTYPE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRECTYPE.Name = "txtRECTYPE"; this.txtRECTYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtRECTYPE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtRECTYPE.Size = new System.Drawing.Size(179, 28); this.txtRECTYPE.TabIndex = 112; this.txtRECTYPE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtRECTYPE_ButtonClick); // // txtTransferSTATUS // this.txtTransferSTATUS.EnterMoveNextControl = true; this.txtTransferSTATUS.Location = new System.Drawing.Point(616, 104); this.txtTransferSTATUS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtTransferSTATUS.Name = "txtTransferSTATUS"; this.txtTransferSTATUS.Size = new System.Drawing.Size(179, 28); this.txtTransferSTATUS.TabIndex = 111; // // txtTIMETYPE // this.txtTIMETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtTIMETYPE.FormattingEnabled = true; this.txtTIMETYPE.Items.AddRange(new object[] { "正常", "延长", "缩短"}); this.txtTIMETYPE.Location = new System.Drawing.Point(616, 168); this.txtTIMETYPE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtTIMETYPE.Name = "txtTIMETYPE"; this.txtTIMETYPE.Size = new System.Drawing.Size(177, 30); this.txtTIMETYPE.TabIndex = 109; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(620, 495); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(182, 22); this.label1.TabIndex = 108; this.label1.Text = "注:标示*号为必填项"; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(484, 244); this.labelControl13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(90, 22); this.labelControl13.TabIndex = 107; this.labelControl13.Text = "创建时间:"; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(491, 314); this.labelControl12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(90, 22); this.labelControl12.TabIndex = 106; this.labelControl12.Text = "生效时间:"; // // txtEffectedTIME // this.txtEffectedTIME.Location = new System.Drawing.Point(616, 302); this.txtEffectedTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtEffectedTIME.Name = "txtEffectedTIME"; this.txtEffectedTIME.Size = new System.Drawing.Size(177, 29); this.txtEffectedTIME.TabIndex = 105; // // txtCreateTIME // this.txtCreateTIME.Location = new System.Drawing.Point(616, 231); this.txtCreateTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtCreateTIME.Name = "txtCreateTIME"; this.txtCreateTIME.Size = new System.Drawing.Size(177, 29); this.txtCreateTIME.TabIndex = 104; // // txtEffectedUSER // this.txtEffectedUSER.Location = new System.Drawing.Point(216, 313); this.txtEffectedUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtEffectedUSER.Name = "txtEffectedUSER"; this.txtEffectedUSER.Size = new System.Drawing.Size(181, 28); this.txtEffectedUSER.TabIndex = 103; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(59, 317); this.labelControl11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(72, 22); this.labelControl11.TabIndex = 102; this.labelControl11.Text = "生效人:"; // // txtCreateUSER // this.txtCreateUSER.Location = new System.Drawing.Point(216, 242); this.txtCreateUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtCreateUSER.Name = "txtCreateUSER"; this.txtCreateUSER.Size = new System.Drawing.Size(181, 28); this.txtCreateUSER.TabIndex = 101; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(59, 247); this.labelControl10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(72, 22); this.labelControl10.TabIndex = 100; this.labelControl10.Text = "创建人:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(484, 176); this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(90, 22); this.labelControl5.TabIndex = 98; this.labelControl5.Text = "工时类型:"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(57, 176); this.labelControl9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(118, 22); this.labelControl9.TabIndex = 96; this.labelControl9.Text = "入库单类型:*"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(53, 113); this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(162, 22); this.labelControl7.TabIndex = 95; this.labelControl7.Text = "转移目标库别代码:"; // // txtMTIME // this.txtMTIME.Location = new System.Drawing.Point(616, 443); this.txtMTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMTIME.Name = "txtMTIME"; this.txtMTIME.Size = new System.Drawing.Size(179, 28); this.txtMTIME.TabIndex = 94; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(487, 448); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(90, 22); this.labelControl2.TabIndex = 93; this.labelControl2.Text = "维护日期:"; // // txtMUSERName // this.txtMUSERName.Location = new System.Drawing.Point(616, 380); this.txtMUSERName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMUSERName.Name = "txtMUSERName"; this.txtMUSERName.Size = new System.Drawing.Size(179, 28); this.txtMUSERName.TabIndex = 92; // // txtTOStorageCode // this.txtTOStorageCode.EditValue = ""; this.txtTOStorageCode.Location = new System.Drawing.Point(216, 108); this.txtTOStorageCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtTOStorageCode.Name = "txtTOStorageCode"; this.txtTOStorageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtTOStorageCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtTOStorageCode.Size = new System.Drawing.Size(179, 28); this.txtTOStorageCode.TabIndex = 91; this.txtTOStorageCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtTOStorageID_ButtonClick); // // txtFRMStorageCode // this.txtFRMStorageCode.EditValue = ""; this.txtFRMStorageCode.Location = new System.Drawing.Point(616, 41); this.txtFRMStorageCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtFRMStorageCode.Name = "txtFRMStorageCode"; this.txtFRMStorageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtFRMStorageCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtFRMStorageCode.Size = new System.Drawing.Size(179, 28); this.txtFRMStorageCode.TabIndex = 90; this.txtFRMStorageCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFRMStorageID_ButtonClick); // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(487, 385); this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(72, 22); this.labelControl8.TabIndex = 78; this.labelControl8.Text = "维护人:"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(59, 407); this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(54, 22); this.labelControl6.TabIndex = 76; this.labelControl6.Text = "备注:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(480, 46); this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(144, 22); this.labelControl4.TabIndex = 75; this.labelControl4.Text = "转移源库别代码:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(484, 110); this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(118, 22); this.labelControl3.TabIndex = 74; this.labelControl3.Text = "转移单状态:*"; // // txtTransferNO // this.txtTransferNO.EnterMoveNextControl = true; this.txtTransferNO.Location = new System.Drawing.Point(216, 41); this.txtTransferNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtTransferNO.Name = "txtTransferNO"; this.txtTransferNO.Size = new System.Drawing.Size(179, 28); this.txtTransferNO.TabIndex = 73; // // txtMEMO // this.txtMEMO.Location = new System.Drawing.Point(134, 385); this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMEMO.Name = "txtMEMO"; this.txtMEMO.Size = new System.Drawing.Size(261, 87); this.txtMEMO.TabIndex = 72; this.txtMEMO.Text = ""; // // save // this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.save.Appearance.ForeColor = System.Drawing.Color.White; this.save.Appearance.Options.UseFont = true; this.save.Appearance.Options.UseForeColor = true; this.save.Appearance.Options.UseTextOptions = true; this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image"))); this.save.Location = new System.Drawing.Point(654, 580); this.save.LookAndFeel.SkinName = "BlueButtonSkin"; this.save.LookAndFeel.UseDefaultLookAndFeel = false; this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.save.Name = "save"; this.save.Size = new System.Drawing.Size(100, 47); this.save.TabIndex = 80; this.save.Text = "保存"; this.save.Click += new System.EventHandler(this.save_Click); // // can // this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.can.Appearance.ForeColor = System.Drawing.Color.White; this.can.Appearance.Options.UseFont = true; this.can.Appearance.Options.UseForeColor = true; this.can.Appearance.Options.UseTextOptions = true; this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image"))); this.can.Location = new System.Drawing.Point(756, 580); this.can.LookAndFeel.SkinName = "BlueButtonSkin"; this.can.LookAndFeel.UseDefaultLookAndFeel = false; this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.can.Name = "can"; this.can.Size = new System.Drawing.Size(100, 47); this.can.TabIndex = 81; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.can_Click); // // FormICSInvTransferAdd // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(857, 629); this.Controls.Add(this.save); this.Controls.Add(this.can); this.Controls.Add(this.panelControl1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormICSInvTransferAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRECTYPE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferSTATUS.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEffectedUSER.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTOStorageCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFRMStorageCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.RichTextBox txtMEMO; private DevExpress.XtraEditors.TextEdit txtTransferNO; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.ButtonEdit txtTOStorageCode; private DevExpress.XtraEditors.ButtonEdit txtFRMStorageCode; private DevExpress.XtraEditors.TextEdit txtMUSERName; private DevExpress.XtraEditors.TextEdit txtMTIME; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.TextEdit txtEffectedUSER; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.TextEdit txtCreateUSER; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl9; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.LabelControl labelControl12; private System.Windows.Forms.DateTimePicker txtEffectedTIME; private System.Windows.Forms.DateTimePicker txtCreateTIME; private System.Windows.Forms.ComboBox txtTIMETYPE; private DevExpress.XtraEditors.ButtonEdit txtRECTYPE; private DevExpress.XtraEditors.TextEdit txtTransferSTATUS; } }