public bool SetupControls() { try { DevExpress.XtraTab.XtraTabPage currentPage = (DevExpress.XtraTab.XtraTabPage)xtraTabControl.Controls["xtraTabPageNodesProperties"]; m_TaskNameControl = (DevExpress.XtraEditors.TextEdit)currentPage.Controls["textEditTaskName"]; m_TaskStartDateControl = (DevExpress.XtraEditors.DateEdit)currentPage.Controls["dateEditStartDate"]; m_TaskFinishDateControl = (DevExpress.XtraEditors.DateEdit)currentPage.Controls["dateEditFinishDate"]; m_TaskIsDoneControl = (DevExpress.XtraEditors.CheckEdit)currentPage.Controls["checkEditIsDone"]; currentPage = (DevExpress.XtraTab.XtraTabPage)xtraTabControl.Controls["xtraTabPageTaskText"]; m_TaskTextControl = (DevExpress.XtraEditors.MemoEdit)currentPage.Controls["memoEditTaskText"]; m_TaskNameControl.LostFocus += new EventHandler(OnControlsDataChanged); m_TaskStartDateControl.LostFocus += new EventHandler(OnControlsDataChanged); m_TaskFinishDateControl.LostFocus += new EventHandler(OnControlsDataChanged); m_TaskIsDoneControl.CheckedChanged += new EventHandler(OnControlsDataChanged); m_TaskTextControl.LostFocus += new EventHandler(OnControlsDataChanged); return(true); } catch (System.Exception ex) { Log.Logger.WriteErrorMessage(string.Format("\nCan not setup notes properties pane, exception:\n\t{0}", ex.ToString())); return(false); } }
private void InitializeComponent() { this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(568, 368); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; // // memoEdit1 // this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Bottom; this.memoEdit1.EditValue = "Paste here"; this.memoEdit1.Location = new System.Drawing.Point(0, 271); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(568, 97); this.memoEdit1.TabIndex = 1; this.memoEdit1.Enter += new System.EventHandler(this.OnMemoEnter); // // Main // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(568, 368); this.Controls.Add(this.memoEdit1); this.Controls.Add(this.gridControl1); this.Name = "Main"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(300, 100); this.panelControl1.TabIndex = 1; // // memoEdit1 // this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.memoEdit1.Location = new System.Drawing.Point(2, 2); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(296, 96); this.memoEdit1.TabIndex = 0; this.memoEdit1.ReadOnly = true; // // MessageBoardControl01 // this.Controls.Add(this.panelControl1); this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "StateTipControl"; this.Size = new System.Drawing.Size(300, 100); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lkpEdtNewMemberID = new DevExpress.XtraEditors.LookUpEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.labelHeader = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.txtmember = new System.Windows.Forms.TextBox(); this.txtPackage = new System.Windows.Forms.TextBox(); this.txtAmount = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtNewMemberID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(16, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 22); this.label1.TabIndex = 0; this.label1.Text = "Member ID"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 1; this.label2.Text = "Credit Package"; // // lkpEdtNewMemberID // this.lkpEdtNewMemberID.EditValue = ""; this.lkpEdtNewMemberID.Location = new System.Drawing.Point(126, 5); this.lkpEdtNewMemberID.Name = "lkpEdtNewMemberID"; this.lkpEdtNewMemberID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtNewMemberID.Size = new System.Drawing.Size(192, 20); this.lkpEdtNewMemberID.TabIndex = 2; this.lkpEdtNewMemberID.Visible = false; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(126, 6); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Properties.MaxLength = 255; this.memoEdit1.Size = new System.Drawing.Size(192, 10); this.memoEdit1.TabIndex = 3; this.memoEdit1.Visible = false; // // labelHeader // this.labelHeader.Location = new System.Drawing.Point(8, 8); this.labelHeader.Name = "labelHeader"; this.labelHeader.Size = new System.Drawing.Size(320, 23); this.labelHeader.TabIndex = 4; this.labelHeader.Text = "label3"; // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(211, 134); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 48; this.simpleButton2.Text = "Cancel"; // // simpleButton1 // this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButton1.Location = new System.Drawing.Point(122, 134); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 47; this.simpleButton1.Text = "Save"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label3 // this.label3.Location = new System.Drawing.Point(16, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 49; this.label3.Text = "Convert Amount"; // // txtmember // this.txtmember.Location = new System.Drawing.Point(123, 31); this.txtmember.Name = "txtmember"; this.txtmember.ReadOnly = true; this.txtmember.Size = new System.Drawing.Size(163, 20); this.txtmember.TabIndex = 50; // // txtPackage // this.txtPackage.Location = new System.Drawing.Point(122, 66); this.txtPackage.Name = "txtPackage"; this.txtPackage.ReadOnly = true; this.txtPackage.Size = new System.Drawing.Size(163, 20); this.txtPackage.TabIndex = 51; // // txtAmount // this.txtAmount.Location = new System.Drawing.Point(122, 96); this.txtAmount.Name = "txtAmount"; this.txtAmount.ReadOnly = true; this.txtAmount.Size = new System.Drawing.Size(163, 20); this.txtAmount.TabIndex = 52; // // FormConvertMemberCreditPackage // this.AcceptButton = this.simpleButton1; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(330, 180); this.Controls.Add(this.txtAmount); this.Controls.Add(this.txtPackage); this.Controls.Add(this.txtmember); this.Controls.Add(this.label3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelHeader); this.Controls.Add(this.memoEdit1); this.Controls.Add(this.lkpEdtNewMemberID); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormConvertMemberCreditPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Convert Member Credit Package"; ((System.ComponentModel.ISupportInitialize)(this.lkpEdtNewMemberID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.dtEditDate = new DevExpress.XtraEditors.DateEdit(); this.label2 = new System.Windows.Forms.Label(); this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit(); this.lkpEdtTherapist = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit(); this.MemoEditRemark = new DevExpress.XtraEditors.MemoEdit(); this.Label42 = new System.Windows.Forms.Label(); this.Label31 = new System.Windows.Forms.Label(); this.Label33 = new System.Windows.Forms.Label(); this.Label34 = new System.Windows.Forms.Label(); this.Label35 = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton(); this.dtEdtEndTime = new DevExpress.XtraEditors.DateEdit(); this.Label36 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ucMemberID1 = new ACMS.ucMemberID(); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit(); this.SuspendLayout(); // // dtEditDate // this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEditDate.Location = new System.Drawing.Point(96, 98); this.dtEditDate.Name = "dtEditDate"; // // dtEditDate.Properties // this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtEditDate.Properties.ReadOnly = true; this.dtEditDate.Size = new System.Drawing.Size(232, 20); this.dtEditDate.TabIndex = 52; this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 18); this.label2.TabIndex = 51; this.label2.Text = "Date"; // // dtEdtStartTime // this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtStartTime.Location = new System.Drawing.Point(96, 120); this.dtEdtStartTime.Name = "dtEdtStartTime"; // // dtEdtStartTime.Properties // this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.EditFormat.FormatString = "T"; this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.Mask.EditMask = "T"; this.dtEdtStartTime.Size = new System.Drawing.Size(232, 20); this.dtEdtStartTime.TabIndex = 49; // // lkpEdtTherapist // this.lkpEdtTherapist.EditValue = ""; this.lkpEdtTherapist.Location = new System.Drawing.Point(96, 32); this.lkpEdtTherapist.Name = "lkpEdtTherapist"; // // lkpEdtTherapist.Properties // this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtTherapist.Properties.ReadOnly = true; this.lkpEdtTherapist.Size = new System.Drawing.Size(232, 20); this.lkpEdtTherapist.TabIndex = 48; // // lkpEdtPackageID // this.lkpEdtPackageID.EditValue = ""; this.lkpEdtPackageID.Location = new System.Drawing.Point(96, 54); this.lkpEdtPackageID.Name = "lkpEdtPackageID"; // // lkpEdtPackageID.Properties // this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtPackageID.Properties.NullText = ""; this.lkpEdtPackageID.Size = new System.Drawing.Size(232, 20); this.lkpEdtPackageID.TabIndex = 45; this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged); // // lkpEdtServiceCode // this.lkpEdtServiceCode.EditValue = ""; this.lkpEdtServiceCode.Location = new System.Drawing.Point(96, 76); this.lkpEdtServiceCode.Name = "lkpEdtServiceCode"; // // lkpEdtServiceCode.Properties // this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtServiceCode.Size = new System.Drawing.Size(232, 20); this.lkpEdtServiceCode.TabIndex = 44; // // MemoEditRemark // this.MemoEditRemark.EditValue = ""; this.MemoEditRemark.Location = new System.Drawing.Point(96, 168); this.MemoEditRemark.Name = "MemoEditRemark"; // // MemoEditRemark.Properties // this.MemoEditRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.MemoEditRemark.Properties.Appearance.Options.UseFont = true; this.MemoEditRemark.Properties.ReadOnly = true; this.MemoEditRemark.Size = new System.Drawing.Size(232, 64); this.MemoEditRemark.TabIndex = 43; // // Label42 // this.Label42.AutoSize = true; this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label42.Location = new System.Drawing.Point(16, 170); this.Label42.Name = "Label42"; this.Label42.Size = new System.Drawing.Size(60, 18); this.Label42.TabIndex = 42; this.Label42.Text = "Remarks"; // // Label31 // this.Label31.AutoSize = true; this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label31.Location = new System.Drawing.Point(16, 120); this.Label31.Name = "Label31"; this.Label31.Size = new System.Drawing.Size(69, 18); this.Label31.TabIndex = 40; this.Label31.Text = "Start Time"; // // Label33 // this.Label33.AutoSize = true; this.Label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label33.Location = new System.Drawing.Point(16, 76); this.Label33.Name = "Label33"; this.Label33.Size = new System.Drawing.Size(51, 18); this.Label33.TabIndex = 39; this.Label33.Text = "Service"; // // Label34 // this.Label34.AutoSize = true; this.Label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label34.Location = new System.Drawing.Point(16, 54); this.Label34.Name = "Label34"; this.Label34.Size = new System.Drawing.Size(76, 18); this.Label34.TabIndex = 38; this.Label34.Text = "Package ID"; // // Label35 // this.Label35.AutoSize = true; this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label35.Location = new System.Drawing.Point(16, 32); this.Label35.Name = "Label35"; this.Label35.Size = new System.Drawing.Size(63, 18); this.Label35.TabIndex = 37; this.Label35.Text = "Therapist"; // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(252, 244); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.TabIndex = 54; this.simpleButton2.Text = "Cancel"; // // SimpleButton56 // this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK; this.SimpleButton56.Location = new System.Drawing.Point(164, 244); this.SimpleButton56.Name = "SimpleButton56"; this.SimpleButton56.TabIndex = 53; this.SimpleButton56.Text = "Save"; this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click); // // dtEdtEndTime // this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtEndTime.Location = new System.Drawing.Point(96, 144); this.dtEdtEndTime.Name = "dtEdtEndTime"; // // dtEdtEndTime.Properties // this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.EditFormat.FormatString = "T"; this.dtEdtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.Mask.EditMask = "T"; this.dtEdtEndTime.Size = new System.Drawing.Size(232, 20); this.dtEdtEndTime.TabIndex = 56; // // Label36 // this.Label36.AutoSize = true; this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label36.Location = new System.Drawing.Point(16, 144); this.Label36.Name = "Label36"; this.Label36.Size = new System.Drawing.Size(64, 18); this.Label36.TabIndex = 55; this.Label36.Text = "End Time"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(16, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 18); this.label1.TabIndex = 58; this.label1.Text = "Member ID"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(98, 8); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(182, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 59; // // FormMarkService // this.AcceptButton = this.SimpleButton56; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(344, 286); this.Controls.Add(this.ucMemberID1); this.Controls.Add(this.label1); this.Controls.Add(this.dtEdtEndTime); this.Controls.Add(this.Label36); this.Controls.Add(this.label2); this.Controls.Add(this.Label42); this.Controls.Add(this.Label31); this.Controls.Add(this.Label33); this.Controls.Add(this.Label34); this.Controls.Add(this.Label35); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.SimpleButton56); this.Controls.Add(this.dtEditDate); this.Controls.Add(this.dtEdtStartTime); this.Controls.Add(this.lkpEdtTherapist); this.Controls.Add(this.lkpEdtPackageID); this.Controls.Add(this.lkpEdtServiceCode); this.Controls.Add(this.MemoEditRemark); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMarkService"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Mark Service"; ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChuongTrinh)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); this.btnDeleteRealy = new DevExpress.XtraEditors.SimpleButton(); this.btnRestore = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.InPhieu = new DevExpress.XtraEditors.DropDownButton(); this.ctMnuInPhieu = new System.Windows.Forms.ContextMenuStrip(this.components); this.NghiepVu = new DevExpress.XtraEditors.DropDownButton(); this.ctMnuNghiepVu = new System.Windows.Forms.ContextMenuStrip(this.components); this.Duyet = new ProtocolVN.Framework.Win.PLDuyetCombobox(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.label7 = new DevExpress.XtraEditors.LabelControl(); this.label8 = new DevExpress.XtraEditors.LabelControl(); this.KyHieuPhanLoai = new DevExpress.XtraEditors.TextEdit(); this.label21 = new DevExpress.XtraEditors.LabelControl(); this.label22 = new DevExpress.XtraEditors.LabelControl(); this.label2 = new DevExpress.XtraEditors.LabelControl(); this.label4 = new DevExpress.XtraEditors.LabelControl(); this.label5 = new DevExpress.XtraEditors.LabelControl(); this.label15 = new DevExpress.XtraEditors.LabelControl(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.KyHieuXepKho_KHPL = new DevExpress.XtraEditors.TextEdit(); this.groupControlThongTinPhatSong = new DevExpress.XtraEditors.GroupControl(); this.ReleaseDate = new DevExpress.XtraEditors.DateEdit(); this.SoRunConlai = new DevExpress.XtraEditors.SpinEdit(); this.ReleaseRun = new DevExpress.XtraEditors.SpinEdit(); this.Release = new DevExpress.XtraEditors.SpinEdit(); this.SoDaRun = new DevExpress.XtraEditors.SpinEdit(); this.gridControlPhatSongKhac = new DevExpress.XtraGrid.GridControl(); this.gridviewPhatSongKhac = new DevExpress.XtraGrid.Views.Grid.PLGridView(); this.ColPSK_Kenh = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColPSK_TuNgay = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColPSK_DenNgay = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColPSK_LanPhat = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridControlNgayPhatDauTien = new DevExpress.XtraGrid.GridControl(); this.gridViewNgayPhatDauTien = new DevExpress.XtraGrid.Views.Grid.PLGridView(); this.ColKenhPhatSong = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColIsPhatLai = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColNgayPhatStart = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColNgayPhatEnd = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColTimeSlot = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColLanPhat = new DevExpress.XtraGrid.Columns.GridColumn(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.RunThu = new DevExpress.XtraEditors.SpinEdit(); this.TongSoRun = new DevExpress.XtraEditors.SpinEdit(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.labelControl19 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl24 = new DevExpress.XtraEditors.LabelControl(); this.labelControl21 = new DevExpress.XtraEditors.LabelControl(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.ReleaseRule = new DevExpress.XtraEditors.MemoEdit(); this.MuaKem = new DevExpress.XtraEditors.MemoEdit(); this.Rating = new DevExpress.XtraEditors.CalcEdit(); this.DoiTuongKhanGia = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.label14 = new DevExpress.XtraEditors.LabelControl(); this.groupControlNguonGoc = new DevExpress.XtraEditors.GroupControl(); this.NoteBQ = new DevExpress.XtraEditors.MemoEdit(); this.gridControlThongTinBan = new DevExpress.XtraGrid.GridControl(); this.gridViewThongTinBan = new DevExpress.XtraGrid.Views.Grid.PLGridView(); this.ColKenhBan = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColNgayBanTu = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColNgayBanDen = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl7 = new DevExpress.XtraEditors.GroupControl(); this.DonViHauKy = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.HangSanXuat = new ProtocolVN.Framework.Win.PLDMGrid(); this.DonViSoHuu = new ProtocolVN.Framework.Win.PLDMGrid(); this.NamSanXuat = new DevExpress.XtraEditors.PLSpinEdit(); this.labelControl33 = new DevExpress.XtraEditors.LabelControl(); this.labelControl32 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.QuocGia = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.label25 = new DevExpress.XtraEditors.LabelControl(); this.KenhHanCheBan = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.DonViCungCap = new ProtocolVN.Framework.Win.PLDMGrid(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.BanQuyenHTV = new DevExpress.XtraEditors.DateEdit(); this.BanQuyenDIDEnd = new DevExpress.XtraEditors.DateEdit(); this.BanQuyenDTNNEnd = new DevExpress.XtraEditors.DateEdit(); this.BanQuyenDIDStart = new DevExpress.XtraEditors.DateEdit(); this.BanQuyenDTNNStart = new DevExpress.XtraEditors.DateEdit(); this.ChanelRight = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.labelControl25 = new DevExpress.XtraEditors.LabelControl(); this.labelControl26 = new DevExpress.XtraEditors.LabelControl(); this.labelControl27 = new DevExpress.XtraEditors.LabelControl(); this.labelControl28 = new DevExpress.XtraEditors.LabelControl(); this.labelControl29 = new DevExpress.XtraEditors.LabelControl(); this.labelControl30 = new DevExpress.XtraEditors.LabelControl(); this.BanQuyenThuoc = new ProtocolVN.Framework.Win.PLDMGrid(); this.labelControl31 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.DaoDien = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.groupControlThongTin = new DevExpress.XtraEditors.GroupControl(); this.gridControlGhiChu = new DevExpress.XtraGrid.GridControl(); this.gridViewGhiChu = new DevExpress.XtraGrid.Views.Grid.PLGridView(); this.colLoaiGhiChu = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNoiDungGhiChu = new DevExpress.XtraGrid.Columns.GridColumn(); this.labelControl34 = new DevExpress.XtraEditors.LabelControl(); this.PhanLoaiDrama = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.NguonTrading = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.ClassName = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.labelControl23 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.Code = new DevExpress.XtraEditors.TextEdit(); this.TenGoc = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.Period = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete(); this.TrailerGoc = new DevExpress.XtraEditors.CheckEdit(); this.Photos = new DevExpress.XtraEditors.CheckEdit(); this.Script = new DevExpress.XtraEditors.CheckEdit(); this.ckcMoiTrenThiTruong = new DevExpress.XtraEditors.CheckEdit(); this.ckcTrongKho = new DevExpress.XtraEditors.CheckEdit(); this.ThanhLy = new DevExpress.XtraEditors.CheckEdit(); this.groupControl8 = new DevExpress.XtraEditors.GroupControl(); this.KyHieuXepKho_NoiDung = new DevExpress.XtraEditors.TextEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.Ranking = new ProtocolVN.Framework.Win.PLDMGrid(); this.DienVien = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.labelControl22 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.label24 = new DevExpress.XtraEditors.LabelControl(); this.TuKhoaSelect = new ProtocolVN.Framework.Win.PLMultiCombobox(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.NgayAWB = new DevExpress.XtraEditors.DateEdit(); this.TomTatNoiDung = new DevExpress.XtraEditors.MemoEdit(); this.GhiChu = new DevExpress.XtraEditors.MemoEdit(); this.TuKhoaText = new DevExpress.XtraEditors.MemoEdit(); this.label20 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.label33 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.label36 = new DevExpress.XtraEditors.LabelControl(); this.Info = new ProtocolVN.Framework.Win.PLInfoBoxEtx(); this.TinhTrangBang = new ProtocolVN.Framework.Win.PLDMGrid(); this.TietMuc = new ProtocolVN.Framework.Win.PLDMGrid(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.MaChuongTrinh = new DevExpress.XtraEditors.TextEdit(); this.label42 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.xtraTabControlMain = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPageChuongTrinh = new DevExpress.XtraTab.XtraTabPage(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.xtraTabPageAdd = new DevExpress.XtraTab.XtraTabPage(); this.popupMenuTab = new DevExpress.XtraBars.PopupMenu(this.components); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.KyHieuPhanLoai.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.KyHieuXepKho_KHPL.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlThongTinPhatSong)).BeginInit(); this.groupControlThongTinPhatSong.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SoRunConlai.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseRun.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Release.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SoDaRun.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlPhatSongKhac)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridviewPhatSongKhac)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlNgayPhatDauTien)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewNgayPhatDauTien)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RunThu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TongSoRun.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseRule.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MuaKem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Rating.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DoiTuongKhanGia.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlNguonGoc)).BeginInit(); this.groupControlNguonGoc.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NoteBQ.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlThongTinBan)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewThongTinBan)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).BeginInit(); this.groupControl7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DonViHauKy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NamSanXuat.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.KenhHanCheBan.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenHTV.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenHTV.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDEnd.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNEnd.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDStart.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNStart.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChanelRight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DaoDien.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlThongTin)).BeginInit(); this.groupControlThongTin.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlGhiChu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewGhiChu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PhanLoaiDrama.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NguonTrading.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ClassName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Code.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Period.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TrailerGoc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Photos.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Script.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckcMoiTrenThiTruong.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckcTrongKho.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ThanhLy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).BeginInit(); this.groupControl8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.KyHieuXepKho_NoiDung.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DienVien.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TuKhoaSelect.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NgayAWB.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NgayAWB.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TomTatNoiDung.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GhiChu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TuKhoaText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MaChuongTrinh.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlMain)).BeginInit(); this.xtraTabControlMain.SuspendLayout(); this.xtraTabPageChuongTrinh.SuspendLayout(); this.xtraScrollableControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.popupMenuTab)).BeginInit(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.flowLayoutPanel1.Controls.Add(this.btnClose); this.flowLayoutPanel1.Controls.Add(this.btnDelete); this.flowLayoutPanel1.Controls.Add(this.btnDeleteRealy); this.flowLayoutPanel1.Controls.Add(this.btnRestore); this.flowLayoutPanel1.Controls.Add(this.btnSave); this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(626, 716); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(415, 31); this.flowLayoutPanel1.TabIndex = 4; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Location = new System.Drawing.Point(337, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 2; this.btnClose.Text = "Đ&óng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.Location = new System.Drawing.Point(256, 3); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 1; this.btnDelete.Text = "&Xóa"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnDeleteRealy // this.btnDeleteRealy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDeleteRealy.Location = new System.Drawing.Point(175, 3); this.btnDeleteRealy.Name = "btnDeleteRealy"; this.btnDeleteRealy.Size = new System.Drawing.Size(75, 23); this.btnDeleteRealy.TabIndex = 1; this.btnDeleteRealy.Text = "&Xóa hẳn"; this.btnDeleteRealy.Visible = false; this.btnDeleteRealy.Click += new System.EventHandler(this.btnDeleteRealy_Click); // // btnRestore // this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRestore.Location = new System.Drawing.Point(94, 3); this.btnRestore.Name = "btnRestore"; this.btnRestore.Size = new System.Drawing.Size(75, 23); this.btnRestore.TabIndex = 1; this.btnRestore.Text = "&Phục hồi"; this.btnRestore.Visible = false; this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(13, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 0; this.btnSave.Text = "&Lưu"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // InPhieu // this.InPhieu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.InPhieu.Location = new System.Drawing.Point(30, 3); this.InPhieu.Name = "InPhieu"; this.InPhieu.Size = new System.Drawing.Size(81, 23); this.InPhieu.TabIndex = 1; this.InPhieu.Text = "&In nhãn"; // // ctMnuInPhieu // this.ctMnuInPhieu.Name = "contextMenuStrip2"; this.ctMnuInPhieu.Size = new System.Drawing.Size(61, 4); // // NghiepVu // this.NghiepVu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.NghiepVu.Location = new System.Drawing.Point(117, 3); this.NghiepVu.Name = "NghiepVu"; this.NghiepVu.Size = new System.Drawing.Size(81, 23); this.NghiepVu.TabIndex = 2; this.NghiepVu.Text = "Nghiệp vụ"; this.NghiepVu.Visible = false; // // ctMnuNghiepVu // this.ctMnuNghiepVu.Name = "contextMenuStrip3"; this.ctMnuNghiepVu.Size = new System.Drawing.Size(61, 4); // // Duyet // this.Duyet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.Duyet.Enabled = false; this.Duyet.Location = new System.Drawing.Point(3, 6); this.Duyet.Name = "Duyet"; this.Duyet.Size = new System.Drawing.Size(21, 20); this.Duyet.TabIndex = 0; this.Duyet.Visible = false; // // flowLayoutPanel2 // this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.flowLayoutPanel2.Controls.Add(this.Duyet); this.flowLayoutPanel2.Controls.Add(this.InPhieu); this.flowLayoutPanel2.Controls.Add(this.NghiepVu); this.flowLayoutPanel2.Location = new System.Drawing.Point(6, 716); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(218, 31); this.flowLayoutPanel2.TabIndex = 3; // // label7 // this.label7.Location = new System.Drawing.Point(638, 52); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(40, 13); this.label7.TabIndex = 0; this.label7.Text = "Tiết mục"; // // label8 // this.label8.Location = new System.Drawing.Point(9, 76); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(82, 13); this.label8.TabIndex = 0; this.label8.Text = "Tên chương trình"; // // KyHieuPhanLoai // this.KyHieuPhanLoai.Location = new System.Drawing.Point(405, 165); this.KyHieuPhanLoai.Name = "KyHieuPhanLoai"; this.KyHieuPhanLoai.Properties.Appearance.Options.UseTextOptions = true; this.KyHieuPhanLoai.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.KyHieuPhanLoai.Size = new System.Drawing.Size(227, 20); this.KyHieuPhanLoai.TabIndex = 11; this.KyHieuPhanLoai.Validated += new System.EventHandler(this.KyHieuPhanLoai_Validated); // // label21 // this.label21.Location = new System.Drawing.Point(343, 168); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(24, 13); this.label21.TabIndex = 0; this.label21.Text = "KHPL"; this.label21.ToolTip = "Ký hiệu phân loại"; // // label22 // this.label22.Appearance.ForeColor = System.Drawing.Color.Blue; this.label22.Appearance.Options.UseForeColor = true; this.label22.Location = new System.Drawing.Point(345, 191); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(25, 13); this.label22.TabIndex = 0; this.label22.Text = "KHXK"; this.label22.ToolTip = "Ký hiệu xếp kho"; // // label2 // this.label2.Location = new System.Drawing.Point(5, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 13); this.label2.TabIndex = 0; this.label2.Text = "Đơn vị sở hữu"; // // label4 // this.label4.Location = new System.Drawing.Point(5, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 13); this.label4.TabIndex = 0; this.label4.Text = "Đơn vị cung cấp"; // // label5 // this.label5.Location = new System.Drawing.Point(9, 100); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(43, 13); this.label5.TabIndex = 0; this.label5.Text = "Đạo diễn"; // // label15 // this.label15.Location = new System.Drawing.Point(639, 122); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(46, 13); this.label15.TabIndex = 0; this.label15.Text = "Rating TB"; this.label15.ToolTip = "Rating trung bình"; // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.Options.UseFont = true; this.lblTitle.Appearance.Options.UseTextOptions = true; this.lblTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top; this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(1049, 38); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "CHƯƠNG TRÌNH"; // // KyHieuXepKho_KHPL // this.KyHieuXepKho_KHPL.Location = new System.Drawing.Point(3, 1); this.KyHieuXepKho_KHPL.Name = "KyHieuXepKho_KHPL"; this.KyHieuXepKho_KHPL.Properties.AppearanceReadOnly.Options.UseTextOptions = true; this.KyHieuXepKho_KHPL.Properties.AppearanceReadOnly.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.KyHieuXepKho_KHPL.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.KyHieuXepKho_KHPL.Properties.ReadOnly = true; this.KyHieuXepKho_KHPL.Size = new System.Drawing.Size(221, 18); this.KyHieuXepKho_KHPL.TabIndex = 0; this.KyHieuXepKho_KHPL.TabStop = false; // // groupControlThongTinPhatSong // this.groupControlThongTinPhatSong.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControlThongTinPhatSong.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControlThongTinPhatSong.AppearanceCaption.Options.UseFont = true; this.groupControlThongTinPhatSong.Controls.Add(this.ReleaseDate); this.groupControlThongTinPhatSong.Controls.Add(this.SoRunConlai); this.groupControlThongTinPhatSong.Controls.Add(this.ReleaseRun); this.groupControlThongTinPhatSong.Controls.Add(this.Release); this.groupControlThongTinPhatSong.Controls.Add(this.SoDaRun); this.groupControlThongTinPhatSong.Controls.Add(this.gridControlPhatSongKhac); this.groupControlThongTinPhatSong.Controls.Add(this.gridControlNgayPhatDauTien); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl8); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl9); this.groupControlThongTinPhatSong.Controls.Add(this.RunThu); this.groupControlThongTinPhatSong.Controls.Add(this.TongSoRun); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl20); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl19); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl6); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl24); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl21); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl15); this.groupControlThongTinPhatSong.Controls.Add(this.labelControl10); this.groupControlThongTinPhatSong.Controls.Add(this.ReleaseRule); this.groupControlThongTinPhatSong.Controls.Add(this.MuaKem); this.groupControlThongTinPhatSong.Location = new System.Drawing.Point(3, 672); this.groupControlThongTinPhatSong.Name = "groupControlThongTinPhatSong"; this.groupControlThongTinPhatSong.Size = new System.Drawing.Size(1000, 351); this.groupControlThongTinPhatSong.TabIndex = 2; this.groupControlThongTinPhatSong.Text = "Thông tin phát sóng"; // // ReleaseDate // this.ReleaseDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ReleaseDate.EditValue = null; this.ReleaseDate.Location = new System.Drawing.Point(840, 150); this.ReleaseDate.Name = "ReleaseDate"; this.ReleaseDate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.ReleaseDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ReleaseDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.ReleaseDate.Size = new System.Drawing.Size(155, 20); this.ReleaseDate.TabIndex = 5; // // SoRunConlai // this.SoRunConlai.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SoRunConlai.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.SoRunConlai.Location = new System.Drawing.Point(840, 102); this.SoRunConlai.Name = "SoRunConlai"; this.SoRunConlai.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.SoRunConlai.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.SoRunConlai.Properties.ReadOnly = true; this.SoRunConlai.Size = new System.Drawing.Size(155, 20); this.SoRunConlai.TabIndex = 4; this.SoRunConlai.TabStop = false; // // ReleaseRun // this.ReleaseRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ReleaseRun.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.ReleaseRun.Location = new System.Drawing.Point(841, 175); this.ReleaseRun.Name = "ReleaseRun"; this.ReleaseRun.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.ReleaseRun.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.ReleaseRun.Size = new System.Drawing.Size(154, 20); this.ReleaseRun.TabIndex = 5; // // Release // this.Release.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Release.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.Release.Location = new System.Drawing.Point(840, 125); this.Release.Name = "Release"; this.Release.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.Release.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.Release.Size = new System.Drawing.Size(155, 20); this.Release.TabIndex = 5; // // SoDaRun // this.SoDaRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SoDaRun.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.SoDaRun.Location = new System.Drawing.Point(840, 78); this.SoDaRun.Name = "SoDaRun"; this.SoDaRun.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.SoDaRun.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.SoDaRun.Size = new System.Drawing.Size(155, 20); this.SoDaRun.TabIndex = 3; this.SoDaRun.TabStop = false; this.SoDaRun.EditValueChanged += new System.EventHandler(this.TongSoRun_EditValueChanged); // // gridControlPhatSongKhac // this.gridControlPhatSongKhac.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.gridControlPhatSongKhac.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlPhatSongKhac.BackgroundImage"))); this.gridControlPhatSongKhac.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.gridControlPhatSongKhac.Location = new System.Drawing.Point(450, 32); this.gridControlPhatSongKhac.MainView = this.gridviewPhatSongKhac; this.gridControlPhatSongKhac.Name = "gridControlPhatSongKhac"; this.gridControlPhatSongKhac.Size = new System.Drawing.Size(305, 314); this.gridControlPhatSongKhac.TabIndex = 1; this.gridControlPhatSongKhac.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridviewPhatSongKhac}); // // gridviewPhatSongKhac // this.gridviewPhatSongKhac.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridviewPhatSongKhac.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridviewPhatSongKhac.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.ColPSK_Kenh, this.ColPSK_TuNgay, this.ColPSK_DenNgay, this.ColPSK_LanPhat}); this.gridviewPhatSongKhac.GridControl = this.gridControlPhatSongKhac; this.gridviewPhatSongKhac.GroupCount = 1; this.gridviewPhatSongKhac.IndicatorWidth = 40; this.gridviewPhatSongKhac.Name = "gridviewPhatSongKhac"; this.gridviewPhatSongKhac.OptionsLayout.Columns.AddNewColumns = false; this.gridviewPhatSongKhac.OptionsNavigation.AutoFocusNewRow = true; this.gridviewPhatSongKhac.OptionsNavigation.EnterMoveNextColumn = true; this.gridviewPhatSongKhac.OptionsPrint.UsePrintStyles = true; this.gridviewPhatSongKhac.OptionsView.EnableAppearanceEvenRow = true; this.gridviewPhatSongKhac.OptionsView.EnableAppearanceOddRow = true; this.gridviewPhatSongKhac.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top; this.gridviewPhatSongKhac.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; this.gridviewPhatSongKhac.OptionsView.ShowFooter = true; this.gridviewPhatSongKhac.OptionsView.ShowGroupedColumns = true; this.gridviewPhatSongKhac.OptionsView.ShowGroupPanel = false; this.gridviewPhatSongKhac.OptionsView.ShowIndicator = false; this.gridviewPhatSongKhac.OptionsView.ShowViewCaption = true; this.gridviewPhatSongKhac.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColPSK_Kenh, DevExpress.Data.ColumnSortOrder.Ascending)}); this.gridviewPhatSongKhac.ViewCaption = "Thời gian phát sóng trên các kênh khác"; this.gridviewPhatSongKhac.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gridViewPhatSongKhac_ValidateRow); // // ColPSK_Kenh // this.ColPSK_Kenh.Caption = "Kênh phát sóng"; this.ColPSK_Kenh.Name = "ColPSK_Kenh"; this.ColPSK_Kenh.SummaryItem.DisplayFormat = "Số lần đã phát {0}"; this.ColPSK_Kenh.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count; this.ColPSK_Kenh.Visible = true; this.ColPSK_Kenh.VisibleIndex = 0; this.ColPSK_Kenh.Width = 100; // // ColPSK_TuNgay // this.ColPSK_TuNgay.Caption = "Từ ngày"; this.ColPSK_TuNgay.Name = "ColPSK_TuNgay"; this.ColPSK_TuNgay.Visible = true; this.ColPSK_TuNgay.VisibleIndex = 1; this.ColPSK_TuNgay.Width = 52; // // ColPSK_DenNgay // this.ColPSK_DenNgay.Caption = "Đến ngày"; this.ColPSK_DenNgay.Name = "ColPSK_DenNgay"; this.ColPSK_DenNgay.Visible = true; this.ColPSK_DenNgay.VisibleIndex = 2; this.ColPSK_DenNgay.Width = 59; // // ColPSK_LanPhat // this.ColPSK_LanPhat.Caption = "Run thứ"; this.ColPSK_LanPhat.Name = "ColPSK_LanPhat"; this.ColPSK_LanPhat.SummaryItem.DisplayFormat = "Run thứ:{0}"; this.ColPSK_LanPhat.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum; this.ColPSK_LanPhat.Visible = true; this.ColPSK_LanPhat.VisibleIndex = 3; this.ColPSK_LanPhat.Width = 52; // // gridControlNgayPhatDauTien // this.gridControlNgayPhatDauTien.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControlNgayPhatDauTien.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlNgayPhatDauTien.BackgroundImage"))); this.gridControlNgayPhatDauTien.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.gridControlNgayPhatDauTien.Location = new System.Drawing.Point(6, 32); this.gridControlNgayPhatDauTien.MainView = this.gridViewNgayPhatDauTien; this.gridControlNgayPhatDauTien.Name = "gridControlNgayPhatDauTien"; this.gridControlNgayPhatDauTien.Size = new System.Drawing.Size(436, 314); this.gridControlNgayPhatDauTien.TabIndex = 0; this.gridControlNgayPhatDauTien.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewNgayPhatDauTien}); // // gridViewNgayPhatDauTien // this.gridViewNgayPhatDauTien.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridViewNgayPhatDauTien.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridViewNgayPhatDauTien.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.ColKenhPhatSong, this.ColIsPhatLai, this.ColNgayPhatStart, this.ColNgayPhatEnd, this.ColTimeSlot, this.ColLanPhat}); this.gridViewNgayPhatDauTien.GridControl = this.gridControlNgayPhatDauTien; this.gridViewNgayPhatDauTien.GroupCount = 1; this.gridViewNgayPhatDauTien.IndicatorWidth = 40; this.gridViewNgayPhatDauTien.Name = "gridViewNgayPhatDauTien"; this.gridViewNgayPhatDauTien.OptionsLayout.Columns.AddNewColumns = false; this.gridViewNgayPhatDauTien.OptionsMenu.EnableFooterMenu = false; this.gridViewNgayPhatDauTien.OptionsNavigation.AutoFocusNewRow = true; this.gridViewNgayPhatDauTien.OptionsNavigation.EnterMoveNextColumn = true; this.gridViewNgayPhatDauTien.OptionsPrint.UsePrintStyles = true; this.gridViewNgayPhatDauTien.OptionsView.EnableAppearanceEvenRow = true; this.gridViewNgayPhatDauTien.OptionsView.EnableAppearanceOddRow = true; this.gridViewNgayPhatDauTien.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top; this.gridViewNgayPhatDauTien.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; this.gridViewNgayPhatDauTien.OptionsView.ShowFooter = true; this.gridViewNgayPhatDauTien.OptionsView.ShowGroupedColumns = true; this.gridViewNgayPhatDauTien.OptionsView.ShowGroupPanel = false; this.gridViewNgayPhatDauTien.OptionsView.ShowIndicator = false; this.gridViewNgayPhatDauTien.OptionsView.ShowViewCaption = true; this.gridViewNgayPhatDauTien.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColKenhPhatSong, DevExpress.Data.ColumnSortOrder.Ascending)}); this.gridViewNgayPhatDauTien.ViewCaption = "Ngày phát sóng đầu tiên"; this.gridViewNgayPhatDauTien.CustomDrawGroupRow += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.gridViewNgayPhatDauTien_CustomDrawGroupRow); this.gridViewNgayPhatDauTien.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridViewNgayPhatDauTien_RowUpdated); this.gridViewNgayPhatDauTien.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gridViewNgayPhatDauTien_ValidateRow); // // ColKenhPhatSong // this.ColKenhPhatSong.Caption = "Kênh"; this.ColKenhPhatSong.Name = "ColKenhPhatSong"; this.ColKenhPhatSong.SummaryItem.DisplayFormat = "Phát chính: {0} lần"; this.ColKenhPhatSong.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count; this.ColKenhPhatSong.Visible = true; this.ColKenhPhatSong.VisibleIndex = 0; this.ColKenhPhatSong.Width = 83; // // ColIsPhatLai // this.ColIsPhatLai.Caption = "Phát lại"; this.ColIsPhatLai.Name = "ColIsPhatLai"; this.ColIsPhatLai.SummaryItem.DisplayFormat = "Phát lại: {0} lần"; this.ColIsPhatLai.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count; this.ColIsPhatLai.Visible = true; this.ColIsPhatLai.VisibleIndex = 1; this.ColIsPhatLai.Width = 68; // // ColNgayPhatStart // this.ColNgayPhatStart.Caption = "Từ ngày"; this.ColNgayPhatStart.Name = "ColNgayPhatStart"; this.ColNgayPhatStart.Visible = true; this.ColNgayPhatStart.VisibleIndex = 2; this.ColNgayPhatStart.Width = 52; // // ColNgayPhatEnd // this.ColNgayPhatEnd.Caption = "Đến ngày"; this.ColNgayPhatEnd.Name = "ColNgayPhatEnd"; this.ColNgayPhatEnd.Visible = true; this.ColNgayPhatEnd.VisibleIndex = 3; this.ColNgayPhatEnd.Width = 59; // // ColTimeSlot // this.ColTimeSlot.Caption = "Timeslot"; this.ColTimeSlot.Name = "ColTimeSlot"; this.ColTimeSlot.Visible = true; this.ColTimeSlot.VisibleIndex = 4; this.ColTimeSlot.Width = 51; // // ColLanPhat // this.ColLanPhat.Caption = "Run thứ"; this.ColLanPhat.Name = "ColLanPhat"; this.ColLanPhat.SummaryItem.DisplayFormat = "Run thứ:{0}"; this.ColLanPhat.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum; this.ColLanPhat.Visible = true; this.ColLanPhat.VisibleIndex = 5; this.ColLanPhat.Width = 52; // // labelControl8 // this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl8.Location = new System.Drawing.Point(760, 105); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(52, 13); this.labelControl8.TabIndex = 137; this.labelControl8.Text = "Run còn lại"; // // labelControl9 // this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl9.Location = new System.Drawing.Point(760, 81); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(49, 13); this.labelControl9.TabIndex = 137; this.labelControl9.Text = "Số đã Run"; // // RunThu // this.RunThu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.RunThu.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.RunThu.Location = new System.Drawing.Point(840, 32); this.RunThu.Name = "RunThu"; this.RunThu.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.RunThu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.RunThu.Size = new System.Drawing.Size(155, 20); this.RunThu.TabIndex = 2; this.RunThu.EditValueChanged += new System.EventHandler(this.TongSoRun_EditValueChanged); // // TongSoRun // this.TongSoRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TongSoRun.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.TongSoRun.Location = new System.Drawing.Point(840, 55); this.TongSoRun.Name = "TongSoRun"; this.TongSoRun.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.TongSoRun.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.TongSoRun.Size = new System.Drawing.Size(155, 20); this.TongSoRun.TabIndex = 2; this.TongSoRun.EditValueChanged += new System.EventHandler(this.TongSoRun_EditValueChanged); // // labelControl20 // this.labelControl20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl20.Location = new System.Drawing.Point(760, 178); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(57, 13); this.labelControl20.TabIndex = 129; this.labelControl20.Text = "Release run"; // // labelControl19 // this.labelControl19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl19.Location = new System.Drawing.Point(760, 151); this.labelControl19.Name = "labelControl19"; this.labelControl19.Size = new System.Drawing.Size(63, 13); this.labelControl19.TabIndex = 129; this.labelControl19.Text = "Release date"; // // labelControl6 // this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl6.Location = new System.Drawing.Point(760, 127); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(74, 13); this.labelControl6.TabIndex = 129; this.labelControl6.Text = "Release (Ngày)"; // // labelControl24 // this.labelControl24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl24.Location = new System.Drawing.Point(760, 205); this.labelControl24.Name = "labelControl24"; this.labelControl24.Size = new System.Drawing.Size(53, 13); this.labelControl24.TabIndex = 137; this.labelControl24.Text = "Realse rule"; // // labelControl21 // this.labelControl21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl21.Location = new System.Drawing.Point(760, 276); this.labelControl21.Name = "labelControl21"; this.labelControl21.Size = new System.Drawing.Size(42, 13); this.labelControl21.TabIndex = 137; this.labelControl21.Text = "Mua kèm"; // // labelControl15 // this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl15.Location = new System.Drawing.Point(760, 36); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(39, 13); this.labelControl15.TabIndex = 137; this.labelControl15.Text = "Run thứ"; // // labelControl10 // this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl10.Location = new System.Drawing.Point(760, 57); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(60, 13); this.labelControl10.TabIndex = 137; this.labelControl10.Text = "Tổng số Run"; // // ReleaseRule // this.ReleaseRule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ReleaseRule.Location = new System.Drawing.Point(841, 201); this.ReleaseRule.Name = "ReleaseRule"; this.ReleaseRule.Size = new System.Drawing.Size(152, 70); this.ReleaseRule.TabIndex = 6; // // MuaKem // this.MuaKem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MuaKem.Location = new System.Drawing.Point(841, 277); this.MuaKem.Name = "MuaKem"; this.MuaKem.Size = new System.Drawing.Size(155, 69); this.MuaKem.TabIndex = 6; // // Rating // this.Rating.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Rating.Location = new System.Drawing.Point(690, 120); this.Rating.Name = "Rating"; this.Rating.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.Rating.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.Rating.Size = new System.Drawing.Size(303, 20); this.Rating.TabIndex = 12; // // DoiTuongKhanGia // this.DoiTuongKhanGia.DataSource = null; this.DoiTuongKhanGia.DisplayField = null; this.DoiTuongKhanGia.EditValue = ""; this.DoiTuongKhanGia.Location = new System.Drawing.Point(93, 120); this.DoiTuongKhanGia.Name = "DoiTuongKhanGia"; this.DoiTuongKhanGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DoiTuongKhanGia.Size = new System.Drawing.Size(241, 20); this.DoiTuongKhanGia.TabIndex = 10; this.DoiTuongKhanGia.ValueField = null; // // label14 // this.label14.Location = new System.Drawing.Point(9, 124); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(57, 13); this.label14.TabIndex = 0; this.label14.Text = "ĐT khán giả"; // // groupControlNguonGoc // this.groupControlNguonGoc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControlNguonGoc.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControlNguonGoc.AppearanceCaption.Options.UseFont = true; this.groupControlNguonGoc.Controls.Add(this.NoteBQ); this.groupControlNguonGoc.Controls.Add(this.gridControlThongTinBan); this.groupControlNguonGoc.Controls.Add(this.groupControl7); this.groupControlNguonGoc.Controls.Add(this.labelControl17); this.groupControlNguonGoc.Controls.Add(this.groupControl1); this.groupControlNguonGoc.Controls.Add(this.labelControl14); this.groupControlNguonGoc.Location = new System.Drawing.Point(4, 425); this.groupControlNguonGoc.Name = "groupControlNguonGoc"; this.groupControlNguonGoc.Size = new System.Drawing.Size(999, 228); this.groupControlNguonGoc.TabIndex = 1; this.groupControlNguonGoc.Text = "Nguồn gốc - bản quyền"; // // NoteBQ // this.NoteBQ.Location = new System.Drawing.Point(95, 180); this.NoteBQ.Name = "NoteBQ"; this.NoteBQ.Size = new System.Drawing.Size(539, 43); this.NoteBQ.TabIndex = 136; // // gridControlThongTinBan // this.gridControlThongTinBan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControlThongTinBan.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlThongTinBan.BackgroundImage"))); this.gridControlThongTinBan.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.gridControlThongTinBan.Location = new System.Drawing.Point(645, 29); this.gridControlThongTinBan.MainView = this.gridViewThongTinBan; this.gridControlThongTinBan.Name = "gridControlThongTinBan"; this.gridControlThongTinBan.Size = new System.Drawing.Size(350, 194); this.gridControlThongTinBan.TabIndex = 2; this.gridControlThongTinBan.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewThongTinBan}); // // gridViewThongTinBan // this.gridViewThongTinBan.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridViewThongTinBan.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridViewThongTinBan.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.ColKenhBan, this.ColNgayBanTu, this.ColNgayBanDen}); this.gridViewThongTinBan.GridControl = this.gridControlThongTinBan; this.gridViewThongTinBan.GroupCount = 1; this.gridViewThongTinBan.IndicatorWidth = 40; this.gridViewThongTinBan.Name = "gridViewThongTinBan"; this.gridViewThongTinBan.OptionsLayout.Columns.AddNewColumns = false; this.gridViewThongTinBan.OptionsNavigation.AutoFocusNewRow = true; this.gridViewThongTinBan.OptionsNavigation.EnterMoveNextColumn = true; this.gridViewThongTinBan.OptionsPrint.UsePrintStyles = true; this.gridViewThongTinBan.OptionsView.EnableAppearanceEvenRow = true; this.gridViewThongTinBan.OptionsView.EnableAppearanceOddRow = true; this.gridViewThongTinBan.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top; this.gridViewThongTinBan.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; this.gridViewThongTinBan.OptionsView.ShowGroupedColumns = true; this.gridViewThongTinBan.OptionsView.ShowGroupPanel = false; this.gridViewThongTinBan.OptionsView.ShowIndicator = false; this.gridViewThongTinBan.OptionsView.ShowViewCaption = true; this.gridViewThongTinBan.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColKenhBan, DevExpress.Data.ColumnSortOrder.Ascending)}); this.gridViewThongTinBan.ViewCaption = "Thông tin bán"; this.gridViewThongTinBan.CustomDrawGroupRow += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.gridViewThongTinBan_CustomDrawGroupRow); this.gridViewThongTinBan.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gridViewThongTinBan_ValidateRow); // // ColKenhBan // this.ColKenhBan.Caption = "Kênh bán"; this.ColKenhBan.Name = "ColKenhBan"; this.ColKenhBan.SummaryItem.DisplayFormat = "Tồng số lần đã bán {0}"; this.ColKenhBan.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count; this.ColKenhBan.Visible = true; this.ColKenhBan.VisibleIndex = 0; this.ColKenhBan.Width = 70; // // ColNgayBanTu // this.ColNgayBanTu.Caption = "Từ ngày"; this.ColNgayBanTu.Name = "ColNgayBanTu"; this.ColNgayBanTu.Visible = true; this.ColNgayBanTu.VisibleIndex = 1; this.ColNgayBanTu.Width = 52; // // ColNgayBanDen // this.ColNgayBanDen.Caption = "Đên ngày"; this.ColNgayBanDen.Name = "ColNgayBanDen"; this.ColNgayBanDen.Visible = true; this.ColNgayBanDen.VisibleIndex = 2; this.ColNgayBanDen.Width = 59; // // groupControl7 // this.groupControl7.Controls.Add(this.DonViHauKy); this.groupControl7.Controls.Add(this.HangSanXuat); this.groupControl7.Controls.Add(this.DonViSoHuu); this.groupControl7.Controls.Add(this.NamSanXuat); this.groupControl7.Controls.Add(this.label4); this.groupControl7.Controls.Add(this.label2); this.groupControl7.Controls.Add(this.labelControl33); this.groupControl7.Controls.Add(this.labelControl32); this.groupControl7.Controls.Add(this.labelControl4); this.groupControl7.Controls.Add(this.labelControl7); this.groupControl7.Controls.Add(this.QuocGia); this.groupControl7.Controls.Add(this.label25); this.groupControl7.Controls.Add(this.KenhHanCheBan); this.groupControl7.Controls.Add(this.DonViCungCap); this.groupControl7.Location = new System.Drawing.Point(2, 29); this.groupControl7.Name = "groupControl7"; this.groupControl7.ShowCaption = false; this.groupControl7.Size = new System.Drawing.Size(338, 147); this.groupControl7.TabIndex = 0; this.groupControl7.Text = "groupControl7"; // // DonViHauKy // this.DonViHauKy._DataSource = null; this.DonViHauKy._GetField = null; this.DonViHauKy.Location = new System.Drawing.Point(92, 53); this.DonViHauKy.Name = "DonViHauKy"; this.DonViHauKy.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.DonViHauKy.Size = new System.Drawing.Size(241, 20); this.DonViHauKy.TabIndex = 133; // // HangSanXuat // this.HangSanXuat.Location = new System.Drawing.Point(92, 78); this.HangSanXuat.Name = "HangSanXuat"; this.HangSanXuat.Size = new System.Drawing.Size(241, 20); this.HangSanXuat.TabIndex = 1; this.HangSanXuat.ZZZWidthFactor = 2F; // // DonViSoHuu // this.DonViSoHuu.Location = new System.Drawing.Point(92, 31); this.DonViSoHuu.Name = "DonViSoHuu"; this.DonViSoHuu.Size = new System.Drawing.Size(241, 20); this.DonViSoHuu.TabIndex = 1; this.DonViSoHuu.ZZZWidthFactor = 2F; // // NamSanXuat // this.NamSanXuat.EditValue = new decimal(new int[] { 1999, 0, 0, 0}); this.NamSanXuat.Location = new System.Drawing.Point(278, 101); this.NamSanXuat.Name = "NamSanXuat"; this.NamSanXuat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.NamSanXuat.Properties.Mask.EditMask = "n0"; this.NamSanXuat.Properties.Mask.UseMaskAsDisplayFormat = true; this.NamSanXuat.Properties.MaxValue = new decimal(new int[] { -1530494977, 232830, 0, 0}); this.NamSanXuat.Size = new System.Drawing.Size(55, 20); this.NamSanXuat.TabIndex = 3; // // labelControl33 // this.labelControl33.Location = new System.Drawing.Point(6, 81); this.labelControl33.Name = "labelControl33"; this.labelControl33.Size = new System.Drawing.Size(70, 13); this.labelControl33.TabIndex = 0; this.labelControl33.Text = "Hãng sản xuất"; // // labelControl32 // this.labelControl32.Location = new System.Drawing.Point(5, 55); this.labelControl32.Name = "labelControl32"; this.labelControl32.Size = new System.Drawing.Size(66, 13); this.labelControl32.TabIndex = 0; this.labelControl32.Text = "Đơn vị hậu kỳ"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(5, 104); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(70, 13); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "Nước sản xuất"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(5, 127); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(86, 13); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "Kênh hạn chế bán"; // // QuocGia // this.QuocGia.DataSource = null; this.QuocGia.DisplayField = null; this.QuocGia.EditValue = ""; this.QuocGia.Location = new System.Drawing.Point(92, 101); this.QuocGia.Name = "QuocGia"; this.QuocGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.QuocGia.Size = new System.Drawing.Size(137, 20); this.QuocGia.TabIndex = 2; this.QuocGia.ValueField = null; // // label25 // this.label25.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label25.Appearance.ForeColor = System.Drawing.Color.Black; this.label25.Appearance.Options.UseFont = true; this.label25.Appearance.Options.UseForeColor = true; this.label25.Location = new System.Drawing.Point(236, 104); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(36, 13); this.label25.TabIndex = 0; this.label25.Text = "Năm SX"; // // KenhHanCheBan // this.KenhHanCheBan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.KenhHanCheBan.DataSource = null; this.KenhHanCheBan.DisplayField = null; this.KenhHanCheBan.EditValue = ""; this.KenhHanCheBan.Location = new System.Drawing.Point(92, 123); this.KenhHanCheBan.Name = "KenhHanCheBan"; this.KenhHanCheBan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.KenhHanCheBan.Size = new System.Drawing.Size(241, 20); this.KenhHanCheBan.TabIndex = 4; this.KenhHanCheBan.ValueField = null; // // DonViCungCap // this.DonViCungCap.Location = new System.Drawing.Point(92, 8); this.DonViCungCap.Name = "DonViCungCap"; this.DonViCungCap.Size = new System.Drawing.Size(241, 20); this.DonViCungCap.TabIndex = 0; this.DonViCungCap.ZZZWidthFactor = 2F; // // labelControl17 // this.labelControl17.Location = new System.Drawing.Point(436, 23); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(95, 13); this.labelControl17.TabIndex = 0; this.labelControl17.Text = "Thời hạn bản quyền"; // // groupControl1 // this.groupControl1.Controls.Add(this.BanQuyenHTV); this.groupControl1.Controls.Add(this.BanQuyenDIDEnd); this.groupControl1.Controls.Add(this.BanQuyenDTNNEnd); this.groupControl1.Controls.Add(this.BanQuyenDIDStart); this.groupControl1.Controls.Add(this.BanQuyenDTNNStart); this.groupControl1.Controls.Add(this.ChanelRight); this.groupControl1.Controls.Add(this.labelControl25); this.groupControl1.Controls.Add(this.labelControl26); this.groupControl1.Controls.Add(this.labelControl27); this.groupControl1.Controls.Add(this.labelControl28); this.groupControl1.Controls.Add(this.labelControl29); this.groupControl1.Controls.Add(this.labelControl30); this.groupControl1.Controls.Add(this.BanQuyenThuoc); this.groupControl1.Controls.Add(this.labelControl31); this.groupControl1.Location = new System.Drawing.Point(345, 29); this.groupControl1.Name = "groupControl1"; this.groupControl1.ShowCaption = false; this.groupControl1.Size = new System.Drawing.Size(289, 145); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "groupControl5"; // // BanQuyenHTV // this.BanQuyenHTV.EditValue = null; this.BanQuyenHTV.Location = new System.Drawing.Point(72, 83); this.BanQuyenHTV.Name = "BanQuyenHTV"; this.BanQuyenHTV.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.BanQuyenHTV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BanQuyenHTV.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.BanQuyenHTV.Size = new System.Drawing.Size(213, 20); this.BanQuyenHTV.TabIndex = 5; // // BanQuyenDIDEnd // this.BanQuyenDIDEnd.EditValue = null; this.BanQuyenDIDEnd.Location = new System.Drawing.Point(192, 38); this.BanQuyenDIDEnd.Name = "BanQuyenDIDEnd"; this.BanQuyenDIDEnd.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.BanQuyenDIDEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BanQuyenDIDEnd.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.BanQuyenDIDEnd.Size = new System.Drawing.Size(94, 20); this.BanQuyenDIDEnd.TabIndex = 2; this.BanQuyenDIDEnd.ToolTip = "Bản quyền đối với đối tác trong nước End"; // // BanQuyenDTNNEnd // this.BanQuyenDTNNEnd.EditValue = null; this.BanQuyenDTNNEnd.Location = new System.Drawing.Point(192, 60); this.BanQuyenDTNNEnd.Name = "BanQuyenDTNNEnd"; this.BanQuyenDTNNEnd.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.BanQuyenDTNNEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BanQuyenDTNNEnd.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.BanQuyenDTNNEnd.Size = new System.Drawing.Size(94, 20); this.BanQuyenDTNNEnd.TabIndex = 4; this.BanQuyenDTNNEnd.ToolTip = "Bản quyền với đối tác nước ngoài end"; // // BanQuyenDIDStart // this.BanQuyenDIDStart.EditValue = null; this.BanQuyenDIDStart.Location = new System.Drawing.Point(71, 38); this.BanQuyenDIDStart.Name = "BanQuyenDIDStart"; this.BanQuyenDIDStart.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.BanQuyenDIDStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BanQuyenDIDStart.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.BanQuyenDIDStart.Size = new System.Drawing.Size(91, 20); this.BanQuyenDIDStart.TabIndex = 1; this.BanQuyenDIDStart.ToolTip = "Bản quyền đối với đối tác trong nước start"; // // BanQuyenDTNNStart // this.BanQuyenDTNNStart.EditValue = null; this.BanQuyenDTNNStart.Location = new System.Drawing.Point(71, 60); this.BanQuyenDTNNStart.Name = "BanQuyenDTNNStart"; this.BanQuyenDTNNStart.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.BanQuyenDTNNStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.BanQuyenDTNNStart.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.BanQuyenDTNNStart.Size = new System.Drawing.Size(90, 20); this.BanQuyenDTNNStart.TabIndex = 3; // // ChanelRight // this.ChanelRight.DataSource = null; this.ChanelRight.DisplayField = null; this.ChanelRight.EditValue = ""; this.ChanelRight.Location = new System.Drawing.Point(72, 106); this.ChanelRight.Name = "ChanelRight"; this.ChanelRight.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ChanelRight.Size = new System.Drawing.Size(213, 20); this.ChanelRight.TabIndex = 11; this.ChanelRight.ValueField = null; // // labelControl25 // this.labelControl25.Location = new System.Drawing.Point(2, 110); this.labelControl25.Name = "labelControl25"; this.labelControl25.Size = new System.Drawing.Size(64, 13); this.labelControl25.TabIndex = 0; this.labelControl25.Text = "Channel right"; // // labelControl26 // this.labelControl26.Location = new System.Drawing.Point(3, 20); this.labelControl26.Name = "labelControl26"; this.labelControl26.Size = new System.Drawing.Size(44, 13); this.labelControl26.TabIndex = 0; this.labelControl26.Text = "BQ thuộc"; this.labelControl26.ToolTip = "Bản quyền thuộc"; // // labelControl27 // this.labelControl27.Location = new System.Drawing.Point(3, 87); this.labelControl27.Name = "labelControl27"; this.labelControl27.Size = new System.Drawing.Size(19, 13); this.labelControl27.TabIndex = 0; this.labelControl27.Text = "HTV"; this.labelControl27.ToolTip = "Bản quyền HTV"; // // labelControl28 // this.labelControl28.Location = new System.Drawing.Point(3, 64); this.labelControl28.Name = "labelControl28"; this.labelControl28.Size = new System.Drawing.Size(54, 13); this.labelControl28.TabIndex = 0; this.labelControl28.Text = "DTNN Start"; this.labelControl28.ToolTip = "Bản quyền với đối tác nước ngoài Start"; // // labelControl29 // this.labelControl29.Location = new System.Drawing.Point(3, 42); this.labelControl29.Name = "labelControl29"; this.labelControl29.Size = new System.Drawing.Size(53, 13); this.labelControl29.TabIndex = 0; this.labelControl29.Text = "DTTN Start"; // // labelControl30 // this.labelControl30.Location = new System.Drawing.Point(169, 64); this.labelControl30.Name = "labelControl30"; this.labelControl30.Size = new System.Drawing.Size(18, 13); this.labelControl30.TabIndex = 0; this.labelControl30.Text = "End"; // // BanQuyenThuoc // this.BanQuyenThuoc.Location = new System.Drawing.Point(71, 16); this.BanQuyenThuoc.Name = "BanQuyenThuoc"; this.BanQuyenThuoc.Size = new System.Drawing.Size(217, 20); this.BanQuyenThuoc.TabIndex = 0; this.BanQuyenThuoc.ZZZWidthFactor = 2F; // // labelControl31 // this.labelControl31.Location = new System.Drawing.Point(169, 42); this.labelControl31.Name = "labelControl31"; this.labelControl31.Size = new System.Drawing.Size(18, 13); this.labelControl31.TabIndex = 0; this.labelControl31.Text = "End"; // // labelControl14 // this.labelControl14.Location = new System.Drawing.Point(6, 182); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(40, 13); this.labelControl14.TabIndex = 0; this.labelControl14.Text = "Note BQ"; // // DaoDien // this.DaoDien.DataSource = null; this.DaoDien.DisplayField = null; this.DaoDien.EditValue = ""; this.DaoDien.Location = new System.Drawing.Point(93, 96); this.DaoDien.Name = "DaoDien"; this.DaoDien.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DaoDien.Size = new System.Drawing.Size(239, 20); this.DaoDien.TabIndex = 7; this.DaoDien.ValueField = null; // // groupControlThongTin // this.groupControlThongTin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControlThongTin.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControlThongTin.AppearanceCaption.Options.UseFont = true; this.groupControlThongTin.Controls.Add(this.gridControlGhiChu); this.groupControlThongTin.Controls.Add(this.labelControl34); this.groupControlThongTin.Controls.Add(this.PhanLoaiDrama); this.groupControlThongTin.Controls.Add(this.labelControl18); this.groupControlThongTin.Controls.Add(this.NguonTrading); this.groupControlThongTin.Controls.Add(this.ClassName); this.groupControlThongTin.Controls.Add(this.labelControl23); this.groupControlThongTin.Controls.Add(this.labelControl13); this.groupControlThongTin.Controls.Add(this.Code); this.groupControlThongTin.Controls.Add(this.TenGoc); this.groupControlThongTin.Controls.Add(this.NoiDung); this.groupControlThongTin.Controls.Add(this.Period); this.groupControlThongTin.Controls.Add(this.Category); this.groupControlThongTin.Controls.Add(this.TrailerGoc); this.groupControlThongTin.Controls.Add(this.Photos); this.groupControlThongTin.Controls.Add(this.Script); this.groupControlThongTin.Controls.Add(this.ckcMoiTrenThiTruong); this.groupControlThongTin.Controls.Add(this.ckcTrongKho); this.groupControlThongTin.Controls.Add(this.ThanhLy); this.groupControlThongTin.Controls.Add(this.groupControl8); this.groupControlThongTin.Controls.Add(this.label22); this.groupControlThongTin.Controls.Add(this.Ranking); this.groupControlThongTin.Controls.Add(this.Rating); this.groupControlThongTin.Controls.Add(this.DienVien); this.groupControlThongTin.Controls.Add(this.DaoDien); this.groupControlThongTin.Controls.Add(this.KyHieuPhanLoai); this.groupControlThongTin.Controls.Add(this.labelControl22); this.groupControlThongTin.Controls.Add(this.labelControl16); this.groupControlThongTin.Controls.Add(this.label21); this.groupControlThongTin.Controls.Add(this.labelControl12); this.groupControlThongTin.Controls.Add(this.label15); this.groupControlThongTin.Controls.Add(this.label5); this.groupControlThongTin.Controls.Add(this.label24); this.groupControlThongTin.Controls.Add(this.TuKhoaSelect); this.groupControlThongTin.Controls.Add(this.DoiTuongKhanGia); this.groupControlThongTin.Controls.Add(this.labelControl11); this.groupControlThongTin.Controls.Add(this.label14); this.groupControlThongTin.Controls.Add(this.NgayAWB); this.groupControlThongTin.Controls.Add(this.TomTatNoiDung); this.groupControlThongTin.Controls.Add(this.GhiChu); this.groupControlThongTin.Controls.Add(this.TuKhoaText); this.groupControlThongTin.Controls.Add(this.label20); this.groupControlThongTin.Controls.Add(this.labelControl2); this.groupControlThongTin.Controls.Add(this.label33); this.groupControlThongTin.Controls.Add(this.labelControl5); this.groupControlThongTin.Controls.Add(this.label36); this.groupControlThongTin.Controls.Add(this.Info); this.groupControlThongTin.Controls.Add(this.TinhTrangBang); this.groupControlThongTin.Controls.Add(this.TietMuc); this.groupControlThongTin.Controls.Add(this.labelControl3); this.groupControlThongTin.Controls.Add(this.MaChuongTrinh); this.groupControlThongTin.Controls.Add(this.label7); this.groupControlThongTin.Controls.Add(this.label42); this.groupControlThongTin.Controls.Add(this.labelControl1); this.groupControlThongTin.Controls.Add(this.label8); this.groupControlThongTin.Location = new System.Drawing.Point(3, 0); this.groupControlThongTin.Name = "groupControlThongTin"; this.groupControlThongTin.Size = new System.Drawing.Size(1000, 410); this.groupControlThongTin.TabIndex = 0; this.groupControlThongTin.Text = "Thông tin chính"; // // gridControlGhiChu // this.gridControlGhiChu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControlGhiChu.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlGhiChu.BackgroundImage"))); this.gridControlGhiChu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.gridControlGhiChu.Location = new System.Drawing.Point(405, 241); this.gridControlGhiChu.MainView = this.gridViewGhiChu; this.gridControlGhiChu.Name = "gridControlGhiChu"; this.gridControlGhiChu.Size = new System.Drawing.Size(588, 152); this.gridControlGhiChu.TabIndex = 138; this.gridControlGhiChu.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewGhiChu}); // // gridViewGhiChu // this.gridViewGhiChu.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridViewGhiChu.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridViewGhiChu.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colLoaiGhiChu, this.colNoiDungGhiChu}); this.gridViewGhiChu.GridControl = this.gridControlGhiChu; this.gridViewGhiChu.IndicatorWidth = 40; this.gridViewGhiChu.Name = "gridViewGhiChu"; this.gridViewGhiChu.OptionsLayout.Columns.AddNewColumns = false; this.gridViewGhiChu.OptionsNavigation.AutoFocusNewRow = true; this.gridViewGhiChu.OptionsNavigation.EnterMoveNextColumn = true; this.gridViewGhiChu.OptionsPrint.UsePrintStyles = true; this.gridViewGhiChu.OptionsView.EnableAppearanceEvenRow = true; this.gridViewGhiChu.OptionsView.EnableAppearanceOddRow = true; this.gridViewGhiChu.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top; this.gridViewGhiChu.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; this.gridViewGhiChu.OptionsView.ShowGroupedColumns = true; this.gridViewGhiChu.OptionsView.ShowGroupPanel = false; this.gridViewGhiChu.OptionsView.ShowIndicator = false; this.gridViewGhiChu.ViewCaption = "Thông tin bán"; // // colLoaiGhiChu // this.colLoaiGhiChu.Caption = "Loại ghi chú"; this.colLoaiGhiChu.Name = "colLoaiGhiChu"; this.colLoaiGhiChu.SummaryItem.DisplayFormat = "Tồng số lần đã bán {0}"; this.colLoaiGhiChu.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count; this.colLoaiGhiChu.Visible = true; this.colLoaiGhiChu.VisibleIndex = 0; this.colLoaiGhiChu.Width = 68; // // colNoiDungGhiChu // this.colNoiDungGhiChu.Caption = "Nội dung"; this.colNoiDungGhiChu.Name = "colNoiDungGhiChu"; this.colNoiDungGhiChu.Visible = true; this.colNoiDungGhiChu.VisibleIndex = 1; this.colNoiDungGhiChu.Width = 54; // // labelControl34 // this.labelControl34.Location = new System.Drawing.Point(342, 245); this.labelControl34.Name = "labelControl34"; this.labelControl34.Size = new System.Drawing.Size(60, 13); this.labelControl34.TabIndex = 139; this.labelControl34.Text = "Ghi chú khác"; // // PhanLoaiDrama // this.PhanLoaiDrama._DataSource = null; this.PhanLoaiDrama._GetField = null; this.PhanLoaiDrama.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PhanLoaiDrama.Location = new System.Drawing.Point(690, 142); this.PhanLoaiDrama.MenuManager = this.barManager1; this.PhanLoaiDrama.Name = "PhanLoaiDrama"; this.PhanLoaiDrama.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", 0, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, false)}); this.PhanLoaiDrama.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.PhanLoaiDrama.Size = new System.Drawing.Size(303, 20); this.PhanLoaiDrama.TabIndex = 137; // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.MaxItemId = 2; // // barDockControlTop // this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(1049, 0); // // barDockControlBottom // this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 750); this.barDockControlBottom.Size = new System.Drawing.Size(1049, 0); // // barDockControlLeft // this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 750); // // barDockControlRight // this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1049, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 750); // // labelControl18 // this.labelControl18.Location = new System.Drawing.Point(639, 144); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(49, 13); this.labelControl18.TabIndex = 136; this.labelControl18.Text = "P/L Drama"; this.labelControl18.ToolTip = "Phân loại Drama"; // // NguonTrading // this.NguonTrading._DataSource = null; this.NguonTrading._GetField = null; this.NguonTrading.Location = new System.Drawing.Point(93, 191); this.NguonTrading.Name = "NguonTrading"; this.NguonTrading.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", 0, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, false)}); this.NguonTrading.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.NguonTrading.Size = new System.Drawing.Size(239, 20); this.NguonTrading.TabIndex = 135; // // ClassName // this.ClassName._DataSource = null; this.ClassName._GetField = null; this.ClassName.Location = new System.Drawing.Point(405, 119); this.ClassName.MenuManager = this.barManager1; this.ClassName.Name = "ClassName"; this.ClassName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", 0, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, false)}); this.ClassName.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.ClassName.Size = new System.Drawing.Size(227, 20); this.ClassName.TabIndex = 135; // // labelControl23 // this.labelControl23.Location = new System.Drawing.Point(8, 192); this.labelControl23.Name = "labelControl23"; this.labelControl23.Size = new System.Drawing.Size(70, 13); this.labelControl23.TabIndex = 134; this.labelControl23.Text = "Nguồn Trading"; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(9, 170); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(41, 13); this.labelControl13.TabIndex = 134; this.labelControl13.Text = "Code CT"; this.labelControl13.ToolTip = "Mã code kế toán"; // // Code // this.Code.Location = new System.Drawing.Point(93, 168); this.Code.MenuManager = this.barManager1; this.Code.Name = "Code"; this.Code.Size = new System.Drawing.Size(239, 20); this.Code.TabIndex = 133; // // TenGoc // this.TenGoc._DataSource = null; this.TenGoc._GetField = null; this.TenGoc.Location = new System.Drawing.Point(405, 73); this.TenGoc.Name = "TenGoc"; this.TenGoc.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.TenGoc.Size = new System.Drawing.Size(227, 20); this.TenGoc.TabIndex = 132; // // NoiDung // this.NoiDung._DataSource = null; this.NoiDung._GetField = null; this.NoiDung.Location = new System.Drawing.Point(93, 73); this.NoiDung.Name = "NoiDung"; this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.NoiDung.Size = new System.Drawing.Size(240, 20); this.NoiDung.TabIndex = 132; this.NoiDung.Validated += new System.EventHandler(this.KyHieuPhanLoai_Validated); // // Period // this.Period._DataSource = null; this.Period._GetField = null; this.Period.Location = new System.Drawing.Point(405, 142); this.Period.Name = "Period"; this.Period.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", 0, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, false)}); this.Period.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.Period.Size = new System.Drawing.Size(228, 20); this.Period.TabIndex = 6; // // Category // this.Category._DataSource = null; this.Category._GetField = null; this.Category.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Category.Location = new System.Drawing.Point(690, 72); this.Category.MenuManager = this.barManager1; this.Category.Name = "Category"; this.Category.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", 0, true, false, false, DevExpress.XtraEditors.ImageLocation.Default, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, false)}); this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None); this.Category.Size = new System.Drawing.Size(303, 20); this.Category.TabIndex = 6; // // TrailerGoc // this.TrailerGoc.Location = new System.Drawing.Point(260, 215); this.TrailerGoc.Name = "TrailerGoc"; this.TrailerGoc.Properties.Caption = "Trailer gốc"; this.TrailerGoc.Size = new System.Drawing.Size(72, 19); this.TrailerGoc.TabIndex = 16; // // Photos // this.Photos.Location = new System.Drawing.Point(174, 215); this.Photos.Name = "Photos"; this.Photos.Properties.Caption = "Photo"; this.Photos.Size = new System.Drawing.Size(56, 19); this.Photos.TabIndex = 15; // // Script // this.Script.Location = new System.Drawing.Point(93, 215); this.Script.MenuManager = this.barManager1; this.Script.Name = "Script"; this.Script.Properties.Caption = "Script"; this.Script.Size = new System.Drawing.Size(48, 19); this.Script.TabIndex = 14; // // ckcMoiTrenThiTruong // this.ckcMoiTrenThiTruong.Location = new System.Drawing.Point(313, 25); this.ckcMoiTrenThiTruong.Name = "ckcMoiTrenThiTruong"; this.ckcMoiTrenThiTruong.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.ckcMoiTrenThiTruong.Properties.Appearance.ForeColor = System.Drawing.Color.Red; this.ckcMoiTrenThiTruong.Properties.Appearance.Options.UseFont = true; this.ckcMoiTrenThiTruong.Properties.Appearance.Options.UseForeColor = true; this.ckcMoiTrenThiTruong.Properties.Caption = "Mới trên thị trường"; this.ckcMoiTrenThiTruong.Size = new System.Drawing.Size(142, 19); this.ckcMoiTrenThiTruong.TabIndex = 0; // // ckcTrongKho // this.ckcTrongKho.Location = new System.Drawing.Point(204, 24); this.ckcTrongKho.Name = "ckcTrongKho"; this.ckcTrongKho.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.ckcTrongKho.Properties.Appearance.ForeColor = System.Drawing.Color.Red; this.ckcTrongKho.Properties.Appearance.Options.UseFont = true; this.ckcTrongKho.Properties.Appearance.Options.UseForeColor = true; this.ckcTrongKho.Properties.Caption = "Có trong kho"; this.ckcTrongKho.Size = new System.Drawing.Size(98, 19); this.ckcTrongKho.TabIndex = 0; // // ThanhLy // this.ThanhLy.Location = new System.Drawing.Point(91, 24); this.ThanhLy.Name = "ThanhLy"; this.ThanhLy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.ThanhLy.Properties.Appearance.ForeColor = System.Drawing.Color.Red; this.ThanhLy.Properties.Appearance.Options.UseFont = true; this.ThanhLy.Properties.Appearance.Options.UseForeColor = true; this.ThanhLy.Properties.Caption = "Thanh lý"; this.ThanhLy.Size = new System.Drawing.Size(88, 19); this.ThanhLy.TabIndex = 0; // // groupControl8 // this.groupControl8.Controls.Add(this.KyHieuXepKho_KHPL); this.groupControl8.Controls.Add(this.KyHieuXepKho_NoiDung); this.groupControl8.Controls.Add(this.textEdit1); this.groupControl8.Location = new System.Drawing.Point(405, 188); this.groupControl8.Name = "groupControl8"; this.groupControl8.ShowCaption = false; this.groupControl8.Size = new System.Drawing.Size(227, 46); this.groupControl8.TabIndex = 17; this.groupControl8.Text = "groupControl8"; // // KyHieuXepKho_NoiDung // this.KyHieuXepKho_NoiDung.Location = new System.Drawing.Point(2, 26); this.KyHieuXepKho_NoiDung.Name = "KyHieuXepKho_NoiDung"; this.KyHieuXepKho_NoiDung.Properties.AppearanceReadOnly.Options.UseTextOptions = true; this.KyHieuXepKho_NoiDung.Properties.AppearanceReadOnly.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.KyHieuXepKho_NoiDung.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.KyHieuXepKho_NoiDung.Properties.ReadOnly = true; this.KyHieuXepKho_NoiDung.Size = new System.Drawing.Size(220, 18); this.KyHieuXepKho_NoiDung.TabIndex = 2; this.KyHieuXepKho_NoiDung.TabStop = false; // // textEdit1 // this.textEdit1.EditValue = "___________________"; this.textEdit1.Location = new System.Drawing.Point(2, 9); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.AllowFocused = false; this.textEdit1.Properties.AppearanceReadOnly.Options.UseTextOptions = true; this.textEdit1.Properties.AppearanceReadOnly.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.textEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.textEdit1.Properties.ReadOnly = true; this.textEdit1.Size = new System.Drawing.Size(220, 18); this.textEdit1.TabIndex = 5; this.textEdit1.TabStop = false; // // Ranking // this.Ranking.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Ranking.Location = new System.Drawing.Point(690, 96); this.Ranking.Name = "Ranking"; this.Ranking.Size = new System.Drawing.Size(305, 20); this.Ranking.TabIndex = 9; this.Ranking.ZZZWidthFactor = 2F; // // DienVien // this.DienVien.DataSource = null; this.DienVien.DisplayField = null; this.DienVien.EditValue = ""; this.DienVien.Location = new System.Drawing.Point(405, 96); this.DienVien.Name = "DienVien"; this.DienVien.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DienVien.Size = new System.Drawing.Size(227, 20); this.DienVien.TabIndex = 8; this.DienVien.ValueField = null; // // labelControl22 // this.labelControl22.Location = new System.Drawing.Point(344, 122); this.labelControl22.Name = "labelControl22"; this.labelControl22.Size = new System.Drawing.Size(24, 13); this.labelControl22.TabIndex = 0; this.labelControl22.Text = "Điểm"; // // labelControl16 // this.labelControl16.Location = new System.Drawing.Point(343, 145); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(30, 13); this.labelControl16.TabIndex = 0; this.labelControl16.Text = "Period"; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(640, 98); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(38, 13); this.labelControl12.TabIndex = 0; this.labelControl12.Text = "Ranking"; // // label24 // this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label24.Location = new System.Drawing.Point(968, 125); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(19, 13); this.label24.TabIndex = 0; this.label24.Text = "(%)"; // // TuKhoaSelect // this.TuKhoaSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TuKhoaSelect.DataSource = null; this.TuKhoaSelect.DisplayField = null; this.TuKhoaSelect.EditValue = ""; this.TuKhoaSelect.Location = new System.Drawing.Point(690, 216); this.TuKhoaSelect.Name = "TuKhoaSelect"; this.TuKhoaSelect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.TuKhoaSelect.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.TuKhoaSelect.Size = new System.Drawing.Size(303, 19); this.TuKhoaSelect.TabIndex = 18; this.TuKhoaSelect.TabStop = false; this.TuKhoaSelect.ValueField = null; this.TuKhoaSelect.EditValueChanged += new System.EventHandler(this.TuKhoaSelect_EditValueChanged); this.TuKhoaSelect.CloseUp += new DevExpress.XtraEditors.Controls.CloseUpEventHandler(this.TuKhoaSelect_CloseUp); // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(638, 74); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(45, 13); this.labelControl11.TabIndex = 0; this.labelControl11.Text = "Category"; // // NgayAWB // this.NgayAWB.EditValue = null; this.NgayAWB.Location = new System.Drawing.Point(405, 48); this.NgayAWB.Name = "NgayAWB"; this.NgayAWB.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.NgayAWB.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.NgayAWB.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.NgayAWB.Size = new System.Drawing.Size(227, 20); this.NgayAWB.TabIndex = 2; // // TomTatNoiDung // this.TomTatNoiDung.Location = new System.Drawing.Point(93, 242); this.TomTatNoiDung.Name = "TomTatNoiDung"; this.TomTatNoiDung.Size = new System.Drawing.Size(241, 80); this.TomTatNoiDung.TabIndex = 20; // // GhiChu // this.GhiChu.Location = new System.Drawing.Point(91, 326); this.GhiChu.Name = "GhiChu"; this.GhiChu.Size = new System.Drawing.Size(243, 78); this.GhiChu.TabIndex = 21; this.GhiChu.EditValueChanged += new System.EventHandler(this.GhiChu_EditValueChanged); // // TuKhoaText // this.TuKhoaText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TuKhoaText.Location = new System.Drawing.Point(690, 167); this.TuKhoaText.Name = "TuKhoaText"; this.TuKhoaText.Properties.ReadOnly = true; this.TuKhoaText.Size = new System.Drawing.Size(303, 50); this.TuKhoaText.TabIndex = 19; this.TuKhoaText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TuKhoaText_KeyDown); // // label20 // this.label20.Location = new System.Drawing.Point(639, 169); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(39, 13); this.label20.TabIndex = 131; this.label20.Text = "Từ khóa"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(343, 100); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(44, 13); this.labelControl2.TabIndex = 129; this.labelControl2.Text = "Diễn viên"; // // label33 // this.label33.Location = new System.Drawing.Point(343, 52); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(51, 13); this.label33.TabIndex = 129; this.label33.Text = "Ngày AWB"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(8, 244); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(81, 13); this.labelControl5.TabIndex = 129; this.labelControl5.Text = "Tóm tắt nội dung"; // // label36 // this.label36.Location = new System.Drawing.Point(12, 329); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(35, 13); this.label36.TabIndex = 129; this.label36.Text = "Ghi chú"; // // Info // this.Info.Location = new System.Drawing.Point(308, 46); this.Info.Name = "Info"; this.Info.Size = new System.Drawing.Size(24, 21); this.Info.TabIndex = 1; // // TinhTrangBang // this.TinhTrangBang.Location = new System.Drawing.Point(93, 144); this.TinhTrangBang.Name = "TinhTrangBang"; this.TinhTrangBang.Size = new System.Drawing.Size(241, 20); this.TinhTrangBang.TabIndex = 13; this.TinhTrangBang.ZZZWidthFactor = 2F; // // TietMuc // this.TietMuc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TietMuc.Location = new System.Drawing.Point(690, 48); this.TietMuc.Name = "TietMuc"; this.TietMuc.Size = new System.Drawing.Size(303, 20); this.TietMuc.TabIndex = 3; this.TietMuc.ZZZWidthFactor = 2F; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(9, 148); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(39, 13); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "TT băng"; this.labelControl3.ToolTip = "Tình trạng băng"; // // MaChuongTrinh // this.MaChuongTrinh.Location = new System.Drawing.Point(93, 48); this.MaChuongTrinh.Name = "MaChuongTrinh"; this.MaChuongTrinh.Properties.Appearance.BackColor = System.Drawing.Color.White; this.MaChuongTrinh.Properties.Appearance.Options.UseBackColor = true; this.MaChuongTrinh.Properties.MaxLength = 100; this.MaChuongTrinh.Properties.ReadOnly = true; this.MaChuongTrinh.Size = new System.Drawing.Size(209, 20); this.MaChuongTrinh.TabIndex = 1; this.MaChuongTrinh.TabStop = false; this.MaChuongTrinh.ToolTip = "Mã chương trình"; // // label42 // this.label42.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label42.Appearance.Options.UseFont = true; this.label42.Location = new System.Drawing.Point(342, 76); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(38, 13); this.label42.TabIndex = 0; this.label42.Text = "Tên gốc"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(9, 52); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(78, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "Mã chương trình"; // // xtraTabControlMain // this.xtraTabControlMain.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.xtraTabControlMain.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.xtraTabControlMain.AppearancePage.Header.Options.UseFont = true; this.xtraTabControlMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.xtraTabControlMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue; this.xtraTabControlMain.AppearancePage.HeaderActive.Options.UseFont = true; this.xtraTabControlMain.AppearancePage.HeaderActive.Options.UseForeColor = true; this.xtraTabControlMain.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders; this.xtraTabControlMain.Location = new System.Drawing.Point(6, 44); this.xtraTabControlMain.Name = "xtraTabControlMain"; this.xtraTabControlMain.SelectedTabPage = this.xtraTabPageChuongTrinh; this.xtraTabControlMain.Size = new System.Drawing.Size(1043, 666); this.xtraTabControlMain.TabIndex = 130; this.xtraTabControlMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPageChuongTrinh, this.xtraTabPageAdd}); this.xtraTabControlMain.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.xtraTabControl1_SelectedPageChanging); this.xtraTabControlMain.CloseButtonClick += new System.EventHandler(this.xtraTabControlMain_CloseButtonClick); // // xtraTabPageChuongTrinh // this.xtraTabPageChuongTrinh.AutoScroll = true; this.xtraTabPageChuongTrinh.Controls.Add(this.xtraScrollableControl1); this.xtraTabPageChuongTrinh.FireScrollEventOnMouseWheel = true; this.xtraTabPageChuongTrinh.Name = "xtraTabPageChuongTrinh"; this.xtraTabPageChuongTrinh.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False; this.xtraTabPageChuongTrinh.Size = new System.Drawing.Size(1036, 637); this.xtraTabPageChuongTrinh.Text = "Thông tin chương trình"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Controls.Add(this.groupControlThongTinPhatSong); this.xtraScrollableControl1.Controls.Add(this.groupControlNguonGoc); this.xtraScrollableControl1.Controls.Add(this.groupControlThongTin); this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.FireScrollEventOnMouseWheel = true; this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(1036, 637); this.xtraScrollableControl1.TabIndex = 130; // // xtraTabPageAdd // this.xtraTabPageAdd.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.xtraTabPageAdd.Appearance.Header.Options.UseFont = true; this.xtraTabPageAdd.Name = "xtraTabPageAdd"; this.xtraTabPageAdd.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False; this.xtraTabPageAdd.Size = new System.Drawing.Size(1036, 637); this.xtraTabPageAdd.Text = "+"; // // popupMenuTab // this.popupMenuTab.Manager = this.barManager1; this.popupMenuTab.Name = "popupMenuTab"; // // barButtonItem1 // this.barButtonItem1.Caption = "Text"; this.barButtonItem1.Id = 0; this.barButtonItem1.Name = "barButtonItem1"; // // FrmChuongTrinh // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1049, 750); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.flowLayoutPanel2); this.Controls.Add(this.xtraTabControlMain); this.Controls.Add(this.lblTitle); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FrmChuongTrinh"; this.Text = "Chương trình"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmPhuongAnDeXuatTour_Load); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.KyHieuPhanLoai.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.KyHieuXepKho_KHPL.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlThongTinPhatSong)).EndInit(); this.groupControlThongTinPhatSong.ResumeLayout(false); this.groupControlThongTinPhatSong.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SoRunConlai.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseRun.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Release.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SoDaRun.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlPhatSongKhac)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridviewPhatSongKhac)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlNgayPhatDauTien)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewNgayPhatDauTien)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RunThu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TongSoRun.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ReleaseRule.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MuaKem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Rating.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DoiTuongKhanGia.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlNguonGoc)).EndInit(); this.groupControlNguonGoc.ResumeLayout(false); this.groupControlNguonGoc.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NoteBQ.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlThongTinBan)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewThongTinBan)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).EndInit(); this.groupControl7.ResumeLayout(false); this.groupControl7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DonViHauKy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NamSanXuat.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.KenhHanCheBan.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenHTV.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenHTV.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDEnd.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNEnd.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDStart.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDIDStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNStart.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BanQuyenDTNNStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChanelRight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DaoDien.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlThongTin)).EndInit(); this.groupControlThongTin.ResumeLayout(false); this.groupControlThongTin.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlGhiChu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewGhiChu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PhanLoaiDrama.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NguonTrading.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ClassName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Code.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Period.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TrailerGoc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Photos.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Script.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckcMoiTrenThiTruong.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckcTrongKho.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ThanhLy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).EndInit(); this.groupControl8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.KyHieuXepKho_NoiDung.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DienVien.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TuKhoaSelect.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NgayAWB.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NgayAWB.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TomTatNoiDung.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GhiChu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TuKhoaText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MaChuongTrinh.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlMain)).EndInit(); this.xtraTabControlMain.ResumeLayout(false); this.xtraTabPageChuongTrinh.ResumeLayout(false); this.xtraScrollableControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.popupMenuTab)).EndInit(); this.ResumeLayout(false); }
/// <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(DataBillFrm)); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditSalesUnitID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEditEditQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditEditPrice = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditEditDiscount = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditEditSortNo1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridControlEditor = new DevExpress.XtraGrid.GridControl(); this.mastergridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemDateEditEditStoreTrDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditPERSONID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditEMPID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEditEditTotalkasm = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEditEditExtraFees = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoExEditEditREM = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditStoreID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditEditBillPayTypeID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditEditBillDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditBillEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.xtraTabControlEditor = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPageAdd = new DevExpress.XtraTab.XtraTabPage(); this.BtnPrint = new DevExpress.XtraEditors.SimpleButton(); this.BtnSave = new DevExpress.XtraEditors.SimpleButton(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.LblTotal = new DevExpress.XtraEditors.LabelControl(); this.GridControlAddDetials = new DevExpress.XtraGrid.GridControl(); this.gridViewAdd = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumnStoreTrID = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumnSanfID = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumnQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEditQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumnPrice = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditPrice = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumnDiscount = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditDiscount = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumnSort = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditSort = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumnDelete = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumnTotal = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.TxtREM = new DevExpress.XtraEditors.MemoEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.TxtExtraFees = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.TxtTotalkasm = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.LUEStoreID = new DevExpress.XtraEditors.LookUpEdit(); this.LUEBillPayType = new DevExpress.XtraEditors.LookUpEdit(); this.LUEEMPID = new DevExpress.XtraEditors.LookUpEdit(); this.LUEPERSONID = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.DEStoreTrDate = new DevExpress.XtraEditors.DateEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.TxtStoreTrIDDAY = new DevExpress.XtraEditors.TextEdit(); this.TxtStoreTrIDTYPE = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.xtraTabPageEdit = new DevExpress.XtraTab.XtraTabPage(); this.groupControl4 = new DevExpress.XtraEditors.GroupControl(); this.gridControlEditorDetial = new DevExpress.XtraGrid.GridControl(); this.gridViewEditDetial = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumnEditDetialSanfID = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEditDetialSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEditDetailQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditDetialPrice = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCalcEditDetialDiscount = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit(); this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditDetialSortNo = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditEditDetialDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEditDetialUpdate = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditSanfID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditSalesUnitID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditQuantity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditEditPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditEditDiscount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditSortNo1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlEditor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mastergridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditEditStoreTrDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditEditStoreTrDate.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditPERSONID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditEMPID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditTotalkasm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditExtraFees)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditEditREM)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditStoreID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditBillPayTypeID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditBillDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditBillEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlEditor)).BeginInit(); this.xtraTabControlEditor.SuspendLayout(); this.xtraTabPageAdd.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridControlAddDetials)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewAdd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditSanfID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditQuantity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDiscount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtREM.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtExtraFees.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtTotalkasm.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LUEStoreID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEBillPayType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEEMPID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEPERSONID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DEStoreTrDate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DEStoreTrDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtStoreTrIDDAY.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtStoreTrIDTYPE.Properties)).BeginInit(); this.xtraTabPageEdit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit(); this.groupControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlEditorDetial)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewEditDetial)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditDetialSanfID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditDetailQuantity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDetialPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDetialDiscount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDetialSortNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditDetialDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDetialUpdate)).BeginInit(); this.SuspendLayout(); // // gridColumn1 // this.gridColumn1.Caption = "رقم فاتورة المشتريات"; this.gridColumn1.FieldName = "WaredID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.ShowInCustomizationForm = false; // // gridColumn2 // this.gridColumn2.Caption = "الصنف"; this.gridColumn2.ColumnEdit = this.repositoryItemLookUpEditEditSanfID; this.gridColumn2.FieldName = "SanfID"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; this.gridColumn2.Width = 92; // // repositoryItemLookUpEditEditSanfID // this.repositoryItemLookUpEditEditSanfID.AutoHeight = false; this.repositoryItemLookUpEditEditSanfID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditSanfID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SanfName", "اسم الصنــف"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SalesUnitName", "نوع وحدة البيع")}); this.repositoryItemLookUpEditEditSanfID.Name = "repositoryItemLookUpEditEditSanfID"; this.repositoryItemLookUpEditEditSanfID.NullText = ""; this.repositoryItemLookUpEditEditSanfID.NullValuePrompt = "اختار اسم الصنف"; // // gridColumn24 // this.gridColumn24.Caption = "وحدة البيع"; this.gridColumn24.ColumnEdit = this.repositoryItemLookUpEditEditSalesUnitID; this.gridColumn24.FieldName = "SalesUnitID"; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 1; // // repositoryItemLookUpEditEditSalesUnitID // this.repositoryItemLookUpEditEditSalesUnitID.AutoHeight = false; this.repositoryItemLookUpEditEditSalesUnitID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditSalesUnitID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SalesUnitID", "SalesUnitID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SalesUnitName", "وحدة البيع")}); this.repositoryItemLookUpEditEditSalesUnitID.Name = "repositoryItemLookUpEditEditSalesUnitID"; this.repositoryItemLookUpEditEditSalesUnitID.NullText = ""; this.repositoryItemLookUpEditEditSalesUnitID.NullValuePrompt = "اختار وحدة البيع"; // // gridColumn12 // this.gridColumn12.Caption = "UnitID"; this.gridColumn12.FieldName = "UnitID"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.OptionsColumn.ShowInCustomizationForm = false; // // gridColumn4 // this.gridColumn4.Caption = "كمية الوارد"; this.gridColumn4.ColumnEdit = this.repositoryItemTextEditEditQuantity; this.gridColumn4.FieldName = "WaredQuantity"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 2; this.gridColumn4.Width = 105; // // repositoryItemTextEditEditQuantity // this.repositoryItemTextEditEditQuantity.AutoHeight = false; this.repositoryItemTextEditEditQuantity.DisplayFormat.FormatString = "d"; this.repositoryItemTextEditEditQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditQuantity.EditFormat.FormatString = "d"; this.repositoryItemTextEditEditQuantity.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditQuantity.Mask.EditMask = "d"; this.repositoryItemTextEditEditQuantity.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEditEditQuantity.Name = "repositoryItemTextEditEditQuantity"; this.repositoryItemTextEditEditQuantity.NullValuePrompt = "ادخل الكميه"; // // gridColumn5 // this.gridColumn5.Caption = "سعر الشراء"; this.gridColumn5.ColumnEdit = this.repositoryItemCalcEditEditPrice; this.gridColumn5.FieldName = "WaredPrice"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 3; this.gridColumn5.Width = 105; // // repositoryItemCalcEditEditPrice // this.repositoryItemCalcEditEditPrice.AutoHeight = false; this.repositoryItemCalcEditEditPrice.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditEditPrice.DisplayFormat.FormatString = "c2"; this.repositoryItemCalcEditEditPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditEditPrice.EditFormat.FormatString = "c2"; this.repositoryItemCalcEditEditPrice.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditEditPrice.Mask.EditMask = "c2"; this.repositoryItemCalcEditEditPrice.Name = "repositoryItemCalcEditEditPrice"; this.repositoryItemCalcEditEditPrice.NullValuePrompt = "سعر الوحده"; // // gridColumn6 // this.gridColumn6.Caption = "الخصم"; this.gridColumn6.ColumnEdit = this.repositoryItemCalcEditEditDiscount; this.gridColumn6.FieldName = "DiscountPercent"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 4; this.gridColumn6.Width = 105; // // repositoryItemCalcEditEditDiscount // this.repositoryItemCalcEditEditDiscount.AutoHeight = false; this.repositoryItemCalcEditEditDiscount.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditEditDiscount.DisplayFormat.FormatString = "c2"; this.repositoryItemCalcEditEditDiscount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditEditDiscount.EditFormat.FormatString = "c2"; this.repositoryItemCalcEditEditDiscount.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditEditDiscount.Mask.EditMask = "c2"; this.repositoryItemCalcEditEditDiscount.Name = "repositoryItemCalcEditEditDiscount"; // // gridColumn7 // this.gridColumn7.Caption = "ترتيب"; this.gridColumn7.ColumnEdit = this.repositoryItemButtonEditEditSortNo1; this.gridColumn7.FieldName = "SortNo"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 6; this.gridColumn7.Width = 105; // // repositoryItemButtonEditEditSortNo1 // this.repositoryItemButtonEditEditSortNo1.AutoHeight = false; this.repositoryItemButtonEditEditSortNo1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)}); this.repositoryItemButtonEditEditSortNo1.Name = "repositoryItemButtonEditEditSortNo1"; this.repositoryItemButtonEditEditSortNo1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // gridColumn9 // this.gridColumn9.Caption = "المجموع"; this.gridColumn9.DisplayFormat.FormatString = "c2"; this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn9.FieldName = "Total"; this.gridColumn9.GroupFormat.FormatString = "c2"; this.gridColumn9.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn9.OptionsColumn.ReadOnly = true; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 5; // // gridControlEditor // this.gridControlEditor.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.gridControlEditor.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.First.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.Last.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.Next.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.Prev.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gridControlEditor.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gridControlEditor.EmbeddedNavigator.CustomButtons.AddRange(new DevExpress.XtraEditors.NavigatorCustomButton[] { new DevExpress.XtraEditors.NavigatorCustomButton()}); this.gridControlEditor.Location = new System.Drawing.Point(2, 21); this.gridControlEditor.MainView = this.mastergridView; this.gridControlEditor.Name = "gridControlEditor"; this.gridControlEditor.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEditEditSanfID, this.repositoryItemTextEditEditQuantity, this.repositoryItemCalcEditEditPrice, this.repositoryItemCalcEditEditDiscount, this.repositoryItemButtonEditEditSortNo1, this.repositoryItemDateEditEditStoreTrDate, this.repositoryItemLookUpEditEditPERSONID, this.repositoryItemLookUpEditEditEMPID, this.repositoryItemTextEditEditTotalkasm, this.repositoryItemTextEditEditExtraFees, this.repositoryItemLookUpEditEditStoreID, this.repositoryItemLookUpEditEditBillPayTypeID, this.repositoryItemLookUpEditEditSalesUnitID, this.repositoryItemMemoExEditEditREM, this.repositoryItemButtonEditEditBillDelete, this.repositoryItemButtonEditBillEdit}); this.gridControlEditor.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.gridControlEditor.Size = new System.Drawing.Size(751, 232); this.gridControlEditor.TabIndex = 10; this.gridControlEditor.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.mastergridView}); // // mastergridView // this.mastergridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn10, this.gridColumn11, this.gridColumn8, this.gridColumn13, this.gridColumn14, this.gridColumn16, this.gridColumn17, this.gridColumn18, this.gridColumn20, this.gridColumn22, this.gridColumn3, this.gridColumn19}); this.mastergridView.GridControl = this.gridControlEditor; this.mastergridView.Name = "mastergridView"; this.mastergridView.OptionsView.ColumnAutoWidth = false; this.mastergridView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.mastergridView_FocusedRowChanged); // // gridColumn10 // this.gridColumn10.Caption = "StoreTrID"; this.gridColumn10.FieldName = "StoreTrID"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.OptionsColumn.ShowInCustomizationForm = false; // // gridColumn11 // this.gridColumn11.Caption = "تاريخ الفاتوره"; this.gridColumn11.ColumnEdit = this.repositoryItemDateEditEditStoreTrDate; this.gridColumn11.FieldName = "StoreTrDate"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 9; this.gridColumn11.Width = 96; // // repositoryItemDateEditEditStoreTrDate // this.repositoryItemDateEditEditStoreTrDate.AutoHeight = false; this.repositoryItemDateEditEditStoreTrDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEditEditStoreTrDate.Name = "repositoryItemDateEditEditStoreTrDate"; this.repositoryItemDateEditEditStoreTrDate.NullValuePrompt = "اختار التاريخ"; this.repositoryItemDateEditEditStoreTrDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); // // gridColumn8 // this.gridColumn8.Caption = "رقم الفاتوره"; this.gridColumn8.FieldName = "StoreTrIDTYPE"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 10; // // gridColumn13 // this.gridColumn13.Caption = "المورد"; this.gridColumn13.ColumnEdit = this.repositoryItemLookUpEditEditPERSONID; this.gridColumn13.FieldName = "PERSONID"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 8; this.gridColumn13.Width = 119; // // repositoryItemLookUpEditEditPERSONID // this.repositoryItemLookUpEditEditPERSONID.AutoHeight = false; this.repositoryItemLookUpEditEditPERSONID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditPERSONID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PERSON", "اسم المورد"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Tel", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Mobil", "موبيل")}); this.repositoryItemLookUpEditEditPERSONID.Name = "repositoryItemLookUpEditEditPERSONID"; this.repositoryItemLookUpEditEditPERSONID.NullText = ""; this.repositoryItemLookUpEditEditPERSONID.NullValuePrompt = "اختار اسم المورد"; // // gridColumn14 // this.gridColumn14.Caption = "المستلم"; this.gridColumn14.ColumnEdit = this.repositoryItemLookUpEditEditEMPID; this.gridColumn14.FieldName = "EMPID"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 2; this.gridColumn14.Width = 117; // // repositoryItemLookUpEditEditEMPID // this.repositoryItemLookUpEditEditEMPID.AutoHeight = false; this.repositoryItemLookUpEditEditEMPID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditEMPID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPID", "EMPID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPNAME", "اسم المستلم"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("JOBName", "اسم الوظيفه"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPPHONE", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPMOBIL", "موبيل")}); this.repositoryItemLookUpEditEditEMPID.Name = "repositoryItemLookUpEditEditEMPID"; this.repositoryItemLookUpEditEditEMPID.NullText = ""; this.repositoryItemLookUpEditEditEMPID.NullValuePrompt = "اختار اسم المسئول"; // // gridColumn16 // this.gridColumn16.Caption = "خصم كلي"; this.gridColumn16.ColumnEdit = this.repositoryItemTextEditEditTotalkasm; this.gridColumn16.FieldName = "Totalkasm"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 7; this.gridColumn16.Width = 67; // // repositoryItemTextEditEditTotalkasm // this.repositoryItemTextEditEditTotalkasm.AutoHeight = false; this.repositoryItemTextEditEditTotalkasm.DisplayFormat.FormatString = "c2"; this.repositoryItemTextEditEditTotalkasm.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditTotalkasm.EditFormat.FormatString = "c2"; this.repositoryItemTextEditEditTotalkasm.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditTotalkasm.Mask.EditMask = "c2"; this.repositoryItemTextEditEditTotalkasm.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEditEditTotalkasm.Name = "repositoryItemTextEditEditTotalkasm"; // // gridColumn17 // this.gridColumn17.Caption = "مصروفات أضافيه"; this.gridColumn17.ColumnEdit = this.repositoryItemTextEditEditExtraFees; this.gridColumn17.FieldName = "ExtraFees"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 6; this.gridColumn17.Width = 94; // // repositoryItemTextEditEditExtraFees // this.repositoryItemTextEditEditExtraFees.AutoHeight = false; this.repositoryItemTextEditEditExtraFees.DisplayFormat.FormatString = "c2"; this.repositoryItemTextEditEditExtraFees.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditExtraFees.EditFormat.FormatString = "c2"; this.repositoryItemTextEditEditExtraFees.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditEditExtraFees.Mask.EditMask = "c2"; this.repositoryItemTextEditEditExtraFees.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEditEditExtraFees.Name = "repositoryItemTextEditEditExtraFees"; // // gridColumn18 // this.gridColumn18.Caption = "معلومات"; this.gridColumn18.ColumnEdit = this.repositoryItemMemoExEditEditREM; this.gridColumn18.FieldName = "REM"; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 5; this.gridColumn18.Width = 56; // // repositoryItemMemoExEditEditREM // this.repositoryItemMemoExEditEditREM.AutoHeight = false; this.repositoryItemMemoExEditEditREM.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemMemoExEditEditREM.Name = "repositoryItemMemoExEditEditREM"; // // gridColumn20 // this.gridColumn20.Caption = "المخزن"; this.gridColumn20.ColumnEdit = this.repositoryItemLookUpEditEditStoreID; this.gridColumn20.FieldName = "StoreID"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 4; this.gridColumn20.Width = 125; // // repositoryItemLookUpEditEditStoreID // this.repositoryItemLookUpEditEditStoreID.AutoHeight = false; this.repositoryItemLookUpEditEditStoreID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditStoreID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreID", "StoreID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "اسم المخزن"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreOfficial", "السئول"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreTel", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreMobil", "موبيل")}); this.repositoryItemLookUpEditEditStoreID.Name = "repositoryItemLookUpEditEditStoreID"; this.repositoryItemLookUpEditEditStoreID.NullText = ""; this.repositoryItemLookUpEditEditStoreID.NullValuePrompt = "اختار المخزن"; // // gridColumn22 // this.gridColumn22.Caption = "نوع الدفع"; this.gridColumn22.ColumnEdit = this.repositoryItemLookUpEditEditBillPayTypeID; this.gridColumn22.FieldName = "BillPayTypeID"; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; this.gridColumn22.VisibleIndex = 3; this.gridColumn22.Width = 86; // // repositoryItemLookUpEditEditBillPayTypeID // this.repositoryItemLookUpEditEditBillPayTypeID.AutoHeight = false; this.repositoryItemLookUpEditEditBillPayTypeID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditEditBillPayTypeID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("BillPayTypeID", "BillPayTypeID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("BillPayTypeName", "نوع الدفع")}); this.repositoryItemLookUpEditEditBillPayTypeID.Name = "repositoryItemLookUpEditEditBillPayTypeID"; this.repositoryItemLookUpEditEditBillPayTypeID.NullText = ""; this.repositoryItemLookUpEditEditBillPayTypeID.NullValuePrompt = "اختار نوع الدفع"; // // gridColumn3 // this.gridColumn3.Caption = "حــــذف"; this.gridColumn3.ColumnEdit = this.repositoryItemButtonEditEditBillDelete; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 0; this.gridColumn3.Width = 61; // // repositoryItemButtonEditEditBillDelete // this.repositoryItemButtonEditEditBillDelete.AutoHeight = false; this.repositoryItemButtonEditEditBillDelete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)}); this.repositoryItemButtonEditEditBillDelete.Name = "repositoryItemButtonEditEditBillDelete"; this.repositoryItemButtonEditEditBillDelete.NullText = "حذف"; this.repositoryItemButtonEditEditBillDelete.NullValuePrompt = "حذف"; this.repositoryItemButtonEditEditBillDelete.NullValuePromptShowForEmptyValue = true; this.repositoryItemButtonEditEditBillDelete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEditEditBillDelete.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditEditBillDelete_ButtonClick); // // gridColumn19 // this.gridColumn19.Caption = "تعديــل"; this.gridColumn19.ColumnEdit = this.repositoryItemButtonEditBillEdit; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 1; this.gridColumn19.Width = 57; // // repositoryItemButtonEditBillEdit // this.repositoryItemButtonEditBillEdit.AutoHeight = false; this.repositoryItemButtonEditBillEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)}); this.repositoryItemButtonEditBillEdit.Name = "repositoryItemButtonEditBillEdit"; this.repositoryItemButtonEditBillEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEditBillEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditBillEdit_ButtonClick); // // xtraTabControlEditor // this.xtraTabControlEditor.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.xtraTabControlEditor.Location = new System.Drawing.Point(12, 12); this.xtraTabControlEditor.Name = "xtraTabControlEditor"; this.xtraTabControlEditor.SelectedTabPage = this.xtraTabPageAdd; this.xtraTabControlEditor.Size = new System.Drawing.Size(768, 542); this.xtraTabControlEditor.TabIndex = 0; this.xtraTabControlEditor.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPageAdd, this.xtraTabPageEdit}); this.xtraTabControlEditor.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.xtraTabControlEditor_SelectedPageChanging); // // xtraTabPageAdd // this.xtraTabPageAdd.Controls.Add(this.BtnPrint); this.xtraTabPageAdd.Controls.Add(this.BtnSave); this.xtraTabPageAdd.Controls.Add(this.groupControl3); this.xtraTabPageAdd.Controls.Add(this.GridControlAddDetials); this.xtraTabPageAdd.Controls.Add(this.groupControl2); this.xtraTabPageAdd.Controls.Add(this.groupControl1); this.xtraTabPageAdd.Name = "xtraTabPageAdd"; this.xtraTabPageAdd.Size = new System.Drawing.Size(762, 514); this.xtraTabPageAdd.Text = "اضافه"; // // BtnPrint // this.BtnPrint.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.BtnPrint.Enabled = false; this.BtnPrint.Location = new System.Drawing.Point(8, 480); this.BtnPrint.Name = "BtnPrint"; this.BtnPrint.Size = new System.Drawing.Size(154, 32); this.BtnPrint.TabIndex = 4; this.BtnPrint.Text = "طباعة اذن الاضافه"; this.BtnPrint.Click += new System.EventHandler(this.BtnSave_Click); // // BtnSave // this.BtnSave.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.BtnSave.Enabled = false; this.BtnSave.Location = new System.Drawing.Point(188, 480); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(387, 32); this.BtnSave.TabIndex = 3; this.BtnSave.Text = "حفـــــــــــــــظ و اغــــــــلاق"; this.BtnSave.ToolTip = "حفـــــــــــــــظ و اغــــــــلاق"; this.BtnSave.ToolTipTitle = "حفظ الفاتوره F6"; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // groupControl3 // this.groupControl3.Controls.Add(this.labelControl6); this.groupControl3.Controls.Add(this.LblTotal); this.groupControl3.Location = new System.Drawing.Point(8, 3); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(223, 198); this.groupControl3.TabIndex = 4; this.groupControl3.Text = "الاجمالي"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(133, 76); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(69, 13); this.labelControl6.TabIndex = 2; this.labelControl6.Text = "اجمالي الفاتوره"; // // LblTotal // this.LblTotal.Appearance.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblTotal.Appearance.ForeColor = System.Drawing.Color.Green; this.LblTotal.Location = new System.Drawing.Point(21, 90); this.LblTotal.Name = "LblTotal"; this.LblTotal.Size = new System.Drawing.Size(17, 33); this.LblTotal.TabIndex = 3; this.LblTotal.Text = "0"; // // GridControlAddDetials // this.GridControlAddDetials.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.GridControlAddDetials.EmbeddedNavigator.Buttons.Edit.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.First.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.Last.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.Next.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.Prev.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.GridControlAddDetials.EmbeddedNavigator.CustomButtons.AddRange(new DevExpress.XtraEditors.NavigatorCustomButton[] { new DevExpress.XtraEditors.NavigatorCustomButton()}); this.GridControlAddDetials.Location = new System.Drawing.Point(3, 207); this.GridControlAddDetials.MainView = this.gridViewAdd; this.GridControlAddDetials.Name = "GridControlAddDetials"; this.GridControlAddDetials.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEditSanfID, this.repositoryItemTextEditQuantity, this.repositoryItemCalcEditPrice, this.repositoryItemCalcEditDiscount, this.repositoryItemButtonEditSort, this.repositoryItemButtonEditDelete}); this.GridControlAddDetials.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.GridControlAddDetials.Size = new System.Drawing.Size(755, 268); this.GridControlAddDetials.TabIndex = 2; this.GridControlAddDetials.UseEmbeddedNavigator = true; this.GridControlAddDetials.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewAdd}); this.GridControlAddDetials.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEventGrid); // // gridViewAdd // this.gridViewAdd.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumnStoreTrID, this.gridColumnSanfID, this.gridColumnQuantity, this.gridColumnPrice, this.gridColumnDiscount, this.gridColumnSort, this.gridColumnDelete, this.gridColumnTotal}); this.gridViewAdd.GridControl = this.GridControlAddDetials; this.gridViewAdd.Name = "gridViewAdd"; this.gridViewAdd.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewAdd.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged); this.gridViewAdd.RowCountChanged += new System.EventHandler(this.gridViewAdd_RowCountChanged); // // gridColumnStoreTrID // this.gridColumnStoreTrID.AppearanceCell.Options.UseTextOptions = true; this.gridColumnStoreTrID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnStoreTrID.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnStoreTrID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnStoreTrID.Caption = "رقم فاتورة المشتريات"; this.gridColumnStoreTrID.FieldName = "StoreTrID"; this.gridColumnStoreTrID.Name = "gridColumnStoreTrID"; this.gridColumnStoreTrID.OptionsColumn.ShowInCustomizationForm = false; // // gridColumnSanfID // this.gridColumnSanfID.AppearanceCell.Options.UseTextOptions = true; this.gridColumnSanfID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnSanfID.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnSanfID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnSanfID.Caption = "كود الصنف"; this.gridColumnSanfID.ColumnEdit = this.repositoryItemLookUpEditSanfID; this.gridColumnSanfID.FieldName = "SanfID"; this.gridColumnSanfID.Name = "gridColumnSanfID"; this.gridColumnSanfID.Visible = true; this.gridColumnSanfID.VisibleIndex = 0; this.gridColumnSanfID.Width = 220; // // repositoryItemLookUpEditSanfID // this.repositoryItemLookUpEditSanfID.AutoHeight = false; this.repositoryItemLookUpEditSanfID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditSanfID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SanfName", "اسم الصنــف"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SalesUnitName", "نوع وحدة البيع")}); this.repositoryItemLookUpEditSanfID.Name = "repositoryItemLookUpEditSanfID"; this.repositoryItemLookUpEditSanfID.NullText = ""; this.repositoryItemLookUpEditSanfID.NullValuePrompt = "اختار اسم الصنف"; this.repositoryItemLookUpEditSanfID.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; // // gridColumnQuantity // this.gridColumnQuantity.AppearanceCell.Options.UseTextOptions = true; this.gridColumnQuantity.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnQuantity.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnQuantity.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnQuantity.Caption = "كمية الوارد"; this.gridColumnQuantity.ColumnEdit = this.repositoryItemTextEditQuantity; this.gridColumnQuantity.FieldName = "Quantity"; this.gridColumnQuantity.Name = "gridColumnQuantity"; this.gridColumnQuantity.Visible = true; this.gridColumnQuantity.VisibleIndex = 1; this.gridColumnQuantity.Width = 112; // // repositoryItemTextEditQuantity // this.repositoryItemTextEditQuantity.AutoHeight = false; this.repositoryItemTextEditQuantity.DisplayFormat.FormatString = "d"; this.repositoryItemTextEditQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditQuantity.EditFormat.FormatString = "d"; this.repositoryItemTextEditQuantity.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditQuantity.Mask.EditMask = "d"; this.repositoryItemTextEditQuantity.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEditQuantity.Name = "repositoryItemTextEditQuantity"; this.repositoryItemTextEditQuantity.NullValuePrompt = "ادخل الكميه"; // // gridColumnPrice // this.gridColumnPrice.AppearanceCell.Options.UseTextOptions = true; this.gridColumnPrice.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnPrice.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnPrice.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnPrice.Caption = "سعر الشراء"; this.gridColumnPrice.ColumnEdit = this.repositoryItemCalcEditPrice; this.gridColumnPrice.FieldName = "Price"; this.gridColumnPrice.Name = "gridColumnPrice"; this.gridColumnPrice.Visible = true; this.gridColumnPrice.VisibleIndex = 2; this.gridColumnPrice.Width = 92; // // repositoryItemCalcEditPrice // this.repositoryItemCalcEditPrice.AutoHeight = false; this.repositoryItemCalcEditPrice.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditPrice.DisplayFormat.FormatString = "f2"; this.repositoryItemCalcEditPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditPrice.EditFormat.FormatString = "f2"; this.repositoryItemCalcEditPrice.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditPrice.Mask.EditMask = "f2"; this.repositoryItemCalcEditPrice.Name = "repositoryItemCalcEditPrice"; this.repositoryItemCalcEditPrice.NullValuePrompt = "سعر الوحده"; // // gridColumnDiscount // this.gridColumnDiscount.AppearanceCell.Options.UseTextOptions = true; this.gridColumnDiscount.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnDiscount.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnDiscount.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnDiscount.Caption = "الخصم"; this.gridColumnDiscount.ColumnEdit = this.repositoryItemCalcEditDiscount; this.gridColumnDiscount.FieldName = "Discount"; this.gridColumnDiscount.Name = "gridColumnDiscount"; this.gridColumnDiscount.OptionsColumn.TabStop = false; this.gridColumnDiscount.Visible = true; this.gridColumnDiscount.VisibleIndex = 3; this.gridColumnDiscount.Width = 86; // // repositoryItemCalcEditDiscount // this.repositoryItemCalcEditDiscount.AutoHeight = false; this.repositoryItemCalcEditDiscount.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditDiscount.DisplayFormat.FormatString = "f2"; this.repositoryItemCalcEditDiscount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDiscount.EditFormat.FormatString = "f2"; this.repositoryItemCalcEditDiscount.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDiscount.Mask.EditMask = "f2"; this.repositoryItemCalcEditDiscount.Name = "repositoryItemCalcEditDiscount"; // // gridColumnSort // this.gridColumnSort.AppearanceCell.Options.UseTextOptions = true; this.gridColumnSort.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnSort.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnSort.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnSort.Caption = "ترتيب"; this.gridColumnSort.ColumnEdit = this.repositoryItemButtonEditSort; this.gridColumnSort.FieldName = "SortNo"; this.gridColumnSort.Name = "gridColumnSort"; this.gridColumnSort.OptionsColumn.ShowInCustomizationForm = false; this.gridColumnSort.OptionsColumn.TabStop = false; this.gridColumnSort.Width = 80; // // repositoryItemButtonEditSort // this.repositoryItemButtonEditSort.AutoHeight = false; this.repositoryItemButtonEditSort.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)}); this.repositoryItemButtonEditSort.Name = "repositoryItemButtonEditSort"; this.repositoryItemButtonEditSort.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEditSort.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditSort_ButtonClick); // // gridColumnDelete // this.gridColumnDelete.AppearanceCell.Options.UseTextOptions = true; this.gridColumnDelete.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnDelete.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnDelete.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnDelete.Caption = "حـــذف"; this.gridColumnDelete.ColumnEdit = this.repositoryItemButtonEditDelete; this.gridColumnDelete.Name = "gridColumnDelete"; this.gridColumnDelete.Width = 117; // // repositoryItemButtonEditDelete // this.repositoryItemButtonEditDelete.AutoHeight = false; this.repositoryItemButtonEditDelete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)}); this.repositoryItemButtonEditDelete.Name = "repositoryItemButtonEditDelete"; this.repositoryItemButtonEditDelete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // gridColumnTotal // this.gridColumnTotal.AppearanceCell.Options.UseTextOptions = true; this.gridColumnTotal.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnTotal.AppearanceHeader.Options.UseTextOptions = true; this.gridColumnTotal.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumnTotal.Caption = "المجموع"; this.gridColumnTotal.DisplayFormat.FormatString = "c2"; this.gridColumnTotal.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumnTotal.FieldName = "Total"; this.gridColumnTotal.GroupFormat.FormatString = "c2"; this.gridColumnTotal.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumnTotal.Name = "gridColumnTotal"; this.gridColumnTotal.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumnTotal.OptionsColumn.ReadOnly = true; this.gridColumnTotal.OptionsColumn.TabStop = false; this.gridColumnTotal.Visible = true; this.gridColumnTotal.VisibleIndex = 4; this.gridColumnTotal.Width = 78; // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.TxtREM); this.groupControl2.Controls.Add(this.labelControl12); this.groupControl2.Controls.Add(this.TxtExtraFees); this.groupControl2.Controls.Add(this.labelControl5); this.groupControl2.Controls.Add(this.TxtTotalkasm); this.groupControl2.Controls.Add(this.labelControl8); this.groupControl2.Location = new System.Drawing.Point(237, 3); this.groupControl2.Name = "groupControl2"; this.groupControl2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupControl2.Size = new System.Drawing.Size(263, 198); this.groupControl2.TabIndex = 1; this.groupControl2.Text = "مصاريف اضافيه و الخصم"; // // TxtREM // this.TxtREM.Location = new System.Drawing.Point(5, 75); this.TxtREM.Name = "TxtREM"; this.TxtREM.Properties.MaxLength = 100; this.TxtREM.Properties.NullValuePrompt = "معلومات عن الفاتوره"; this.TxtREM.Size = new System.Drawing.Size(199, 84); this.TxtREM.TabIndex = 2; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(210, 78); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(39, 13); this.labelControl12.TabIndex = 4; this.labelControl12.Text = "معلومات"; // // TxtExtraFees // this.TxtExtraFees.EditValue = "0"; this.TxtExtraFees.Location = new System.Drawing.Point(5, 49); this.TxtExtraFees.Name = "TxtExtraFees"; this.TxtExtraFees.Properties.DisplayFormat.FormatString = "c2"; this.TxtExtraFees.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TxtExtraFees.Properties.EditFormat.FormatString = "c2"; this.TxtExtraFees.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TxtExtraFees.Properties.Mask.EditMask = "f2"; this.TxtExtraFees.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.TxtExtraFees.Properties.NullValuePrompt = "ادخل قيمة المصارف الاضافيه"; this.TxtExtraFees.Size = new System.Drawing.Size(150, 20); this.TxtExtraFees.TabIndex = 1; this.TxtExtraFees.EditValueChanged += new System.EventHandler(this.TxtExtraPayValue_EditValueChanged); // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(181, 52); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(68, 13); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "مصاريف اضافيه"; // // TxtTotalkasm // this.TxtTotalkasm.EditValue = "0"; this.TxtTotalkasm.Location = new System.Drawing.Point(5, 24); this.TxtTotalkasm.Name = "TxtTotalkasm"; this.TxtTotalkasm.Properties.DisplayFormat.FormatString = "c2"; this.TxtTotalkasm.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TxtTotalkasm.Properties.EditFormat.FormatString = "c2"; this.TxtTotalkasm.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.TxtTotalkasm.Properties.Mask.EditMask = "f2"; this.TxtTotalkasm.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.TxtTotalkasm.Properties.NullValuePrompt = "ادخل قيمة الخصم الكلي"; this.TxtTotalkasm.Size = new System.Drawing.Size(150, 20); this.TxtTotalkasm.TabIndex = 0; this.TxtTotalkasm.EditValueChanged += new System.EventHandler(this.TxtDiscount_EditValueChanged); // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(202, 27); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(47, 13); this.labelControl8.TabIndex = 0; this.labelControl8.Text = "خصم كلي"; // // groupControl1 // this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupControl1.Controls.Add(this.labelControl7); this.groupControl1.Controls.Add(this.LUEStoreID); this.groupControl1.Controls.Add(this.LUEBillPayType); this.groupControl1.Controls.Add(this.LUEEMPID); this.groupControl1.Controls.Add(this.LUEPERSONID); this.groupControl1.Controls.Add(this.labelControl11); this.groupControl1.Controls.Add(this.DEStoreTrDate); this.groupControl1.Controls.Add(this.labelControl4); this.groupControl1.Controls.Add(this.TxtStoreTrIDDAY); this.groupControl1.Controls.Add(this.TxtStoreTrIDTYPE); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl9); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Location = new System.Drawing.Point(506, 3); this.groupControl1.Name = "groupControl1"; this.groupControl1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupControl1.Size = new System.Drawing.Size(252, 198); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "بيانات عامــه"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(206, 178); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(41, 13); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "نوع الدفع"; // // LUEStoreID // this.LUEStoreID.Location = new System.Drawing.Point(5, 150); this.LUEStoreID.Name = "LUEStoreID"; this.LUEStoreID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEStoreID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreName", "اسم المخزن"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StorePlace", "عنوان"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreTel", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StoreMobil", "موبيل")}); this.LUEStoreID.Properties.NullText = ""; this.LUEStoreID.Properties.NullValuePrompt = "اختار اسم المخزن"; this.LUEStoreID.Size = new System.Drawing.Size(150, 20); this.LUEStoreID.TabIndex = 3; // // LUEBillPayType // this.LUEBillPayType.Location = new System.Drawing.Point(5, 175); this.LUEBillPayType.Name = "LUEBillPayType"; this.LUEBillPayType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEBillPayType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("BillPayTypeName", "اسم نوع الدفع")}); this.LUEBillPayType.Properties.NullText = ""; this.LUEBillPayType.Properties.NullValuePrompt = "اختار نوع الدفع"; this.LUEBillPayType.Size = new System.Drawing.Size(150, 20); this.LUEBillPayType.TabIndex = 4; // // LUEEMPID // this.LUEEMPID.Location = new System.Drawing.Point(5, 125); this.LUEEMPID.Name = "LUEEMPID"; this.LUEEMPID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEEMPID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPNAME", "اسم المورد"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPPHONE", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EMPMOBIL", "موبيل")}); this.LUEEMPID.Properties.NullText = ""; this.LUEEMPID.Properties.NullValuePrompt = "اختار اسم المستــلم"; this.LUEEMPID.Size = new System.Drawing.Size(150, 20); this.LUEEMPID.TabIndex = 2; // // LUEPERSONID // this.LUEPERSONID.Location = new System.Drawing.Point(5, 100); this.LUEPERSONID.Name = "LUEPERSONID"; this.LUEPERSONID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEPERSONID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PERSON", "اسم المورد"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Addess", "عنوان المورد"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Tel", "تليفون"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Mobil", "محمول")}); this.LUEPERSONID.Properties.NullText = ""; this.LUEPERSONID.Properties.NullValuePrompt = "اختار اسم المورد"; this.LUEPERSONID.Size = new System.Drawing.Size(150, 20); this.LUEPERSONID.TabIndex = 1; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(215, 153); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(32, 13); this.labelControl11.TabIndex = 0; this.labelControl11.Text = "المخزن"; // // DEStoreTrDate // this.DEStoreTrDate.EditValue = null; this.DEStoreTrDate.Location = new System.Drawing.Point(5, 75); this.DEStoreTrDate.Name = "DEStoreTrDate"; this.DEStoreTrDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DEStoreTrDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.DEStoreTrDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.DEStoreTrDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.DEStoreTrDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.DEStoreTrDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.DEStoreTrDate.Properties.NullValuePrompt = "ادخل تاريخ الفاتوره"; this.DEStoreTrDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DEStoreTrDate.Size = new System.Drawing.Size(150, 20); this.DEStoreTrDate.TabIndex = 0; this.DEStoreTrDate.EditValueChanged += new System.EventHandler(this.DEStoreTrDate_EditValueChanged); // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(185, 128); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(62, 13); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "المستـــــــلم"; // // TxtStoreTrIDDAY // this.TxtStoreTrIDDAY.Location = new System.Drawing.Point(5, 49); this.TxtStoreTrIDDAY.Name = "TxtStoreTrIDDAY"; this.TxtStoreTrIDDAY.Properties.ReadOnly = true; this.TxtStoreTrIDDAY.Size = new System.Drawing.Size(150, 20); this.TxtStoreTrIDDAY.TabIndex = 0; this.TxtStoreTrIDDAY.TabStop = false; // // TxtStoreTrIDTYPE // this.TxtStoreTrIDTYPE.Location = new System.Drawing.Point(5, 24); this.TxtStoreTrIDTYPE.Name = "TxtStoreTrIDTYPE"; this.TxtStoreTrIDTYPE.Properties.ReadOnly = true; this.TxtStoreTrIDTYPE.Size = new System.Drawing.Size(150, 20); this.TxtStoreTrIDTYPE.TabIndex = 0; this.TxtStoreTrIDTYPE.TabStop = false; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(195, 103); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 13); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "اسم المورد"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(160, 52); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(87, 13); this.labelControl9.TabIndex = 0; this.labelControl9.Text = "رقم الفاتوره اليومي"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(195, 78); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 13); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "تارخ الفاتوره"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(195, 27); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "رقم الفاتوره"; // // xtraTabPageEdit // this.xtraTabPageEdit.Controls.Add(this.groupControl4); this.xtraTabPageEdit.Name = "xtraTabPageEdit"; this.xtraTabPageEdit.Size = new System.Drawing.Size(762, 514); this.xtraTabPageEdit.Text = "تعديــل"; // // groupControl4 // this.groupControl4.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.groupControl4.Controls.Add(this.gridControlEditorDetial); this.groupControl4.Controls.Add(this.gridControlEditor); this.groupControl4.Location = new System.Drawing.Point(3, 3); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(755, 506); this.groupControl4.TabIndex = 4; this.groupControl4.Text = "جميع تفاصيل الفاتوره"; // // gridControlEditorDetial // this.gridControlEditorDetial.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.gridControlEditorDetial.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.First.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.Last.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.Next.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.Prev.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gridControlEditorDetial.EmbeddedNavigator.CustomButtons.AddRange(new DevExpress.XtraEditors.NavigatorCustomButton[] { new DevExpress.XtraEditors.NavigatorCustomButton()}); this.gridControlEditorDetial.Location = new System.Drawing.Point(2, 262); this.gridControlEditorDetial.MainView = this.gridViewEditDetial; this.gridControlEditorDetial.Name = "gridControlEditorDetial"; this.gridControlEditorDetial.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEditDetialSanfID, this.repositoryItemTextEditDetailQuantity, this.repositoryItemCalcEditDetialPrice, this.repositoryItemCalcEditDetialDiscount, this.repositoryItemButtonEditDetialSortNo, this.repositoryItemButtonEditEditDetialDelete, this.repositoryItemButtonEditDetialUpdate}); this.gridControlEditorDetial.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.gridControlEditorDetial.Size = new System.Drawing.Size(751, 242); this.gridControlEditorDetial.TabIndex = 11; this.gridControlEditorDetial.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewEditDetial}); // // gridViewEditDetial // this.gridViewEditDetial.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn15, this.gridColumnEditDetialSanfID, this.gridColumn23, this.gridColumn25, this.gridColumn26, this.gridColumn27, this.gridColumn28, this.gridColumn29, this.gridColumn30}); this.gridViewEditDetial.GridControl = this.gridControlEditorDetial; this.gridViewEditDetial.Name = "gridViewEditDetial"; this.gridViewEditDetial.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewEditDetial.OptionsView.ColumnAutoWidth = false; this.gridViewEditDetial.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridViewEditDetial_CellValueChanging); // // gridColumn15 // this.gridColumn15.Caption = "رقم فاتورة المشتريات"; this.gridColumn15.FieldName = "StoreTrID"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.OptionsColumn.ShowInCustomizationForm = false; // // gridColumnEditDetialSanfID // this.gridColumnEditDetialSanfID.Caption = "كود الصنف"; this.gridColumnEditDetialSanfID.ColumnEdit = this.repositoryItemLookUpEditDetialSanfID; this.gridColumnEditDetialSanfID.FieldName = "SanfID"; this.gridColumnEditDetialSanfID.Name = "gridColumnEditDetialSanfID"; this.gridColumnEditDetialSanfID.Visible = true; this.gridColumnEditDetialSanfID.VisibleIndex = 6; this.gridColumnEditDetialSanfID.Width = 207; // // repositoryItemLookUpEditDetialSanfID // this.repositoryItemLookUpEditDetialSanfID.AutoHeight = false; this.repositoryItemLookUpEditDetialSanfID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEditDetialSanfID.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SanfName", "اسم الصنــف"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SalesUnitName", "نوع وحدة البيع")}); this.repositoryItemLookUpEditDetialSanfID.Name = "repositoryItemLookUpEditDetialSanfID"; this.repositoryItemLookUpEditDetialSanfID.NullText = ""; this.repositoryItemLookUpEditDetialSanfID.NullValuePrompt = "اختار اسم الصنف"; // // gridColumn23 // this.gridColumn23.Caption = "كمية الوارد"; this.gridColumn23.ColumnEdit = this.repositoryItemTextEditDetailQuantity; this.gridColumn23.FieldName = "Quantity"; this.gridColumn23.Name = "gridColumn23"; this.gridColumn23.Visible = true; this.gridColumn23.VisibleIndex = 5; this.gridColumn23.Width = 110; // // repositoryItemTextEditDetailQuantity // this.repositoryItemTextEditDetailQuantity.AutoHeight = false; this.repositoryItemTextEditDetailQuantity.DisplayFormat.FormatString = "d"; this.repositoryItemTextEditDetailQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditDetailQuantity.EditFormat.FormatString = "d"; this.repositoryItemTextEditDetailQuantity.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEditDetailQuantity.Mask.EditMask = "d"; this.repositoryItemTextEditDetailQuantity.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEditDetailQuantity.Name = "repositoryItemTextEditDetailQuantity"; this.repositoryItemTextEditDetailQuantity.NullValuePrompt = "ادخل الكميه"; // // gridColumn25 // this.gridColumn25.Caption = "سعر الشراء"; this.gridColumn25.ColumnEdit = this.repositoryItemCalcEditDetialPrice; this.gridColumn25.FieldName = "Price"; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.Visible = true; this.gridColumn25.VisibleIndex = 4; this.gridColumn25.Width = 110; // // repositoryItemCalcEditDetialPrice // this.repositoryItemCalcEditDetialPrice.AutoHeight = false; this.repositoryItemCalcEditDetialPrice.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditDetialPrice.DisplayFormat.FormatString = "f2"; this.repositoryItemCalcEditDetialPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDetialPrice.EditFormat.FormatString = "f2"; this.repositoryItemCalcEditDetialPrice.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDetialPrice.Mask.EditMask = "f2"; this.repositoryItemCalcEditDetialPrice.Name = "repositoryItemCalcEditDetialPrice"; this.repositoryItemCalcEditDetialPrice.NullValuePrompt = "سعر الوحده"; // // gridColumn26 // this.gridColumn26.Caption = "الخصم"; this.gridColumn26.ColumnEdit = this.repositoryItemCalcEditDetialDiscount; this.gridColumn26.FieldName = "Discount"; this.gridColumn26.Name = "gridColumn26"; this.gridColumn26.Visible = true; this.gridColumn26.VisibleIndex = 3; this.gridColumn26.Width = 110; // // repositoryItemCalcEditDetialDiscount // this.repositoryItemCalcEditDetialDiscount.AutoHeight = false; this.repositoryItemCalcEditDetialDiscount.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemCalcEditDetialDiscount.DisplayFormat.FormatString = "f2"; this.repositoryItemCalcEditDetialDiscount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDetialDiscount.EditFormat.FormatString = "f2"; this.repositoryItemCalcEditDetialDiscount.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemCalcEditDetialDiscount.Mask.EditMask = "f2"; this.repositoryItemCalcEditDetialDiscount.Name = "repositoryItemCalcEditDetialDiscount"; // // gridColumn27 // this.gridColumn27.Caption = "ترتيب"; this.gridColumn27.ColumnEdit = this.repositoryItemButtonEditDetialSortNo; this.gridColumn27.FieldName = "SortNo"; this.gridColumn27.Name = "gridColumn27"; this.gridColumn27.OptionsColumn.ShowInCustomizationForm = false; this.gridColumn27.Width = 105; // // repositoryItemButtonEditDetialSortNo // this.repositoryItemButtonEditDetialSortNo.AutoHeight = false; this.repositoryItemButtonEditDetialSortNo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)}); this.repositoryItemButtonEditDetialSortNo.Name = "repositoryItemButtonEditDetialSortNo"; this.repositoryItemButtonEditDetialSortNo.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // gridColumn28 // this.gridColumn28.Caption = "حـــذف"; this.gridColumn28.ColumnEdit = this.repositoryItemButtonEditEditDetialDelete; this.gridColumn28.Name = "gridColumn28"; this.gridColumn28.Visible = true; this.gridColumn28.VisibleIndex = 0; this.gridColumn28.Width = 41; // // repositoryItemButtonEditEditDetialDelete // this.repositoryItemButtonEditEditDetialDelete.AutoHeight = false; this.repositoryItemButtonEditEditDetialDelete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)}); this.repositoryItemButtonEditEditDetialDelete.Name = "repositoryItemButtonEditEditDetialDelete"; this.repositoryItemButtonEditEditDetialDelete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEditEditDetialDelete.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditEditDetialDelete_ButtonClick); // // gridColumn29 // this.gridColumn29.Caption = "المجموع"; this.gridColumn29.DisplayFormat.FormatString = "c2"; this.gridColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn29.FieldName = "Total"; this.gridColumn29.GroupFormat.FormatString = "c2"; this.gridColumn29.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn29.Name = "gridColumn29"; this.gridColumn29.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn29.OptionsColumn.ReadOnly = true; this.gridColumn29.Visible = true; this.gridColumn29.VisibleIndex = 2; this.gridColumn29.Width = 78; // // gridColumn30 // this.gridColumn30.Caption = "حفظ تعديل"; this.gridColumn30.ColumnEdit = this.repositoryItemButtonEditDetialUpdate; this.gridColumn30.Name = "gridColumn30"; this.gridColumn30.Visible = true; this.gridColumn30.VisibleIndex = 1; this.gridColumn30.Width = 59; // // repositoryItemButtonEditDetialUpdate // this.repositoryItemButtonEditDetialUpdate.AutoHeight = false; this.repositoryItemButtonEditDetialUpdate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)}); this.repositoryItemButtonEditDetialUpdate.Name = "repositoryItemButtonEditDetialUpdate"; this.repositoryItemButtonEditDetialUpdate.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEditDetialUpdate.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditDetialUpdate_ButtonClick); // // DataBillFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(792, 566); this.Controls.Add(this.xtraTabControlEditor); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DataBillFrm"; this.Text = "فاتورة مشتريات"; this.Load += new System.EventHandler(this.DataBillFrm_Load); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditSanfID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditSalesUnitID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditQuantity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditEditPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditEditDiscount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditSortNo1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlEditor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mastergridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditEditStoreTrDate.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditEditStoreTrDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditPERSONID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditEMPID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditTotalkasm)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditEditExtraFees)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditEditREM)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditStoreID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditEditBillPayTypeID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditBillDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditBillEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlEditor)).EndInit(); this.xtraTabControlEditor.ResumeLayout(false); this.xtraTabPageAdd.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); this.groupControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridControlAddDetials)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewAdd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditSanfID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditQuantity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDiscount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtREM.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtExtraFees.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtTotalkasm.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.LUEStoreID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEBillPayType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEEMPID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LUEPERSONID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DEStoreTrDate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DEStoreTrDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtStoreTrIDDAY.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtStoreTrIDTYPE.Properties)).EndInit(); this.xtraTabPageEdit.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit(); this.groupControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControlEditorDetial)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewEditDetial)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditDetialSanfID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditDetailQuantity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDetialPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditDetialDiscount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDetialSortNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditEditDetialDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDetialUpdate)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.lookUpEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(322, 226); this.panelControl1.TabIndex = 0; this.panelControl1.Text = "panelControl1"; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(228, 186); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.Size = new System.Drawing.Size(75, 26); this.simpleButtonCancel.TabIndex = 44; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(134, 186); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.Size = new System.Drawing.Size(75, 26); this.simpleButtonOK.TabIndex = 43; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(14, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 23); this.label1.TabIndex = 1; this.label1.Text = "Class Code"; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(90, 16); this.lookUpEdit1.Name = "lookUpEdit1"; // // lookUpEdit1.Properties // this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Size = new System.Drawing.Size(220, 20); this.lookUpEdit1.TabIndex = 0; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(92, 48); this.memoEdit1.Name = "memoEdit1"; // // memoEdit1.Properties // this.memoEdit1.Properties.MaxLength = 250; this.memoEdit1.Size = new System.Drawing.Size(216, 124); this.memoEdit1.TabIndex = 45; // // label2 // this.label2.Location = new System.Drawing.Point(14, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 23); this.label2.TabIndex = 46; this.label2.Text = "Remark"; // // FormChangeClass // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(322, 226); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormChangeClass"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Please select a new class code"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txtName = new DevExpress.XtraEditors.TextEdit(); this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); this.txtBelongTime = new DevExpress.XtraEditors.TextEdit(); this.spYear = new DevExpress.XtraEditors.SpinEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.plFill)).BeginInit(); this.plFill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.plBottom)).BeginInit(); this.plBottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBelongTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spYear.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(290, 15); // // btnConfirm // this.btnConfirm.Location = new System.Drawing.Point(181, 15); this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // plFill // this.plFill.Appearance.BackColor = System.Drawing.Color.White; this.plFill.Appearance.Options.UseBackColor = true; this.plFill.Controls.Add(this.groupControl1); this.plFill.Size = new System.Drawing.Size(384, 241); // // plBottom // this.plBottom.Appearance.BackColor = System.Drawing.Color.White; this.plBottom.Appearance.Options.UseBackColor = true; this.plBottom.Location = new System.Drawing.Point(0, 241); this.plBottom.Size = new System.Drawing.Size(384, 60); // // groupControl1 // this.groupControl1.Controls.Add(this.layoutControl1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(384, 241); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "统计信息"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.txtName); this.layoutControl1.Controls.Add(this.txtRemark); this.layoutControl1.Controls.Add(this.txtBelongTime); this.layoutControl1.Controls.Add(this.spYear); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(2, 21); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(709, 54, 250, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(380, 218); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txtName // this.txtName.Location = new System.Drawing.Point(63, 12); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(305, 20); this.txtName.StyleController = this.layoutControl1; this.txtName.TabIndex = 0; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(63, 84); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(305, 122); this.txtRemark.StyleController = this.layoutControl1; this.txtRemark.TabIndex = 3; // // txtBelongTime // this.txtBelongTime.Location = new System.Drawing.Point(63, 60); this.txtBelongTime.Name = "txtBelongTime"; this.txtBelongTime.Size = new System.Drawing.Size(305, 20); this.txtBelongTime.StyleController = this.layoutControl1; this.txtBelongTime.TabIndex = 2; // // spYear // this.spYear.EditValue = new decimal(new int[] { 2000, 0, 0, 0}); this.spYear.Location = new System.Drawing.Point(63, 36); this.spYear.Name = "spYear"; this.spYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.spYear.Properties.IsFloatValue = false; this.spYear.Properties.Mask.EditMask = "d"; this.spYear.Properties.Mask.UseMaskAsDisplayFormat = true; this.spYear.Properties.MaxValue = new decimal(new int[] { 2500, 0, 0, 0}); this.spYear.Properties.MinValue = new decimal(new int[] { 1950, 0, 0, 0}); this.spYear.Size = new System.Drawing.Size(305, 20); this.spYear.StyleController = this.layoutControl1; this.spYear.TabIndex = 1; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(380, 218); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.spYear; this.layoutControlItem1.Location = new System.Drawing.Point(0, 24); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(360, 24); this.layoutControlItem1.Text = "年份"; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtBelongTime; this.layoutControlItem2.Location = new System.Drawing.Point(0, 48); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(360, 24); this.layoutControlItem2.Text = "归属时间"; this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txtRemark; this.layoutControlItem3.Location = new System.Drawing.Point(0, 72); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(360, 126); this.layoutControlItem3.Text = "备注"; this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txtName; this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(360, 24); this.layoutControlItem4.Text = "名称"; this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14); // // FrmPopulationEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 301); this.Name = "FrmPopulationEdit"; this.Text = "编辑人数统计"; ((System.ComponentModel.ISupportInitialize)(this.plFill)).EndInit(); this.plFill.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.plBottom)).EndInit(); this.plBottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBelongTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spYear.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NotesDialogGUI)); this.bmanMain = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.Status = new DevExpress.XtraBars.BarStaticItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.lblInfo = new System.Windows.Forms.Label(); this.grpStoredNotes = new DevExpress.XtraEditors.GroupControl(); this.lstStoredNotes = new DevExpress.XtraEditors.ListBoxControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.grpProperties = new DevExpress.XtraEditors.GroupControl(); this.lblName = new System.Windows.Forms.Label(); this.npDescription = new DevExpress.XtraEditors.MemoEdit(); this.npName = new DevExpress.XtraEditors.TextEdit(); this.btnNew = new UIControls.StandardControls.ImageButton(); this.btnEdit = new UIControls.StandardControls.ImageButton(); this.btnDelete = new UIControls.StandardControls.ImageButton(); ((System.ComponentModel.ISupportInitialize)(this.bmanMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpStoredNotes)).BeginInit(); this.grpStoredNotes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lstStoredNotes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpProperties)).BeginInit(); this.grpProperties.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.npDescription.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npName.Properties)).BeginInit(); this.SuspendLayout(); // // bmanMain // this.bmanMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1 }); this.bmanMain.DockControls.Add(this.barDockControlTop); this.bmanMain.DockControls.Add(this.barDockControlBottom); this.bmanMain.DockControls.Add(this.barDockControlLeft); this.bmanMain.DockControls.Add(this.barDockControlRight); this.bmanMain.Form = this; this.bmanMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.Status }); this.bmanMain.MaxItemId = 1; this.bmanMain.StatusBar = this.bar1; // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom; this.bar1.DockCol = 0; this.bar1.DockRow = 1; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.Status) }); this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.DrawDragBorder = false; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Custom 1"; // // Status // this.Status.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.Status.Caption = "No note selected"; this.Status.Id = 0; this.Status.Name = "Status"; this.Status.TextAlignment = System.Drawing.StringAlignment.Near; // // lblInfo // this.lblInfo.Location = new System.Drawing.Point(8, 16); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(464, 32); this.lblInfo.TabIndex = 4; // // grpStoredNotes // this.grpStoredNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.grpStoredNotes.Controls.Add(this.lstStoredNotes); this.grpStoredNotes.Location = new System.Drawing.Point(8, 56); this.grpStoredNotes.Name = "grpStoredNotes"; this.grpStoredNotes.Size = new System.Drawing.Size(136, 192); this.grpStoredNotes.TabIndex = 5; this.grpStoredNotes.Text = "Stored Notes"; // // lstStoredNotes // this.lstStoredNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lstStoredNotes.ItemHeight = 16; this.lstStoredNotes.Location = new System.Drawing.Point(8, 26); this.lstStoredNotes.Name = "lstStoredNotes"; this.lstStoredNotes.Size = new System.Drawing.Size(120, 160); this.lstStoredNotes.TabIndex = 0; this.lstStoredNotes.SelectedIndexChanged += new System.EventHandler(this.lstStoredNotes_SelectedIndexChanged); // // btnSave // this.btnSave.Enabled = false; this.btnSave.Location = new System.Drawing.Point(152, 208); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(40, 24); this.btnSave.TabIndex = 6; this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // grpProperties // this.grpProperties.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.grpProperties.Controls.Add(this.lblName); this.grpProperties.Controls.Add(this.npDescription); this.grpProperties.Controls.Add(this.npName); this.grpProperties.Enabled = false; this.grpProperties.Location = new System.Drawing.Point(200, 56); this.grpProperties.Name = "grpProperties"; this.grpProperties.Size = new System.Drawing.Size(272, 192); this.grpProperties.TabIndex = 7; this.grpProperties.Text = "Note Properties"; // // lblName // this.lblName.Location = new System.Drawing.Point(8, 34); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(48, 16); this.lblName.TabIndex = 3; this.lblName.Text = "Name:"; // // npDescription // this.npDescription.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.npDescription.EditValue = ""; this.npDescription.Location = new System.Drawing.Point(6, 66); this.npDescription.Name = "npDescription"; this.npDescription.Size = new System.Drawing.Size(260, 120); this.npDescription.TabIndex = 2; this.npDescription.EditValueChanged += new System.EventHandler(this.NoteEdited); // // npName // this.npName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.npName.EditValue = ""; this.npName.Location = new System.Drawing.Point(54, 34); this.npName.Name = "npName"; this.npName.Size = new System.Drawing.Size(212, 20); this.npName.TabIndex = 0; this.npName.EditValueChanged += new System.EventHandler(this.NoteEdited); // // btnNew // this.btnNew.AltImage = null; this.btnNew.Appearance.Options.UseBackColor = true; this.btnNew.Font = new System.Drawing.Font("Tahoma", 8.25F); this.btnNew.ForeColor = System.Drawing.Color.Black; this.btnNew.HotTrack = true; this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image"))); this.btnNew.ImageSizeRatio = 0.8F; this.btnNew.Location = new System.Drawing.Point(152, 72); this.btnNew.Name = "btnNew"; this.btnNew.PressedImage = null; this.btnNew.Size = new System.Drawing.Size(40, 40); this.btnNew.TabIndex = 11; this.btnNew.Toggle = false; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnEdit // this.btnEdit.AltImage = null; this.btnEdit.Appearance.Options.UseBackColor = true; this.btnEdit.Enabled = false; this.btnEdit.Font = new System.Drawing.Font("Tahoma", 8.25F); this.btnEdit.ForeColor = System.Drawing.Color.Black; this.btnEdit.HotTrack = true; this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image"))); this.btnEdit.ImageSizeRatio = 0.8F; this.btnEdit.Location = new System.Drawing.Point(152, 112); this.btnEdit.Name = "btnEdit"; this.btnEdit.PressedImage = null; this.btnEdit.Size = new System.Drawing.Size(40, 40); this.btnEdit.TabIndex = 12; this.btnEdit.Toggle = false; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnDelete // this.btnDelete.AltImage = null; this.btnDelete.Appearance.Options.UseBackColor = true; this.btnDelete.Enabled = false; this.btnDelete.Font = new System.Drawing.Font("Tahoma", 8.25F); this.btnDelete.ForeColor = System.Drawing.Color.Black; this.btnDelete.HotTrack = true; this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image"))); this.btnDelete.ImageSizeRatio = 0.8F; this.btnDelete.Location = new System.Drawing.Point(152, 152); this.btnDelete.Name = "btnDelete"; this.btnDelete.PressedImage = null; this.btnDelete.Size = new System.Drawing.Size(40, 40); this.btnDelete.TabIndex = 13; this.btnDelete.Toggle = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // NotesDialogGUI // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(480, 278); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnEdit); this.Controls.Add(this.grpProperties); this.Controls.Add(this.btnSave); this.Controls.Add(this.grpStoredNotes); this.Controls.Add(this.lblInfo); this.Controls.Add(this.btnNew); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.LookAndFeel.SkinName = "Liquid Sky"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin; this.LookAndFeel.UseDefaultLookAndFeel = false; this.LookAndFeel.UseWindowsXPTheme = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "NotesDialogGUI"; this.Text = "Notes"; ((System.ComponentModel.ISupportInitialize)(this.bmanMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpStoredNotes)).EndInit(); this.grpStoredNotes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lstStoredNotes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpProperties)).EndInit(); this.grpProperties.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.npDescription.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npName.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.memoedtRemark = new DevExpress.XtraEditors.MemoEdit(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.sbtnDelete = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(10, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(274, 23); this.label1.TabIndex = 0; this.label1.Text = "Are you sure you want to delete?"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // memoedtRemark // this.memoedtRemark.EditValue = ""; this.memoedtRemark.Location = new System.Drawing.Point(14, 40); this.memoedtRemark.Name = "memoedtRemark"; // // memoedtRemark.Properties // this.memoedtRemark.Properties.MaxLength = 255; this.memoedtRemark.Size = new System.Drawing.Size(266, 142); this.memoedtRemark.TabIndex = 0; // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(206, 190); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.TabIndex = 2; this.sbtnCancel.Text = "Cancel"; this.sbtnCancel.Click += new System.EventHandler(this.sbtnCancel_Click); // // sbtnDelete // this.sbtnDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnDelete.Location = new System.Drawing.Point(122, 190); this.sbtnDelete.Name = "sbtnDelete"; this.sbtnDelete.TabIndex = 1; this.sbtnDelete.Text = "Delete"; this.sbtnDelete.Click += new System.EventHandler(this.sbtnDelete_Click); // // frmDeleteMember // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.sbtnCancel; this.ClientSize = new System.Drawing.Size(292, 220); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.sbtnDelete); this.Controls.Add(this.memoedtRemark); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDeleteMember"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Delete Member - {0}"; ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.PanelControl1 = new DevExpress.XtraEditors.PanelControl(); this.DataNavigator1 = new DevExpress.XtraEditors.DataNavigator(); this.TextEdit1 = new DevExpress.XtraEditors.TextEdit(); this.SpinEdit1 = new DevExpress.XtraEditors.SpinEdit(); this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.MemoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.GridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.GridControl1 = new DevExpress.XtraGrid.GridControl(); this.DataColumn2 = new System.Data.DataColumn(); this.DataColumn3 = new System.Data.DataColumn(); this.DataTable1 = new System.Data.DataTable(); this.DataColumn1 = new System.Data.DataColumn(); this.DataSet1 = new System.Data.DataSet(); ((System.ComponentModel.ISupportInitialize)(this.PanelControl1)).BeginInit(); this.PanelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TextEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SpinEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DataSet1)).BeginInit(); this.SuspendLayout(); // // PanelControl1 // this.PanelControl1.Controls.Add(this.DataNavigator1); this.PanelControl1.Controls.Add(this.TextEdit1); this.PanelControl1.Controls.Add(this.SpinEdit1); this.PanelControl1.Controls.Add(this.Label3); this.PanelControl1.Controls.Add(this.Label2); this.PanelControl1.Controls.Add(this.Label1); this.PanelControl1.Controls.Add(this.MemoEdit1); this.PanelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.PanelControl1.Location = new System.Drawing.Point(0, 0); this.PanelControl1.Name = "PanelControl1"; this.PanelControl1.Size = new System.Drawing.Size(440, 120); this.PanelControl1.TabIndex = 5; // // DataNavigator1 // this.DataNavigator1.Location = new System.Drawing.Point(8, 88); this.DataNavigator1.Name = "DataNavigator1"; this.DataNavigator1.Size = new System.Drawing.Size(222, 24); this.DataNavigator1.TabIndex = 7; this.DataNavigator1.Text = "DataNavigator1"; // // TextEdit1 // this.TextEdit1.EditValue = "TextEdit1"; this.TextEdit1.Location = new System.Drawing.Point(80, 48); this.TextEdit1.Name = "TextEdit1"; this.TextEdit1.Size = new System.Drawing.Size(100, 20); this.TextEdit1.TabIndex = 6; // // SpinEdit1 // this.SpinEdit1.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); this.SpinEdit1.Location = new System.Drawing.Point(80, 16); this.SpinEdit1.Name = "SpinEdit1"; this.SpinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.SpinEdit1.Size = new System.Drawing.Size(100, 20); this.SpinEdit1.TabIndex = 5; // // Label3 // this.Label3.Location = new System.Drawing.Point(208, 16); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(48, 24); this.Label3.TabIndex = 4; this.Label3.Text = "Notes:"; // // Label2 // this.Label2.Location = new System.Drawing.Point(8, 48); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(48, 16); this.Label2.TabIndex = 3; this.Label2.Text = "Name:"; // // Label1 // this.Label1.Location = new System.Drawing.Point(8, 16); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(48, 16); this.Label1.TabIndex = 2; this.Label1.Text = "ID:"; // // MemoEdit1 // this.MemoEdit1.EditValue = "MemoEdit1"; this.MemoEdit1.Location = new System.Drawing.Point(264, 16); this.MemoEdit1.Name = "MemoEdit1"; this.MemoEdit1.Size = new System.Drawing.Size(168, 96); this.MemoEdit1.TabIndex = 1; // // colName // this.colName.Caption = "Name"; this.colName.FieldName = "Name"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 1; // // GridView1 // this.GridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colID, this.colName }); this.GridView1.GridControl = this.GridControl1; this.GridView1.Name = "GridView1"; // // colID // this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; this.colID.Visible = true; this.colID.VisibleIndex = 0; // // GridControl1 // this.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.GridControl1.Location = new System.Drawing.Point(0, 120); this.GridControl1.MainView = this.GridView1; this.GridControl1.Name = "GridControl1"; this.GridControl1.Size = new System.Drawing.Size(440, 218); this.GridControl1.TabIndex = 4; this.GridControl1.UseEmbeddedNavigator = true; this.GridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GridView1 }); // // DataColumn2 // this.DataColumn2.ColumnName = "Name"; // // DataColumn3 // this.DataColumn3.ColumnName = "Notes"; // // DataTable1 // this.DataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.DataColumn1, this.DataColumn2, this.DataColumn3 }); this.DataTable1.TableName = "Table1"; // // DataColumn1 // this.DataColumn1.ColumnName = "ID"; this.DataColumn1.DataType = typeof(int); // // DataSet1 // this.DataSet1.DataSetName = "NewDataSet"; this.DataSet1.Locale = new System.Globalization.CultureInfo("en-US"); this.DataSet1.Tables.AddRange(new System.Data.DataTable[] { this.DataTable1 }); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(440, 338); this.Controls.Add(this.GridControl1); this.Controls.Add(this.PanelControl1); this.Name = "Form1"; this.Text = "How to bind a grid and stand alone editors to the same data and synchronize them"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.PanelControl1)).EndInit(); this.PanelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.TextEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SpinEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DataSet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.label2 = new System.Windows.Forms.Label(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(368, 262); this.panelControl1.TabIndex = 0; this.panelControl1.Text = "panelControl1"; // // label2 // this.label2.Location = new System.Drawing.Point(13, 86); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(309, 18); this.label2.TabIndex = 48; this.label2.Text = "Please write down the remark if you really want to delete it."; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(207, 228); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.TabIndex = 47; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(103, 228); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.TabIndex = 46; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(13, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(340, 46); this.label1.TabIndex = 45; this.label1.Text = "Do you really want to delete this service session?"; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(13, 108); this.memoEdit1.Name = "memoEdit1"; // // memoEdit1.Properties // this.memoEdit1.Properties.MaxLength = 250; this.memoEdit1.Size = new System.Drawing.Size(342, 114); this.memoEdit1.TabIndex = 44; // // FormDeleteMemberCreditPackage // this.AcceptButton = this.simpleButtonOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButtonCancel; this.ClientSize = new System.Drawing.Size(368, 262); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormDeleteMemberCreditPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Delete Member\'s Credit Package"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.label2 = new System.Windows.Forms.Label(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(378, 218); this.panelControl1.TabIndex = 0; this.panelControl1.Text = "panelControl1"; // // label2 // this.label2.Location = new System.Drawing.Point(10, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(272, 18); this.label2.TabIndex = 43; this.label2.Text = "Please write down the remark if you want to cancel"; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(204, 188); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.TabIndex = 42; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(100, 188); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.TabIndex = 41; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(10, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(340, 23); this.label1.TabIndex = 1; this.label1.Text = "Are You really want to cancel the class"; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(10, 68); this.memoEdit1.Name = "memoEdit1"; // // memoEdit1.Properties // this.memoEdit1.Properties.MaxLength = 250; this.memoEdit1.Size = new System.Drawing.Size(342, 114); this.memoEdit1.TabIndex = 0; // // FormCancelClassInstance // this.AcceptButton = this.simpleButtonOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButtonCancel; this.ClientSize = new System.Drawing.Size(378, 218); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormCancelClassInstance"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormCancelClassInstance"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.mmEdtDetail = new DevExpress.XtraEditors.MemoEdit(); this.lkpEdtMode = new DevExpress.XtraEditors.LookUpEdit(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lkpEdtStatus = new DevExpress.XtraEditors.LookUpEdit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtStatus.Properties)).BeginInit(); this.SuspendLayout(); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(244, 184); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.Size = new System.Drawing.Size(72, 20); this.sbtnCancel.TabIndex = 4; this.sbtnCancel.Text = "Cancel"; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.sbtnSave.Location = new System.Drawing.Point(164, 184); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(72, 20); this.sbtnSave.TabIndex = 3; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // mmEdtDetail // this.mmEdtDetail.EditValue = ""; this.mmEdtDetail.Location = new System.Drawing.Point(80, 70); this.mmEdtDetail.Name = "mmEdtDetail"; // // mmEdtDetail.Properties // this.mmEdtDetail.Properties.MaxLength = 1000; this.mmEdtDetail.Size = new System.Drawing.Size(236, 102); this.mmEdtDetail.TabIndex = 2; // // lkpEdtMode // this.lkpEdtMode.Location = new System.Drawing.Point(80, 10); this.lkpEdtMode.Name = "lkpEdtMode"; // // lkpEdtMode.Properties // this.lkpEdtMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtMode.Size = new System.Drawing.Size(236, 20); this.lkpEdtMode.TabIndex = 0; // // label10 // this.label10.Location = new System.Drawing.Point(14, 70); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(54, 30); this.label10.TabIndex = 37; this.label10.Text = "Action Taken"; // // label8 // this.label8.Location = new System.Drawing.Point(14, 40); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(54, 20); this.label8.TabIndex = 36; this.label8.Text = "Status"; // // label1 // this.label1.Location = new System.Drawing.Point(14, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 20); this.label1.TabIndex = 40; this.label1.Text = "Mode"; // // lkpEdtStatus // this.lkpEdtStatus.Location = new System.Drawing.Point(80, 40); this.lkpEdtStatus.Name = "lkpEdtStatus"; // // lkpEdtStatus.Properties // this.lkpEdtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtStatus.Size = new System.Drawing.Size(236, 20); this.lkpEdtStatus.TabIndex = 1; // // frmNewCVAction // this.AcceptButton = this.sbtnSave; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.sbtnCancel; this.ClientSize = new System.Drawing.Size(328, 216); this.Controls.Add(this.lkpEdtStatus); this.Controls.Add(this.label1); this.Controls.Add(this.mmEdtDetail); this.Controls.Add(this.lkpEdtMode); this.Controls.Add(this.label10); this.Controls.Add(this.label8); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.sbtnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmNewCVAction"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "New CV Action"; ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtStatus.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.textQuantity = new DevExpress.XtraEditors.TextEdit(); this.textBranchCode = new DevExpress.XtraEditors.TextEdit(); this.textItemCode = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtRemarks = new DevExpress.XtraEditors.MemoEdit(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.textQuantity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textItemCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton1 // this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.simpleButton1.Location = new System.Drawing.Point(112, 160); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.TabIndex = 13; this.simpleButton1.Text = "Delete"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // textQuantity // this.textQuantity.EditValue = ""; this.textQuantity.Enabled = false; this.textQuantity.Location = new System.Drawing.Point(112, 60); this.textQuantity.Name = "textQuantity"; // // textQuantity.Properties // this.textQuantity.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textQuantity.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textQuantity.Size = new System.Drawing.Size(75, 20); this.textQuantity.TabIndex = 12; // // textBranchCode // this.textBranchCode.EditValue = ""; this.textBranchCode.Enabled = false; this.textBranchCode.Location = new System.Drawing.Point(112, 36); this.textBranchCode.Name = "textBranchCode"; // // textBranchCode.Properties // this.textBranchCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textBranchCode.Size = new System.Drawing.Size(75, 20); this.textBranchCode.TabIndex = 11; // // textItemCode // this.textItemCode.EditValue = ""; this.textItemCode.Enabled = false; this.textItemCode.Location = new System.Drawing.Point(112, 12); this.textItemCode.Name = "textItemCode"; // // textItemCode.Properties // this.textItemCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.textItemCode.Size = new System.Drawing.Size(75, 20); this.textItemCode.TabIndex = 10; // // label3 // this.label3.Location = new System.Drawing.Point(16, 60); this.label3.Name = "label3"; this.label3.TabIndex = 9; this.label3.Text = "Quantity"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 36); this.label2.Name = "label2"; this.label2.TabIndex = 8; this.label2.Text = "Branch Code"; // // label1 // this.label1.Location = new System.Drawing.Point(16, 12); this.label1.Name = "label1"; this.label1.TabIndex = 7; this.label1.Text = "Item Code"; // // txtRemarks // this.txtRemarks.EditValue = ""; this.txtRemarks.Location = new System.Drawing.Point(112, 88); this.txtRemarks.Name = "txtRemarks"; // // txtRemarks.Properties // this.txtRemarks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.txtRemarks.Size = new System.Drawing.Size(224, 64); this.txtRemarks.TabIndex = 69; // // label4 // this.label4.Location = new System.Drawing.Point(16, 88); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 23); this.label4.TabIndex = 70; this.label4.Text = "Reason"; // // frmDeleteSalonUse // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(346, 191); this.Controls.Add(this.label4); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.textQuantity); this.Controls.Add(this.textBranchCode); this.Controls.Add(this.textItemCode); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDeleteSalonUse"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Delete Salon Use"; ((System.ComponentModel.ISupportInitialize)(this.textQuantity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textItemCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Controls.Add(this.lookUpEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(338, 220); this.panelControl1.TabIndex = 0; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(295, 215); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.Size = new System.Drawing.Size(90, 26); this.simpleButtonCancel.TabIndex = 51; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(187, 215); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.Size = new System.Drawing.Size(90, 26); this.simpleButtonOK.TabIndex = 50; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label3 // this.label3.Location = new System.Drawing.Point(10, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 27); this.label3.TabIndex = 4; this.label3.Text = "Remark"; // // label2 // this.label2.Location = new System.Drawing.Point(10, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 27); this.label2.TabIndex = 3; this.label2.Text = "Member ID"; // // label1 // this.label1.Location = new System.Drawing.Point(2, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(312, 34); this.label1.TabIndex = 2; this.label1.Text = "Please select the member you wish to transfer him/her the credit package."; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(98, 85); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(291, 111); this.memoEdit1.TabIndex = 1; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(96, 53); this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lookUpEdit1.Size = new System.Drawing.Size(293, 22); this.lookUpEdit1.TabIndex = 0; // // FormTransferMemberCreditPackage // this.AcceptButton = this.simpleButtonOK; this.AutoScaleBaseSize = new System.Drawing.Size(6, 15); this.CancelButton = this.simpleButtonCancel; this.ClientSize = new System.Drawing.Size(338, 220); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTransferMemberCreditPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormTransferMemberCreditPackage"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblCashOpeningFloat = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.strRemarks = new DevExpress.XtraEditors.MemoEdit(); this.lblRemark = new System.Windows.Forms.Label(); this.txtNumLockerBal = new DevExpress.XtraEditors.TextEdit(); this.txtMineralWaterBalance = new DevExpress.XtraEditors.TextEdit(); this.txtCashOpeningFLoat = new DevExpress.XtraEditors.TextEdit(); this.Open = new DevExpress.XtraEditors.SimpleButton(); this.Cancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumLockerBal.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMineralWaterBalance.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCashOpeningFLoat.Properties)).BeginInit(); this.SuspendLayout(); // // lblCashOpeningFloat // this.lblCashOpeningFloat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblCashOpeningFloat.Location = new System.Drawing.Point(16, 16); this.lblCashOpeningFloat.Name = "lblCashOpeningFloat"; this.lblCashOpeningFloat.Size = new System.Drawing.Size(112, 23); this.lblCashOpeningFloat.TabIndex = 0; this.lblCashOpeningFloat.Text = "Cash Opening Point"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(16, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(192, 16); this.label1.TabIndex = 1; this.label1.Text = "Mineral Water Balance"; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 88); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(216, 16); this.label2.TabIndex = 2; this.label2.Text = "Number of Lock Balance"; // // groupControl1 // this.groupControl1.Controls.Add(this.strRemarks); this.groupControl1.Controls.Add(this.lblRemark); this.groupControl1.Controls.Add(this.txtNumLockerBal); this.groupControl1.Controls.Add(this.txtMineralWaterBalance); this.groupControl1.Controls.Add(this.txtCashOpeningFLoat); this.groupControl1.Controls.Add(this.label1); this.groupControl1.Controls.Add(this.lblCashOpeningFloat); this.groupControl1.Controls.Add(this.label2); this.groupControl1.Controls.Add(this.Open); this.groupControl1.Controls.Add(this.Cancel); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin; this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.groupControl1.Name = "groupControl1"; this.groupControl1.ShowCaption = false; this.groupControl1.Size = new System.Drawing.Size(400, 237); this.groupControl1.TabIndex = 3; this.groupControl1.Text = "groupControl1"; // // strRemarks // this.strRemarks.EditValue = ""; this.strRemarks.Location = new System.Drawing.Point(176, 112); this.strRemarks.Name = "strRemarks"; this.strRemarks.Size = new System.Drawing.Size(216, 80); this.strRemarks.TabIndex = 7; // // lblRemark // this.lblRemark.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRemark.Location = new System.Drawing.Point(16, 120); this.lblRemark.Name = "lblRemark"; this.lblRemark.Size = new System.Drawing.Size(152, 72); this.lblRemark.TabIndex = 6; this.lblRemark.Text = "Remarks"; this.lblRemark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtNumLockerBal // this.txtNumLockerBal.EditValue = 0; this.txtNumLockerBal.Location = new System.Drawing.Point(176, 80); this.txtNumLockerBal.Name = "txtNumLockerBal"; // // txtNumLockerBal.Properties // this.txtNumLockerBal.Properties.Mask.EditMask = "f0"; this.txtNumLockerBal.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txtNumLockerBal.Properties.ReadOnly = true; this.txtNumLockerBal.TabIndex = 5; // // txtMineralWaterBalance // this.txtMineralWaterBalance.EditValue = "0"; this.txtMineralWaterBalance.Location = new System.Drawing.Point(176, 48); this.txtMineralWaterBalance.Name = "txtMineralWaterBalance"; // // txtMineralWaterBalance.Properties // this.txtMineralWaterBalance.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtMineralWaterBalance.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtMineralWaterBalance.Properties.Mask.EditMask = "n0"; this.txtMineralWaterBalance.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txtMineralWaterBalance.Properties.ReadOnly = true; this.txtMineralWaterBalance.TabIndex = 4; // // txtCashOpeningFLoat // this.txtCashOpeningFLoat.EditValue = "0.00"; this.txtCashOpeningFLoat.Location = new System.Drawing.Point(176, 16); this.txtCashOpeningFLoat.Name = "txtCashOpeningFLoat"; // // txtCashOpeningFLoat.Properties // this.txtCashOpeningFLoat.Properties.DisplayFormat.FormatString = "f2"; this.txtCashOpeningFLoat.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtCashOpeningFLoat.Properties.EditFormat.FormatString = "f2"; this.txtCashOpeningFLoat.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtCashOpeningFLoat.Properties.Mask.BeepOnError = true; this.txtCashOpeningFLoat.Properties.Mask.EditMask = "[0-9]+\\.[0-9][0-9]"; this.txtCashOpeningFLoat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.txtCashOpeningFLoat.Properties.Mask.ShowPlaceHolders = false; this.txtCashOpeningFLoat.Properties.Mask.UseMaskAsDisplayFormat = true; this.txtCashOpeningFLoat.Properties.ReadOnly = true; this.txtCashOpeningFLoat.TabIndex = 3; // // Open // this.Open.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.Open.Appearance.Options.UseFont = true; this.Open.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.Open.Location = new System.Drawing.Point(240, 208); this.Open.Name = "Open"; this.Open.Size = new System.Drawing.Size(72, 20); this.Open.TabIndex = 5; this.Open.Text = "Open"; this.Open.Click += new System.EventHandler(this.Open_Click); // // Cancel // this.Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.Cancel.Appearance.Options.UseFont = true; this.Cancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.Cancel.Location = new System.Drawing.Point(320, 208); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(72, 20); this.Cancel.TabIndex = 6; this.Cancel.Text = "Cancel"; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // frmOpenShift // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(400, 237); this.Controls.Add(this.groupControl1); this.Name = "frmOpenShift"; this.Text = "Open Shift ....."; this.Load += new System.EventHandler(this.frmOpenShift_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumLockerBal.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMineralWaterBalance.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCashOpeningFLoat.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblBranch = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.txtRemarks = new DevExpress.XtraEditors.MemoEdit(); this.lblRemarks = new System.Windows.Forms.Label(); this.lbldate = new System.Windows.Forms.Label(); this.dtDate = new DevExpress.XtraEditors.DateEdit(); this.label3 = new System.Windows.Forms.Label(); this.cbEmployee = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.label2 = new System.Windows.Forms.Label(); this.cbBranch = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.label1 = new System.Windows.Forms.Label(); this.lblStartTime = new System.Windows.Forms.Label(); this.dtEndTime = new DevExpress.XtraEditors.TimeEdit(); this.dtStartTime = new DevExpress.XtraEditors.TimeEdit(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbEmployee.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBranch.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).BeginInit(); this.SuspendLayout(); // // lblBranch // this.lblBranch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblBranch.Location = new System.Drawing.Point(-58, 142); this.lblBranch.Name = "lblBranch"; this.lblBranch.Size = new System.Drawing.Size(58, 16); this.lblBranch.TabIndex = 186; this.lblBranch.Text = "Branch"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label4.Location = new System.Drawing.Point(16, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 16); this.label4.TabIndex = 191; this.label4.Text = "New Roster"; // // groupControl1 // this.groupControl1.Controls.Add(this.txtRemarks); this.groupControl1.Controls.Add(this.lblRemarks); this.groupControl1.Controls.Add(this.lbldate); this.groupControl1.Controls.Add(this.dtDate); this.groupControl1.Controls.Add(this.label3); this.groupControl1.Controls.Add(this.cbEmployee); this.groupControl1.Controls.Add(this.label2); this.groupControl1.Controls.Add(this.cbBranch); this.groupControl1.Controls.Add(this.label1); this.groupControl1.Controls.Add(this.lblStartTime); this.groupControl1.Controls.Add(this.dtEndTime); this.groupControl1.Controls.Add(this.dtStartTime); this.groupControl1.Location = new System.Drawing.Point(16, 32); this.groupControl1.Name = "groupControl1"; this.groupControl1.ShowCaption = false; this.groupControl1.Size = new System.Drawing.Size(280, 256); this.groupControl1.TabIndex = 192; this.groupControl1.Text = "groupControl1"; // // txtRemarks // this.txtRemarks.EditValue = ""; this.txtRemarks.Location = new System.Drawing.Point(16, 184); this.txtRemarks.Name = "txtRemarks"; // // txtRemarks.Properties // this.txtRemarks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.txtRemarks.Size = new System.Drawing.Size(232, 64); this.txtRemarks.TabIndex = 6; // // lblRemarks // this.lblRemarks.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRemarks.Location = new System.Drawing.Point(16, 168); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(80, 16); this.lblRemarks.TabIndex = 201; this.lblRemarks.Text = "Remarks"; // // lbldate // this.lbldate.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lbldate.Location = new System.Drawing.Point(16, 80); this.lbldate.Name = "lbldate"; this.lbldate.Size = new System.Drawing.Size(80, 16); this.lbldate.TabIndex = 200; this.lbldate.Text = "Date"; // // dtDate // this.dtDate.EditValue = null; this.dtDate.Location = new System.Drawing.Point(104, 80); this.dtDate.Name = "dtDate"; // // dtDate.Properties // this.dtDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dtDate.Size = new System.Drawing.Size(100, 22); this.dtDate.TabIndex = 3; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label3.Location = new System.Drawing.Point(16, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.label3.TabIndex = 198; this.label3.Text = "Employee"; // // cbEmployee // this.cbEmployee.Location = new System.Drawing.Point(104, 48); this.cbEmployee.Name = "cbEmployee"; // // cbEmployee.Properties // this.cbEmployee.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.cbEmployee.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbEmployee.Size = new System.Drawing.Size(144, 22); this.cbEmployee.TabIndex = 2; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.label2.TabIndex = 196; this.label2.Text = "Branch"; // // cbBranch // this.cbBranch.Location = new System.Drawing.Point(104, 16); this.cbBranch.Name = "cbBranch"; // // cbBranch.Properties // this.cbBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.cbBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbBranch.Size = new System.Drawing.Size(144, 22); this.cbBranch.TabIndex = 1; this.cbBranch.SelectedIndexChanged += new System.EventHandler(this.cbBranch_SelectedIndexChanged); // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(144, 112); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 16); this.label1.TabIndex = 194; this.label1.Text = "End Time"; // // lblStartTime // this.lblStartTime.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblStartTime.Location = new System.Drawing.Point(16, 112); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(80, 16); this.lblStartTime.TabIndex = 193; this.lblStartTime.Text = "Start Time"; // // dtEndTime // this.dtEndTime.EditValue = null; this.dtEndTime.Location = new System.Drawing.Point(144, 136); this.dtEndTime.Name = "dtEndTime"; // // dtEndTime.Properties // this.dtEndTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtEndTime.Size = new System.Drawing.Size(104, 22); this.dtEndTime.TabIndex = 5; // // dtStartTime // this.dtStartTime.EditValue = null; this.dtStartTime.Location = new System.Drawing.Point(16, 136); this.dtStartTime.Name = "dtStartTime"; // // dtStartTime.Properties // this.dtStartTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtStartTime.Size = new System.Drawing.Size(104, 22); this.dtStartTime.TabIndex = 4; // // btnSave // this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Location = new System.Drawing.Point(128, 296); this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Name = "btnSave"; this.btnSave.TabIndex = 7; this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.Location = new System.Drawing.Point(208, 296); this.btnCancel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancel.Name = "btnCancel"; this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // frmRosterNew // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(306, 327); this.Controls.Add(this.groupControl1); this.Controls.Add(this.label4); this.Controls.Add(this.lblBranch); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmRosterNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add New Roster"; this.Load += new System.EventHandler(this.frmRosterNew_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbEmployee.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBranch.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.sBtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.sBtnSave = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.mmEdtActionDtl = new DevExpress.XtraEditors.MemoEdit(); this.dtEdtActionDate = new DevExpress.XtraEditors.DateEdit(); this.dtEdtCaseDate = new DevExpress.XtraEditors.DateEdit(); this.lkpEdtActionMode = new DevExpress.XtraEditors.LookUpEdit(); this.txtEdtCaseSubj = new DevExpress.XtraEditors.TextEdit(); this.txtEdtCaseID = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtActionDtl.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtActionDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtCaseDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtActionMode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtCaseSubj.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtCaseID.Properties)).BeginInit(); this.SuspendLayout(); // // sBtnCancel // this.sBtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sBtnCancel.Location = new System.Drawing.Point(284, 358); this.sBtnCancel.Name = "sBtnCancel"; this.sBtnCancel.Size = new System.Drawing.Size(72, 20); this.sBtnCancel.TabIndex = 29; this.sBtnCancel.Text = "Cancel"; // // sBtnSave // this.sBtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sBtnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.sBtnSave.Location = new System.Drawing.Point(204, 358); this.sBtnSave.Name = "sBtnSave"; this.sBtnSave.Size = new System.Drawing.Size(72, 20); this.sBtnSave.TabIndex = 28; this.sBtnSave.Text = "Save"; this.sBtnSave.Click += new System.EventHandler(this.sBtnSave_Click); // // label1 // this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.TabIndex = 30; this.label1.Text = "Case ID"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 38); this.label2.Name = "label2"; this.label2.TabIndex = 31; this.label2.Text = "Case Subject"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 68); this.label4.Name = "label4"; this.label4.TabIndex = 33; this.label4.Text = "Case Date"; // // label5 // this.label5.Location = new System.Drawing.Point(8, 98); this.label5.Name = "label5"; this.label5.TabIndex = 34; this.label5.Text = "Action Mode"; // // label6 // this.label6.Location = new System.Drawing.Point(8, 130); this.label6.Name = "label6"; this.label6.TabIndex = 35; this.label6.Text = "Action Date"; // // label7 // this.label7.Location = new System.Drawing.Point(8, 162); this.label7.Name = "label7"; this.label7.TabIndex = 36; this.label7.Text = "Action Detail"; // // mmEdtActionDtl // this.mmEdtActionDtl.EditValue = "memoEdit1"; this.mmEdtActionDtl.Location = new System.Drawing.Point(114, 162); this.mmEdtActionDtl.Name = "mmEdtActionDtl"; // // mmEdtActionDtl.Properties // this.mmEdtActionDtl.Properties.MaxLength = 999; this.mmEdtActionDtl.Size = new System.Drawing.Size(244, 182); this.mmEdtActionDtl.TabIndex = 37; // // dtEdtActionDate // this.dtEdtActionDate.EditValue = new System.DateTime(2005, 10, 31, 0, 0, 0, 0); this.dtEdtActionDate.Location = new System.Drawing.Point(116, 132); this.dtEdtActionDate.Name = "dtEdtActionDate"; // // dtEdtActionDate.Properties // this.dtEdtActionDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEdtActionDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEdtActionDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtActionDate.Size = new System.Drawing.Size(144, 20); this.dtEdtActionDate.TabIndex = 38; // // dtEdtCaseDate // this.dtEdtCaseDate.EditValue = new System.DateTime(2005, 10, 31, 0, 0, 0, 0); this.dtEdtCaseDate.Location = new System.Drawing.Point(116, 68); this.dtEdtCaseDate.Name = "dtEdtCaseDate"; // // dtEdtCaseDate.Properties // this.dtEdtCaseDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEdtCaseDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEdtCaseDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtCaseDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtEdtCaseDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtCaseDate.Properties.Mask.EditMask = ""; this.dtEdtCaseDate.Size = new System.Drawing.Size(144, 20); this.dtEdtCaseDate.TabIndex = 39; // // lkpEdtActionMode // this.lkpEdtActionMode.EditValue = ""; this.lkpEdtActionMode.Location = new System.Drawing.Point(116, 100); this.lkpEdtActionMode.Name = "lkpEdtActionMode"; // // lkpEdtActionMode.Properties // this.lkpEdtActionMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtActionMode.Size = new System.Drawing.Size(144, 20); this.lkpEdtActionMode.TabIndex = 40; // // txtEdtCaseSubj // this.txtEdtCaseSubj.EditValue = "textEdit2"; this.txtEdtCaseSubj.Location = new System.Drawing.Point(116, 38); this.txtEdtCaseSubj.Name = "txtEdtCaseSubj"; // // txtEdtCaseSubj.Properties // this.txtEdtCaseSubj.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.txtEdtCaseSubj.Size = new System.Drawing.Size(144, 18); this.txtEdtCaseSubj.TabIndex = 42; // // txtEdtCaseID // this.txtEdtCaseID.EditValue = "textEdit3"; this.txtEdtCaseID.Location = new System.Drawing.Point(116, 8); this.txtEdtCaseID.Name = "txtEdtCaseID"; // // txtEdtCaseID.Properties // this.txtEdtCaseID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.txtEdtCaseID.Size = new System.Drawing.Size(144, 18); this.txtEdtCaseID.TabIndex = 43; // // FormNewCVAction // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(368, 388); this.Controls.Add(this.txtEdtCaseID); this.Controls.Add(this.txtEdtCaseSubj); this.Controls.Add(this.lkpEdtActionMode); this.Controls.Add(this.dtEdtCaseDate); this.Controls.Add(this.dtEdtActionDate); this.Controls.Add(this.mmEdtActionDtl); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.sBtnCancel); this.Controls.Add(this.sBtnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNewCVAction"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Action of Case - {0}"; ((System.ComponentModel.ISupportInitialize)(this.mmEdtActionDtl.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtActionDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtCaseDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtActionMode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtCaseSubj.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtCaseID.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.txtFax = new System.Windows.Forms.MaskedTextBox(); this.txtTel2 = new System.Windows.Forms.MaskedTextBox(); this.txtCodigoP = new System.Windows.Forms.MaskedTextBox(); this.txtTel = new System.Windows.Forms.MaskedTextBox(); this.lblObservaciones = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblNombre2 = new System.Windows.Forms.Label(); this.lblMaterno2 = new System.Windows.Forms.Label(); this.lblPaterno2 = new System.Windows.Forms.Label(); this.lblRepresentante = new System.Windows.Forms.Label(); this.lblCorreo = new System.Windows.Forms.Label(); this.lblTel2 = new System.Windows.Forms.Label(); this.lblTel1 = new System.Windows.Forms.Label(); this.lblFax = new System.Windows.Forms.Label(); this.lblCodigo = new System.Windows.Forms.Label(); this.lblPais = new System.Windows.Forms.Label(); this.lblEstado = new System.Windows.Forms.Label(); this.lblDelegacion = new System.Windows.Forms.Label(); this.lblColonia = new System.Windows.Forms.Label(); this.lblCalle = new System.Windows.Forms.Label(); this.lblFiscal = new System.Windows.Forms.Label(); this.lblNombre = new System.Windows.Forms.Label(); this.lblMaterno = new System.Windows.Forms.Label(); this.lblPaterno = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblProveedor = new System.Windows.Forms.Label(); this.txtClave = new DevExpress.XtraEditors.SpinEdit(); this.txtPaterno = new DevExpress.XtraEditors.TextEdit(); this.txtMaterno = new DevExpress.XtraEditors.TextEdit(); this.txtNombre = new DevExpress.XtraEditors.TextEdit(); this.txtCalle = new DevExpress.XtraEditors.TextEdit(); this.txtColonia = new DevExpress.XtraEditors.TextEdit(); this.txtDelegacion = new DevExpress.XtraEditors.TextEdit(); this.txtEstado = new DevExpress.XtraEditors.TextEdit(); this.txtPais = new DevExpress.XtraEditors.TextEdit(); this.txtRpaterno = new DevExpress.XtraEditors.TextEdit(); this.txtRmaterno = new DevExpress.XtraEditors.TextEdit(); this.txtRnombre = new DevExpress.XtraEditors.TextEdit(); this.txtGiro = new DevExpress.XtraEditors.TextEdit(); this.txtObservaciones = new DevExpress.XtraEditors.MemoEdit(); this.txtCorreo = new DevExpress.XtraEditors.TextEdit(); this.label2 = new System.Windows.Forms.Label(); this.cbxEmpresa = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel(); this.lblRfc = new System.Windows.Forms.Label(); this.txtRfc = new System.Windows.Forms.MaskedTextBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel14 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel15 = new System.Windows.Forms.FlowLayoutPanel(); this.lblTel3 = new System.Windows.Forms.Label(); this.txtTel3 = new System.Windows.Forms.MaskedTextBox(); this.flowLayoutPanel16 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel17 = new System.Windows.Forms.FlowLayoutPanel(); this.label4 = new System.Windows.Forms.Label(); this.txtNombreFiscal = new DevExpress.XtraEditors.TextEdit(); this.txtCentinela = new System.Windows.Forms.TextBox(); this.flowLayoutPanel18 = new System.Windows.Forms.FlowLayoutPanel(); this.label6 = new System.Windows.Forms.Label(); this.cbxTipo = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.bsSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtClave.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPaterno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMaterno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCalle.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtColonia.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDelegacion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEstado.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPais.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRpaterno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRmaterno.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRnombre.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGiro.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel9.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.flowLayoutPanel4.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); this.flowLayoutPanel6.SuspendLayout(); this.flowLayoutPanel7.SuspendLayout(); this.flowLayoutPanel8.SuspendLayout(); this.flowLayoutPanel10.SuspendLayout(); this.flowLayoutPanel11.SuspendLayout(); this.flowLayoutPanel12.SuspendLayout(); this.flowLayoutPanel13.SuspendLayout(); this.flowLayoutPanel14.SuspendLayout(); this.flowLayoutPanel15.SuspendLayout(); this.flowLayoutPanel17.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtNombreFiscal.Properties)).BeginInit(); this.flowLayoutPanel18.SuspendLayout(); this.SuspendLayout(); // // txtFax // this.txtFax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtFax.Location = new System.Drawing.Point(34, 3); this.txtFax.Name = "txtFax"; this.txtFax.Size = new System.Drawing.Size(169, 20); this.txtFax.TabIndex = 1; // // txtTel2 // this.txtTel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTel2.Location = new System.Drawing.Point(67, 3); this.txtTel2.Name = "txtTel2"; this.txtTel2.Size = new System.Drawing.Size(164, 20); this.txtTel2.TabIndex = 1; // // txtCodigoP // this.txtCodigoP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCodigoP.Location = new System.Drawing.Point(92, 3); this.txtCodigoP.Mask = "00000"; this.txtCodigoP.Name = "txtCodigoP"; this.txtCodigoP.Size = new System.Drawing.Size(41, 20); this.txtCodigoP.TabIndex = 1; // // txtTel // this.txtTel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTel.Location = new System.Drawing.Point(91, 267); this.txtTel.Name = "txtTel"; this.txtTel.Size = new System.Drawing.Size(164, 20); this.txtTel.TabIndex = 19; // // lblObservaciones // this.lblObservaciones.AutoSize = true; this.lblObservaciones.Location = new System.Drawing.Point(3, 549); this.lblObservaciones.Name = "lblObservaciones"; this.lblObservaciones.Size = new System.Drawing.Size(78, 13); this.lblObservaciones.TabIndex = 1; this.lblObservaciones.Text = "Observaciones"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.SystemColors.HotTrack; this.label5.Location = new System.Drawing.Point(91, 394); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(95, 13); this.label5.TabIndex = 13; this.label5.Text = "Giro o actividad"; // // lblNombre2 // this.lblNombre2.AutoSize = true; this.lblNombre2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNombre2.ForeColor = System.Drawing.Color.Black; this.lblNombre2.Location = new System.Drawing.Point(3, 0); this.lblNombre2.Name = "lblNombre2"; this.lblNombre2.Size = new System.Drawing.Size(44, 13); this.lblNombre2.TabIndex = 0; this.lblNombre2.Text = "Nombre"; // // lblMaterno2 // this.lblMaterno2.AutoSize = true; this.lblMaterno2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMaterno2.ForeColor = System.Drawing.Color.Black; this.lblMaterno2.Location = new System.Drawing.Point(3, 0); this.lblMaterno2.Name = "lblMaterno2"; this.lblMaterno2.Size = new System.Drawing.Size(47, 13); this.lblMaterno2.TabIndex = 0; this.lblMaterno2.Text = "Materno"; // // lblPaterno2 // this.lblPaterno2.AutoSize = true; this.lblPaterno2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPaterno2.ForeColor = System.Drawing.Color.Black; this.lblPaterno2.Location = new System.Drawing.Point(3, 0); this.lblPaterno2.Name = "lblPaterno2"; this.lblPaterno2.Size = new System.Drawing.Size(45, 13); this.lblPaterno2.TabIndex = 0; this.lblPaterno2.Text = "Paterno"; // // lblRepresentante // this.lblRepresentante.AutoSize = true; this.lblRepresentante.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRepresentante.ForeColor = System.Drawing.Color.Black; this.lblRepresentante.Location = new System.Drawing.Point(3, 345); this.lblRepresentante.Name = "lblRepresentante"; this.lblRepresentante.Size = new System.Drawing.Size(78, 26); this.lblRepresentante.TabIndex = 2; this.lblRepresentante.Text = "Repesentante Legal"; // // lblCorreo // this.lblCorreo.AutoSize = true; this.lblCorreo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCorreo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.lblCorreo.Location = new System.Drawing.Point(3, 0); this.lblCorreo.Name = "lblCorreo"; this.lblCorreo.Size = new System.Drawing.Size(40, 13); this.lblCorreo.TabIndex = 0; this.lblCorreo.Text = "Correo"; // // lblTel2 // this.lblTel2.AutoSize = true; this.lblTel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTel2.Location = new System.Drawing.Point(3, 0); this.lblTel2.Name = "lblTel2"; this.lblTel2.Size = new System.Drawing.Size(58, 13); this.lblTel2.TabIndex = 0; this.lblTel2.Text = "Teléfono 2"; // // lblTel1 // this.lblTel1.AutoSize = true; this.lblTel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTel1.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblTel1.Location = new System.Drawing.Point(3, 264); this.lblTel1.Name = "lblTel1"; this.lblTel1.Size = new System.Drawing.Size(66, 13); this.lblTel1.TabIndex = 18; this.lblTel1.Text = "Teléfono 1"; // // lblFax // this.lblFax.AutoSize = true; this.lblFax.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblFax.Location = new System.Drawing.Point(3, 0); this.lblFax.Name = "lblFax"; this.lblFax.Size = new System.Drawing.Size(25, 13); this.lblFax.TabIndex = 0; this.lblFax.Text = "Fax"; // // lblCodigo // this.lblCodigo.AutoSize = true; this.lblCodigo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCodigo.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblCodigo.Location = new System.Drawing.Point(3, 0); this.lblCodigo.Name = "lblCodigo"; this.lblCodigo.Size = new System.Drawing.Size(83, 13); this.lblCodigo.TabIndex = 0; this.lblCodigo.Text = "Código Postal"; // // lblPais // this.lblPais.AutoSize = true; this.lblPais.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPais.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblPais.Location = new System.Drawing.Point(3, 225); this.lblPais.Name = "lblPais"; this.lblPais.Size = new System.Drawing.Size(30, 13); this.lblPais.TabIndex = 15; this.lblPais.Text = "País"; // // lblEstado // this.lblEstado.AutoSize = true; this.lblEstado.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblEstado.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblEstado.Location = new System.Drawing.Point(3, 0); this.lblEstado.Name = "lblEstado"; this.lblEstado.Size = new System.Drawing.Size(45, 13); this.lblEstado.TabIndex = 0; this.lblEstado.Text = "Estado"; // // lblDelegacion // this.lblDelegacion.AutoSize = true; this.lblDelegacion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDelegacion.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblDelegacion.Location = new System.Drawing.Point(3, 183); this.lblDelegacion.Name = "lblDelegacion"; this.lblDelegacion.Size = new System.Drawing.Size(75, 26); this.lblDelegacion.TabIndex = 12; this.lblDelegacion.Text = "Delegación/Municipio"; // // lblColonia // this.lblColonia.AutoSize = true; this.lblColonia.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblColonia.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblColonia.Location = new System.Drawing.Point(3, 0); this.lblColonia.Name = "lblColonia"; this.lblColonia.Size = new System.Drawing.Size(48, 13); this.lblColonia.TabIndex = 0; this.lblColonia.Text = "Colonia"; // // lblCalle // this.lblCalle.AutoSize = true; this.lblCalle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCalle.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblCalle.Location = new System.Drawing.Point(3, 144); this.lblCalle.Name = "lblCalle"; this.lblCalle.Size = new System.Drawing.Size(75, 13); this.lblCalle.TabIndex = 9; this.lblCalle.Text = "Calle y Núm."; // // lblFiscal // this.lblFiscal.AutoSize = true; this.lblFiscal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblFiscal.ForeColor = System.Drawing.Color.Black; this.lblFiscal.Location = new System.Drawing.Point(3, 89); this.lblFiscal.Name = "lblFiscal"; this.lblFiscal.Size = new System.Drawing.Size(75, 13); this.lblFiscal.TabIndex = 7; this.lblFiscal.Text = "Persona Moral"; // // lblNombre // this.lblNombre.AutoSize = true; this.lblNombre.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNombre.ForeColor = System.Drawing.Color.Black; this.lblNombre.Location = new System.Drawing.Point(3, 0); this.lblNombre.Name = "lblNombre"; this.lblNombre.Size = new System.Drawing.Size(44, 13); this.lblNombre.TabIndex = 0; this.lblNombre.Text = "Nombre"; // // lblMaterno // this.lblMaterno.AutoSize = true; this.lblMaterno.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMaterno.ForeColor = System.Drawing.Color.Black; this.lblMaterno.Location = new System.Drawing.Point(3, 0); this.lblMaterno.Name = "lblMaterno"; this.lblMaterno.Size = new System.Drawing.Size(47, 13); this.lblMaterno.TabIndex = 0; this.lblMaterno.Text = "Materno"; // // lblPaterno // this.lblPaterno.AutoSize = true; this.lblPaterno.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPaterno.ForeColor = System.Drawing.Color.Black; this.lblPaterno.Location = new System.Drawing.Point(3, 0); this.lblPaterno.Name = "lblPaterno"; this.lblPaterno.Size = new System.Drawing.Size(45, 13); this.lblPaterno.TabIndex = 0; this.lblPaterno.Text = "Paterno"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.HotTrack; this.label1.Location = new System.Drawing.Point(428, 83); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(334, 16); this.label1.TabIndex = 0; this.label1.Text = "Los campos marcados en azul son obligatorios"; // // lblProveedor // this.lblProveedor.AutoSize = true; this.lblProveedor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblProveedor.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblProveedor.Location = new System.Drawing.Point(3, 0); this.lblProveedor.Name = "lblProveedor"; this.lblProveedor.Size = new System.Drawing.Size(38, 13); this.lblProveedor.TabIndex = 0; this.lblProveedor.Text = "Clave"; // // txtClave // this.txtClave.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtClave.Location = new System.Drawing.Point(3, 3); this.txtClave.MenuManager = this.barManager1; this.txtClave.Name = "txtClave"; this.txtClave.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtClave.Properties.Appearance.Options.UseFont = true; this.txtClave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtClave.Properties.Mask.EditMask = "n0"; this.txtClave.Size = new System.Drawing.Size(59, 20); this.txtClave.TabIndex = 1; // // txtPaterno // this.txtPaterno.Location = new System.Drawing.Point(54, 3); this.txtPaterno.MenuManager = this.barManager1; this.txtPaterno.Name = "txtPaterno"; this.txtPaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPaterno.Properties.Appearance.Options.UseFont = true; this.txtPaterno.Size = new System.Drawing.Size(239, 19); this.txtPaterno.TabIndex = 1; this.txtPaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtMaterno // this.txtMaterno.Location = new System.Drawing.Point(56, 3); this.txtMaterno.MenuManager = this.barManager1; this.txtMaterno.Name = "txtMaterno"; this.txtMaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMaterno.Properties.Appearance.Options.UseFont = true; this.txtMaterno.Size = new System.Drawing.Size(239, 19); this.txtMaterno.TabIndex = 1; this.txtMaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtNombre // this.txtNombre.Location = new System.Drawing.Point(53, 3); this.txtNombre.MenuManager = this.barManager1; this.txtNombre.Name = "txtNombre"; this.txtNombre.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNombre.Properties.Appearance.Options.UseFont = true; this.txtNombre.Size = new System.Drawing.Size(239, 19); this.txtNombre.TabIndex = 1; this.txtNombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtCalle // this.txtCalle.Location = new System.Drawing.Point(91, 147); this.txtCalle.MenuManager = this.barManager1; this.txtCalle.Name = "txtCalle"; this.txtCalle.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCalle.Properties.Appearance.Options.UseFont = true; this.txtCalle.Size = new System.Drawing.Size(299, 19); this.txtCalle.TabIndex = 10; this.txtCalle.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtColonia // this.txtColonia.Location = new System.Drawing.Point(57, 3); this.txtColonia.MenuManager = this.barManager1; this.txtColonia.Name = "txtColonia"; this.txtColonia.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtColonia.Properties.Appearance.Options.UseFont = true; this.txtColonia.Size = new System.Drawing.Size(244, 19); this.txtColonia.TabIndex = 1; this.txtColonia.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtDelegacion // this.txtDelegacion.Location = new System.Drawing.Point(91, 186); this.txtDelegacion.MenuManager = this.barManager1; this.txtDelegacion.Name = "txtDelegacion"; this.txtDelegacion.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDelegacion.Properties.Appearance.Options.UseFont = true; this.txtDelegacion.Size = new System.Drawing.Size(215, 19); this.txtDelegacion.TabIndex = 13; this.txtDelegacion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtEstado // this.txtEstado.Location = new System.Drawing.Point(54, 3); this.txtEstado.MenuManager = this.barManager1; this.txtEstado.Name = "txtEstado"; this.txtEstado.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtEstado.Properties.Appearance.Options.UseFont = true; this.txtEstado.Size = new System.Drawing.Size(183, 19); this.txtEstado.TabIndex = 1; this.txtEstado.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtPais // this.txtPais.EditValue = "MEXICO"; this.txtPais.Location = new System.Drawing.Point(91, 228); this.txtPais.MenuManager = this.barManager1; this.txtPais.Name = "txtPais"; this.txtPais.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPais.Properties.Appearance.Options.UseFont = true; this.txtPais.Size = new System.Drawing.Size(164, 19); this.txtPais.TabIndex = 16; this.txtPais.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtRpaterno // this.txtRpaterno.Location = new System.Drawing.Point(54, 3); this.txtRpaterno.MenuManager = this.barManager1; this.txtRpaterno.Name = "txtRpaterno"; this.txtRpaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRpaterno.Properties.Appearance.Options.UseFont = true; this.txtRpaterno.Size = new System.Drawing.Size(239, 19); this.txtRpaterno.TabIndex = 1; this.txtRpaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtRmaterno // this.txtRmaterno.Location = new System.Drawing.Point(56, 3); this.txtRmaterno.MenuManager = this.barManager1; this.txtRmaterno.Name = "txtRmaterno"; this.txtRmaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRmaterno.Properties.Appearance.Options.UseFont = true; this.txtRmaterno.Size = new System.Drawing.Size(239, 19); this.txtRmaterno.TabIndex = 1; this.txtRmaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtRnombre // this.txtRnombre.Location = new System.Drawing.Point(53, 3); this.txtRnombre.MenuManager = this.barManager1; this.txtRnombre.Name = "txtRnombre"; this.txtRnombre.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRnombre.Properties.Appearance.Options.UseFont = true; this.txtRnombre.Size = new System.Drawing.Size(239, 19); this.txtRnombre.TabIndex = 1; this.txtRnombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtGiro // this.txtGiro.Location = new System.Drawing.Point(412, 397); this.txtGiro.MenuManager = this.barManager1; this.txtGiro.Name = "txtGiro"; this.txtGiro.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtGiro.Properties.Appearance.Options.UseFont = true; this.txtGiro.Size = new System.Drawing.Size(295, 19); this.txtGiro.TabIndex = 27; this.txtGiro.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtObservaciones // this.txtObservaciones.Location = new System.Drawing.Point(122, 547); this.txtObservaciones.MenuManager = this.barManager1; this.txtObservaciones.Name = "txtObservaciones"; this.txtObservaciones.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtObservaciones.Properties.Appearance.Options.UseFont = true; this.txtObservaciones.Size = new System.Drawing.Size(396, 96); this.txtObservaciones.TabIndex = 3; this.txtObservaciones.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtCorreo // this.txtCorreo.Location = new System.Drawing.Point(49, 3); this.txtCorreo.MenuManager = this.barManager1; this.txtCorreo.Name = "txtCorreo"; this.txtCorreo.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCorreo.Properties.Appearance.Options.UseFont = true; this.txtCorreo.Size = new System.Drawing.Size(243, 19); this.txtCorreo.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(3, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 2; this.label2.Text = "Persona Fisica"; // // cbxEmpresa // this.cbxEmpresa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxEmpresa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxEmpresa.FormattingEnabled = true; this.cbxEmpresa.Location = new System.Drawing.Point(65, 3); this.cbxEmpresa.Name = "cbxEmpresa"; this.cbxEmpresa.Size = new System.Drawing.Size(165, 21); this.cbxEmpresa.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.SystemColors.HotTrack; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 13); this.label3.TabIndex = 0; this.label3.Text = "Empresa"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.48541F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.51459F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 339F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 437F)); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel9, 3, 0); this.tableLayoutPanel1.Controls.Add(this.lblProveedor, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.txtGiro, 2, 9); this.tableLayoutPanel1.Controls.Add(this.label5, 1, 9); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 2, 1); this.tableLayoutPanel1.Controls.Add(this.txtPais, 1, 5); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel3, 3, 1); this.tableLayoutPanel1.Controls.Add(this.lblRepresentante, 0, 8); this.tableLayoutPanel1.Controls.Add(this.lblFiscal, 0, 2); this.tableLayoutPanel1.Controls.Add(this.txtTel, 1, 6); this.tableLayoutPanel1.Controls.Add(this.txtDelegacion, 1, 4); this.tableLayoutPanel1.Controls.Add(this.txtCalle, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lblCalle, 0, 3); this.tableLayoutPanel1.Controls.Add(this.lblDelegacion, 0, 4); this.tableLayoutPanel1.Controls.Add(this.lblTel1, 0, 6); this.tableLayoutPanel1.Controls.Add(this.lblPais, 0, 5); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 2, 7); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel5, 3, 7); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel6, 1, 8); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel7, 2, 8); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel8, 3, 8); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel10, 2, 3); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel11, 2, 4); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel12, 2, 5); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel13, 2, 6); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel14, 2, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel15, 3, 6); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel16, 2, 2); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel17, 1, 2); this.tableLayoutPanel1.Controls.Add(this.txtCentinela, 3, 2); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel18, 1, 0); this.tableLayoutPanel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 102); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 10; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.03798F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 56.96202F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1186, 439); this.tableLayoutPanel1.TabIndex = 2; // // flowLayoutPanel9 // this.flowLayoutPanel9.Controls.Add(this.lblRfc); this.flowLayoutPanel9.Controls.Add(this.txtRfc); this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel9.Location = new System.Drawing.Point(751, 3); this.flowLayoutPanel9.Name = "flowLayoutPanel9"; this.flowLayoutPanel9.Size = new System.Drawing.Size(432, 32); this.flowLayoutPanel9.TabIndex = 3; // // lblRfc // this.lblRfc.AutoSize = true; this.lblRfc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRfc.ForeColor = System.Drawing.SystemColors.HotTrack; this.lblRfc.Location = new System.Drawing.Point(3, 0); this.lblRfc.Name = "lblRfc"; this.lblRfc.Size = new System.Drawing.Size(28, 13); this.lblRfc.TabIndex = 0; this.lblRfc.Text = "RFC"; // // txtRfc // this.txtRfc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRfc.Location = new System.Drawing.Point(37, 3); this.txtRfc.Mask = "LLLL-000000-AAA"; this.txtRfc.Name = "txtRfc"; this.txtRfc.Size = new System.Drawing.Size(121, 20); this.txtRfc.TabIndex = 1; this.txtRfc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.lblPaterno); this.flowLayoutPanel1.Controls.Add(this.txtPaterno); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(91, 41); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(315, 45); this.flowLayoutPanel1.TabIndex = 4; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.lblMaterno); this.flowLayoutPanel2.Controls.Add(this.txtMaterno); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.Location = new System.Drawing.Point(412, 41); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(333, 45); this.flowLayoutPanel2.TabIndex = 5; // // flowLayoutPanel3 // this.flowLayoutPanel3.Controls.Add(this.lblNombre); this.flowLayoutPanel3.Controls.Add(this.txtNombre); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.Location = new System.Drawing.Point(751, 41); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(432, 45); this.flowLayoutPanel3.TabIndex = 6; // // flowLayoutPanel4 // this.flowLayoutPanel4.Controls.Add(this.lblFax); this.flowLayoutPanel4.Controls.Add(this.txtFax); this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel4.Location = new System.Drawing.Point(412, 312); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(333, 30); this.flowLayoutPanel4.TabIndex = 22; // // flowLayoutPanel5 // this.flowLayoutPanel5.Controls.Add(this.lblCorreo); this.flowLayoutPanel5.Controls.Add(this.txtCorreo); this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel5.Location = new System.Drawing.Point(751, 312); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(432, 30); this.flowLayoutPanel5.TabIndex = 23; // // flowLayoutPanel6 // this.flowLayoutPanel6.Controls.Add(this.lblPaterno2); this.flowLayoutPanel6.Controls.Add(this.txtRpaterno); this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel6.Location = new System.Drawing.Point(91, 348); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; this.flowLayoutPanel6.Size = new System.Drawing.Size(315, 43); this.flowLayoutPanel6.TabIndex = 24; // // flowLayoutPanel7 // this.flowLayoutPanel7.Controls.Add(this.lblMaterno2); this.flowLayoutPanel7.Controls.Add(this.txtRmaterno); this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel7.Location = new System.Drawing.Point(412, 348); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; this.flowLayoutPanel7.Size = new System.Drawing.Size(333, 43); this.flowLayoutPanel7.TabIndex = 25; // // flowLayoutPanel8 // this.flowLayoutPanel8.Controls.Add(this.lblNombre2); this.flowLayoutPanel8.Controls.Add(this.txtRnombre); this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel8.Location = new System.Drawing.Point(751, 348); this.flowLayoutPanel8.Name = "flowLayoutPanel8"; this.flowLayoutPanel8.Size = new System.Drawing.Size(432, 43); this.flowLayoutPanel8.TabIndex = 26; // // flowLayoutPanel10 // this.flowLayoutPanel10.Controls.Add(this.lblColonia); this.flowLayoutPanel10.Controls.Add(this.txtColonia); this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel10.Location = new System.Drawing.Point(412, 147); this.flowLayoutPanel10.Name = "flowLayoutPanel10"; this.flowLayoutPanel10.Size = new System.Drawing.Size(333, 33); this.flowLayoutPanel10.TabIndex = 11; // // flowLayoutPanel11 // this.flowLayoutPanel11.Controls.Add(this.lblEstado); this.flowLayoutPanel11.Controls.Add(this.txtEstado); this.flowLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel11.Location = new System.Drawing.Point(412, 186); this.flowLayoutPanel11.Name = "flowLayoutPanel11"; this.flowLayoutPanel11.Size = new System.Drawing.Size(333, 36); this.flowLayoutPanel11.TabIndex = 14; // // flowLayoutPanel12 // this.flowLayoutPanel12.Controls.Add(this.lblCodigo); this.flowLayoutPanel12.Controls.Add(this.txtCodigoP); this.flowLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel12.Location = new System.Drawing.Point(412, 228); this.flowLayoutPanel12.Name = "flowLayoutPanel12"; this.flowLayoutPanel12.Size = new System.Drawing.Size(333, 33); this.flowLayoutPanel12.TabIndex = 17; // // flowLayoutPanel13 // this.flowLayoutPanel13.Controls.Add(this.lblTel2); this.flowLayoutPanel13.Controls.Add(this.txtTel2); this.flowLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel13.Location = new System.Drawing.Point(412, 267); this.flowLayoutPanel13.Name = "flowLayoutPanel13"; this.flowLayoutPanel13.Size = new System.Drawing.Size(333, 39); this.flowLayoutPanel13.TabIndex = 20; // // flowLayoutPanel14 // this.flowLayoutPanel14.Controls.Add(this.label3); this.flowLayoutPanel14.Controls.Add(this.cbxEmpresa); this.flowLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel14.Location = new System.Drawing.Point(412, 3); this.flowLayoutPanel14.Name = "flowLayoutPanel14"; this.flowLayoutPanel14.Size = new System.Drawing.Size(333, 32); this.flowLayoutPanel14.TabIndex = 2; // // flowLayoutPanel15 // this.flowLayoutPanel15.Controls.Add(this.lblTel3); this.flowLayoutPanel15.Controls.Add(this.txtTel3); this.flowLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel15.Location = new System.Drawing.Point(751, 267); this.flowLayoutPanel15.Name = "flowLayoutPanel15"; this.flowLayoutPanel15.Size = new System.Drawing.Size(432, 39); this.flowLayoutPanel15.TabIndex = 21; // // lblTel3 // this.lblTel3.AutoSize = true; this.lblTel3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTel3.Location = new System.Drawing.Point(3, 0); this.lblTel3.Name = "lblTel3"; this.lblTel3.Size = new System.Drawing.Size(58, 13); this.lblTel3.TabIndex = 0; this.lblTel3.Text = "Teléfono 3"; // // txtTel3 // this.txtTel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTel3.Location = new System.Drawing.Point(67, 3); this.txtTel3.Name = "txtTel3"; this.txtTel3.Size = new System.Drawing.Size(164, 20); this.txtTel3.TabIndex = 1; // // flowLayoutPanel16 // this.flowLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel16.Location = new System.Drawing.Point(412, 92); this.flowLayoutPanel16.Name = "flowLayoutPanel16"; this.flowLayoutPanel16.Size = new System.Drawing.Size(333, 49); this.flowLayoutPanel16.TabIndex = 8; // // flowLayoutPanel17 // this.flowLayoutPanel17.Controls.Add(this.label4); this.flowLayoutPanel17.Controls.Add(this.txtNombreFiscal); this.flowLayoutPanel17.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel17.Location = new System.Drawing.Point(91, 92); this.flowLayoutPanel17.Name = "flowLayoutPanel17"; this.flowLayoutPanel17.Size = new System.Drawing.Size(315, 49); this.flowLayoutPanel17.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(3, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(73, 13); this.label4.TabIndex = 0; this.label4.Text = "Nombre Fiscal"; // // txtNombreFiscal // this.txtNombreFiscal.Location = new System.Drawing.Point(3, 16); this.txtNombreFiscal.MenuManager = this.barManager1; this.txtNombreFiscal.Name = "txtNombreFiscal"; this.txtNombreFiscal.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNombreFiscal.Properties.Appearance.Options.UseFont = true; this.txtNombreFiscal.Size = new System.Drawing.Size(311, 19); this.txtNombreFiscal.TabIndex = 1; this.txtNombreFiscal.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress); // // txtCentinela // this.txtCentinela.Location = new System.Drawing.Point(751, 92); this.txtCentinela.Name = "txtCentinela"; this.txtCentinela.Size = new System.Drawing.Size(10, 21); this.txtCentinela.TabIndex = 8; this.txtCentinela.TabStop = false; // // flowLayoutPanel18 // this.flowLayoutPanel18.Controls.Add(this.txtClave); this.flowLayoutPanel18.Controls.Add(this.label6); this.flowLayoutPanel18.Controls.Add(this.cbxTipo); this.flowLayoutPanel18.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel18.Location = new System.Drawing.Point(91, 3); this.flowLayoutPanel18.Name = "flowLayoutPanel18"; this.flowLayoutPanel18.Size = new System.Drawing.Size(315, 32); this.flowLayoutPanel18.TabIndex = 28; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.SystemColors.HotTrack; this.label6.Location = new System.Drawing.Point(68, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(31, 13); this.label6.TabIndex = 2; this.label6.Text = "Tipo"; // // cbxTipo // this.cbxTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxTipo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxTipo.FormattingEnabled = true; this.cbxTipo.Items.AddRange(new object[] { "MORAL", "FISICA"}); this.cbxTipo.Location = new System.Drawing.Point(105, 3); this.cbxTipo.Name = "cbxTipo"; this.cbxTipo.Size = new System.Drawing.Size(110, 21); this.cbxTipo.TabIndex = 3; this.cbxTipo.SelectedIndexChanged += new System.EventHandler(this.cbxTipo_SelectedIndexChanged); // // FrmCatalogoProveedor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1210, 672); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.txtObservaciones); this.Controls.Add(this.label1); this.Controls.Add(this.lblObservaciones); this.Name = "FrmCatalogoProveedor"; this.Text = "Nuevo Proveedor"; this.Controls.SetChildIndex(this.lblObservaciones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtObservaciones, 0); this.Controls.SetChildIndex(this.tableLayoutPanel1, 0); ((System.ComponentModel.ISupportInitialize)(this.bsSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtClave.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPaterno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMaterno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCalle.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtColonia.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDelegacion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEstado.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPais.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRpaterno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRmaterno.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRnombre.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGiro.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel9.ResumeLayout(false); this.flowLayoutPanel9.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); this.flowLayoutPanel4.ResumeLayout(false); this.flowLayoutPanel4.PerformLayout(); this.flowLayoutPanel5.ResumeLayout(false); this.flowLayoutPanel5.PerformLayout(); this.flowLayoutPanel6.ResumeLayout(false); this.flowLayoutPanel6.PerformLayout(); this.flowLayoutPanel7.ResumeLayout(false); this.flowLayoutPanel7.PerformLayout(); this.flowLayoutPanel8.ResumeLayout(false); this.flowLayoutPanel8.PerformLayout(); this.flowLayoutPanel10.ResumeLayout(false); this.flowLayoutPanel10.PerformLayout(); this.flowLayoutPanel11.ResumeLayout(false); this.flowLayoutPanel11.PerformLayout(); this.flowLayoutPanel12.ResumeLayout(false); this.flowLayoutPanel12.PerformLayout(); this.flowLayoutPanel13.ResumeLayout(false); this.flowLayoutPanel13.PerformLayout(); this.flowLayoutPanel14.ResumeLayout(false); this.flowLayoutPanel14.PerformLayout(); this.flowLayoutPanel15.ResumeLayout(false); this.flowLayoutPanel15.PerformLayout(); this.flowLayoutPanel17.ResumeLayout(false); this.flowLayoutPanel17.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtNombreFiscal.Properties)).EndInit(); this.flowLayoutPanel18.ResumeLayout(false); this.flowLayoutPanel18.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label1 = new System.Windows.Forms.Label(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.lookUpEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(322, 226); this.panelControl1.TabIndex = 0; this.panelControl1.Text = "panelControl1"; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(228, 186); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.Size = new System.Drawing.Size(75, 26); this.simpleButtonCancel.TabIndex = 44; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(134, 186); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.Size = new System.Drawing.Size(75, 26); this.simpleButtonOK.TabIndex = 43; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(14, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 23); this.label1.TabIndex = 1; this.label1.Text = "Class Code"; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(90, 16); this.lookUpEdit1.Name = "lookUpEdit1"; // // lookUpEdit1.Properties // this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lookUpEdit1.Size = new System.Drawing.Size(220, 20); this.lookUpEdit1.TabIndex = 0; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(92, 48); this.memoEdit1.Name = "memoEdit1"; // // memoEdit1.Properties // this.memoEdit1.Properties.MaxLength = 250; this.memoEdit1.Size = new System.Drawing.Size(216, 124); this.memoEdit1.TabIndex = 45; // // label2 // this.label2.Location = new System.Drawing.Point(14, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 23); this.label2.TabIndex = 46; this.label2.Text = "Remark"; // // FormChangeClass // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(322, 226); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormChangeClass"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Please select a new class code"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.DocManagement_DocModify_TabContr = new DevExpress.XtraTab.XtraTabControl(); this.DocManagement_DocModify_TabContr_BasicInfo = new DevExpress.XtraTab.XtraTabPage(); this.btnCannel = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.ckAuto = new DevExpress.XtraEditors.CheckEdit(); this.ckFlow = new DevExpress.XtraEditors.CheckEdit(); this.cbxDocDense = new DevExpress.XtraEditors.ComboBoxEdit(); this.DocManagement_DocModify_GroupControl_PartsRelated = new DevExpress.XtraEditors.GroupControl(); this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); this.btnPartsDel = new DevExpress.XtraEditors.SimpleButton(); this.btnPartsAdd = new DevExpress.XtraEditors.SimpleButton(); this.DocManagement_DocModify_XtraTabControl_DocBasicInfo = new DevExpress.XtraTab.XtraTabControl(); this.DocManagement_DocModify_XtraTabPage_Remark = new DevExpress.XtraTab.XtraTabPage(); this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); this.DocManagement_DocModify_XtraTabPage_KeyWords = new DevExpress.XtraTab.XtraTabPage(); this.txtKey = new DevExpress.XtraEditors.MemoEdit(); this.DocManagement_DocModify_XtraTabPage_Summary = new DevExpress.XtraTab.XtraTabPage(); this.txtAbstract = new DevExpress.XtraEditors.MemoEdit(); this.txtDocModel = new DevExpress.XtraEditors.ButtonEdit(); this.txtDocUpload = new DevExpress.XtraEditors.ButtonEdit(); this.txtDocFlow = new DevExpress.XtraEditors.ButtonEdit(); this.txtDocCategory = new DevExpress.XtraEditors.ButtonEdit(); this.txtDocNumber = new DevExpress.XtraEditors.ButtonEdit(); this.DocManagement_DocModify_Label_SecurityLevel = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_InValidTime = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_ValidTime = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocModel = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocUpload = new DevExpress.XtraEditors.LabelControl(); this.txtDocPage = new DevExpress.XtraEditors.TextEdit(); this.DocManagement_DocModify_Label_DocPage = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocFlow = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_ModifyTime = new DevExpress.XtraEditors.LabelControl(); this.txtModifyTime = new DevExpress.XtraEditors.TextEdit(); this.txtModifyCount = new DevExpress.XtraEditors.TextEdit(); this.DocManagement_DocModify_Label_ModifyCount = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocCategory = new DevExpress.XtraEditors.LabelControl(); this.txtDocFormat = new DevExpress.XtraEditors.TextEdit(); this.DocManagement_DocModify_Label_DocFormat = new DevExpress.XtraEditors.LabelControl(); this.txtEnName = new DevExpress.XtraEditors.TextEdit(); this.DocManagement_DocModify_Label_EnglishName = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocName = new DevExpress.XtraEditors.LabelControl(); this.txtDocName = new DevExpress.XtraEditors.TextEdit(); this.txtDocVersion = new DevExpress.XtraEditors.TextEdit(); this.DocManagement_DocModify_Label_DocVersion = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_Label_DocNumber = new DevExpress.XtraEditors.LabelControl(); this.txtInValidTime = new DevExpress.XtraEditors.DateEdit(); this.txtValidTime = new DevExpress.XtraEditors.DateEdit(); this.DocManagement_DocModify_tabContr_AdditionalInfor = new DevExpress.XtraTab.XtraTabPage(); this.DocManagement_DocModify_TabContr_ApproInfo = new DevExpress.XtraTab.XtraTabPage(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList = new DevExpress.XtraTreeList.TreeList(); this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DocManage_DocManageTool_DocModify_Query_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit(); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.DocManage_DocManageTool_DocModify_DocName_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.DocManagement_DocModify_TabContr_DocAssociated = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton = new DevExpress.XtraEditors.SimpleButton(); this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.DocManage_DocManageTool_DocModify_Creater_CheckEdit = new DevExpress.XtraEditors.CheckEdit(); this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit = new DevExpress.XtraEditors.CheckEdit(); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl = new DevExpress.XtraEditors.GroupControl(); this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_TabContr)).BeginInit(); this.DocManagement_DocModify_TabContr.SuspendLayout(); this.DocManagement_DocModify_TabContr_BasicInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckAuto.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckFlow.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbxDocDense.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_GroupControl_PartsRelated)).BeginInit(); this.DocManagement_DocModify_GroupControl_PartsRelated.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo)).BeginInit(); this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.SuspendLayout(); this.DocManagement_DocModify_XtraTabPage_Remark.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); this.DocManagement_DocModify_XtraTabPage_KeyWords.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).BeginInit(); this.DocManagement_DocModify_XtraTabPage_Summary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtAbstract.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocModel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocUpload.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocFlow.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCategory.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocPage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModifyTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModifyCount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocFormat.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEnName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocVersion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties)).BeginInit(); this.DocManagement_DocModify_TabContr_ApproInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Properties)).BeginInit(); this.DocManagement_DocModify_TabContr_DocAssociated.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl)).BeginInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Properties)).BeginInit(); this.SuspendLayout(); // // DocManagement_DocModify_TabContr // this.DocManagement_DocModify_TabContr.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.DocManagement_DocModify_TabContr.Location = new System.Drawing.Point(-4, -2); this.DocManagement_DocModify_TabContr.Name = "DocManagement_DocModify_TabContr"; this.DocManagement_DocModify_TabContr.SelectedTabPage = this.DocManagement_DocModify_TabContr_BasicInfo; this.DocManagement_DocModify_TabContr.Size = new System.Drawing.Size(777, 604); this.DocManagement_DocModify_TabContr.TabIndex = 0; this.DocManagement_DocModify_TabContr.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.DocManagement_DocModify_TabContr_BasicInfo, this.DocManagement_DocModify_tabContr_AdditionalInfor, this.DocManagement_DocModify_TabContr_ApproInfo, this.DocManagement_DocModify_TabContr_DocAssociated}); // // DocManagement_DocModify_TabContr_BasicInfo // this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.btnCannel); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.btnSave); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.ckAuto); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.ckFlow); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.cbxDocDense); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_GroupControl_PartsRelated); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocModel); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocUpload); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocFlow); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocCategory); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocNumber); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_SecurityLevel); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_InValidTime); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ValidTime); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocModel); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocUpload); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocPage); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocPage); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocFlow); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ModifyTime); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtModifyTime); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtModifyCount); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ModifyCount); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocCategory); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocFormat); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocFormat); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtEnName); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_EnglishName); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocName); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocName); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocVersion); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocVersion); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocNumber); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtInValidTime); this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtValidTime); this.DocManagement_DocModify_TabContr_BasicInfo.Name = "DocManagement_DocModify_TabContr_BasicInfo"; this.DocManagement_DocModify_TabContr_BasicInfo.Size = new System.Drawing.Size(771, 575); this.DocManagement_DocModify_TabContr_BasicInfo.Text = "文档基本信息"; // // btnCannel // this.btnCannel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCannel.Location = new System.Drawing.Point(646, 512); this.btnCannel.Name = "btnCannel"; this.btnCannel.Size = new System.Drawing.Size(75, 23); this.btnCannel.TabIndex = 76; this.btnCannel.Text = "取消"; this.btnCannel.Click += new System.EventHandler(this.btnCannel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSave.Location = new System.Drawing.Point(551, 512); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 75; this.btnSave.Text = "确定"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // ckAuto // this.ckAuto.Location = new System.Drawing.Point(498, 199); this.ckAuto.Name = "ckAuto"; this.ckAuto.Properties.Caption = "自动归档"; this.ckAuto.Size = new System.Drawing.Size(87, 19); this.ckAuto.TabIndex = 74; // // ckFlow // this.ckFlow.Location = new System.Drawing.Point(300, 119); this.ckFlow.Name = "ckFlow"; this.ckFlow.Properties.Caption = "不需要审签"; this.ckFlow.Size = new System.Drawing.Size(87, 19); this.ckFlow.TabIndex = 73; // // cbxDocDense // this.cbxDocDense.Location = new System.Drawing.Point(108, 198); this.cbxDocDense.Name = "cbxDocDense"; this.cbxDocDense.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbxDocDense.Properties.Items.AddRange(new object[] { "绝密", "机密", "秘密", "一般"}); this.cbxDocDense.Size = new System.Drawing.Size(279, 20); this.cbxDocDense.TabIndex = 72; // // DocManagement_DocModify_GroupControl_PartsRelated // this.DocManagement_DocModify_GroupControl_PartsRelated.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.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.listBoxControl1); this.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.btnPartsDel); this.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.btnPartsAdd); this.DocManagement_DocModify_GroupControl_PartsRelated.Location = new System.Drawing.Point(32, 371); this.DocManagement_DocModify_GroupControl_PartsRelated.Name = "DocManagement_DocModify_GroupControl_PartsRelated"; this.DocManagement_DocModify_GroupControl_PartsRelated.Size = new System.Drawing.Size(731, 135); this.DocManagement_DocModify_GroupControl_PartsRelated.TabIndex = 38; this.DocManagement_DocModify_GroupControl_PartsRelated.Text = "关联零部件"; // // listBoxControl1 // this.listBoxControl1.Location = new System.Drawing.Point(10, 25); this.listBoxControl1.Name = "listBoxControl1"; this.listBoxControl1.Size = new System.Drawing.Size(601, 105); this.listBoxControl1.TabIndex = 2; // // btnPartsDel // this.btnPartsDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnPartsDel.Location = new System.Drawing.Point(649, 95); this.btnPartsDel.Name = "btnPartsDel"; this.btnPartsDel.Size = new System.Drawing.Size(75, 23); this.btnPartsDel.TabIndex = 1; this.btnPartsDel.Text = "删除"; this.btnPartsDel.Click += new System.EventHandler(this.btnPartsDel_Click); // // btnPartsAdd // this.btnPartsAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnPartsAdd.Location = new System.Drawing.Point(649, 43); this.btnPartsAdd.Name = "btnPartsAdd"; this.btnPartsAdd.Size = new System.Drawing.Size(75, 23); this.btnPartsAdd.TabIndex = 0; this.btnPartsAdd.Text = "添加"; this.btnPartsAdd.Click += new System.EventHandler(this.btnPartsAdd_Click); // // DocManagement_DocModify_XtraTabControl_DocBasicInfo // this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.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.DocManagement_DocModify_XtraTabControl_DocBasicInfo.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left; this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal; this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Location = new System.Drawing.Point(32, 224); this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Name = "DocManagement_DocModify_XtraTabControl_DocBasicInfo"; this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.SelectedTabPage = this.DocManagement_DocModify_XtraTabPage_Remark; this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Size = new System.Drawing.Size(736, 144); this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.TabIndex = 37; this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.DocManagement_DocModify_XtraTabPage_Remark, this.DocManagement_DocModify_XtraTabPage_KeyWords, this.DocManagement_DocModify_XtraTabPage_Summary}); // // DocManagement_DocModify_XtraTabPage_Remark // this.DocManagement_DocModify_XtraTabPage_Remark.Controls.Add(this.txtRemark); this.DocManagement_DocModify_XtraTabPage_Remark.Name = "DocManagement_DocModify_XtraTabPage_Remark"; this.DocManagement_DocModify_XtraTabPage_Remark.Size = new System.Drawing.Size(680, 138); this.DocManagement_DocModify_XtraTabPage_Remark.Text = "备注"; // // txtRemark // this.txtRemark.Dock = System.Windows.Forms.DockStyle.Fill; this.txtRemark.Location = new System.Drawing.Point(0, 0); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(680, 138); this.txtRemark.TabIndex = 0; // // DocManagement_DocModify_XtraTabPage_KeyWords // this.DocManagement_DocModify_XtraTabPage_KeyWords.Controls.Add(this.txtKey); this.DocManagement_DocModify_XtraTabPage_KeyWords.Name = "DocManagement_DocModify_XtraTabPage_KeyWords"; this.DocManagement_DocModify_XtraTabPage_KeyWords.Size = new System.Drawing.Size(680, 138); this.DocManagement_DocModify_XtraTabPage_KeyWords.Text = "关键字"; // // txtKey // this.txtKey.Dock = System.Windows.Forms.DockStyle.Fill; this.txtKey.Location = new System.Drawing.Point(0, 0); this.txtKey.Name = "txtKey"; this.txtKey.Size = new System.Drawing.Size(680, 138); this.txtKey.TabIndex = 0; // // DocManagement_DocModify_XtraTabPage_Summary // this.DocManagement_DocModify_XtraTabPage_Summary.Controls.Add(this.txtAbstract); this.DocManagement_DocModify_XtraTabPage_Summary.Name = "DocManagement_DocModify_XtraTabPage_Summary"; this.DocManagement_DocModify_XtraTabPage_Summary.Size = new System.Drawing.Size(680, 138); this.DocManagement_DocModify_XtraTabPage_Summary.Text = "摘要"; // // txtAbstract // this.txtAbstract.Dock = System.Windows.Forms.DockStyle.Fill; this.txtAbstract.Location = new System.Drawing.Point(0, 0); this.txtAbstract.Name = "txtAbstract"; this.txtAbstract.Size = new System.Drawing.Size(680, 138); this.txtAbstract.TabIndex = 0; // // txtDocModel // this.txtDocModel.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.txtDocModel.Location = new System.Drawing.Point(498, 140); this.txtDocModel.Name = "txtDocModel"; this.txtDocModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDocModel.Size = new System.Drawing.Size(265, 20); this.txtDocModel.TabIndex = 35; this.txtDocModel.Click += new System.EventHandler(this.txtDocModel_Click); // // txtDocUpload // this.txtDocUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtDocUpload.Location = new System.Drawing.Point(108, 146); this.txtDocUpload.Name = "txtDocUpload"; this.txtDocUpload.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDocUpload.Size = new System.Drawing.Size(279, 20); this.txtDocUpload.TabIndex = 33; this.txtDocUpload.Click += new System.EventHandler(this.docUpload_ButtonClick); // // txtDocFlow // this.txtDocFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtDocFlow.Location = new System.Drawing.Point(108, 117); this.txtDocFlow.Name = "txtDocFlow"; this.txtDocFlow.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDocFlow.Size = new System.Drawing.Size(160, 20); this.txtDocFlow.TabIndex = 32; this.txtDocFlow.Click += new System.EventHandler(this.txtDocFlow_Click); // // txtDocCategory // this.txtDocCategory.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.txtDocCategory.Location = new System.Drawing.Point(498, 60); this.txtDocCategory.Name = "txtDocCategory"; this.txtDocCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDocCategory.Size = new System.Drawing.Size(265, 20); this.txtDocCategory.TabIndex = 31; this.txtDocCategory.Click += new System.EventHandler(this.txtDocCategory_Click); // // txtDocNumber // this.txtDocNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtDocNumber.Location = new System.Drawing.Point(108, 6); this.txtDocNumber.Name = "txtDocNumber"; this.txtDocNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDocNumber.Size = new System.Drawing.Size(279, 20); this.txtDocNumber.TabIndex = 30; this.txtDocNumber.Click += new System.EventHandler(this.txtDocNumber_Click); // // DocManagement_DocModify_Label_SecurityLevel // this.DocManagement_DocModify_Label_SecurityLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_SecurityLevel.Location = new System.Drawing.Point(32, 201); this.DocManagement_DocModify_Label_SecurityLevel.Name = "DocManagement_DocModify_Label_SecurityLevel"; this.DocManagement_DocModify_Label_SecurityLevel.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_SecurityLevel.TabIndex = 28; this.DocManagement_DocModify_Label_SecurityLevel.Text = "文档密级:"; // // DocManagement_DocModify_Label_InValidTime // this.DocManagement_DocModify_Label_InValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_InValidTime.Location = new System.Drawing.Point(427, 173); this.DocManagement_DocModify_Label_InValidTime.Name = "DocManagement_DocModify_Label_InValidTime"; this.DocManagement_DocModify_Label_InValidTime.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_InValidTime.TabIndex = 26; this.DocManagement_DocModify_Label_InValidTime.Text = "失效时间:"; // // DocManagement_DocModify_Label_ValidTime // this.DocManagement_DocModify_Label_ValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_ValidTime.Location = new System.Drawing.Point(32, 175); this.DocManagement_DocModify_Label_ValidTime.Name = "DocManagement_DocModify_Label_ValidTime"; this.DocManagement_DocModify_Label_ValidTime.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_ValidTime.TabIndex = 24; this.DocManagement_DocModify_Label_ValidTime.Text = "生效时间:"; // // DocManagement_DocModify_Label_DocModel // this.DocManagement_DocModify_Label_DocModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocModel.Location = new System.Drawing.Point(427, 146); this.DocManagement_DocModify_Label_DocModel.Name = "DocManagement_DocModify_Label_DocModel"; this.DocManagement_DocModify_Label_DocModel.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocModel.TabIndex = 22; this.DocManagement_DocModify_Label_DocModel.Text = "文档模板:"; // // DocManagement_DocModify_Label_DocUpload // this.DocManagement_DocModify_Label_DocUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocUpload.Location = new System.Drawing.Point(32, 149); this.DocManagement_DocModify_Label_DocUpload.Name = "DocManagement_DocModify_Label_DocUpload"; this.DocManagement_DocModify_Label_DocUpload.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocUpload.TabIndex = 19; this.DocManagement_DocModify_Label_DocUpload.Text = "上传文件:"; // // txtDocPage // this.txtDocPage.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.txtDocPage.Location = new System.Drawing.Point(498, 115); this.txtDocPage.Name = "txtDocPage"; this.txtDocPage.Size = new System.Drawing.Size(265, 20); this.txtDocPage.TabIndex = 18; // // DocManagement_DocModify_Label_DocPage // this.DocManagement_DocModify_Label_DocPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocPage.Location = new System.Drawing.Point(427, 120); this.DocManagement_DocModify_Label_DocPage.Name = "DocManagement_DocModify_Label_DocPage"; this.DocManagement_DocModify_Label_DocPage.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocPage.TabIndex = 17; this.DocManagement_DocModify_Label_DocPage.Text = "文档页面:"; // // DocManagement_DocModify_Label_DocFlow // this.DocManagement_DocModify_Label_DocFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocFlow.Location = new System.Drawing.Point(32, 120); this.DocManagement_DocModify_Label_DocFlow.Name = "DocManagement_DocModify_Label_DocFlow"; this.DocManagement_DocModify_Label_DocFlow.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocFlow.TabIndex = 16; this.DocManagement_DocModify_Label_DocFlow.Text = "文档流程:"; // // DocManagement_DocModify_Label_ModifyTime // this.DocManagement_DocModify_Label_ModifyTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_ModifyTime.Location = new System.Drawing.Point(427, 92); this.DocManagement_DocModify_Label_ModifyTime.Name = "DocManagement_DocModify_Label_ModifyTime"; this.DocManagement_DocModify_Label_ModifyTime.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_ModifyTime.TabIndex = 15; this.DocManagement_DocModify_Label_ModifyTime.Text = "修改时间:"; // // txtModifyTime // this.txtModifyTime.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.txtModifyTime.Location = new System.Drawing.Point(499, 86); this.txtModifyTime.Name = "txtModifyTime"; this.txtModifyTime.Size = new System.Drawing.Size(264, 20); this.txtModifyTime.TabIndex = 14; // // txtModifyCount // this.txtModifyCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtModifyCount.Location = new System.Drawing.Point(108, 91); this.txtModifyCount.Name = "txtModifyCount"; this.txtModifyCount.Size = new System.Drawing.Size(279, 20); this.txtModifyCount.TabIndex = 13; // // DocManagement_DocModify_Label_ModifyCount // this.DocManagement_DocModify_Label_ModifyCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_ModifyCount.Location = new System.Drawing.Point(32, 94); this.DocManagement_DocModify_Label_ModifyCount.Name = "DocManagement_DocModify_Label_ModifyCount"; this.DocManagement_DocModify_Label_ModifyCount.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_ModifyCount.TabIndex = 12; this.DocManagement_DocModify_Label_ModifyCount.Text = "修改次数:"; // // DocManagement_DocModify_Label_DocCategory // this.DocManagement_DocModify_Label_DocCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocCategory.Location = new System.Drawing.Point(427, 63); this.DocManagement_DocModify_Label_DocCategory.Name = "DocManagement_DocModify_Label_DocCategory"; this.DocManagement_DocModify_Label_DocCategory.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocCategory.TabIndex = 10; this.DocManagement_DocModify_Label_DocCategory.Text = "文档分类:"; // // txtDocFormat // this.txtDocFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtDocFormat.Location = new System.Drawing.Point(108, 63); this.txtDocFormat.Name = "txtDocFormat"; this.txtDocFormat.Size = new System.Drawing.Size(279, 20); this.txtDocFormat.TabIndex = 9; // // DocManagement_DocModify_Label_DocFormat // this.DocManagement_DocModify_Label_DocFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocFormat.Location = new System.Drawing.Point(32, 65); this.DocManagement_DocModify_Label_DocFormat.Name = "DocManagement_DocModify_Label_DocFormat"; this.DocManagement_DocModify_Label_DocFormat.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_DocFormat.TabIndex = 8; this.DocManagement_DocModify_Label_DocFormat.Text = "文档格式:"; // // txtEnName // this.txtEnName.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.txtEnName.Location = new System.Drawing.Point(498, 34); this.txtEnName.Name = "txtEnName"; this.txtEnName.Size = new System.Drawing.Size(265, 20); this.txtEnName.TabIndex = 7; // // DocManagement_DocModify_Label_EnglishName // this.DocManagement_DocModify_Label_EnglishName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_EnglishName.Location = new System.Drawing.Point(427, 37); this.DocManagement_DocModify_Label_EnglishName.Name = "DocManagement_DocModify_Label_EnglishName"; this.DocManagement_DocModify_Label_EnglishName.Size = new System.Drawing.Size(52, 14); this.DocManagement_DocModify_Label_EnglishName.TabIndex = 6; this.DocManagement_DocModify_Label_EnglishName.Text = "英文名称:"; // // DocManagement_DocModify_Label_DocName // this.DocManagement_DocModify_Label_DocName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocName.Location = new System.Drawing.Point(25, 40); this.DocManagement_DocModify_Label_DocName.Name = "DocManagement_DocModify_Label_DocName"; this.DocManagement_DocModify_Label_DocName.Size = new System.Drawing.Size(59, 14); this.DocManagement_DocModify_Label_DocName.TabIndex = 5; this.DocManagement_DocModify_Label_DocName.Text = "*文档名称:"; // // txtDocName // this.txtDocName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtDocName.Location = new System.Drawing.Point(108, 37); this.txtDocName.Name = "txtDocName"; this.txtDocName.Size = new System.Drawing.Size(279, 20); this.txtDocName.TabIndex = 4; // // txtDocVersion // this.txtDocVersion.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.txtDocVersion.Location = new System.Drawing.Point(499, 7); this.txtDocVersion.Name = "txtDocVersion"; this.txtDocVersion.Size = new System.Drawing.Size(264, 20); this.txtDocVersion.TabIndex = 3; // // DocManagement_DocModify_Label_DocVersion // this.DocManagement_DocModify_Label_DocVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocVersion.Location = new System.Drawing.Point(412, 10); this.DocManagement_DocModify_Label_DocVersion.Name = "DocManagement_DocModify_Label_DocVersion"; this.DocManagement_DocModify_Label_DocVersion.Size = new System.Drawing.Size(67, 14); this.DocManagement_DocModify_Label_DocVersion.TabIndex = 2; this.DocManagement_DocModify_Label_DocVersion.Text = "*文档版本:"; // // DocManagement_DocModify_Label_DocNumber // this.DocManagement_DocModify_Label_DocNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManagement_DocModify_Label_DocNumber.Location = new System.Drawing.Point(25, 10); this.DocManagement_DocModify_Label_DocNumber.Name = "DocManagement_DocModify_Label_DocNumber"; this.DocManagement_DocModify_Label_DocNumber.Size = new System.Drawing.Size(59, 14); this.DocManagement_DocModify_Label_DocNumber.TabIndex = 1; this.DocManagement_DocModify_Label_DocNumber.Text = "*文档编码:"; // // txtInValidTime // this.txtInValidTime.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.txtInValidTime.EditValue = null; this.txtInValidTime.Location = new System.Drawing.Point(498, 167); this.txtInValidTime.Name = "txtInValidTime"; this.txtInValidTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtInValidTime.Properties.Mask.EditMask = "F"; this.txtInValidTime.Properties.Mask.UseMaskAsDisplayFormat = true; this.txtInValidTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtInValidTime.Size = new System.Drawing.Size(265, 20); this.txtInValidTime.TabIndex = 36; // // txtValidTime // this.txtValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtValidTime.EditValue = null; this.txtValidTime.Location = new System.Drawing.Point(108, 172); this.txtValidTime.Name = "txtValidTime"; this.txtValidTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtValidTime.Properties.Mask.EditMask = "F"; this.txtValidTime.Properties.Mask.UseMaskAsDisplayFormat = true; this.txtValidTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtValidTime.Size = new System.Drawing.Size(279, 20); this.txtValidTime.TabIndex = 34; // // DocManagement_DocModify_tabContr_AdditionalInfor // this.DocManagement_DocModify_tabContr_AdditionalInfor.Name = "DocManagement_DocModify_tabContr_AdditionalInfor"; this.DocManagement_DocModify_tabContr_AdditionalInfor.Size = new System.Drawing.Size(771, 575); this.DocManagement_DocModify_tabContr_AdditionalInfor.Text = "文档附加信息"; // // DocManagement_DocModify_TabContr_ApproInfo // this.DocManagement_DocModify_TabContr_ApproInfo.Controls.Add(this.panelControl3); this.DocManagement_DocModify_TabContr_ApproInfo.Name = "DocManagement_DocModify_TabContr_ApproInfo"; this.DocManagement_DocModify_TabContr_ApproInfo.Size = new System.Drawing.Size(771, 575); this.DocManagement_DocModify_TabContr_ApproInfo.Text = "文档审签信息"; // // panelControl3 // this.panelControl3.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.panelControl3.Controls.Add(this.panelControl4); this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Query_SimpleButton); this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit); this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit); this.panelControl3.Controls.Add(this.checkEdit4); this.panelControl3.Controls.Add(this.checkEdit3); this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl); this.panelControl3.Location = new System.Drawing.Point(1, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(770, 531); this.panelControl3.TabIndex = 7; // // panelControl4 // this.panelControl4.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.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton); this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton); this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl); this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton); this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl); this.panelControl4.Location = new System.Drawing.Point(218, 1); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(552, 530); this.panelControl4.TabIndex = 27; // // DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton // this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Location = new System.Drawing.Point(274, 502); this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton"; this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23); this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.TabIndex = 32; this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Text = "删除"; // // DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton // this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Location = new System.Drawing.Point(331, 502); this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton"; this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23); this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.TabIndex = 31; this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Text = "修改"; // // DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl // this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.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.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Location = new System.Drawing.Point(2, 225); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl"; this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Size = new System.Drawing.Size(550, 271); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.TabIndex = 9; this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Text = "文档审签详细信息"; // // DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList // this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.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.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Location = new System.Drawing.Point(-2, 22); this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Name = "DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList"; this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.OptionsPrint.UsePrintStyles = true; this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Size = new System.Drawing.Size(552, 249); this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.TabIndex = 0; // // DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton // this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Location = new System.Drawing.Point(217, 502); this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton"; this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23); this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.TabIndex = 30; this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Text = "添加"; // // DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl // this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.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.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Location = new System.Drawing.Point(0, -1); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl"; this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Size = new System.Drawing.Size(552, 220); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.TabIndex = 8; this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Text = "文档查询结果"; // // DocManage_DocManageTool_DocModify_DocQueryValue_GridControl // this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.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.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Location = new System.Drawing.Point(1, 21); this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.MainView = this.gridView2; this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Name = "DocManage_DocManageTool_DocModify_DocQueryValue_GridControl"; this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Size = new System.Drawing.Size(551, 197); this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.TabIndex = 0; this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn11, this.gridColumn12, this.gridColumn13}); this.gridView2.GridControl = this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl; this.gridView2.Name = "gridView2"; this.gridView2.OptionsView.ShowGroupPanel = false; // // gridColumn5 // this.gridColumn5.Caption = "文档名称"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 0; // // gridColumn6 // this.gridColumn6.Caption = "文档编号"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 1; // // gridColumn7 // this.gridColumn7.Caption = "文档版本"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 2; // // gridColumn8 // this.gridColumn8.Caption = "审签状态"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 3; // // gridColumn9 // this.gridColumn9.Caption = "申请人"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 4; // // gridColumn10 // this.gridColumn10.Caption = "申请日期"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 5; // // gridColumn11 // this.gridColumn11.Caption = "审签人"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 6; // // gridColumn12 // this.gridColumn12.Caption = "审签日期"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 7; // // gridColumn13 // this.gridColumn13.Caption = "备注"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 8; // // DocManage_DocManageTool_DocModify_Query_SimpleButton // this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Location = new System.Drawing.Point(158, 204); this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Name = "DocManage_DocManageTool_DocModify_Query_SimpleButton"; this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Size = new System.Drawing.Size(59, 23); this.DocManage_DocManageTool_DocModify_Query_SimpleButton.TabIndex = 26; this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Text = "查询(Q)"; // // DocManage_DocManageTool_DocModify_Proposer_ButtonEdit // this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Location = new System.Drawing.Point(70, 141); this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Proposer_ButtonEdit"; this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Size = new System.Drawing.Size(147, 20); this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.TabIndex = 20; // // DocManage_DocManageTool_DocModify_Approver_ButtonEdit // this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Location = new System.Drawing.Point(70, 178); this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Approver_ButtonEdit"; this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Size = new System.Drawing.Size(147, 20); this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.TabIndex = 19; // // checkEdit4 // this.checkEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit4.Location = new System.Drawing.Point(2, 141); this.checkEdit4.Name = "checkEdit4"; this.checkEdit4.Properties.Caption = "申请人:"; this.checkEdit4.Size = new System.Drawing.Size(62, 19); this.checkEdit4.TabIndex = 11; // // checkEdit3 // this.checkEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit3.Location = new System.Drawing.Point(2, 178); this.checkEdit3.Name = "checkEdit3"; this.checkEdit3.Properties.Caption = "审签人:"; this.checkEdit3.Size = new System.Drawing.Size(62, 19); this.checkEdit3.TabIndex = 10; // // DocManage_DocManageTool_DocModify_DocMessage_GroupControl // this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocName_TextEdit); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl4); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl5); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl6); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Location = new System.Drawing.Point(5, 5); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocMessage_GroupControl"; this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Size = new System.Drawing.Size(212, 122); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.TabIndex = 9; this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Text = "文档信息"; // // DocManage_DocManageTool_DocModify_DocRelease_TextEdit // this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.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.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Location = new System.Drawing.Point(65, 96); this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocRelease_TextEdit"; this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.TabIndex = 13; // // DocManage_DocManageTool_DocModify_DocNumber_TextEdit // this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.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.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Location = new System.Drawing.Point(65, 62); this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocNumber_TextEdit"; this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.TabIndex = 14; // // DocManage_DocManageTool_DocModify_DocName_TextEdit // this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Location = new System.Drawing.Point(65, 25); this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocName_TextEdit"; this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_DocModify_DocName_TextEdit.TabIndex = 15; // // labelControl4 // this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelControl4.Location = new System.Drawing.Point(7, 28); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(52, 14); this.labelControl4.TabIndex = 8; this.labelControl4.Text = "文档名称:"; // // labelControl5 // this.labelControl5.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.labelControl5.Location = new System.Drawing.Point(7, 64); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(52, 14); this.labelControl5.TabIndex = 7; this.labelControl5.Text = "文档编号:"; // // labelControl6 // this.labelControl6.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.labelControl6.Location = new System.Drawing.Point(7, 99); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(52, 14); this.labelControl6.TabIndex = 6; this.labelControl6.Text = "文档版本:"; // // DocManagement_DocModify_TabContr_DocAssociated // this.DocManagement_DocModify_TabContr_DocAssociated.Controls.Add(this.panelControl1); this.DocManagement_DocModify_TabContr_DocAssociated.Name = "DocManagement_DocModify_TabContr_DocAssociated"; this.DocManagement_DocModify_TabContr_DocAssociated.Size = new System.Drawing.Size(771, 575); this.DocManagement_DocModify_TabContr_DocAssociated.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.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton); this.panelControl1.Controls.Add(this.panelControl2); this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit); this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit); this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit); this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit); this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl); this.panelControl1.Location = new System.Drawing.Point(3, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(773, 531); this.panelControl1.TabIndex = 7; // // DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton // this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Anchor = System.Windows.Forms.AnchorStyles.Left; this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Location = new System.Drawing.Point(156, 214); this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton"; this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Size = new System.Drawing.Size(59, 23); this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.TabIndex = 25; this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Text = "查询(Q)"; this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton_Click); // // panelControl2 // this.panelControl2.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.panelControl2.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl); this.panelControl2.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl); this.panelControl2.Location = new System.Drawing.Point(218, 2); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(555, 529); this.panelControl2.TabIndex = 23; // // DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl // this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.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.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Location = new System.Drawing.Point(5, 202); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl"; this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Size = new System.Drawing.Size(550, 327); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.TabIndex = 9; this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Text = "关联文档列表区"; // // DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton // this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Location = new System.Drawing.Point(294, 299); this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Name = "DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton"; this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Size = new System.Drawing.Size(51, 23); this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.TabIndex = 29; this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Text = "删除"; this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton_Click); // // DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton // this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Location = new System.Drawing.Point(221, 299); this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Name = "DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton"; this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Size = new System.Drawing.Size(51, 23); this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.TabIndex = 26; this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Text = "添加"; this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton_Click); // // DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList // this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.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.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1, this.treeListColumn2, this.treeListColumn3, this.treeListColumn4}); this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Location = new System.Drawing.Point(0, 23); this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Name = "DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList"; this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.OptionsPrint.UsePrintStyles = true; this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Size = new System.Drawing.Size(545, 273); this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.TabIndex = 0; // // treeListColumn1 // this.treeListColumn1.Caption = "文档名称"; this.treeListColumn1.FieldName = "cn_name"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // treeListColumn2 // this.treeListColumn2.Caption = "文档编号"; this.treeListColumn2.FieldName = "number"; this.treeListColumn2.Name = "treeListColumn2"; this.treeListColumn2.Visible = true; this.treeListColumn2.VisibleIndex = 1; // // treeListColumn3 // this.treeListColumn3.Caption = "文档版本"; this.treeListColumn3.FieldName = "version"; this.treeListColumn3.Name = "treeListColumn3"; this.treeListColumn3.Visible = true; this.treeListColumn3.VisibleIndex = 2; // // treeListColumn4 // this.treeListColumn4.Caption = "文档类型"; this.treeListColumn4.FieldName = "document_type_name"; this.treeListColumn4.Name = "treeListColumn4"; this.treeListColumn4.Visible = true; this.treeListColumn4.VisibleIndex = 3; // // DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl // this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.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.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Location = new System.Drawing.Point(3, 1); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl"; this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Size = new System.Drawing.Size(552, 195); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.TabIndex = 8; this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Text = "关联文档查询结果"; // // DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl // this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.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.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Location = new System.Drawing.Point(0, 21); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.MainView = this.gridView1; this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl"; this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Size = new System.Drawing.Size(547, 174); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.TabIndex = 0; this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4}); this.gridView1.GridControl = this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "文档名称"; this.gridColumn1.FieldName = "cn_name"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "文档编号"; this.gridColumn2.FieldName = "number"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.Caption = "文档版本"; this.gridColumn3.FieldName = "version"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.Caption = "文档类型"; this.gridColumn4.FieldName = "document_type_name"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // DocManage_DocManageTool_DocModify_Creater_ButtonEdit // this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Location = new System.Drawing.Point(68, 141); this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Creater_ButtonEdit"; this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Size = new System.Drawing.Size(147, 20); this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.TabIndex = 20; // // DocManage_DocManageTool_DocModify_Modifier_ButtonEdit // this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Location = new System.Drawing.Point(68, 179); this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Modifier_ButtonEdit"; this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Size = new System.Drawing.Size(147, 20); this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.TabIndex = 19; // // DocManage_DocManageTool_DocModify_Creater_CheckEdit // this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Location = new System.Drawing.Point(1, 141); this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Name = "DocManage_DocManageTool_DocModify_Creater_CheckEdit"; this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties.Caption = "创建人:"; this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Size = new System.Drawing.Size(61, 19); this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.TabIndex = 10; // // DocManage_DocManageTool_DocModify_Modifier_CheckEdit // this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Location = new System.Drawing.Point(1, 179); this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Name = "DocManage_DocManageTool_DocModify_Modifier_CheckEdit"; this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties.Caption = "修改人:"; this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Size = new System.Drawing.Size(61, 19); this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.TabIndex = 9; // // DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl // this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl3); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl2); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl1); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Location = new System.Drawing.Point(3, 3); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl"; this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Size = new System.Drawing.Size(212, 122); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.TabIndex = 8; this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Text = "关联文档信息"; // // DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit // this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Location = new System.Drawing.Point(65, 96); this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit"; this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.TabIndex = 13; // // DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit // this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Location = new System.Drawing.Point(65, 62); this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit"; this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.TabIndex = 14; // // DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit // this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Location = new System.Drawing.Point(65, 25); this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit"; this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Size = new System.Drawing.Size(142, 20); this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.TabIndex = 15; // // labelControl3 // this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelControl3.Location = new System.Drawing.Point(7, 28); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 14); this.labelControl3.TabIndex = 8; this.labelControl3.Text = "文档名称:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(7, 64); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 14); this.labelControl2.TabIndex = 7; this.labelControl2.Text = "文档编号:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(7, 99); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 14); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "文档版本:"; // // DocModify // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(772, 567); this.Controls.Add(this.DocManagement_DocModify_TabContr); this.IsMdiContainer = true; this.Name = "DocModify"; this.Text = "修改文档"; this.Load += new System.EventHandler(this.docManagement_Load); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_TabContr)).EndInit(); this.DocManagement_DocModify_TabContr.ResumeLayout(false); this.DocManagement_DocModify_TabContr_BasicInfo.ResumeLayout(false); this.DocManagement_DocModify_TabContr_BasicInfo.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckAuto.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckFlow.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbxDocDense.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_GroupControl_PartsRelated)).EndInit(); this.DocManagement_DocModify_GroupControl_PartsRelated.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo)).EndInit(); this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.ResumeLayout(false); this.DocManagement_DocModify_XtraTabPage_Remark.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); this.DocManagement_DocModify_XtraTabPage_KeyWords.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).EndInit(); this.DocManagement_DocModify_XtraTabPage_Summary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtAbstract.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocModel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocUpload.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocFlow.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCategory.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocPage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModifyTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModifyCount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocFormat.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEnName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocVersion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties)).EndInit(); this.DocManagement_DocModify_TabContr_ApproInfo.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.ResumeLayout(false); this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Properties)).EndInit(); this.DocManagement_DocModify_TabContr_DocAssociated.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl)).EndInit(); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.ResumeLayout(false); this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblContact = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.dateedtDate = new DevExpress.XtraEditors.DateEdit(); this.luedtContact = new DevExpress.XtraEditors.LookUpEdit(); this.memoedtRemark = new DevExpress.XtraEditors.MemoEdit(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.txtBranchCode = new DevExpress.XtraEditors.TextEdit(); this.label7 = new System.Windows.Forms.Label(); this.dateedtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dateedtStartTime = new DevExpress.XtraEditors.DateEdit(); this.rbNew = new System.Windows.Forms.RadioButton(); this.rbExisting = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.luedtServedBy = new DevExpress.XtraEditors.LookUpEdit(); this.label17 = new System.Windows.Forms.Label(); this.ucMemberID1 = new ACMS.ucMemberID(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtServedBy.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(20, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 18); this.label1.TabIndex = 0; this.label1.Text = "Date:"; // // label2 // this.label2.Location = new System.Drawing.Point(20, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 18); this.label2.TabIndex = 1; this.label2.Text = "Start time:"; // // label3 // this.label3.Location = new System.Drawing.Point(20, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 18); this.label3.TabIndex = 2; this.label3.Text = "End time:"; // // lblContact // this.lblContact.Location = new System.Drawing.Point(20, 129); this.lblContact.Name = "lblContact"; this.lblContact.Size = new System.Drawing.Size(100, 18); this.lblContact.TabIndex = 4; this.lblContact.Text = "Contact:"; // // label6 // this.label6.Location = new System.Drawing.Point(20, 217); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 32); this.label6.TabIndex = 5; this.label6.Text = "Remark:"; // // dateedtDate // this.dateedtDate.EditValue = new System.DateTime(2006, 1, 28, 0, 0, 0, 0); this.dateedtDate.Location = new System.Drawing.Point(136, 12); this.dateedtDate.Name = "dateedtDate"; this.dateedtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateedtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dateedtDate.Size = new System.Drawing.Size(152, 20); this.dateedtDate.TabIndex = 0; // // luedtContact // this.luedtContact.Location = new System.Drawing.Point(136, 126); this.luedtContact.Name = "luedtContact"; this.luedtContact.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtContact.Size = new System.Drawing.Size(152, 20); this.luedtContact.TabIndex = 4; // // memoedtRemark // this.memoedtRemark.EditValue = ""; this.memoedtRemark.Location = new System.Drawing.Point(136, 215); this.memoedtRemark.Name = "memoedtRemark"; this.memoedtRemark.Properties.MaxLength = 1000; this.memoedtRemark.Size = new System.Drawing.Size(436, 168); this.memoedtRemark.TabIndex = 5; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.Location = new System.Drawing.Point(415, 396); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(75, 23); this.sbtnSave.TabIndex = 6; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(497, 396); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.Size = new System.Drawing.Size(75, 23); this.sbtnCancel.TabIndex = 8; this.sbtnCancel.Text = "Cancel"; // // txtBranchCode // this.txtBranchCode.EditValue = ""; this.txtBranchCode.Enabled = false; this.txtBranchCode.Location = new System.Drawing.Point(136, 155); this.txtBranchCode.Name = "txtBranchCode"; this.txtBranchCode.Properties.MaxLength = 50; this.txtBranchCode.Size = new System.Drawing.Size(100, 20); this.txtBranchCode.TabIndex = 110; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(20, 157); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(102, 18); this.label7.TabIndex = 111; this.label7.Text = "Branch Code :"; // // dateedtEndTime // this.dateedtEndTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtEndTime.Location = new System.Drawing.Point(136, 68); this.dateedtEndTime.Name = "dateedtEndTime"; this.dateedtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null) }); this.dateedtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtEndTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtEndTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dateedtEndTime.Size = new System.Drawing.Size(100, 20); this.dateedtEndTime.TabIndex = 113; // // dateedtStartTime // this.dateedtStartTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtStartTime.Location = new System.Drawing.Point(136, 40); this.dateedtStartTime.Name = "dateedtStartTime"; this.dateedtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null) }); this.dateedtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtStartTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dateedtStartTime.Size = new System.Drawing.Size(100, 20); this.dateedtStartTime.TabIndex = 112; // // rbNew // this.rbNew.AutoSize = true; this.rbNew.Checked = true; this.rbNew.Location = new System.Drawing.Point(136, 103); this.rbNew.Name = "rbNew"; this.rbNew.Size = new System.Drawing.Size(74, 17); this.rbNew.TabIndex = 115; this.rbNew.TabStop = true; this.rbNew.Text = "New Lead"; this.rbNew.UseVisualStyleBackColor = true; this.rbNew.CheckedChanged += new System.EventHandler(this.rbNew_CheckedChanged); // // rbExisting // this.rbExisting.AutoSize = true; this.rbExisting.Location = new System.Drawing.Point(225, 103); this.rbExisting.Name = "rbExisting"; this.rbExisting.Size = new System.Drawing.Size(102, 17); this.rbExisting.TabIndex = 114; this.rbExisting.Text = "Existing Member"; this.rbExisting.UseVisualStyleBackColor = true; this.rbExisting.CheckedChanged += new System.EventHandler(this.rbExisting_CheckedChanged); // // label4 // this.label4.Location = new System.Drawing.Point(20, 105); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 18); this.label4.TabIndex = 118; this.label4.Text = "Type :"; // // luedtServedBy // this.luedtServedBy.EditValue = ""; this.luedtServedBy.Location = new System.Drawing.Point(136, 184); this.luedtServedBy.Name = "luedtServedBy"; this.luedtServedBy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtServedBy.Properties.PopupWidth = 200; this.luedtServedBy.Size = new System.Drawing.Size(280, 20); this.luedtServedBy.TabIndex = 256; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label17.Location = new System.Drawing.Point(20, 187); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(56, 13); this.label17.TabIndex = 257; this.label17.Text = "Served By"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(136, 126); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(184, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 117; // // frmAppointment // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(584, 431); this.Controls.Add(this.luedtServedBy); this.Controls.Add(this.label17); this.Controls.Add(this.label4); this.Controls.Add(this.ucMemberID1); this.Controls.Add(this.rbNew); this.Controls.Add(this.rbExisting); this.Controls.Add(this.dateedtEndTime); this.Controls.Add(this.dateedtStartTime); this.Controls.Add(this.txtBranchCode); this.Controls.Add(this.label7); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.memoedtRemark); this.Controls.Add(this.luedtContact); this.Controls.Add(this.dateedtDate); this.Controls.Add(this.label6); this.Controls.Add(this.lblContact); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAppointment"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "{0} Appointment"; this.Load += new System.EventHandler(this.frmAppointment_Load); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtServedBy.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtDeptID = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtCaseType = new DevExpress.XtraEditors.LookUpEdit(); this.mmEdtDetail = new DevExpress.XtraEditors.MemoEdit(); this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.lkpEdtCategory = new DevExpress.XtraEditors.LookUpEdit(); this.label11 = new System.Windows.Forms.Label(); this.dtEdtDate = new DevExpress.XtraEditors.DateEdit(); this.lkpEdtStaff = new DevExpress.XtraEditors.LookUpEdit(); this.label7 = new System.Windows.Forms.Label(); this.lkpEdtDeptAssignedID = new DevExpress.XtraEditors.LookUpEdit(); this.label8 = new System.Windows.Forms.Label(); this.txtEdtMembershipID = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtStaff.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptAssignedID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtMembershipID.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(18, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 0; this.label1.Text = "Subject"; // // label2 // this.label2.Location = new System.Drawing.Point(18, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 20); this.label2.TabIndex = 1; this.label2.Text = "Date"; // // label3 // this.label3.Location = new System.Drawing.Point(18, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 2; this.label3.Text = "Branch Code"; // // label4 // this.label4.Location = new System.Drawing.Point(18, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 3; this.label4.Text = "Department ID"; // // label5 // this.label5.Location = new System.Drawing.Point(18, 176); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 4; this.label5.Text = "Case Type"; // // label6 // this.label6.Location = new System.Drawing.Point(18, 206); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 20); this.label6.TabIndex = 5; this.label6.Text = "Membership ID"; // // label10 // this.label10.Location = new System.Drawing.Point(18, 264); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 20); this.label10.TabIndex = 9; this.label10.Text = "Detail"; // // textEdit1 // this.textEdit1.EditValue = ""; this.textEdit1.Location = new System.Drawing.Point(142, 10); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(236, 20); this.textEdit1.TabIndex = 0; // // lkpEdtBranchCode // this.lkpEdtBranchCode.EditValue = ""; this.lkpEdtBranchCode.Location = new System.Drawing.Point(142, 66); this.lkpEdtBranchCode.Name = "lkpEdtBranchCode"; // // lkpEdtBranchCode.Properties // this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtBranchCode.Size = new System.Drawing.Size(236, 20); this.lkpEdtBranchCode.TabIndex = 2; // // lkpEdtDeptID // this.lkpEdtDeptID.EditValue = ""; this.lkpEdtDeptID.Location = new System.Drawing.Point(142, 94); this.lkpEdtDeptID.Name = "lkpEdtDeptID"; // // lkpEdtDeptID.Properties // this.lkpEdtDeptID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtDeptID.Size = new System.Drawing.Size(236, 20); this.lkpEdtDeptID.TabIndex = 3; // // lkpEdtCaseType // this.lkpEdtCaseType.EditValue = ""; this.lkpEdtCaseType.Location = new System.Drawing.Point(142, 174); this.lkpEdtCaseType.Name = "lkpEdtCaseType"; // // lkpEdtCaseType.Properties // this.lkpEdtCaseType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtCaseType.Size = new System.Drawing.Size(236, 20); this.lkpEdtCaseType.TabIndex = 6; // // mmEdtDetail // this.mmEdtDetail.EditValue = ""; this.mmEdtDetail.Location = new System.Drawing.Point(142, 264); this.mmEdtDetail.Name = "mmEdtDetail"; this.mmEdtDetail.Size = new System.Drawing.Size(236, 102); this.mmEdtDetail.TabIndex = 9; // // SimpleButton56 // this.SimpleButton56.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK; this.SimpleButton56.Location = new System.Drawing.Point(222, 376); this.SimpleButton56.Name = "SimpleButton56"; this.SimpleButton56.Size = new System.Drawing.Size(72, 20); this.SimpleButton56.TabIndex = 10; this.SimpleButton56.Text = "Save"; this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click); // // simpleButton1 // this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton1.Location = new System.Drawing.Point(302, 376); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(72, 20); this.simpleButton1.TabIndex = 11; this.simpleButton1.Text = "Cancel"; // // lkpEdtCategory // this.lkpEdtCategory.EditValue = ""; this.lkpEdtCategory.Location = new System.Drawing.Point(142, 122); this.lkpEdtCategory.Name = "lkpEdtCategory"; // // lkpEdtCategory.Properties // this.lkpEdtCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtCategory.Size = new System.Drawing.Size(236, 20); this.lkpEdtCategory.TabIndex = 4; this.lkpEdtCategory.EditValueChanged += new System.EventHandler(this.lkpEdtCategory_EditValueChanged); // // label11 // this.label11.Location = new System.Drawing.Point(18, 124); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 20); this.label11.TabIndex = 28; this.label11.Text = "Case Category"; // // dtEdtDate // this.dtEdtDate.EditValue = new System.DateTime(2005, 10, 31, 0, 0, 0, 0); this.dtEdtDate.Location = new System.Drawing.Point(142, 38); this.dtEdtDate.Name = "dtEdtDate"; // // dtEdtDate.Properties // this.dtEdtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEdtDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEdtDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtDate.Size = new System.Drawing.Size(236, 20); this.dtEdtDate.TabIndex = 1; // // lkpEdtStaff // this.lkpEdtStaff.EditValue = ""; this.lkpEdtStaff.Location = new System.Drawing.Point(142, 148); this.lkpEdtStaff.Name = "lkpEdtStaff"; // // lkpEdtStaff.Properties // this.lkpEdtStaff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtStaff.Size = new System.Drawing.Size(236, 20); this.lkpEdtStaff.TabIndex = 5; // // label7 // this.label7.Location = new System.Drawing.Point(18, 150); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 20); this.label7.TabIndex = 31; this.label7.Text = "Case Staff"; // // lkpEdtDeptAssignedID // this.lkpEdtDeptAssignedID.EditValue = ""; this.lkpEdtDeptAssignedID.Location = new System.Drawing.Point(142, 234); this.lkpEdtDeptAssignedID.Name = "lkpEdtDeptAssignedID"; // // lkpEdtDeptAssignedID.Properties // this.lkpEdtDeptAssignedID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtDeptAssignedID.Size = new System.Drawing.Size(236, 20); this.lkpEdtDeptAssignedID.TabIndex = 8; // // label8 // this.label8.Location = new System.Drawing.Point(18, 234); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 20); this.label8.TabIndex = 7; this.label8.Text = "Dept. Assigned ID"; // // txtEdtMembershipID // this.txtEdtMembershipID.EditValue = ""; this.txtEdtMembershipID.Location = new System.Drawing.Point(142, 206); this.txtEdtMembershipID.Name = "txtEdtMembershipID"; this.txtEdtMembershipID.Size = new System.Drawing.Size(236, 20); this.txtEdtMembershipID.TabIndex = 32; // // FormNewCustomerVoice // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(440, 410); this.Controls.Add(this.txtEdtMembershipID); this.Controls.Add(this.lkpEdtStaff); this.Controls.Add(this.label7); this.Controls.Add(this.dtEdtDate); this.Controls.Add(this.lkpEdtCategory); this.Controls.Add(this.label11); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.SimpleButton56); this.Controls.Add(this.mmEdtDetail); this.Controls.Add(this.lkpEdtDeptAssignedID); this.Controls.Add(this.lkpEdtCaseType); this.Controls.Add(this.lkpEdtDeptID); this.Controls.Add(this.lkpEdtBranchCode); this.Controls.Add(this.textEdit1); this.Controls.Add(this.label10); this.Controls.Add(this.label8); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNewCustomerVoice"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "New Customer Voice"; ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtStaff.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptAssignedID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtMembershipID.Properties)).EndInit(); this.ResumeLayout(false); }
/// <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(ProductDetailView)); this.CurrentCostTextEdit = new DevExpress.XtraEditors.TextEdit(); this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.PriceTextEdit = new DevExpress.XtraEditors.TextEdit(); this.ProductNumberTextEdit = new DevExpress.XtraEditors.TextEdit(); this.ProductUrlTextEdit = new DevExpress.XtraEditors.TextEdit(); this.StandardCostTextEdit = new DevExpress.XtraEditors.TextEdit(); this.TransactionCurrencyTextEdit = new DevExpress.XtraEditors.TextEdit(); this.VersionNumberPictureEdit = new DevExpress.XtraEditors.PictureEdit(); this.DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit(); this.TransactionCurrencyLookUpEdit = new DevExpress.XtraEditors.LookUpEdit(); this.ProductIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit(); this.ProductTypeCodeLookUpEdit = new DevExpress.XtraEditors.LookUpEdit(); this.StatusCodeLookUpEdit = new DevExpress.XtraEditors.LookUpEdit(); this.ExchangeRateTextEdit = new DevExpress.XtraEditors.TextEdit(); this.ItemForVersionNumber = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForProductId = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForTransactionCurrency = new DevExpress.XtraLayout.LayoutControlItem(); this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); this.managementLayoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.textEdit3 = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.textEdit4 = new DevExpress.XtraEditors.TextEdit(); this.lcgGeneral = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForPrice = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForStandardCost = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForTransactionCurrencyId = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForProductNumber = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForProductUrl = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForStatusCode = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForCurrentCost = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForExchangeRate = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForProductTypeCode = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.EntityBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ValidationProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EntityDataLayoutControl)).BeginInit(); this.EntityDataLayoutControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RootLayoutControlGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CurrentCostTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PriceTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductNumberTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductUrlTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StandardCostTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TransactionCurrencyTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.VersionNumberPictureEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TransactionCurrencyLookUpEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductIdLookUpEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductTypeCodeLookUpEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StatusCodeLookUpEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ExchangeRateTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForVersionNumber)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTransactionCurrency)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.managementLayoutControlGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgGeneral)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStandardCost)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTransactionCurrencyId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductNumber)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductUrl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStatusCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCurrentCost)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForExchangeRate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductTypeCode)).BeginInit(); this.SuspendLayout(); // // EntityDataLayoutControl // this.EntityDataLayoutControl.Controls.Add(this.textEdit4); this.EntityDataLayoutControl.Controls.Add(this.textEdit3); this.EntityDataLayoutControl.Controls.Add(this.textEdit2); this.EntityDataLayoutControl.Controls.Add(this.textEdit1); this.EntityDataLayoutControl.Controls.Add(this.CurrentCostTextEdit); this.EntityDataLayoutControl.Controls.Add(this.NameTextEdit); this.EntityDataLayoutControl.Controls.Add(this.PriceTextEdit); this.EntityDataLayoutControl.Controls.Add(this.ProductNumberTextEdit); this.EntityDataLayoutControl.Controls.Add(this.ProductUrlTextEdit); this.EntityDataLayoutControl.Controls.Add(this.StandardCostTextEdit); this.EntityDataLayoutControl.Controls.Add(this.TransactionCurrencyTextEdit); this.EntityDataLayoutControl.Controls.Add(this.VersionNumberPictureEdit); this.EntityDataLayoutControl.Controls.Add(this.DescriptionTextEdit); this.EntityDataLayoutControl.Controls.Add(this.TransactionCurrencyLookUpEdit); this.EntityDataLayoutControl.Controls.Add(this.ProductIdLookUpEdit); this.EntityDataLayoutControl.Controls.Add(this.ProductTypeCodeLookUpEdit); this.EntityDataLayoutControl.Controls.Add(this.StatusCodeLookUpEdit); this.EntityDataLayoutControl.Controls.Add(this.ExchangeRateTextEdit); this.EntityDataLayoutControl.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForVersionNumber, this.ItemForProductId, this.ItemForTransactionCurrency}); resources.ApplyResources(this.EntityDataLayoutControl, "EntityDataLayoutControl"); this.EntityDataLayoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(638, 215, 600, 582); // // RootLayoutControlGroup // resources.ApplyResources(this.RootLayoutControlGroup, "RootLayoutControlGroup"); this.RootLayoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.tabbedControlGroup1}); this.RootLayoutControlGroup.Name = "Root"; this.RootLayoutControlGroup.Size = new System.Drawing.Size(872, 429); // // CurrentCostTextEdit // this.CurrentCostTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "CurrentCost", true)); resources.ApplyResources(this.CurrentCostTextEdit, "CurrentCostTextEdit"); this.CurrentCostTextEdit.Name = "CurrentCostTextEdit"; this.CurrentCostTextEdit.Properties.Mask.EditMask = resources.GetString("CurrentCostTextEdit.Properties.Mask.EditMask"); this.CurrentCostTextEdit.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("CurrentCostTextEdit.Properties.Mask.MaskType"))); this.CurrentCostTextEdit.StyleController = this.EntityDataLayoutControl; // // NameTextEdit // this.NameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "Name", true)); resources.ApplyResources(this.NameTextEdit, "NameTextEdit"); this.NameTextEdit.Name = "NameTextEdit"; this.NameTextEdit.StyleController = this.EntityDataLayoutControl; // // PriceTextEdit // this.PriceTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "Price", true)); resources.ApplyResources(this.PriceTextEdit, "PriceTextEdit"); this.PriceTextEdit.Name = "PriceTextEdit"; this.PriceTextEdit.Properties.Mask.EditMask = resources.GetString("PriceTextEdit.Properties.Mask.EditMask"); this.PriceTextEdit.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("PriceTextEdit.Properties.Mask.MaskType"))); this.PriceTextEdit.StyleController = this.EntityDataLayoutControl; // // ProductNumberTextEdit // this.ProductNumberTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ProductNumber", true)); resources.ApplyResources(this.ProductNumberTextEdit, "ProductNumberTextEdit"); this.ProductNumberTextEdit.Name = "ProductNumberTextEdit"; this.ProductNumberTextEdit.StyleController = this.EntityDataLayoutControl; // // ProductUrlTextEdit // this.ProductUrlTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ProductUrl", true)); resources.ApplyResources(this.ProductUrlTextEdit, "ProductUrlTextEdit"); this.ProductUrlTextEdit.Name = "ProductUrlTextEdit"; this.ProductUrlTextEdit.Properties.Mask.EditMask = resources.GetString("ProductUrlTextEdit.Properties.Mask.EditMask"); this.ProductUrlTextEdit.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ProductUrlTextEdit.Properties.Mask.MaskType"))); this.ProductUrlTextEdit.StyleController = this.EntityDataLayoutControl; // // StandardCostTextEdit // this.StandardCostTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "StandardCost", true)); resources.ApplyResources(this.StandardCostTextEdit, "StandardCostTextEdit"); this.StandardCostTextEdit.Name = "StandardCostTextEdit"; this.StandardCostTextEdit.Properties.Mask.EditMask = resources.GetString("StandardCostTextEdit.Properties.Mask.EditMask"); this.StandardCostTextEdit.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("StandardCostTextEdit.Properties.Mask.MaskType"))); this.StandardCostTextEdit.StyleController = this.EntityDataLayoutControl; // // TransactionCurrencyTextEdit // this.TransactionCurrencyTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "TransactionCurrency", true)); resources.ApplyResources(this.TransactionCurrencyTextEdit, "TransactionCurrencyTextEdit"); this.TransactionCurrencyTextEdit.Name = "TransactionCurrencyTextEdit"; this.TransactionCurrencyTextEdit.StyleController = this.EntityDataLayoutControl; // // VersionNumberPictureEdit // this.VersionNumberPictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "VersionNumber", true)); resources.ApplyResources(this.VersionNumberPictureEdit, "VersionNumberPictureEdit"); this.VersionNumberPictureEdit.Name = "VersionNumberPictureEdit"; this.VersionNumberPictureEdit.StyleController = this.EntityDataLayoutControl; // // DescriptionTextEdit // this.DescriptionTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "Description", true)); resources.ApplyResources(this.DescriptionTextEdit, "DescriptionTextEdit"); this.DescriptionTextEdit.Name = "DescriptionTextEdit"; this.DescriptionTextEdit.StyleController = this.EntityDataLayoutControl; // // TransactionCurrencyLookUpEdit // this.TransactionCurrencyLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "TransactionCurrencyId", true)); resources.ApplyResources(this.TransactionCurrencyLookUpEdit, "TransactionCurrencyLookUpEdit"); this.TransactionCurrencyLookUpEdit.Name = "TransactionCurrencyLookUpEdit"; this.TransactionCurrencyLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TransactionCurrencyLookUpEdit.Properties.Buttons"))))}); this.TransactionCurrencyLookUpEdit.Properties.NullText = resources.GetString("TransactionCurrencyLookUpEdit.Properties.NullText"); this.TransactionCurrencyLookUpEdit.StyleController = this.EntityDataLayoutControl; // // ProductIdLookUpEdit // this.ProductIdLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ProductId", true)); resources.ApplyResources(this.ProductIdLookUpEdit, "ProductIdLookUpEdit"); this.ProductIdLookUpEdit.Name = "ProductIdLookUpEdit"; this.ProductIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ProductIdLookUpEdit.Properties.Buttons"))))}); this.ProductIdLookUpEdit.Properties.NullText = resources.GetString("ProductIdLookUpEdit.Properties.NullText"); this.ProductIdLookUpEdit.StyleController = this.EntityDataLayoutControl; // // ProductTypeCodeLookUpEdit // this.ProductTypeCodeLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ProductTypeCode", true)); resources.ApplyResources(this.ProductTypeCodeLookUpEdit, "ProductTypeCodeLookUpEdit"); this.ProductTypeCodeLookUpEdit.Name = "ProductTypeCodeLookUpEdit"; this.ProductTypeCodeLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ProductTypeCodeLookUpEdit.Properties.Buttons"))))}); this.ProductTypeCodeLookUpEdit.Properties.NullText = resources.GetString("ProductTypeCodeLookUpEdit.Properties.NullText"); this.ProductTypeCodeLookUpEdit.StyleController = this.EntityDataLayoutControl; // // StatusCodeLookUpEdit // this.StatusCodeLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "StatusCode", true)); resources.ApplyResources(this.StatusCodeLookUpEdit, "StatusCodeLookUpEdit"); this.StatusCodeLookUpEdit.Name = "StatusCodeLookUpEdit"; this.StatusCodeLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("StatusCodeLookUpEdit.Properties.Buttons"))))}); this.StatusCodeLookUpEdit.Properties.NullText = resources.GetString("StatusCodeLookUpEdit.Properties.NullText"); this.StatusCodeLookUpEdit.StyleController = this.EntityDataLayoutControl; // // ExchangeRateTextEdit // this.ExchangeRateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ExchangeRate", true)); resources.ApplyResources(this.ExchangeRateTextEdit, "ExchangeRateTextEdit"); this.ExchangeRateTextEdit.Name = "ExchangeRateTextEdit"; this.ExchangeRateTextEdit.Properties.Mask.EditMask = resources.GetString("ExchangeRateTextEdit.Properties.Mask.EditMask"); this.ExchangeRateTextEdit.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ExchangeRateTextEdit.Properties.Mask.MaskType"))); this.ExchangeRateTextEdit.StyleController = this.EntityDataLayoutControl; // // ItemForVersionNumber // this.ItemForVersionNumber.Control = this.VersionNumberPictureEdit; resources.ApplyResources(this.ItemForVersionNumber, "ItemForVersionNumber"); this.ItemForVersionNumber.Location = new System.Drawing.Point(0, 24); this.ItemForVersionNumber.Name = "ItemForVersionNumber"; this.ItemForVersionNumber.Size = new System.Drawing.Size(852, 34); this.ItemForVersionNumber.TextSize = new System.Drawing.Size(50, 20); this.ItemForVersionNumber.TextToControlDistance = 5; // // ItemForProductId // this.ItemForProductId.Control = this.ProductIdLookUpEdit; resources.ApplyResources(this.ItemForProductId, "ItemForProductId"); this.ItemForProductId.Location = new System.Drawing.Point(0, 24); this.ItemForProductId.Name = "ItemForProductId"; this.ItemForProductId.Size = new System.Drawing.Size(828, 24); this.ItemForProductId.TextSize = new System.Drawing.Size(130, 14); this.ItemForProductId.TextToControlDistance = 5; // // ItemForTransactionCurrency // this.ItemForTransactionCurrency.Control = this.TransactionCurrencyTextEdit; resources.ApplyResources(this.ItemForTransactionCurrency, "ItemForTransactionCurrency"); this.ItemForTransactionCurrency.Location = new System.Drawing.Point(0, 96); this.ItemForTransactionCurrency.Name = "ItemForTransactionCurrency"; this.ItemForTransactionCurrency.Size = new System.Drawing.Size(828, 24); this.ItemForTransactionCurrency.TextSize = new System.Drawing.Size(50, 20); this.ItemForTransactionCurrency.TextToControlDistance = 5; // // tabbedControlGroup1 // resources.ApplyResources(this.tabbedControlGroup1, "tabbedControlGroup1"); this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0); this.tabbedControlGroup1.Name = "tabbedControlGroup1"; this.tabbedControlGroup1.SelectedTabPage = this.lcgGeneral; this.tabbedControlGroup1.SelectedTabPageIndex = 0; this.tabbedControlGroup1.Size = new System.Drawing.Size(852, 409); this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.lcgGeneral, this.managementLayoutControlGroup}); // // managementLayoutControlGroup // resources.ApplyResources(this.managementLayoutControlGroup, "managementLayoutControlGroup"); this.managementLayoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4}); this.managementLayoutControlGroup.Location = new System.Drawing.Point(0, 0); this.managementLayoutControlGroup.Name = "managementLayoutControlGroup"; this.managementLayoutControlGroup.Size = new System.Drawing.Size(828, 362); // // layoutControlItem1 // this.layoutControlItem1.Control = this.textEdit1; resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1"); this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(414, 24); this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 14); // // textEdit1 // this.textEdit1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.EntityBindingSource, "CreatedOn", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d")); resources.ApplyResources(this.textEdit1, "textEdit1"); this.textEdit1.Name = "textEdit1"; this.textEdit1.StyleController = this.EntityDataLayoutControl; // // layoutControlItem2 // this.layoutControlItem2.Control = this.textEdit2; resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2"); this.layoutControlItem2.Location = new System.Drawing.Point(414, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(414, 24); this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 14); // // textEdit2 // this.textEdit2.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "CreatedBy.FullName", true)); resources.ApplyResources(this.textEdit2, "textEdit2"); this.textEdit2.Name = "textEdit2"; this.textEdit2.StyleController = this.EntityDataLayoutControl; // // layoutControlItem3 // this.layoutControlItem3.Control = this.textEdit3; resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3"); this.layoutControlItem3.Location = new System.Drawing.Point(0, 24); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(414, 338); this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 14); // // textEdit3 // this.textEdit3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.EntityBindingSource, "ModifiedOn", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d")); resources.ApplyResources(this.textEdit3, "textEdit3"); this.textEdit3.Name = "textEdit3"; this.textEdit3.StyleController = this.EntityDataLayoutControl; // // layoutControlItem4 // this.layoutControlItem4.Control = this.textEdit4; resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4"); this.layoutControlItem4.Location = new System.Drawing.Point(414, 24); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(414, 338); this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 14); // // textEdit4 // this.textEdit4.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.EntityBindingSource, "ModifiedBy.FullName", true)); resources.ApplyResources(this.textEdit4, "textEdit4"); this.textEdit4.Name = "textEdit4"; this.textEdit4.StyleController = this.EntityDataLayoutControl; // // lcgGeneral // this.lcgGeneral.AllowDrawBackground = false; resources.ApplyResources(this.lcgGeneral, "lcgGeneral"); this.lcgGeneral.GroupBordersVisible = false; this.lcgGeneral.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem1, this.ItemForName, this.ItemForPrice, this.ItemForStandardCost, this.ItemForDescription, this.ItemForTransactionCurrencyId, this.ItemForProductNumber, this.ItemForProductUrl, this.ItemForStatusCode, this.ItemForCurrentCost, this.ItemForExchangeRate, this.ItemForProductTypeCode}); this.lcgGeneral.Location = new System.Drawing.Point(0, 0); this.lcgGeneral.Name = "lcgGeneral"; this.lcgGeneral.Size = new System.Drawing.Size(828, 362); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1"); this.emptySpaceItem1.Location = new System.Drawing.Point(0, 352); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(828, 10); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // ItemForName // this.ItemForName.Control = this.NameTextEdit; resources.ApplyResources(this.ItemForName, "ItemForName"); this.ItemForName.Location = new System.Drawing.Point(0, 0); this.ItemForName.Name = "ItemForName"; this.ItemForName.Size = new System.Drawing.Size(828, 24); this.ItemForName.TextSize = new System.Drawing.Size(90, 14); // // ItemForPrice // this.ItemForPrice.Control = this.PriceTextEdit; resources.ApplyResources(this.ItemForPrice, "ItemForPrice"); this.ItemForPrice.Location = new System.Drawing.Point(0, 48); this.ItemForPrice.Name = "ItemForPrice"; this.ItemForPrice.Size = new System.Drawing.Size(828, 24); this.ItemForPrice.TextSize = new System.Drawing.Size(90, 14); // // ItemForStandardCost // this.ItemForStandardCost.Control = this.StandardCostTextEdit; resources.ApplyResources(this.ItemForStandardCost, "ItemForStandardCost"); this.ItemForStandardCost.Location = new System.Drawing.Point(0, 96); this.ItemForStandardCost.Name = "ItemForStandardCost"; this.ItemForStandardCost.Size = new System.Drawing.Size(364, 24); this.ItemForStandardCost.TextSize = new System.Drawing.Size(90, 14); // // ItemForDescription // this.ItemForDescription.Control = this.DescriptionTextEdit; resources.ApplyResources(this.ItemForDescription, "ItemForDescription"); this.ItemForDescription.Location = new System.Drawing.Point(0, 168); this.ItemForDescription.Name = "ItemForDescription"; this.ItemForDescription.Size = new System.Drawing.Size(828, 184); this.ItemForDescription.TextSize = new System.Drawing.Size(90, 14); // // ItemForTransactionCurrencyId // this.ItemForTransactionCurrencyId.Control = this.TransactionCurrencyLookUpEdit; resources.ApplyResources(this.ItemForTransactionCurrencyId, "ItemForTransactionCurrencyId"); this.ItemForTransactionCurrencyId.Location = new System.Drawing.Point(0, 120); this.ItemForTransactionCurrencyId.Name = "ItemForTransactionCurrencyId"; this.ItemForTransactionCurrencyId.Size = new System.Drawing.Size(364, 24); this.ItemForTransactionCurrencyId.TextSize = new System.Drawing.Size(90, 14); // // ItemForProductNumber // this.ItemForProductNumber.Control = this.ProductNumberTextEdit; resources.ApplyResources(this.ItemForProductNumber, "ItemForProductNumber"); this.ItemForProductNumber.Location = new System.Drawing.Point(0, 24); this.ItemForProductNumber.Name = "ItemForProductNumber"; this.ItemForProductNumber.Size = new System.Drawing.Size(828, 24); this.ItemForProductNumber.TextSize = new System.Drawing.Size(90, 14); // // ItemForProductUrl // this.ItemForProductUrl.Control = this.ProductUrlTextEdit; resources.ApplyResources(this.ItemForProductUrl, "ItemForProductUrl"); this.ItemForProductUrl.Location = new System.Drawing.Point(0, 72); this.ItemForProductUrl.Name = "ItemForProductUrl"; this.ItemForProductUrl.Size = new System.Drawing.Size(364, 24); this.ItemForProductUrl.TextSize = new System.Drawing.Size(90, 14); // // ItemForStatusCode // this.ItemForStatusCode.Control = this.StatusCodeLookUpEdit; resources.ApplyResources(this.ItemForStatusCode, "ItemForStatusCode"); this.ItemForStatusCode.Location = new System.Drawing.Point(0, 144); this.ItemForStatusCode.Name = "ItemForStatusCode"; this.ItemForStatusCode.Size = new System.Drawing.Size(828, 24); this.ItemForStatusCode.TextSize = new System.Drawing.Size(90, 14); // // ItemForCurrentCost // this.ItemForCurrentCost.Control = this.CurrentCostTextEdit; resources.ApplyResources(this.ItemForCurrentCost, "ItemForCurrentCost"); this.ItemForCurrentCost.Location = new System.Drawing.Point(364, 96); this.ItemForCurrentCost.Name = "ItemForCurrentCost"; this.ItemForCurrentCost.Size = new System.Drawing.Size(464, 24); this.ItemForCurrentCost.TextSize = new System.Drawing.Size(90, 14); // // ItemForExchangeRate // this.ItemForExchangeRate.Control = this.ExchangeRateTextEdit; resources.ApplyResources(this.ItemForExchangeRate, "ItemForExchangeRate"); this.ItemForExchangeRate.Location = new System.Drawing.Point(364, 120); this.ItemForExchangeRate.Name = "ItemForExchangeRate"; this.ItemForExchangeRate.Size = new System.Drawing.Size(464, 24); this.ItemForExchangeRate.TextSize = new System.Drawing.Size(90, 14); // // ItemForProductTypeCode // this.ItemForProductTypeCode.Control = this.ProductTypeCodeLookUpEdit; resources.ApplyResources(this.ItemForProductTypeCode, "ItemForProductTypeCode"); this.ItemForProductTypeCode.Location = new System.Drawing.Point(364, 72); this.ItemForProductTypeCode.Name = "ItemForProductTypeCode"; this.ItemForProductTypeCode.Size = new System.Drawing.Size(464, 24); this.ItemForProductTypeCode.TextSize = new System.Drawing.Size(90, 14); // // ProductDetailView // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "ProductDetailView"; ((System.ComponentModel.ISupportInitialize)(this.EntityBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ValidationProvider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EntityDataLayoutControl)).EndInit(); this.EntityDataLayoutControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.RootLayoutControlGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CurrentCostTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PriceTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductNumberTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductUrlTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StandardCostTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TransactionCurrencyTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.VersionNumberPictureEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TransactionCurrencyLookUpEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductIdLookUpEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProductTypeCodeLookUpEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StatusCodeLookUpEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ExchangeRateTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForVersionNumber)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTransactionCurrency)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.managementLayoutControlGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgGeneral)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStandardCost)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTransactionCurrencyId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductNumber)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductUrl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStatusCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCurrentCost)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForExchangeRate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForProductTypeCode)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btnLuu = new DevExpress.XtraEditors.SimpleButton(); this.btnDong = new DevExpress.XtraEditors.SimpleButton(); this.ChuDe = new DevExpress.XtraEditors.MemoEdit(); this.NoiDung = new System.Windows.Forms.RichTextBox(); this.NguoiNhap = new DevExpress.XtraEditors.LabelControl(); this.NgayNhap = new DevExpress.XtraEditors.LabelControl(); this.pldmTreeMultiChoice1 = new ProtocolVN.App.Office.ApplicationCore.PLDMTreeMultiChoice(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.ChuDe.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(10, 9); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(81, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "Người thông báo"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(10, 27); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(96, 13); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "Thời gian thông báo"; // // btnLuu // this.btnLuu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnLuu.Location = new System.Drawing.Point(307, 359); this.btnLuu.Name = "btnLuu"; this.btnLuu.Size = new System.Drawing.Size(54, 23); this.btnLuu.TabIndex = 10; this.btnLuu.Text = "&Gửi"; this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click); // // btnDong // this.btnDong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDong.Location = new System.Drawing.Point(367, 359); this.btnDong.Name = "btnDong"; this.btnDong.Size = new System.Drawing.Size(52, 23); this.btnDong.TabIndex = 10; this.btnDong.Text = "Đón&g"; this.btnDong.Click += new System.EventHandler(this.btnDong_Click); // // ChuDe // this.ChuDe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ChuDe.EditValue = ""; this.ChuDe.Location = new System.Drawing.Point(84, 83); this.ChuDe.Name = "ChuDe"; this.ChuDe.Properties.Appearance.ForeColor = System.Drawing.SystemColors.WindowText; this.ChuDe.Properties.Appearance.Options.UseForeColor = true; this.ChuDe.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.ChuDe.Size = new System.Drawing.Size(339, 37); this.ChuDe.TabIndex = 11; // // NoiDung // this.NoiDung.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.NoiDung.Location = new System.Drawing.Point(84, 130); this.NoiDung.Name = "NoiDung"; this.NoiDung.Size = new System.Drawing.Size(339, 219); this.NoiDung.TabIndex = 12; this.NoiDung.Text = ""; // // NguoiNhap // this.NguoiNhap.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.NguoiNhap.Appearance.Options.UseFont = true; this.NguoiNhap.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.NguoiNhap.Location = new System.Drawing.Point(116, 9); this.NguoiNhap.Name = "NguoiNhap"; this.NguoiNhap.Size = new System.Drawing.Size(187, 14); this.NguoiNhap.TabIndex = 15; this.NguoiNhap.Text = "Hồ Sỹ Đức"; // // NgayNhap // this.NgayNhap.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.NgayNhap.Appearance.Options.UseFont = true; this.NgayNhap.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.NgayNhap.Location = new System.Drawing.Point(114, 27); this.NgayNhap.Name = "NgayNhap"; this.NgayNhap.Size = new System.Drawing.Size(143, 13); this.NgayNhap.TabIndex = 16; this.NgayNhap.Text = "24/8/2010 5:64:54 AM"; // // pldmTreeMultiChoice1 // this.pldmTreeMultiChoice1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pldmTreeMultiChoice1.Location = new System.Drawing.Point(84, 56); this.pldmTreeMultiChoice1.Name = "pldmTreeMultiChoice1"; this.pldmTreeMultiChoice1.Size = new System.Drawing.Size(339, 20); this.pldmTreeMultiChoice1.TabIndex = 1; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(13, 56); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(55, 13); this.labelControl3.TabIndex = 19; this.labelControl3.Text = "Người nhận"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(13, 85); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(34, 13); this.labelControl4.TabIndex = 19; this.labelControl4.Text = "Chủ đề"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(13, 127); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(42, 13); this.labelControl5.TabIndex = 19; this.labelControl5.Text = "Nội dung"; // // frmBroadCast // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(431, 390); this.Controls.Add(this.NoiDung); this.Controls.Add(this.ChuDe); this.Controls.Add(this.labelControl5); this.Controls.Add(this.labelControl4); this.Controls.Add(this.labelControl3); this.Controls.Add(this.NguoiNhap); this.Controls.Add(this.labelControl1); this.Controls.Add(this.pldmTreeMultiChoice1); this.Controls.Add(this.labelControl2); this.Controls.Add(this.NgayNhap); this.Controls.Add(this.btnDong); this.Controls.Add(this.btnLuu); this.Name = "frmBroadCast"; this.Text = "Gửi thông báo nội bộ"; ((System.ComponentModel.ISupportInitialize)(this.ChuDe.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label4 = new System.Windows.Forms.Label(); this.lkpEdtEmployeeID = new DevExpress.XtraEditors.LookUpEdit(); this.label3 = new System.Windows.Forms.Label(); this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit(); this.label6 = new System.Windows.Forms.Label(); this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit(); this.label7 = new System.Windows.Forms.Label(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit(); this.dtEditDate = new DevExpress.XtraEditors.DateEdit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtEmployeeID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(234, 270); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.TabIndex = 53; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(144, 270); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.TabIndex = 52; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label4 // this.label4.Location = new System.Drawing.Point(8, 138); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(93, 23); this.label4.TabIndex = 60; this.label4.Text = "Therapist"; // // lkpEdtEmployeeID // this.lkpEdtEmployeeID.EditValue = ""; this.lkpEdtEmployeeID.Location = new System.Drawing.Point(110, 142); this.lkpEdtEmployeeID.Name = "lkpEdtEmployeeID"; // // lkpEdtEmployeeID.Properties // this.lkpEdtEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtEmployeeID.Size = new System.Drawing.Size(202, 20); this.lkpEdtEmployeeID.TabIndex = 59; this.lkpEdtEmployeeID.EditValueChanged += new System.EventHandler(this.lkpEdtEmployeeID_EditValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(8, 86); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 23); this.label3.TabIndex = 58; this.label3.Text = "Time"; // // lkpEdtBranchCode // this.lkpEdtBranchCode.EditValue = ""; this.lkpEdtBranchCode.Location = new System.Drawing.Point(110, 34); this.lkpEdtBranchCode.Name = "lkpEdtBranchCode"; // // lkpEdtBranchCode.Properties // this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtBranchCode.Size = new System.Drawing.Size(202, 20); this.lkpEdtBranchCode.TabIndex = 57; this.lkpEdtBranchCode.EditValueChanged += new System.EventHandler(this.lkpEdtBranchCode_EditValueChanged); // // label2 // this.label2.Location = new System.Drawing.Point(8, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 23); this.label2.TabIndex = 55; this.label2.Text = "Branch"; // // label1 // this.label1.Location = new System.Drawing.Point(8, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 23); this.label1.TabIndex = 54; this.label1.Text = "Date"; // // label5 // this.label5.Location = new System.Drawing.Point(8, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 23); this.label5.TabIndex = 62; this.label5.Text = "Package ID"; // // lkpEdtPackageID // this.lkpEdtPackageID.EditValue = ""; this.lkpEdtPackageID.Location = new System.Drawing.Point(110, 8); this.lkpEdtPackageID.Name = "lkpEdtPackageID"; // // lkpEdtPackageID.Properties // this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtPackageID.Size = new System.Drawing.Size(202, 20); this.lkpEdtPackageID.TabIndex = 63; this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged); // // label6 // this.label6.Location = new System.Drawing.Point(8, 112); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(93, 23); this.label6.TabIndex = 65; this.label6.Text = "Treatment"; // // lkpEdtServiceCode // this.lkpEdtServiceCode.EditValue = ""; this.lkpEdtServiceCode.Location = new System.Drawing.Point(110, 114); this.lkpEdtServiceCode.Name = "lkpEdtServiceCode"; // // lkpEdtServiceCode.Properties // this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtServiceCode.Size = new System.Drawing.Size(202, 20); this.lkpEdtServiceCode.TabIndex = 64; this.lkpEdtServiceCode.EditValueChanged += new System.EventHandler(this.lkpEdtServiceCode_EditValueChanged); // // label7 // this.label7.Location = new System.Drawing.Point(8, 164); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(93, 23); this.label7.TabIndex = 66; this.label7.Text = "Remark"; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(112, 168); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(198, 96); this.memoEdit1.TabIndex = 67; // // dtEdtStartTime // this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtStartTime.Location = new System.Drawing.Point(110, 88); this.dtEdtStartTime.Name = "dtEdtStartTime"; // // dtEdtStartTime.Properties // this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.EditFormat.FormatString = "T"; this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.Mask.EditMask = "T"; this.dtEdtStartTime.Size = new System.Drawing.Size(202, 20); this.dtEdtStartTime.TabIndex = 68; // // dtEditDate // this.dtEditDate.EditValue = new System.DateTime(2005, 11, 23, 0, 0, 0, 0); this.dtEditDate.Location = new System.Drawing.Point(110, 62); this.dtEditDate.Name = "dtEditDate"; // // dtEditDate.Properties // this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Size = new System.Drawing.Size(202, 20); this.dtEditDate.TabIndex = 69; this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged); // // FormUpdateServiceSessionSPA_IPL // this.AcceptButton = this.simpleButtonOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButtonCancel; this.ClientSize = new System.Drawing.Size(328, 302); this.Controls.Add(this.dtEditDate); this.Controls.Add(this.dtEdtStartTime); this.Controls.Add(this.memoEdit1); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.lkpEdtServiceCode); this.Controls.Add(this.lkpEdtPackageID); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.lkpEdtEmployeeID); this.Controls.Add(this.label3); this.Controls.Add(this.lkpEdtBranchCode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.simpleButtonCancel); this.Controls.Add(this.simpleButtonOK); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormUpdateServiceSessionSPA_IPL"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Update SPA/IPL Package"; ((System.ComponentModel.ISupportInitialize)(this.lkpEdtEmployeeID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lkBranchTo = new DevExpress.XtraEditors.LookUpEdit(); this.txtDate = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); this.Delete_ProductList_Btn = new DevExpress.XtraEditors.SimpleButton(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.Process_Btn = new DevExpress.XtraEditors.SimpleButton(); this.txtStockRequestNo = new DevExpress.XtraEditors.TextEdit(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtBranchFrom = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.txtRemarks = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.lkBranchTo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStockRequestNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchFrom.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit(); this.SuspendLayout(); // // lkBranchTo // this.lkBranchTo.Location = new System.Drawing.Point(96, -32); this.lkBranchTo.Name = "lkBranchTo"; // // lkBranchTo.Properties // this.lkBranchTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkBranchTo.Properties.NullText = ""; this.lkBranchTo.Size = new System.Drawing.Size(144, 20); this.lkBranchTo.TabIndex = 47; // // txtDate // this.txtDate.Location = new System.Drawing.Point(-66, -64); this.txtDate.Name = "txtDate"; this.txtDate.Size = new System.Drawing.Size(56, 31); this.txtDate.TabIndex = 42; this.txtDate.Text = "Date"; // // label1 // this.label1.Location = new System.Drawing.Point(174, -64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 31); this.label1.TabIndex = 43; this.label1.Text = "StockRequestNo"; // // label2 // this.label2.Location = new System.Drawing.Point(24, -32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 31); this.label2.TabIndex = 44; this.label2.Text = "Branch To"; // // dateEdit1 // this.dateEdit1.EditValue = new System.DateTime(2005, 10, 28, 0, 0, 0, 0); this.dateEdit1.Location = new System.Drawing.Point(6, -64); this.dateEdit1.Name = "dateEdit1"; // // dateEdit1.Properties // this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit1.Size = new System.Drawing.Size(104, 20); this.dateEdit1.TabIndex = 41; // // Delete_ProductList_Btn // this.Delete_ProductList_Btn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.Delete_ProductList_Btn.Location = new System.Drawing.Point(184, 168); this.Delete_ProductList_Btn.Name = "Delete_ProductList_Btn"; this.Delete_ProductList_Btn.Size = new System.Drawing.Size(123, 23); this.Delete_ProductList_Btn.TabIndex = 57; this.Delete_ProductList_Btn.Text = "Delete Request Detail"; this.Delete_ProductList_Btn.Click += new System.EventHandler(this.Delete_ProductList_Btn_Click); // // gridControl1 // // // gridControl1.EmbeddedNavigator // this.gridControl1.EmbeddedNavigator.Name = ""; this.gridControl1.Location = new System.Drawing.Point(8, 198); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEdit1 }); this.gridControl1.Size = new System.Drawing.Size(424, 216); this.gridControl1.TabIndex = 55; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn3, this.gridColumn2 }); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; // // gridColumn1 // this.gridColumn1.Caption = "Item Code"; this.gridColumn1.FieldName = "strItemCode"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn3 // this.gridColumn3.Caption = "Quantity"; this.gridColumn3.FieldName = "nQuantity"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; // // gridColumn2 // this.gridColumn2.Caption = "nEntryId"; this.gridColumn2.FieldName = "nEntryID"; this.gridColumn2.Name = "gridColumn2"; // // repositoryItemLookUpEdit1 // this.repositoryItemLookUpEdit1.AutoHeight = false; this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1"; // // Process_Btn // this.Process_Btn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.Process_Btn.Location = new System.Drawing.Point(104, 168); this.Process_Btn.Name = "Process_Btn"; this.Process_Btn.TabIndex = 53; this.Process_Btn.Text = "Process"; this.Process_Btn.Click += new System.EventHandler(this.Process_Btn_Click); // // txtStockRequestNo // this.txtStockRequestNo.EditValue = ""; this.txtStockRequestNo.Location = new System.Drawing.Point(104, 8); this.txtStockRequestNo.Name = "txtStockRequestNo"; this.txtStockRequestNo.Size = new System.Drawing.Size(48, 20); this.txtStockRequestNo.TabIndex = 52; // // label4 // this.label4.Location = new System.Drawing.Point(8, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 23); this.label4.TabIndex = 50; this.label4.Text = "StockRequestNo"; // // label5 // this.label5.Location = new System.Drawing.Point(8, 36); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 16); this.label5.TabIndex = 51; this.label5.Text = "Branch From"; // // txtBranchFrom // this.txtBranchFrom.EditValue = ""; this.txtBranchFrom.Location = new System.Drawing.Point(104, 36); this.txtBranchFrom.Name = "txtBranchFrom"; this.txtBranchFrom.Size = new System.Drawing.Size(144, 20); this.txtBranchFrom.TabIndex = 58; // // label3 // this.label3.Location = new System.Drawing.Point(8, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 16); this.label3.TabIndex = 59; this.label3.Text = "Remarks"; // // txtRemarks // this.txtRemarks.EditValue = ""; this.txtRemarks.Location = new System.Drawing.Point(104, 66); this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(328, 96); this.txtRemarks.TabIndex = 60; // // frmProcessStockRequest // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(442, 419); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.label3); this.Controls.Add(this.txtBranchFrom); this.Controls.Add(this.Delete_ProductList_Btn); this.Controls.Add(this.gridControl1); this.Controls.Add(this.Process_Btn); this.Controls.Add(this.txtStockRequestNo); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.lkBranchTo); this.Controls.Add(this.txtDate); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.dateEdit1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmProcessStockRequest"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Process Stock Request"; ((System.ComponentModel.ISupportInitialize)(this.lkBranchTo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStockRequestNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchFrom.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.GroupControl38 = new DevExpress.XtraEditors.GroupControl(); this.ucMemberID1 = new ACMS.ucMemberID(); this.dtEditDate = new DevExpress.XtraEditors.DateEdit(); this.label2 = new System.Windows.Forms.Label(); this.dtEdtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton(); this.lkpEdtTherapist = new DevExpress.XtraEditors.LookUpEdit(); this.label1 = new System.Windows.Forms.Label(); this.MemoEditRemark = new DevExpress.XtraEditors.MemoEdit(); this.Label42 = new System.Windows.Forms.Label(); this.Label36 = new System.Windows.Forms.Label(); this.Label31 = new System.Windows.Forms.Label(); this.Label35 = new System.Windows.Forms.Label(); this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).BeginInit(); this.GroupControl38.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit(); this.SuspendLayout(); // // GroupControl38 // this.GroupControl38.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.GroupControl38.Controls.Add(this.ucMemberID1); this.GroupControl38.Controls.Add(this.dtEditDate); this.GroupControl38.Controls.Add(this.label2); this.GroupControl38.Controls.Add(this.dtEdtEndTime); this.GroupControl38.Controls.Add(this.dtEdtStartTime); this.GroupControl38.Controls.Add(this.simpleButton2); this.GroupControl38.Controls.Add(this.SimpleButton56); this.GroupControl38.Controls.Add(this.lkpEdtTherapist); this.GroupControl38.Controls.Add(this.label1); this.GroupControl38.Controls.Add(this.MemoEditRemark); this.GroupControl38.Controls.Add(this.Label42); this.GroupControl38.Controls.Add(this.Label36); this.GroupControl38.Controls.Add(this.Label31); this.GroupControl38.Controls.Add(this.Label35); this.GroupControl38.Controls.Add(this.lkpEdtBranchCode); this.GroupControl38.Controls.Add(this.label3); this.GroupControl38.Dock = System.Windows.Forms.DockStyle.Fill; this.GroupControl38.Location = new System.Drawing.Point(0, 0); this.GroupControl38.Name = "GroupControl38"; this.GroupControl38.ShowCaption = false; this.GroupControl38.Size = new System.Drawing.Size(338, 268); this.GroupControl38.TabIndex = 1; this.GroupControl38.Text = "GroupControl1"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(96, 14); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(182, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 0; // // dtEditDate // this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEditDate.Location = new System.Drawing.Point(96, 80); this.dtEditDate.Name = "dtEditDate"; // // dtEditDate.Properties // this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtEditDate.Size = new System.Drawing.Size(232, 20); this.dtEditDate.TabIndex = 5; this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 18); this.label2.TabIndex = 35; this.label2.Text = "Date"; // // dtEdtEndTime // this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtEndTime.Location = new System.Drawing.Point(96, 124); this.dtEdtEndTime.Name = "dtEdtEndTime"; // // dtEdtEndTime.Properties // this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.EditFormat.FormatString = "T"; this.dtEdtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.Mask.EditMask = "T"; this.dtEdtEndTime.Size = new System.Drawing.Size(232, 20); this.dtEdtEndTime.TabIndex = 7; // // dtEdtStartTime // this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtStartTime.Location = new System.Drawing.Point(96, 102); this.dtEdtStartTime.Name = "dtEdtStartTime"; // // dtEdtStartTime.Properties // this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.EditFormat.FormatString = "T"; this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.Mask.EditMask = "T"; this.dtEdtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dtEdtStartTime.Size = new System.Drawing.Size(232, 20); this.dtEdtStartTime.TabIndex = 6; this.dtEdtStartTime.EditValueChanged += new System.EventHandler(this.dtEdtStartTime_EditValueChanged); // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(252, 234); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.TabIndex = 10; this.simpleButton2.Text = "Cancel"; // // SimpleButton56 // this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK; this.SimpleButton56.Location = new System.Drawing.Point(166, 234); this.SimpleButton56.Name = "SimpleButton56"; this.SimpleButton56.TabIndex = 9; this.SimpleButton56.Text = "Save"; this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click_1); // // lkpEdtTherapist // this.lkpEdtTherapist.EditValue = ""; this.lkpEdtTherapist.Location = new System.Drawing.Point(96, 58); this.lkpEdtTherapist.Name = "lkpEdtTherapist"; // // lkpEdtTherapist.Properties // this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkpEdtTherapist.Size = new System.Drawing.Size(232, 20); this.lkpEdtTherapist.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(16, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 18); this.label1.TabIndex = 28; this.label1.Text = "Member ID"; // // MemoEditRemark // this.MemoEditRemark.EditValue = ""; this.MemoEditRemark.Location = new System.Drawing.Point(96, 146); this.MemoEditRemark.Name = "MemoEditRemark"; // // MemoEditRemark.Properties // this.MemoEditRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.MemoEditRemark.Properties.Appearance.Options.UseFont = true; this.MemoEditRemark.Size = new System.Drawing.Size(232, 64); this.MemoEditRemark.TabIndex = 8; // // Label42 // this.Label42.AutoSize = true; this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label42.Location = new System.Drawing.Point(16, 148); this.Label42.Name = "Label42"; this.Label42.Size = new System.Drawing.Size(60, 18); this.Label42.TabIndex = 23; this.Label42.Text = "Remarks"; // // Label36 // this.Label36.AutoSize = true; this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label36.Location = new System.Drawing.Point(16, 124); this.Label36.Name = "Label36"; this.Label36.Size = new System.Drawing.Size(64, 18); this.Label36.TabIndex = 21; this.Label36.Text = "End Time"; // // Label31 // this.Label31.AutoSize = true; this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label31.Location = new System.Drawing.Point(16, 102); this.Label31.Name = "Label31"; this.Label31.Size = new System.Drawing.Size(69, 18); this.Label31.TabIndex = 19; this.Label31.Text = "Start Time"; // // Label35 // this.Label35.AutoSize = true; this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label35.Location = new System.Drawing.Point(16, 58); this.Label35.Name = "Label35"; this.Label35.Size = new System.Drawing.Size(63, 18); this.Label35.TabIndex = 13; this.Label35.Text = "Therapist"; // // lkpEdtBranchCode // this.lkpEdtBranchCode.EditValue = ""; this.lkpEdtBranchCode.Location = new System.Drawing.Point(96, 36); this.lkpEdtBranchCode.Name = "lkpEdtBranchCode"; // // lkpEdtBranchCode.Properties // this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkpEdtBranchCode.Size = new System.Drawing.Size(232, 20); this.lkpEdtBranchCode.TabIndex = 1; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label3.Location = new System.Drawing.Point(16, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 20); this.label3.TabIndex = 58; this.label3.Text = "Branch"; // // FormNewSpaBooking // this.AcceptButton = this.SimpleButton56; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(338, 268); this.Controls.Add(this.GroupControl38); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNewSpaBooking"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Spa Booking"; this.Load += new System.EventHandler(this.FormNewSpaBooking_Load); ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).EndInit(); this.GroupControl38.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit(); this.ResumeLayout(false); }
/// <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(RolesFrm)); this.groupControlInsert = new DevExpress.XtraEditors.GroupControl(); this.BtnAdd = new DevExpress.XtraEditors.SimpleButton(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.TxtNewItem = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.TxtNewDes = new DevExpress.XtraEditors.MemoEdit(); this.groupControlUpdate = new DevExpress.XtraEditors.GroupControl(); this.BtnUpdate = new DevExpress.XtraEditors.SimpleButton(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.TxtEditItem = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.TxtEditDes = new DevExpress.XtraEditors.MemoEdit(); this.groupControlSelect = new DevExpress.XtraEditors.GroupControl(); this.BtnDelete = new DevExpress.XtraEditors.SimpleButton(); this.LUEItems = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControlInsert)).BeginInit(); this.groupControlInsert.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtNewItem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNewDes.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).BeginInit(); this.groupControlUpdate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtEditItem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtEditDes.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit(); this.groupControlSelect.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit(); this.SuspendLayout(); // // groupControlInsert // this.groupControlInsert.AppearanceCaption.Options.UseTextOptions = true; this.groupControlInsert.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.groupControlInsert.Controls.Add(this.BtnAdd); this.groupControlInsert.Controls.Add(this.labelControl5); this.groupControlInsert.Controls.Add(this.TxtNewItem); this.groupControlInsert.Controls.Add(this.labelControl3); this.groupControlInsert.Controls.Add(this.TxtNewDes); this.groupControlInsert.Location = new System.Drawing.Point(9, 221); this.groupControlInsert.Name = "groupControlInsert"; this.groupControlInsert.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupControlInsert.Size = new System.Drawing.Size(379, 140); this.groupControlInsert.TabIndex = 5; this.groupControlInsert.Text = "اضافة سماحيه جديده"; // // BtnAdd // this.BtnAdd.Enabled = false; this.BtnAdd.Location = new System.Drawing.Point(126, 108); this.BtnAdd.Name = "BtnAdd"; this.BtnAdd.Size = new System.Drawing.Size(110, 23); this.BtnAdd.TabIndex = 7; this.BtnAdd.Text = "اضافه"; this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(238, 51); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(27, 13); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "تعليق"; // // TxtNewItem // this.TxtNewItem.Location = new System.Drawing.Point(59, 24); this.TxtNewItem.Name = "TxtNewItem"; this.TxtNewItem.Properties.MaxLength = 100; this.TxtNewItem.Size = new System.Drawing.Size(173, 19); this.TxtNewItem.TabIndex = 5; this.TxtNewItem.EditValueChanged += new System.EventHandler(this.TxtNewItem_EditValueChanged); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(238, 27); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(70, 13); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "اسم السماحيه"; // // TxtNewDes // this.TxtNewDes.Location = new System.Drawing.Point(59, 49); this.TxtNewDes.Name = "TxtNewDes"; this.TxtNewDes.Properties.MaxLength = 250; this.TxtNewDes.Size = new System.Drawing.Size(173, 53); this.TxtNewDes.TabIndex = 6; this.TxtNewDes.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged); // // groupControlUpdate // this.groupControlUpdate.AppearanceCaption.Options.UseTextOptions = true; this.groupControlUpdate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.groupControlUpdate.Controls.Add(this.BtnUpdate); this.groupControlUpdate.Controls.Add(this.labelControl4); this.groupControlUpdate.Controls.Add(this.TxtEditItem); this.groupControlUpdate.Controls.Add(this.labelControl2); this.groupControlUpdate.Controls.Add(this.TxtEditDes); this.groupControlUpdate.Location = new System.Drawing.Point(9, 75); this.groupControlUpdate.Name = "groupControlUpdate"; this.groupControlUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupControlUpdate.Size = new System.Drawing.Size(379, 140); this.groupControlUpdate.TabIndex = 2; this.groupControlUpdate.Text = "تعديل السماحيه"; // // BtnUpdate // this.BtnUpdate.Enabled = false; this.BtnUpdate.Location = new System.Drawing.Point(126, 108); this.BtnUpdate.Name = "BtnUpdate"; this.BtnUpdate.Size = new System.Drawing.Size(110, 23); this.BtnUpdate.TabIndex = 4; this.BtnUpdate.Text = "تعديل"; this.BtnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click); // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(242, 52); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(27, 13); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "تعليق"; // // TxtEditItem // this.TxtEditItem.Location = new System.Drawing.Point(63, 24); this.TxtEditItem.Name = "TxtEditItem"; this.TxtEditItem.Properties.MaxLength = 100; this.TxtEditItem.Size = new System.Drawing.Size(173, 19); this.TxtEditItem.TabIndex = 2; this.TxtEditItem.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(242, 27); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(58, 13); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "تعديل الاسم"; // // TxtEditDes // this.TxtEditDes.Location = new System.Drawing.Point(63, 49); this.TxtEditDes.Name = "TxtEditDes"; this.TxtEditDes.Properties.MaxLength = 250; this.TxtEditDes.Size = new System.Drawing.Size(173, 53); this.TxtEditDes.TabIndex = 3; this.TxtEditDes.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged); // // groupControlSelect // this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true; this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.groupControlSelect.Controls.Add(this.BtnDelete); this.groupControlSelect.Controls.Add(this.LUEItems); this.groupControlSelect.Controls.Add(this.labelControl1); this.groupControlSelect.Location = new System.Drawing.Point(9, 10); this.groupControlSelect.Name = "groupControlSelect"; this.groupControlSelect.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupControlSelect.Size = new System.Drawing.Size(379, 59); this.groupControlSelect.TabIndex = 0; this.groupControlSelect.Text = "جميع السماحيات"; // // BtnDelete // this.BtnDelete.Enabled = false; this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image"))); this.BtnDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.BtnDelete.Location = new System.Drawing.Point(38, 25); this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.Size = new System.Drawing.Size(44, 22); this.BtnDelete.TabIndex = 1; this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click); // // LUEItems // this.LUEItems.Location = new System.Drawing.Point(88, 28); this.LUEItems.Name = "LUEItems"; this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "اسم الصلاحيه", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleDesc", "تعليق", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)}); this.LUEItems.Properties.NullText = ""; this.LUEItems.Size = new System.Drawing.Size(173, 19); this.LUEItems.TabIndex = 0; this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(267, 31); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(62, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "اختار سماحيه"; // // BtnRefresh // this.BtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("BtnRefresh.Image"))); this.BtnRefresh.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.BtnRefresh.Location = new System.Drawing.Point(395, 63); this.BtnRefresh.Name = "BtnRefresh"; this.BtnRefresh.Size = new System.Drawing.Size(31, 241); this.BtnRefresh.TabIndex = 8; this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // EditorRoleFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(435, 366); this.Controls.Add(this.BtnRefresh); this.Controls.Add(this.groupControlInsert); this.Controls.Add(this.groupControlUpdate); this.Controls.Add(this.groupControlSelect); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "RolesFrm"; this.Text = "السماحيات"; this.Load += new System.EventHandler(this.EditorJobFrm_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControlInsert)).EndInit(); this.groupControlInsert.ResumeLayout(false); this.groupControlInsert.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtNewItem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNewDes.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).EndInit(); this.groupControlUpdate.ResumeLayout(false); this.groupControlUpdate.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtEditItem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtEditDes.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit(); this.groupControlSelect.ResumeLayout(false); this.groupControlSelect.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit(); this.ResumeLayout(false); }
/// <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(MsgDlg)); this.btnYes = new DevExpress.XtraEditors.SimpleButton(); this.tbMSG = new DevExpress.XtraEditors.MemoEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pb = new System.Windows.Forms.PictureBox(); this.btnNo = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.tbStackTrace = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.tbMSG.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit(); this.SuspendLayout(); // // btnYes // this.btnYes.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnYes.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.btnYes.Appearance.Options.UseFont = true; this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes; this.btnYes.Image = global::NICSQLTools.Properties.Resources.apply_16x16; this.btnYes.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight; this.btnYes.Location = new System.Drawing.Point(4, 106); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(100, 23); this.btnYes.TabIndex = 1; this.btnYes.Text = "Yes"; // // tbMSG // this.tbMSG.EditValue = ""; this.tbMSG.Location = new System.Drawing.Point(82, 12); this.tbMSG.Name = "tbMSG"; this.tbMSG.Properties.AllowFocused = false; this.tbMSG.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.tbMSG.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.tbMSG.Properties.Appearance.ForeColor = System.Drawing.Color.Green; this.tbMSG.Properties.Appearance.Options.UseBackColor = true; this.tbMSG.Properties.Appearance.Options.UseFont = true; this.tbMSG.Properties.Appearance.Options.UseForeColor = true; this.tbMSG.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tbMSG.Properties.ReadOnly = true; this.tbMSG.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tbMSG.Size = new System.Drawing.Size(302, 84); this.tbMSG.TabIndex = 0; this.tbMSG.TabStop = false; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.panelControl1.Controls.Add(this.tbMSG); this.panelControl1.Controls.Add(this.pb); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl1.LookAndFeel.UseWindowsXPTheme = true; this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(394, 100); this.panelControl1.TabIndex = 2; // // pb // this.pb.Image = global::NICSQLTools.Properties.Resources.Question; this.pb.Location = new System.Drawing.Point(8, 14); this.pb.Name = "pb"; this.pb.Size = new System.Drawing.Size(64, 64); this.pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pb.TabIndex = 3; this.pb.TabStop = false; // // btnNo // this.btnNo.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.btnNo.Appearance.Options.UseFont = true; this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No; this.btnNo.Image = global::NICSQLTools.Properties.Resources.cancel_16x16; this.btnNo.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.btnNo.Location = new System.Drawing.Point(290, 106); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(100, 23); this.btnNo.TabIndex = 0; this.btnNo.Text = "No"; // // btnClose // this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnClose.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.btnClose.Appearance.Options.UseFont = true; this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Image = global::NICSQLTools.Properties.Resources.cancel_16x16; this.btnClose.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight; this.btnClose.Location = new System.Drawing.Point(147, 106); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(100, 23); this.btnClose.TabIndex = 0; this.btnClose.Text = "Close"; // // tbStackTrace // this.tbStackTrace.BackColor = System.Drawing.Color.Gainsboro; this.tbStackTrace.Dock = System.Windows.Forms.DockStyle.Bottom; this.tbStackTrace.ForeColor = System.Drawing.Color.DimGray; this.tbStackTrace.Location = new System.Drawing.Point(0, 135); this.tbStackTrace.Multiline = true; this.tbStackTrace.Name = "tbStackTrace"; this.tbStackTrace.ReadOnly = true; this.tbStackTrace.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbStackTrace.Size = new System.Drawing.Size(394, 130); this.tbStackTrace.TabIndex = 3; // // MsgDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnNo; this.ClientSize = new System.Drawing.Size(394, 265); this.Controls.Add(this.tbStackTrace); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnNo); this.Controls.Add(this.btnYes); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.Name = "MsgDlg"; this.Opacity = 0D; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Message"; this.TopMost = true; this.Load += new System.EventHandler(this.msgDlg_Load); ((System.ComponentModel.ISupportInitialize)(this.tbMSG.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(ActionManageForm)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnAddChild = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.ActionNoTextEdit = new DevExpress.XtraEditors.TextEdit(); this.bindingSource1 = new System.Windows.Forms.BindingSource(); this.ActionNameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.ParentActionNoTextEdit = new DevExpress.XtraEditors.TextEdit(); this.OrderSpinEdit = new DevExpress.XtraEditors.SpinEdit(); this.RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit(); this.ActionTypeTextEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForActionNo = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForActionName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForParentActionNo = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForOrder = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForActionType = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.tcolActionName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit(); this.treeList_ShowLine1 = new FengSharp.WinForm.Dev.Components.TreeList_ShowLine(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ActionNoTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ActionNameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ParentActionNoTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ActionTypeTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForParentActionNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.dataLayoutControl1); this.layoutControl1.Controls.Add(this.treeList1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(940, 559); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.btnAdd); this.dataLayoutControl1.Controls.Add(this.btnAddChild); this.dataLayoutControl1.Controls.Add(this.btnDel); this.dataLayoutControl1.Controls.Add(this.btnClose); this.dataLayoutControl1.Controls.Add(this.btnSave); this.dataLayoutControl1.Controls.Add(this.ActionNoTextEdit); this.dataLayoutControl1.Controls.Add(this.ActionNameTextEdit); this.dataLayoutControl1.Controls.Add(this.ParentActionNoTextEdit); this.dataLayoutControl1.Controls.Add(this.OrderSpinEdit); this.dataLayoutControl1.Controls.Add(this.RemarkMemoEdit); this.dataLayoutControl1.Controls.Add(this.ActionTypeTextEdit); this.dataLayoutControl1.DataSource = this.bindingSource1; this.dataLayoutControl1.Location = new System.Drawing.Point(237, 6); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups; this.dataLayoutControl1.Root = this.Root; this.dataLayoutControl1.Size = new System.Drawing.Size(697, 547); this.dataLayoutControl1.TabIndex = 5; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // btnAdd // this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image"))); this.btnAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnAdd.Location = new System.Drawing.Point(169, 509); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(100, 26); this.btnAdd.StyleController = this.dataLayoutControl1; this.btnAdd.TabIndex = 14; this.btnAdd.Text = "新增同级"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnAddChild // this.btnAddChild.Image = ((System.Drawing.Image)(resources.GetObject("btnAddChild.Image"))); this.btnAddChild.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnAddChild.Location = new System.Drawing.Point(273, 509); this.btnAddChild.Name = "btnAddChild"; this.btnAddChild.Size = new System.Drawing.Size(100, 26); this.btnAddChild.StyleController = this.dataLayoutControl1; this.btnAddChild.TabIndex = 15; this.btnAddChild.Text = "新增子级"; this.btnAddChild.Click += new System.EventHandler(this.btnAddChild_Click); // // btnDel // this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image"))); this.btnDel.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnDel.Location = new System.Drawing.Point(377, 509); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(100, 26); this.btnDel.StyleController = this.dataLayoutControl1; this.btnDel.TabIndex = 16; this.btnDel.Text = "删除(&D)"; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // btnClose // this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnClose.Location = new System.Drawing.Point(585, 509); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(100, 26); this.btnClose.StyleController = this.dataLayoutControl1; this.btnClose.TabIndex = 14; this.btnClose.Text = "关闭(&C)"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSave // this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnSave.Location = new System.Drawing.Point(481, 509); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 26); this.btnSave.StyleController = this.dataLayoutControl1; this.btnSave.TabIndex = 13; this.btnSave.Text = "保存(&S)"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // ActionNoTextEdit // this.ActionNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionNo", true)); this.ActionNoTextEdit.Location = new System.Drawing.Point(63, 12); this.ActionNoTextEdit.Name = "ActionNoTextEdit"; this.ActionNoTextEdit.Properties.NullValuePrompt = null; this.ActionNoTextEdit.Size = new System.Drawing.Size(622, 20); this.ActionNoTextEdit.StyleController = this.dataLayoutControl1; this.ActionNoTextEdit.TabIndex = 4; // // bindingSource1 // this.bindingSource1.DataSource = typeof(FengSharp.OneCardAccess.Domain.RBACModule.Entity.ActionEntity); // // ActionNameTextEdit // this.ActionNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionName", true)); this.ActionNameTextEdit.Location = new System.Drawing.Point(63, 36); this.ActionNameTextEdit.Name = "ActionNameTextEdit"; this.ActionNameTextEdit.Properties.NullValuePrompt = null; this.ActionNameTextEdit.Size = new System.Drawing.Size(622, 20); this.ActionNameTextEdit.StyleController = this.dataLayoutControl1; this.ActionNameTextEdit.TabIndex = 5; // // ParentActionNoTextEdit // this.ParentActionNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ParentActionNo", true)); this.ParentActionNoTextEdit.Location = new System.Drawing.Point(63, 60); this.ParentActionNoTextEdit.Name = "ParentActionNoTextEdit"; this.ParentActionNoTextEdit.Properties.NullValuePrompt = null; this.ParentActionNoTextEdit.Size = new System.Drawing.Size(622, 20); this.ParentActionNoTextEdit.StyleController = this.dataLayoutControl1; this.ParentActionNoTextEdit.TabIndex = 6; // // OrderSpinEdit // this.OrderSpinEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Order", true)); this.OrderSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.OrderSpinEdit.Location = new System.Drawing.Point(63, 84); this.OrderSpinEdit.Name = "OrderSpinEdit"; this.OrderSpinEdit.Properties.Appearance.Options.UseTextOptions = true; this.OrderSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.OrderSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.OrderSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default; this.OrderSpinEdit.Properties.Mask.EditMask = "N0"; this.OrderSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.OrderSpinEdit.Properties.NullValuePrompt = null; this.OrderSpinEdit.Size = new System.Drawing.Size(622, 20); this.OrderSpinEdit.StyleController = this.dataLayoutControl1; this.OrderSpinEdit.TabIndex = 10; // // RemarkMemoEdit // this.RemarkMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Remark", true)); this.RemarkMemoEdit.Location = new System.Drawing.Point(63, 132); this.RemarkMemoEdit.Name = "RemarkMemoEdit"; this.RemarkMemoEdit.Properties.NullValuePrompt = null; this.RemarkMemoEdit.Size = new System.Drawing.Size(622, 373); this.RemarkMemoEdit.StyleController = this.dataLayoutControl1; this.RemarkMemoEdit.TabIndex = 11; // // ActionTypeTextEdit // this.ActionTypeTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionType", true)); this.ActionTypeTextEdit.Location = new System.Drawing.Point(63, 108); this.ActionTypeTextEdit.Name = "ActionTypeTextEdit"; this.ActionTypeTextEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ActionTypeTextEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("module", "module", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("auth", "auth", -1)}); this.ActionTypeTextEdit.Properties.NullValuePrompt = null; this.ActionTypeTextEdit.Size = new System.Drawing.Size(622, 20); this.ActionTypeTextEdit.StyleController = this.dataLayoutControl1; this.ActionTypeTextEdit.TabIndex = 8; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup2}); this.Root.Location = new System.Drawing.Point(0, 0); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.Root.Size = new System.Drawing.Size(697, 547); this.Root.TextVisible = false; // // layoutControlGroup2 // this.layoutControlGroup2.AllowDrawBackground = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForActionNo, this.ItemForActionName, this.ItemForParentActionNo, this.ItemForOrder, this.ItemForActionType, this.ItemForRemark, this.layoutControlItem3, this.layoutControlItem4, this.emptySpaceItem1, this.layoutControlItem6, this.layoutControlItem7, this.layoutControlItem8}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "autoGeneratedGroup0"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.layoutControlGroup2.Size = new System.Drawing.Size(689, 539); this.layoutControlGroup2.TextVisible = false; // // ItemForActionNo // this.ItemForActionNo.Control = this.ActionNoTextEdit; this.ItemForActionNo.Location = new System.Drawing.Point(0, 0); this.ItemForActionNo.Name = "ItemForActionNo"; this.ItemForActionNo.Size = new System.Drawing.Size(677, 24); this.ItemForActionNo.Text = "权限编号"; this.ItemForActionNo.TextSize = new System.Drawing.Size(48, 13); // // ItemForActionName // this.ItemForActionName.Control = this.ActionNameTextEdit; this.ItemForActionName.Location = new System.Drawing.Point(0, 24); this.ItemForActionName.Name = "ItemForActionName"; this.ItemForActionName.Size = new System.Drawing.Size(677, 24); this.ItemForActionName.Text = "权限名称"; this.ItemForActionName.TextSize = new System.Drawing.Size(48, 13); // // ItemForParentActionNo // this.ItemForParentActionNo.Control = this.ParentActionNoTextEdit; this.ItemForParentActionNo.CustomizationFormText = "父级编号"; this.ItemForParentActionNo.Location = new System.Drawing.Point(0, 48); this.ItemForParentActionNo.Name = "ItemForParentActionNo"; this.ItemForParentActionNo.Size = new System.Drawing.Size(677, 24); this.ItemForParentActionNo.Text = "父级编号"; this.ItemForParentActionNo.TextSize = new System.Drawing.Size(48, 13); // // ItemForOrder // this.ItemForOrder.Control = this.OrderSpinEdit; this.ItemForOrder.CustomizationFormText = "序号"; this.ItemForOrder.Location = new System.Drawing.Point(0, 72); this.ItemForOrder.Name = "ItemForOrder"; this.ItemForOrder.Size = new System.Drawing.Size(677, 24); this.ItemForOrder.Text = "序号"; this.ItemForOrder.TextSize = new System.Drawing.Size(48, 13); // // ItemForActionType // this.ItemForActionType.Control = this.ActionTypeTextEdit; this.ItemForActionType.CustomizationFormText = "类型"; this.ItemForActionType.Location = new System.Drawing.Point(0, 96); this.ItemForActionType.Name = "ItemForActionType"; this.ItemForActionType.Size = new System.Drawing.Size(677, 24); this.ItemForActionType.Text = "类型"; this.ItemForActionType.TextSize = new System.Drawing.Size(48, 13); // // ItemForRemark // this.ItemForRemark.Control = this.RemarkMemoEdit; this.ItemForRemark.CustomizationFormText = "备注"; this.ItemForRemark.Location = new System.Drawing.Point(0, 120); this.ItemForRemark.Name = "ItemForRemark"; this.ItemForRemark.Size = new System.Drawing.Size(677, 377); this.ItemForRemark.Text = "备注"; this.ItemForRemark.TextSize = new System.Drawing.Size(48, 13); // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnSave; this.layoutControlItem3.Location = new System.Drawing.Point(469, 497); this.layoutControlItem3.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem3.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(104, 30); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnClose; this.layoutControlItem4.Location = new System.Drawing.Point(573, 497); this.layoutControlItem4.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(104, 30); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 497); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(157, 30); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem6 // this.layoutControlItem6.Control = this.btnDel; this.layoutControlItem6.Location = new System.Drawing.Point(365, 497); this.layoutControlItem6.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(104, 30); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.btnAddChild; this.layoutControlItem7.Location = new System.Drawing.Point(261, 497); this.layoutControlItem7.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem7.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(104, 30); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.btnAdd; this.layoutControlItem8.Location = new System.Drawing.Point(157, 497); this.layoutControlItem8.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem8.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(104, 30); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // treeList1 // this.treeList1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightYellow; this.treeList1.Appearance.EvenRow.Options.UseBackColor = true; this.treeList1.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.treeList1.Appearance.OddRow.Options.UseBackColor = true; this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.tcolActionName}); this.treeList1.IndicatorWidth = 40; this.treeList1.KeyFieldName = "ActionNo"; this.treeList_ShowLine1.SetLineNoFormatString(this.treeList1, "{0}"); this.treeList1.Location = new System.Drawing.Point(6, 6); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.Editable = false; this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false; this.treeList1.OptionsSelection.UseIndicatorForSelection = true; this.treeList1.OptionsView.EnableAppearanceEvenRow = true; this.treeList1.OptionsView.EnableAppearanceOddRow = true; this.treeList1.ParentFieldName = "ParentActionNo"; this.treeList_ShowLine1.SetShowLineNo(this.treeList1, true); this.treeList1.Size = new System.Drawing.Size(227, 547); this.treeList1.TabIndex = 4; // // tcolActionName // this.tcolActionName.Caption = "功能名称"; this.tcolActionName.FieldName = "ActionName"; this.tcolActionName.Name = "tcolActionName"; this.tcolActionName.Visible = true; this.tcolActionName.VisibleIndex = 0; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.layoutControlGroup1.Size = new System.Drawing.Size(940, 559); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.treeList1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(231, 551); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.dataLayoutControl1; this.layoutControlItem2.Location = new System.Drawing.Point(231, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(701, 551); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // ActionManageForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(940, 559); this.Controls.Add(this.layoutControl1); this.formLoadErrorExit1.SetEnableLoadError(this, true); this.Name = "ActionManageForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "功能设置"; this.Load += new System.EventHandler(this.ActionManageForm_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ActionNoTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ActionNameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ParentActionNoTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ActionTypeTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForParentActionNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForActionType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// �����֧������ķ��� - ��Ҫ /// ʹ�ô���༭���Ĵ˷��������ݡ� /// </summary> private void InitializeComponent() { this.panelControl = new DevExpress.XtraEditors.PanelControl(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.textBox1 = new DevExpress.XtraEditors.TextEdit(); this.label1 = new System.Windows.Forms.Label(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl)).BeginInit(); this.panelControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl // this.panelControl.Controls.Add(this.memoEdit1); this.panelControl.Controls.Add(this.textBox1); this.panelControl.Controls.Add(this.label1); this.panelControl.Controls.Add(this.btnOK); this.panelControl.Controls.Add(this.btnCancel); this.panelControl.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl.Location = new System.Drawing.Point(0, 0); this.panelControl.Name = "panelControl"; this.panelControl.Size = new System.Drawing.Size(371, 85); this.panelControl.TabIndex = 0; this.panelControl.Text = "panelControl1"; // // memoEdit1 // this.memoEdit1.Location = new System.Drawing.Point(-214, 86); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(273, 44); this.memoEdit1.TabIndex = 9; this.memoEdit1.Visible = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(86, 12); this.textBox1.Name = "textBox1"; this.textBox1.Properties.MaxLength = 10; this.textBox1.Size = new System.Drawing.Size(273, 21); this.textBox1.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 4; this.label1.Text = "���ƣ�"; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(191, 49); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "ȷ��"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(278, 49); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "ȡ��"; // // FrmbdzTypeDialog // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(371, 85); this.Controls.Add(this.panelControl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmbdzTypeDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "����"; this.Load += new System.EventHandler(this.FrmglebeTypeDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl)).EndInit(); this.panelControl.ResumeLayout(false); this.panelControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.simpleButtonCancel); this.panelControl1.Controls.Add(this.simpleButtonOK); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.memoEdit1); this.panelControl1.Controls.Add(this.lookUpEdit1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(338, 220); this.panelControl1.TabIndex = 0; this.panelControl1.Text = "panelControl1"; // // simpleButtonCancel // this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButtonCancel.Location = new System.Drawing.Point(246, 186); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.TabIndex = 51; this.simpleButtonCancel.Text = "Cancel"; // // simpleButtonOK // this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButtonOK.Location = new System.Drawing.Point(156, 186); this.simpleButtonOK.Name = "simpleButtonOK"; this.simpleButtonOK.TabIndex = 50; this.simpleButtonOK.Text = "OK"; this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click); // // label3 // this.label3.Location = new System.Drawing.Point(8, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 24); this.label3.TabIndex = 4; this.label3.Text = "Remark"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 23); this.label2.TabIndex = 3; this.label2.Text = "Member ID"; // // label1 // this.label1.Location = new System.Drawing.Point(2, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(260, 30); this.label1.TabIndex = 2; this.label1.Text = "Please select the member you wish to transfer him/her the credit package."; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(82, 74); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(242, 96); this.memoEdit1.TabIndex = 1; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(80, 46); this.lookUpEdit1.Name = "lookUpEdit1"; // // lookUpEdit1.Properties // this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Size = new System.Drawing.Size(244, 20); this.lookUpEdit1.TabIndex = 0; // // FormTransferMemberCreditPackage // this.AcceptButton = this.simpleButtonOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButtonCancel; this.ClientSize = new System.Drawing.Size(338, 220); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTransferMemberCreditPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormTransferMemberCreditPackage"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblContact = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.dateedtDate = new DevExpress.XtraEditors.DateEdit(); this.luedtContact = new DevExpress.XtraEditors.LookUpEdit(); this.memoedtRemark = new DevExpress.XtraEditors.MemoEdit(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.txtBranchCode = new DevExpress.XtraEditors.TextEdit(); this.label7 = new System.Windows.Forms.Label(); this.dateedtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dateedtStartTime = new DevExpress.XtraEditors.DateEdit(); this.rbNew = new System.Windows.Forms.RadioButton(); this.rbExisting = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.ucMemberID1 = new ACMS.ucMemberID(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(20, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 18); this.label1.TabIndex = 0; this.label1.Text = "Date:"; // // label2 // this.label2.Location = new System.Drawing.Point(20, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 18); this.label2.TabIndex = 1; this.label2.Text = "Start time:"; // // label3 // this.label3.Location = new System.Drawing.Point(20, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 18); this.label3.TabIndex = 2; this.label3.Text = "End time:"; // // lblContact // this.lblContact.Location = new System.Drawing.Point(20, 129); this.lblContact.Name = "lblContact"; this.lblContact.Size = new System.Drawing.Size(100, 18); this.lblContact.TabIndex = 4; this.lblContact.Text = "Contact:"; // // label6 // this.label6.Location = new System.Drawing.Point(20, 193); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 18); this.label6.TabIndex = 5; this.label6.Text = "Remark:"; // // dateedtDate // this.dateedtDate.EditValue = new System.DateTime(2006, 1, 28, 0, 0, 0, 0); this.dateedtDate.Location = new System.Drawing.Point(136, 12); this.dateedtDate.Name = "dateedtDate"; this.dateedtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateedtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtDate.Size = new System.Drawing.Size(152, 20); this.dateedtDate.TabIndex = 0; // // luedtContact // this.luedtContact.Location = new System.Drawing.Point(136, 126); this.luedtContact.Name = "luedtContact"; this.luedtContact.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luedtContact.Size = new System.Drawing.Size(152, 20); this.luedtContact.TabIndex = 4; // // memoedtRemark // this.memoedtRemark.EditValue = ""; this.memoedtRemark.Location = new System.Drawing.Point(136, 193); this.memoedtRemark.Name = "memoedtRemark"; this.memoedtRemark.Properties.MaxLength = 1000; this.memoedtRemark.Size = new System.Drawing.Size(436, 184); this.memoedtRemark.TabIndex = 5; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.Location = new System.Drawing.Point(415, 396); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(75, 23); this.sbtnSave.TabIndex = 6; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(497, 396); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.Size = new System.Drawing.Size(75, 23); this.sbtnCancel.TabIndex = 8; this.sbtnCancel.Text = "Cancel"; // // txtBranchCode // this.txtBranchCode.EditValue = ""; this.txtBranchCode.Enabled = false; this.txtBranchCode.Location = new System.Drawing.Point(136, 162); this.txtBranchCode.Name = "txtBranchCode"; this.txtBranchCode.Properties.MaxLength = 50; this.txtBranchCode.Size = new System.Drawing.Size(100, 20); this.txtBranchCode.TabIndex = 110; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(18, 164); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(102, 18); this.label7.TabIndex = 111; this.label7.Text = "Branch Code :"; // // dateedtEndTime // this.dateedtEndTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtEndTime.Location = new System.Drawing.Point(136, 68); this.dateedtEndTime.Name = "dateedtEndTime"; this.dateedtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null)}); this.dateedtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtEndTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtEndTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtEndTime.Size = new System.Drawing.Size(100, 20); this.dateedtEndTime.TabIndex = 113; // // dateedtStartTime // this.dateedtStartTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtStartTime.Location = new System.Drawing.Point(136, 40); this.dateedtStartTime.Name = "dateedtStartTime"; this.dateedtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null)}); this.dateedtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtStartTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtStartTime.Size = new System.Drawing.Size(100, 20); this.dateedtStartTime.TabIndex = 112; // // rbNew // this.rbNew.AutoSize = true; this.rbNew.Checked = true; this.rbNew.Location = new System.Drawing.Point(136, 103); this.rbNew.Name = "rbNew"; this.rbNew.Size = new System.Drawing.Size(74, 17); this.rbNew.TabIndex = 115; this.rbNew.TabStop = true; this.rbNew.Text = "New Lead"; this.rbNew.UseVisualStyleBackColor = true; this.rbNew.CheckedChanged += new System.EventHandler(this.rbNew_CheckedChanged); // // rbExisting // this.rbExisting.AutoSize = true; this.rbExisting.Location = new System.Drawing.Point(225, 103); this.rbExisting.Name = "rbExisting"; this.rbExisting.Size = new System.Drawing.Size(102, 17); this.rbExisting.TabIndex = 114; this.rbExisting.Text = "Existing Member"; this.rbExisting.UseVisualStyleBackColor = true; this.rbExisting.CheckedChanged += new System.EventHandler(this.rbExisting_CheckedChanged); // // label4 // this.label4.Location = new System.Drawing.Point(20, 105); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 18); this.label4.TabIndex = 118; this.label4.Text = "Type :"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(136, 126); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(184, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 117; // // frmAppointment // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(584, 431); this.Controls.Add(this.label4); this.Controls.Add(this.ucMemberID1); this.Controls.Add(this.rbNew); this.Controls.Add(this.rbExisting); this.Controls.Add(this.dateedtEndTime); this.Controls.Add(this.dateedtStartTime); this.Controls.Add(this.txtBranchCode); this.Controls.Add(this.label7); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.memoedtRemark); this.Controls.Add(this.luedtContact); this.Controls.Add(this.dateedtDate); this.Controls.Add(this.label6); this.Controls.Add(this.lblContact); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAppointment"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "{0} Appointment"; this.Load += new System.EventHandler(this.frmAppointment_Load); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule(); this.labelTextBox1 = new Ultra.FASControls.LabelTextBox(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(); ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit(); this.pnlMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit(); this.pnlFill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit(); this.pnlBottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.labelTextBox1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Location = new System.Drawing.Point(195, 5); // // btnOK // this.btnOK.Location = new System.Drawing.Point(110, 6); this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // pnlMain // this.pnlMain.Size = new System.Drawing.Size(350, 193); // // pnlFill // this.pnlFill.Controls.Add(this.memoEdit1); this.pnlFill.Controls.Add(this.labelControl1); this.pnlFill.Controls.Add(this.labelTextBox1); this.pnlFill.Size = new System.Drawing.Size(350, 147); // // pnlBottom // this.pnlBottom.Location = new System.Drawing.Point(0, 147); this.pnlBottom.Size = new System.Drawing.Size(350, 46); // // labelTextBox1 // this.labelTextBox1.EditValue = ""; this.labelTextBox1.LabelText = "售后单号"; this.labelTextBox1.Location = new System.Drawing.Point(12, 12); this.labelTextBox1.Name = "labelTextBox1"; serializableAppearanceObject1.Options.UseTextOptions = true; serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.labelTextBox1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "售后单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)}); this.labelTextBox1.Properties.ReadOnly = true; this.labelTextBox1.Size = new System.Drawing.Size(332, 21); this.labelTextBox1.TabIndex = 9; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(12, 49); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(24, 14); this.labelControl1.TabIndex = 10; this.labelControl1.Text = "备注"; // // memoEdit1 // this.memoEdit1.Location = new System.Drawing.Point(42, 47); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Properties.MaxLength = 200; this.memoEdit1.Size = new System.Drawing.Size(302, 96); this.memoEdit1.TabIndex = 11; conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank; conditionValidationRule1.ErrorText = "必须填写"; conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical; this.dxValidationProvider1.SetValidationRule(this.memoEdit1, conditionValidationRule1); // // InvalidAfterSale // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(350, 193); this.Name = "InvalidAfterSale"; this.Text = "作废"; this.Load += new System.EventHandler(this.InvalidAdjView_Load); ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit(); this.pnlMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit(); this.pnlFill.ResumeLayout(false); this.pnlFill.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit(); this.pnlBottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.labelTextBox1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.listBoxControl2 = new DevExpress.XtraEditors.ListBoxControl(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton6 // this.simpleButton6.Location = new System.Drawing.Point(260, 233); this.simpleButton6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(55, 34); this.simpleButton6.TabIndex = 55; this.simpleButton6.Text = "清空"; this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click); // // simpleButton5 // this.simpleButton5.Location = new System.Drawing.Point(260, 56); this.simpleButton5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(55, 34); this.simpleButton5.TabIndex = 54; this.simpleButton5.Text = "全选"; this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click); // // labelControl4 // this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.labelControl4.Location = new System.Drawing.Point(332, 41); this.labelControl4.Margin = new System.Windows.Forms.Padding(0); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(234, 24); this.labelControl4.TabIndex = 53; this.labelControl4.Text = "已选字段"; // // listBoxControl2 // this.listBoxControl2.Location = new System.Drawing.Point(331, 65); this.listBoxControl2.Margin = new System.Windows.Forms.Padding(0); this.listBoxControl2.Name = "listBoxControl2"; this.listBoxControl2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxControl2.Size = new System.Drawing.Size(234, 213); this.listBoxControl2.TabIndex = 52; // // simpleButton3 // this.simpleButton3.Location = new System.Drawing.Point(260, 174); this.simpleButton3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(55, 34); this.simpleButton3.TabIndex = 51; this.simpleButton3.Text = "<="; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(260, 115); this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(55, 34); this.simpleButton2.TabIndex = 50; this.simpleButton2.Text = "=>"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(7, 14); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(84, 17); this.labelControl3.TabIndex = 49; this.labelControl3.Text = "选择数据表:"; // // comboBoxEdit1 // this.comboBoxEdit1.Enabled = false; this.comboBoxEdit1.Location = new System.Drawing.Point(97, 14); this.comboBoxEdit1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Size = new System.Drawing.Size(177, 22); this.comboBoxEdit1.TabIndex = 48; this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged); // // labelControl2 // this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.labelControl2.Location = new System.Drawing.Point(7, 41); this.labelControl2.Margin = new System.Windows.Forms.Padding(0); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(234, 24); this.labelControl2.TabIndex = 47; this.labelControl2.Text = "可选字段"; // // listBoxControl1 // this.listBoxControl1.Location = new System.Drawing.Point(7, 65); this.listBoxControl1.Margin = new System.Windows.Forms.Padding(0); this.listBoxControl1.Name = "listBoxControl1"; this.listBoxControl1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxControl1.Size = new System.Drawing.Size(234, 213); this.listBoxControl1.TabIndex = 46; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(591, 31); this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 28); this.simpleButton1.TabIndex = 45; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(11, 7); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(126, 17); this.labelControl1.TabIndex = 44; this.labelControl1.Text = "数据库连接字符串:"; // // textEdit1 // this.textEdit1.EditValue = "Provider=MSDAORA.1;Password=lyq;User ID=lyq;Data Source=lyq;Persist Security Info" + "=True;"; this.textEdit1.Location = new System.Drawing.Point(12, 34); this.textEdit1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.textEdit1.Size = new System.Drawing.Size(558, 22); this.textEdit1.TabIndex = 43; // // simpleButton7 // this.simpleButton7.Enabled = false; this.simpleButton7.Location = new System.Drawing.Point(591, 290); this.simpleButton7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.simpleButton7.Name = "simpleButton7"; this.simpleButton7.Size = new System.Drawing.Size(75, 28); this.simpleButton7.TabIndex = 57; this.simpleButton7.Text = "确定"; this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click); // // simpleButton8 // this.simpleButton8.Location = new System.Drawing.Point(591, 344); this.simpleButton8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.simpleButton8.Name = "simpleButton8"; this.simpleButton8.Size = new System.Drawing.Size(75, 28); this.simpleButton8.TabIndex = 58; this.simpleButton8.Text = "取消"; this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click); // // textEdit2 // this.textEdit2.EditValue = "0"; this.textEdit2.Location = new System.Drawing.Point(591, 220); this.textEdit2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textEdit2.Name = "textEdit2"; this.textEdit2.Properties.Mask.EditMask = "d"; this.textEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEdit2.Size = new System.Drawing.Size(75, 22); this.textEdit2.TabIndex = 60; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(591, 200); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(33, 17); this.labelControl5.TabIndex = 61; this.labelControl5.Text = "行数:"; // // xtraTabControl1 // this.xtraTabControl1.Location = new System.Drawing.Point(10, 64); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(575, 319); this.xtraTabControl1.TabIndex = 62; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.labelControl4); this.xtraTabPage1.Controls.Add(this.listBoxControl1); this.xtraTabPage1.Controls.Add(this.labelControl2); this.xtraTabPage1.Controls.Add(this.comboBoxEdit1); this.xtraTabPage1.Controls.Add(this.labelControl3); this.xtraTabPage1.Controls.Add(this.simpleButton2); this.xtraTabPage1.Controls.Add(this.simpleButton6); this.xtraTabPage1.Controls.Add(this.simpleButton3); this.xtraTabPage1.Controls.Add(this.simpleButton5); this.xtraTabPage1.Controls.Add(this.listBoxControl2); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(573, 288); this.xtraTabPage1.Text = "基础查询"; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.memoEdit1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(573, 288); this.xtraTabPage2.Text = "自定义查询"; // // memoEdit1 // this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.memoEdit1.Location = new System.Drawing.Point(0, 0); this.memoEdit1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(573, 288); this.memoEdit1.TabIndex = 1; this.memoEdit1.UseOptimizedRendering = true; // // DebugDataSelectForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(673, 391); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.labelControl5); this.Controls.Add(this.textEdit2); this.Controls.Add(this.simpleButton8); this.Controls.Add(this.simpleButton7); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelControl1); this.Controls.Add(this.textEdit1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "DebugDataSelectForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择数据"; ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); this.xtraTabPage1.PerformLayout(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReception)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); this.gcShowColumns = new DevExpress.XtraEditors.GroupControl(); this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit(); this.panel7 = new System.Windows.Forms.Panel(); this.paDelete = new System.Windows.Forms.Panel(); this.tbResidue = new DevExpress.XtraEditors.SpinEdit(); this.tbAmortization = new DevExpress.XtraEditors.SpinEdit(); this.panel5 = new System.Windows.Forms.Panel(); this.tbTotalIgv = new DevExpress.XtraEditors.SpinEdit(); this.tbTotalAmount = new DevExpress.XtraEditors.SpinEdit(); this.tbSubTotalAmount = new DevExpress.XtraEditors.SpinEdit(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.gcReception = new DevExpress.XtraGrid.GridControl(); this.gvReception = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcRec_idrecep_sample_detail = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_OrderSample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Description = new DevExpress.XtraGrid.Columns.GridColumn(); this.repDescription = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcRec_Idmr_detail = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Type_Sample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Procedence = new DevExpress.XtraGrid.Columns.GridColumn(); this.repProcedence = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gcRec_Code = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_NameSample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Flag_envelope_sealed = new DevExpress.XtraGrid.Columns.GridColumn(); this.repEnvelope_sealed = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gcRec_CantKg = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Reject = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Counter_Sample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Days = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRec_Cost = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repSelect = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gcDyn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDyn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Code = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Date = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Hour = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Cod_matrix = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Cod_campo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_NameSample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Ubigeo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_UTM = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Num_bottle_plastic = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Num_bottle_glass = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAgua_Volumen = new DevExpress.XtraGrid.Columns.GridColumn(); this.repResult = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repSendReport = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repLink = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repDesLink = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.repSample = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.tbFax = new DevExpress.XtraEditors.TextEdit(); this.tbClientPhone = new DevExpress.XtraEditors.TextEdit(); this.tbClientRuc = new DevExpress.XtraEditors.TextEdit(); this.tbClientDomicile = new DevExpress.XtraEditors.TextEdit(); this.label9 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cbCompany = new LimsProject.MyLookUpEdit(); this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage(); this.gcContact = new DevExpress.XtraGrid.GridControl(); this.gvContact = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcCon_Idrecep_company_person = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Idperson = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Idcompany = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Idrecep_sample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Allname = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Mail = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCon_Person_type = new DevExpress.XtraGrid.Columns.GridColumn(); this.repPerson_type = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcCon_Phone = new DevExpress.XtraGrid.Columns.GridColumn(); this.repPhone = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gcCon_Cellphone = new DevExpress.XtraGrid.Columns.GridColumn(); this.repCellPhone = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repNum = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.ckDispatchFax = new DevExpress.XtraEditors.CheckEdit(); this.ckDispatchPerson = new DevExpress.XtraEditors.CheckEdit(); this.ckDispatchTransport = new DevExpress.XtraEditors.CheckEdit(); this.ckDispatchCurier = new DevExpress.XtraEditors.CheckEdit(); this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel(); this.tabOptionRight = new DevExpress.XtraTab.XtraTabControl(); this.tpRightMethods = new DevExpress.XtraTab.XtraTabPage(); this.lookUpEdit3 = new DevExpress.XtraEditors.LookUpEdit(); this.gcMethods = new DevExpress.XtraGrid.GridControl(); this.gvMethods = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcMet_Cod_template_method = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Cod_element = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Abbreviation = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Name_type_analisys = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Title = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_TypeAnalisys = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Button = new DevExpress.XtraGrid.Columns.GridColumn(); this.repAddColumn = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gcMet_Cost = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Unit1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Unit_Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Idelement = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Idtemplate_method = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMet_Analisys_time = new DevExpress.XtraGrid.Columns.GridColumn(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.tpRightReports = new DevExpress.XtraTab.XtraTabPage(); this.gcReport = new DevExpress.XtraGrid.GridControl(); this.gvReport = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcRep_idrecep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRep_order_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRep_cod_recep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRep_report_status = new DevExpress.XtraGrid.Columns.GridColumn(); this.repStatusReport = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcRep_type_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRep_Option = new DevExpress.XtraGrid.Columns.GridColumn(); this.repReportOption = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gcRep_Str_cod_recep_sample_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRep_Date_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.repDateReport = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.repTimeReport = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit(); this.repTypeReport = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.btMakePartialReport = new DevExpress.XtraEditors.SimpleButton(); this.btMakeFinalReport = new DevExpress.XtraEditors.SimpleButton(); this.tpRightAttach = new DevExpress.XtraTab.XtraTabPage(); this.gcAttachFile = new DevExpress.XtraGrid.GridControl(); this.gvAttachFile = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcAtt_Iddocument_recep = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAtt_Idrecep_sample = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAtt_FileName = new DevExpress.XtraGrid.Columns.GridColumn(); this.repAttach_file = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcAtt_Attach_status = new DevExpress.XtraGrid.Columns.GridColumn(); this.repAttach_status = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcAtt_Buttons = new DevExpress.XtraGrid.Columns.GridColumn(); this.repButtons = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gcAtt_SourcePath = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAtt_Order_file = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcAtt_Idrecep_sample_attach = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.btNewFile = new DevExpress.XtraEditors.SimpleButton(); this.tpRightProgram = new DevExpress.XtraTab.XtraTabPage(); this.gcProgram = new DevExpress.XtraGrid.GridControl(); this.gvProgram = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcProg_Idrecep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcProg_Order_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcProg_Cod_recep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcProg_Program_status = new DevExpress.XtraGrid.Columns.GridColumn(); this.repProgramStatus = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repProgramButton = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gcProg_Date_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.repDateProgram = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.gcProg_Time_report = new DevExpress.XtraGrid.Columns.GridColumn(); this.repTimeProgram = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit(); this.gcProg_Str_cod_recep_sample_program = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.btProgramSelection = new DevExpress.XtraEditors.SimpleButton(); this.btPrintTicket = new System.Windows.Forms.Button(); this.btDesignPrint = new System.Windows.Forms.Button(); this.deReception = new DevExpress.XtraEditors.DateEdit(); this.label12 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.deResult = new DevExpress.XtraEditors.DateEdit(); this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl(); this.tabDateRegRecep = new DevExpress.XtraTab.XtraTabPage(); this.tbNumDays = new DevExpress.XtraEditors.SpinEdit(); this.deHourResult = new DevExpress.XtraEditors.TimeEdit(); this.deHourReception = new DevExpress.XtraEditors.TimeEdit(); this.label27 = new System.Windows.Forms.Label(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.textEdit3 = new DevExpress.XtraEditors.TextEdit(); this.btReportClient = new System.Windows.Forms.Button(); this.txIdrecep_sample = new DevExpress.XtraEditors.TextEdit(); this.label25 = new System.Windows.Forms.Label(); this.cbTypeSample = new LimsProject.MyLookUpEdit(); this.label26 = new System.Windows.Forms.Label(); this.ofdRecepFileAttach = new System.Windows.Forms.OpenFileDialog(); this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components); this.label14 = new System.Windows.Forms.Label(); this.tbAdministrativeExpense = new DevExpress.XtraEditors.SpinEdit(); this.tbCod_recep_sample = new DevExpress.XtraEditors.TextEdit(); this.ucSignReception = new LimsProject.UcSign(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panel9 = new System.Windows.Forms.Panel(); this.panel11 = new System.Windows.Forms.Panel(); this.paTypeSample = new System.Windows.Forms.Panel(); this.paCodRegisterRecep = new System.Windows.Forms.Panel(); this.ucTitleRegisterRecep = new LimsProject.UcTitle(); this.ucToolStrip1 = new LimsProject.UcToolStrip(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.ucGenerarA = new LimsProject.UcGenerar(); this.ucGenerarDesde = new LimsProject.UcGenerar(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.xtraTabControl3 = new DevExpress.XtraTab.XtraTabControl(); this.tpMuestras = new DevExpress.XtraTab.XtraTabPage(); this.panelControl7 = new DevExpress.XtraEditors.PanelControl(); this.tpAnexos = new DevExpress.XtraTab.XtraTabPage(); this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit(); this.groupControl4 = new DevExpress.XtraEditors.GroupControl(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.timeEdit1 = new DevExpress.XtraEditors.TimeEdit(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.textEdit5 = new DevExpress.XtraEditors.TextEdit(); this.label21 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.tpReject = new DevExpress.XtraTab.XtraTabPage(); this.memoEdit2 = new DevExpress.XtraEditors.MemoEdit(); this.label20 = new System.Windows.Forms.Label(); this.gcRejection = new DevExpress.XtraGrid.GridControl(); this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gcRej_Code = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_NameSample = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_Date = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_Hora = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_Obs = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gcRej_C1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_C2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_C3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gcRej_C4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.tpDecree = new DevExpress.XtraTab.XtraTabPage(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.xtraTabControl4 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage(); this.gridDecretos = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcDec_Idmetodo = new DevExpress.XtraGrid.Columns.GridColumn(); this.repMetodo = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcDec_Parametro = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDec_Unidad_medida = new DevExpress.XtraGrid.Columns.GridColumn(); this.repUnidadMedida = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcDec_Result = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDec_Criterio = new DevExpress.XtraGrid.Columns.GridColumn(); this.repCriterio = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.gcDec_Valor1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDec_Valor2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDec_Conclusion = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.memoEdit3 = new DevExpress.XtraEditors.MemoEdit(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.textEdit4 = new DevExpress.XtraEditors.TextEdit(); this.textEdit6 = new DevExpress.XtraEditors.TextEdit(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.memoEdit4 = new DevExpress.XtraEditors.MemoEdit(); this.label22 = new System.Windows.Forms.Label(); this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage(); this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit(); this.label31 = new System.Windows.Forms.Label(); this.paTitleSearch.SuspendLayout(); this.paTopBasicButtons.SuspendLayout(); this.paTopSearch.SuspendLayout(); this.paBottomSearch.SuspendLayout(); this.panel1.SuspendLayout(); this.paSearchGen.SuspendLayout(); this.panel2.SuspendLayout(); this.paInferior.SuspendLayout(); this.paTitulo.SuspendLayout(); this.paCentral.SuspendLayout(); this.paSuperior.SuspendLayout(); this.thePanelTab1.SuspendLayout(); this.tpDatos.SuspendLayout(); this.paSupBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcShowColumns)).BeginInit(); this.gcShowColumns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbResidue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbAmortization.Properties)).BeginInit(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbTotalIgv.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbTotalAmount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbSubTotalAmount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcReception)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvReception)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repDescription)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repProcedence)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repEnvelope_sealed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSendReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repLink)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repDesLink)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSample)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientPhone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientRuc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientDomicile.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).BeginInit(); this.xtraTabPage6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcContact)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvContact)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repPerson_type)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repPhone)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repCellPhone)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repNum)).BeginInit(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchPerson.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchTransport.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchCurier.Properties)).BeginInit(); this.expandablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabOptionRight)).BeginInit(); this.tabOptionRight.SuspendLayout(); this.tpRightMethods.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repAddColumn)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.tpRightReports.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repStatusReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repReportOption)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repDateReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repTimeReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repTypeReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.tpRightAttach.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcAttachFile)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvAttachFile)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repAttach_file)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repAttach_status)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repButtons)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); this.tpRightProgram.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcProgram)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvProgram)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repProgramStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repProgramButton)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repDateProgram)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repTimeProgram)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.deReception.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deResult.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit(); this.xtraTabControl2.SuspendLayout(); this.tabDateRegRecep.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbNumDays.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deHourResult.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deHourReception.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txIdrecep_sample.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbAdministrativeExpense.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbCod_recep_sample.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.panel9.SuspendLayout(); this.panel11.SuspendLayout(); this.paTypeSample.SuspendLayout(); this.paCodRegisterRecep.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).BeginInit(); this.xtraTabControl3.SuspendLayout(); this.tpMuestras.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit(); this.panelControl7.SuspendLayout(); this.tpAnexos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit(); this.groupControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit(); this.tpReject.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcRejection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit(); this.tpDecree.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).BeginInit(); this.xtraTabControl4.SuspendLayout(); this.xtraTabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDecretos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repMetodo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repUnidadMedida)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repCriterio)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit(); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.Images.SetKeyName(0, "save.png"); this.imageList1.Images.SetKeyName(1, "nuevo.png"); this.imageList1.Images.SetKeyName(2, "eliminar.png"); this.imageList1.Images.SetKeyName(3, "buscar.png"); this.imageList1.Images.SetKeyName(4, "salir.png"); this.imageList1.Images.SetKeyName(5, "cancelar.png"); this.imageList1.Images.SetKeyName(6, "ok.png"); this.imageList1.Images.SetKeyName(7, "deshacer.png"); this.imageList1.Images.SetKeyName(8, "editar.png"); this.imageList1.Images.SetKeyName(9, "uncheck16x16.png"); this.imageList1.Images.SetKeyName(10, "check16x16.png"); this.imageList1.Images.SetKeyName(11, "stock-copy.png"); this.imageList1.Images.SetKeyName(12, "copy_blusky.png"); this.imageList1.Images.SetKeyName(13, "copy_price.png"); // // paTitleSearch // this.paTitleSearch.Size = new System.Drawing.Size(526, 37); // // label1 // this.label1.Size = new System.Drawing.Size(443, 37); this.label1.Text = "Recepción de Muestras - Búsqueda"; // // txtBuscar // this.txtBuscar.Location = new System.Drawing.Point(774, 56); this.txtBuscar.Size = new System.Drawing.Size(40, 21); this.txtBuscar.Visible = false; // // cbCampo // this.cbCampo.Location = new System.Drawing.Point(872, 56); this.cbCampo.Size = new System.Drawing.Size(35, 21); this.cbCampo.Visible = false; // // paTopBasicButtons // this.paTopBasicButtons.Controls.Add(this.ucGenerarDesde); this.paTopBasicButtons.Controls.Add(this.ucGenerarA); this.paTopBasicButtons.Controls.Add(this.ucSignReception); this.paTopBasicButtons.Size = new System.Drawing.Size(714, 46); this.paTopBasicButtons.Controls.SetChildIndex(this.btEliminar2, 0); this.paTopBasicButtons.Controls.SetChildIndex(this.btNuevo2, 0); this.paTopBasicButtons.Controls.SetChildIndex(this.btGuardar, 0); this.paTopBasicButtons.Controls.SetChildIndex(this.ucSignReception, 0); this.paTopBasicButtons.Controls.SetChildIndex(this.ucGenerarA, 0); this.paTopBasicButtons.Controls.SetChildIndex(this.ucGenerarDesde, 0); // // btSalir2 // this.btSalir2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btSalir2.FlatAppearance.BorderSize = 0; this.btSalir2.Location = new System.Drawing.Point(10, 5); this.btSalir2.TabStop = false; // // btGuardar // this.btGuardar.Enabled = false; this.btGuardar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btGuardar.FlatAppearance.BorderSize = 0; this.btGuardar.Location = new System.Drawing.Point(138, 4); this.btGuardar.Size = new System.Drawing.Size(62, 25); this.btGuardar.Text = "&Firmar"; this.btGuardar.Visible = false; // // btNuevo2 // this.btNuevo2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btNuevo2.FlatAppearance.BorderSize = 0; this.btNuevo2.Location = new System.Drawing.Point(151, 10); this.btNuevo2.Visible = false; // // btEliminar2 // this.btEliminar2.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btEliminar2.FlatAppearance.BorderSize = 0; this.btEliminar2.Location = new System.Drawing.Point(138, 21); this.btEliminar2.Visible = false; // // paTopSearch // this.paTopSearch.Size = new System.Drawing.Size(526, 53); // // paBottomSearch // this.paBottomSearch.Location = new System.Drawing.Point(3, 201); this.paBottomSearch.Size = new System.Drawing.Size(526, 43); this.paBottomSearch.Visible = false; // // btBuscar // this.btBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btBuscar.FlatAppearance.BorderSize = 0; this.btBuscar.Location = new System.Drawing.Point(12, 2); // // btEditar // this.btEditar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btEditar.FlatAppearance.BorderSize = 0; // // btCancel // this.btCancel.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btCancel.FlatAppearance.BorderSize = 0; // // btOk // this.btOk.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btOk.FlatAppearance.BorderSize = 0; // // panel1 // this.panel1.Location = new System.Drawing.Point(927, 0); this.panel1.Size = new System.Drawing.Size(72, 46); // // btFiltroBuscar // this.btFiltroBuscar.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control; this.btFiltroBuscar.FlatAppearance.BorderSize = 0; this.btFiltroBuscar.Location = new System.Drawing.Point(495, 17); // // paSearchGen // this.paSearchGen.Location = new System.Drawing.Point(5, 2); this.paSearchGen.Size = new System.Drawing.Size(930, 49); // // label3 // this.label3.Location = new System.Drawing.Point(823, 58); this.label3.Visible = false; // // label2 // this.label2.Location = new System.Drawing.Point(656, 52); this.label2.Visible = false; // // paMiddleFind // this.paMiddleFind.Location = new System.Drawing.Point(3, 93); this.paMiddleFind.Size = new System.Drawing.Size(526, 108); // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.None; this.panel2.Size = new System.Drawing.Size(74, 21); // // paInferior // this.paInferior.Controls.Add(this.btReportClient); this.paInferior.Controls.Add(this.btDesignPrint); this.paInferior.Controls.Add(this.btPrintTicket); this.paInferior.Location = new System.Drawing.Point(3, 559); this.paInferior.Size = new System.Drawing.Size(999, 46); this.paInferior.Controls.SetChildIndex(this.panel1, 0); this.paInferior.Controls.SetChildIndex(this.paTopBasicButtons, 0); this.paInferior.Controls.SetChildIndex(this.btPrintTicket, 0); this.paInferior.Controls.SetChildIndex(this.btDesignPrint, 0); this.paInferior.Controls.SetChildIndex(this.btReportClient, 0); // // paTitulo // this.paTitulo.Controls.Add(this.ucTitleRegisterRecep); this.paTitulo.Size = new System.Drawing.Size(999, 27); this.paTitulo.Visible = false; this.paTitulo.Controls.SetChildIndex(this.panel2, 0); this.paTitulo.Controls.SetChildIndex(this.laTitulo, 0); this.paTitulo.Controls.SetChildIndex(this.ucTitleRegisterRecep, 0); // // paCentral // this.paCentral.Controls.Add(this.panelControl2); this.paCentral.Location = new System.Drawing.Point(3, 176); this.paCentral.Size = new System.Drawing.Size(999, 383); // // paSuperior // this.paSuperior.BorderStyle = System.Windows.Forms.BorderStyle.None; this.paSuperior.Controls.Add(this.panelControl1); this.paSuperior.Location = new System.Drawing.Point(3, 30); this.paSuperior.Size = new System.Drawing.Size(999, 146); // // laTitulo // this.laTitulo.Dock = System.Windows.Forms.DockStyle.None; this.laTitulo.Size = new System.Drawing.Size(602, 27); this.laTitulo.Text = "Registro de Recepción"; // // thePanelTab1 // this.thePanelTab1.Location = new System.Drawing.Point(0, 25); this.thePanelTab1.Size = new System.Drawing.Size(1013, 637); // // tpDatos // this.tpDatos.Size = new System.Drawing.Size(1005, 608); // // paSupBotones // this.paSupBotones.Controls.Add(this.ucToolStrip1); this.paSupBotones.Padding = new System.Windows.Forms.Padding(0); this.paSupBotones.Size = new System.Drawing.Size(1013, 25); this.paSupBotones.Visible = true; // // gcShowColumns // this.gcShowColumns.Controls.Add(this.checkEdit10); this.gcShowColumns.Controls.Add(this.checkEdit9); this.gcShowColumns.Location = new System.Drawing.Point(230, 8); this.gcShowColumns.Name = "gcShowColumns"; this.gcShowColumns.Size = new System.Drawing.Size(176, 46); this.gcShowColumns.TabIndex = 24; this.gcShowColumns.Text = "Mostrar columnas"; // // checkEdit10 // this.checkEdit10.Location = new System.Drawing.Point(96, 21); this.checkEdit10.Name = "checkEdit10"; this.checkEdit10.Properties.Caption = "Métodos"; this.checkEdit10.Size = new System.Drawing.Size(75, 19); this.checkEdit10.TabIndex = 23; // // checkEdit9 // this.checkEdit9.Location = new System.Drawing.Point(15, 21); this.checkEdit9.Name = "checkEdit9"; this.checkEdit9.Properties.Caption = "Datos"; this.checkEdit9.Size = new System.Drawing.Size(75, 19); this.checkEdit9.TabIndex = 23; // // panel7 // this.panel7.Controls.Add(this.paDelete); this.panel7.Dock = System.Windows.Forms.DockStyle.Right; this.panel7.Location = new System.Drawing.Point(492, 2); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(53, 66); this.panel7.TabIndex = 22; // // paDelete // this.paDelete.AllowDrop = true; this.paDelete.Anchor = System.Windows.Forms.AnchorStyles.Right; this.paDelete.BackgroundImage = global::LimsProject.Properties.Resources.delete_column; this.paDelete.Location = new System.Drawing.Point(19, 2); this.paDelete.Name = "paDelete"; this.paDelete.Size = new System.Drawing.Size(31, 32); this.paDelete.TabIndex = 21; this.paDelete.DragDrop += new System.Windows.Forms.DragEventHandler(this.paDelete_DragDrop); this.paDelete.DragEnter += new System.Windows.Forms.DragEventHandler(this.paDelete_DragEnter); // // tbResidue // this.tbResidue.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbResidue.Location = new System.Drawing.Point(82, 25); this.tbResidue.Name = "tbResidue"; this.tbResidue.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon; this.tbResidue.Properties.Appearance.Options.UseBackColor = true; this.tbResidue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.tbResidue.Properties.Mask.EditMask = "n2"; this.tbResidue.Size = new System.Drawing.Size(87, 20); this.tbResidue.TabIndex = 17; // // tbAmortization // this.tbAmortization.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbAmortization.Location = new System.Drawing.Point(82, 5); this.tbAmortization.Name = "tbAmortization"; this.tbAmortization.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon; this.tbAmortization.Properties.Appearance.Options.UseBackColor = true; this.tbAmortization.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.tbAmortization.Properties.Mask.EditMask = "n2"; this.tbAmortization.Size = new System.Drawing.Size(87, 20); this.tbAmortization.TabIndex = 17; this.tbAmortization.EditValueChanged += new System.EventHandler(this.tbAmortization_EditValueChanged); // // panel5 // this.panel5.Controls.Add(this.tbTotalIgv); this.panel5.Controls.Add(this.tbTotalAmount); this.panel5.Controls.Add(this.tbSubTotalAmount); this.panel5.Controls.Add(this.label7); this.panel5.Controls.Add(this.label5); this.panel5.Controls.Add(this.label4); this.panel5.Dock = System.Windows.Forms.DockStyle.Right; this.panel5.Location = new System.Drawing.Point(545, 2); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(152, 66); this.panel5.TabIndex = 22; // // tbTotalIgv // this.tbTotalIgv.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbTotalIgv.Location = new System.Drawing.Point(58, 23); this.tbTotalIgv.Name = "tbTotalIgv"; this.tbTotalIgv.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon; this.tbTotalIgv.Properties.Appearance.Options.UseBackColor = true; this.tbTotalIgv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.tbTotalIgv.Properties.Mask.EditMask = "n2"; this.tbTotalIgv.Properties.ReadOnly = true; this.tbTotalIgv.Size = new System.Drawing.Size(87, 20); this.tbTotalIgv.TabIndex = 17; this.tbTotalIgv.TabStop = false; // // tbTotalAmount // this.tbTotalAmount.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbTotalAmount.Location = new System.Drawing.Point(58, 43); this.tbTotalAmount.Name = "tbTotalAmount"; this.tbTotalAmount.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon; this.tbTotalAmount.Properties.Appearance.Options.UseBackColor = true; this.tbTotalAmount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.tbTotalAmount.Properties.Mask.EditMask = "n2"; this.tbTotalAmount.Properties.ReadOnly = true; this.tbTotalAmount.Size = new System.Drawing.Size(87, 20); this.tbTotalAmount.TabIndex = 17; this.tbTotalAmount.TabStop = false; // // tbSubTotalAmount // this.tbSubTotalAmount.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbSubTotalAmount.Location = new System.Drawing.Point(58, 3); this.tbSubTotalAmount.Name = "tbSubTotalAmount"; this.tbSubTotalAmount.Properties.Appearance.BackColor = System.Drawing.Color.LemonChiffon; this.tbSubTotalAmount.Properties.Appearance.Options.UseBackColor = true; this.tbSubTotalAmount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.tbSubTotalAmount.Properties.Mask.EditMask = "n2"; this.tbSubTotalAmount.Properties.ReadOnly = true; this.tbSubTotalAmount.Size = new System.Drawing.Size(87, 20); this.tbSubTotalAmount.TabIndex = 17; this.tbSubTotalAmount.TabStop = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 46); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(34, 13); this.label7.TabIndex = 16; this.label7.Text = "Total:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 26); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(25, 13); this.label5.TabIndex = 16; this.label5.Text = "Igv:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 6); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 13); this.label4.TabIndex = 16; this.label4.Text = "Sub total:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(10, 8); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(70, 13); this.label13.TabIndex = 16; this.label13.Text = "Amortización:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 28); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 13); this.label10.TabIndex = 16; this.label10.Text = "Saldo:"; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Right; this.panel6.Location = new System.Drawing.Point(542, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(191, 77); this.panel6.TabIndex = 3; // // gcReception // this.gcReception.Dock = System.Windows.Forms.DockStyle.Fill; this.gcReception.EmbeddedNavigator.Buttons.First.Visible = false; this.gcReception.EmbeddedNavigator.Buttons.Last.Visible = false; this.gcReception.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcReception.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcReception.EmbeddedNavigator.Enabled = false; this.gcReception.EmbeddedNavigator.Name = ""; this.gcReception.Location = new System.Drawing.Point(0, 0); this.gcReception.MainView = this.gvReception; this.gcReception.Name = "gcReception"; this.gcReception.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repDescription, this.repSelect, this.repResult, this.repSendReport, this.repLink, this.repDesLink, this.repProcedence, this.repSample, this.repEnvelope_sealed}); this.gcReception.Size = new System.Drawing.Size(699, 288); this.gcReception.TabIndex = 1; this.gcReception.UseEmbeddedNavigator = true; this.gcReception.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvReception}); this.gcReception.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gcReception_MouseDown); this.gcReception.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gcReception_MouseMove); // // gvReception // this.gvReception.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReception.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReception.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gvReception.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gvReception.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gvReception.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvReception.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gvReception.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvReception.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gvReception.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gvReception.Appearance.Empty.BackColor = System.Drawing.Color.White; this.gvReception.Appearance.Empty.Options.UseBackColor = true; this.gvReception.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254))))); this.gvReception.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.EvenRow.Options.UseBackColor = true; this.gvReception.Appearance.EvenRow.Options.UseForeColor = true; this.gvReception.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReception.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReception.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gvReception.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gvReception.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gvReception.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvReception.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gvReception.Appearance.FilterPanel.Options.UseBackColor = true; this.gvReception.Appearance.FilterPanel.Options.UseForeColor = true; this.gvReception.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gvReception.Appearance.FixedLine.Options.UseBackColor = true; this.gvReception.Appearance.FocusedCell.BackColor = System.Drawing.Color.White; this.gvReception.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.FocusedCell.Options.UseBackColor = true; this.gvReception.Appearance.FocusedCell.Options.UseForeColor = true; this.gvReception.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197))))); this.gvReception.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gvReception.Appearance.FocusedRow.Options.UseBackColor = true; this.gvReception.Appearance.FocusedRow.Options.UseForeColor = true; this.gvReception.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReception.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReception.Appearance.FooterPanel.Options.UseBackColor = true; this.gvReception.Appearance.FooterPanel.Options.UseBorderColor = true; this.gvReception.Appearance.FooterPanel.Options.UseForeColor = true; this.gvReception.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.GroupButton.Options.UseBackColor = true; this.gvReception.Appearance.GroupButton.Options.UseBorderColor = true; this.gvReception.Appearance.GroupButton.Options.UseForeColor = true; this.gvReception.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.GroupFooter.Options.UseBackColor = true; this.gvReception.Appearance.GroupFooter.Options.UseBorderColor = true; this.gvReception.Appearance.GroupFooter.Options.UseForeColor = true; this.gvReception.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvReception.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReception.Appearance.GroupPanel.Options.UseBackColor = true; this.gvReception.Appearance.GroupPanel.Options.UseForeColor = true; this.gvReception.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReception.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gvReception.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.GroupRow.Options.UseBackColor = true; this.gvReception.Appearance.GroupRow.Options.UseBorderColor = true; this.gvReception.Appearance.GroupRow.Options.UseFont = true; this.gvReception.Appearance.GroupRow.Options.UseForeColor = true; this.gvReception.Appearance.HeaderPanel.BackColor = System.Drawing.Color.LightSteelBlue; this.gvReception.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.LightSteelBlue; this.gvReception.Appearance.HeaderPanel.Options.UseBackColor = true; this.gvReception.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gvReception.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gvReception.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gvReception.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gvReception.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvReception.Appearance.HorzLine.Options.UseBackColor = true; this.gvReception.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gvReception.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.OddRow.Options.UseBackColor = true; this.gvReception.Appearance.OddRow.Options.UseForeColor = true; this.gvReception.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gvReception.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gvReception.Appearance.Preview.Options.UseBackColor = true; this.gvReception.Appearance.Preview.Options.UseForeColor = true; this.gvReception.Appearance.Row.BackColor = System.Drawing.Color.White; this.gvReception.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gvReception.Appearance.Row.Options.UseBackColor = true; this.gvReception.Appearance.Row.Options.UseForeColor = true; this.gvReception.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gvReception.Appearance.RowSeparator.Options.UseBackColor = true; this.gvReception.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217))))); this.gvReception.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gvReception.Appearance.SelectedRow.Options.UseBackColor = true; this.gvReception.Appearance.SelectedRow.Options.UseForeColor = true; this.gvReception.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvReception.Appearance.VertLine.Options.UseBackColor = true; this.gvReception.ColumnPanelRowHeight = 125; this.gvReception.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcRec_idrecep_sample_detail, this.gcRec_OrderSample, this.gcRec_Description, this.gcRec_Idmr_detail, this.gcRec_Type_Sample, this.gcRec_Procedence, this.gcRec_Code, this.gcRec_Cod_interno, this.gcRec_NameSample, this.gcRec_Flag_envelope_sealed, this.gcRec_CantKg, this.gcRec_Reject, this.gcRec_Counter_Sample, this.gcRec_Days, this.gcRec_Cost, this.gcDyn1, this.gcDyn2, this.gcDyn3, this.gcDyn4, this.gcDyn5, this.gcDyn6, this.gcDyn7, this.gcDyn8, this.gcDyn9, this.gcDyn10, this.gcDyn11, this.gcDyn12, this.gcDyn13, this.gcDyn14, this.gcDyn15, this.gcDyn16, this.gcDyn17, this.gcDyn18, this.gcDyn19, this.gcDyn20, this.gcAgua_Code, this.gcAgua_Cod_interno, this.gcAgua_Date, this.gcAgua_Hour, this.gcAgua_Cod_matrix, this.gcAgua_Cod_campo, this.gcAgua_NameSample, this.gcAgua_Ubigeo, this.gcAgua_UTM, this.gcAgua_Num_bottle_plastic, this.gcAgua_Num_bottle_glass, this.gcAgua_Volumen}); this.gvReception.GridControl = this.gcReception; this.gvReception.Images = this.imageList1; this.gvReception.Name = "gvReception"; this.gvReception.OptionsCustomization.AllowColumnMoving = false; this.gvReception.OptionsCustomization.AllowSort = false; this.gvReception.OptionsFilter.AllowColumnMRUFilterList = false; this.gvReception.OptionsFilter.AllowMRUFilterList = false; this.gvReception.OptionsSelection.MultiSelect = true; this.gvReception.OptionsView.ColumnAutoWidth = false; this.gvReception.OptionsView.EnableAppearanceEvenRow = true; this.gvReception.OptionsView.EnableAppearanceOddRow = true; this.gvReception.OptionsView.ShowFilterPanel = false; this.gvReception.OptionsView.ShowGroupPanel = false; this.gvReception.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gvReception_CustomDrawColumnHeader); this.gvReception.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvReception_RowCellStyle); this.gvReception.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvReception_InitNewRow); this.gvReception.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvReception_FocusedRowChanged); this.gvReception.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvReception_CellValueChanging); this.gvReception.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gvReception_KeyDown); this.gvReception.Click += new System.EventHandler(this.gvReception_Click); this.gvReception.RowCountChanged += new System.EventHandler(this.gvReception_RowCountChanged); // // gcRec_idrecep_sample_detail // this.gcRec_idrecep_sample_detail.Caption = "gridColumn1"; this.gcRec_idrecep_sample_detail.FieldName = "Idrecep_sample_detail"; this.gcRec_idrecep_sample_detail.Name = "gcRec_idrecep_sample_detail"; // // gcRec_OrderSample // this.gcRec_OrderSample.Caption = "N°"; this.gcRec_OrderSample.FieldName = "Order_sample"; this.gcRec_OrderSample.Name = "gcRec_OrderSample"; this.gcRec_OrderSample.OptionsColumn.AllowEdit = false; this.gcRec_OrderSample.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gcRec_OrderSample.Visible = true; this.gcRec_OrderSample.VisibleIndex = 0; this.gcRec_OrderSample.Width = 32; // // gcRec_Description // this.gcRec_Description.Caption = "Descripción"; this.gcRec_Description.ColumnEdit = this.repDescription; this.gcRec_Description.FieldName = "Cod_des_sample"; this.gcRec_Description.Name = "gcRec_Description"; this.gcRec_Description.Visible = true; this.gcRec_Description.VisibleIndex = 1; this.gcRec_Description.Width = 108; // // repDescription // this.repDescription.AutoHeight = false; serializableAppearanceObject1.BackColor = System.Drawing.Color.Transparent; serializableAppearanceObject1.BackColor2 = System.Drawing.Color.Transparent; serializableAppearanceObject1.BorderColor = System.Drawing.Color.Transparent; serializableAppearanceObject1.Options.UseBackColor = true; serializableAppearanceObject1.Options.UseBorderColor = true; this.repDescription.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.copiar, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1)}); this.repDescription.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_des_sample", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Description")}); this.repDescription.DisplayMember = "Description"; this.repDescription.Name = "repDescription"; this.repDescription.NullText = "Seleccionar"; this.repDescription.ShowHeader = false; this.repDescription.ValueMember = "Cod_des_sample"; this.repDescription.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repDescription_ButtonClick); this.repDescription.EditValueChanged += new System.EventHandler(this.repDescription_EditValueChanged); // // gcRec_Idmr_detail // this.gcRec_Idmr_detail.Caption = "Idmr_detail"; this.gcRec_Idmr_detail.FieldName = "Idmr_detail"; this.gcRec_Idmr_detail.Name = "gcRec_Idmr_detail"; // // gcRec_Type_Sample // this.gcRec_Type_Sample.Caption = "Tipo de Muestra"; this.gcRec_Type_Sample.FieldName = "Cod_type_sample"; this.gcRec_Type_Sample.Name = "gcRec_Type_Sample"; this.gcRec_Type_Sample.Width = 125; // // gcRec_Procedence // this.gcRec_Procedence.Caption = "Procedencia"; this.gcRec_Procedence.ColumnEdit = this.repProcedence; this.gcRec_Procedence.FieldName = "Procedence"; this.gcRec_Procedence.Name = "gcRec_Procedence"; this.gcRec_Procedence.Visible = true; this.gcRec_Procedence.VisibleIndex = 2; this.gcRec_Procedence.Width = 113; // // repProcedence // this.repProcedence.AutoHeight = false; this.repProcedence.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.copiar)}); this.repProcedence.Name = "repProcedence"; this.repProcedence.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repProcedence_ButtonClick); // // gcRec_Code // this.gcRec_Code.Caption = "Código"; this.gcRec_Code.FieldName = "Cod_sample"; this.gcRec_Code.Name = "gcRec_Code"; this.gcRec_Code.OptionsColumn.AllowEdit = false; this.gcRec_Code.Visible = true; this.gcRec_Code.VisibleIndex = 3; this.gcRec_Code.Width = 82; // // gcRec_Cod_interno // this.gcRec_Cod_interno.Caption = "Cod_interno"; this.gcRec_Cod_interno.FieldName = "Cod_interno"; this.gcRec_Cod_interno.Name = "gcRec_Cod_interno"; // // gcRec_NameSample // this.gcRec_NameSample.Caption = "Nombre "; this.gcRec_NameSample.FieldName = "Name_sample"; this.gcRec_NameSample.Name = "gcRec_NameSample"; this.gcRec_NameSample.Visible = true; this.gcRec_NameSample.VisibleIndex = 4; this.gcRec_NameSample.Width = 114; // // gcRec_Flag_envelope_sealed // this.gcRec_Flag_envelope_sealed.Caption = "Sobre sellado"; this.gcRec_Flag_envelope_sealed.ColumnEdit = this.repEnvelope_sealed; this.gcRec_Flag_envelope_sealed.FieldName = "Flag_envelope_sealed"; this.gcRec_Flag_envelope_sealed.Name = "gcRec_Flag_envelope_sealed"; this.gcRec_Flag_envelope_sealed.Visible = true; this.gcRec_Flag_envelope_sealed.VisibleIndex = 5; this.gcRec_Flag_envelope_sealed.Width = 41; // // repEnvelope_sealed // this.repEnvelope_sealed.AutoHeight = false; this.repEnvelope_sealed.Name = "repEnvelope_sealed"; // // gcRec_CantKg // this.gcRec_CantKg.Caption = "Cant (kg)"; this.gcRec_CantKg.FieldName = "Amount_weight"; this.gcRec_CantKg.Name = "gcRec_CantKg"; this.gcRec_CantKg.Visible = true; this.gcRec_CantKg.VisibleIndex = 6; this.gcRec_CantKg.Width = 52; // // gcRec_Reject // this.gcRec_Reject.Caption = "Rechazo"; this.gcRec_Reject.FieldName = "Flag_reject"; this.gcRec_Reject.ImageIndex = 9; this.gcRec_Reject.Name = "gcRec_Reject"; this.gcRec_Reject.Visible = true; this.gcRec_Reject.VisibleIndex = 7; this.gcRec_Reject.Width = 50; // // gcRec_Counter_Sample // this.gcRec_Counter_Sample.Caption = "Contramuestra"; this.gcRec_Counter_Sample.FieldName = "Flag_counter_sample"; this.gcRec_Counter_Sample.Name = "gcRec_Counter_Sample"; this.gcRec_Counter_Sample.Visible = true; this.gcRec_Counter_Sample.VisibleIndex = 8; this.gcRec_Counter_Sample.Width = 50; // // gcRec_Days // this.gcRec_Days.Caption = "Entrega(dias)"; this.gcRec_Days.FieldName = "Analisys_time"; this.gcRec_Days.Name = "gcRec_Days"; this.gcRec_Days.Width = 41; // // gcRec_Cost // this.gcRec_Cost.Caption = "Costo"; this.gcRec_Cost.FieldName = "Cost_sample"; this.gcRec_Cost.Name = "gcRec_Cost"; this.gcRec_Cost.Visible = true; this.gcRec_Cost.VisibleIndex = 9; this.gcRec_Cost.Width = 50; // // gcDyn1 // this.gcDyn1.Caption = "gridColumn1"; this.gcDyn1.ColumnEdit = this.repSelect; this.gcDyn1.FieldName = "rec1"; this.gcDyn1.Name = "gcDyn1"; this.gcDyn1.Width = 40; // // repSelect // this.repSelect.AutoHeight = false; this.repSelect.Name = "repSelect"; // // gcDyn2 // this.gcDyn2.Caption = "gridColumn2"; this.gcDyn2.ColumnEdit = this.repSelect; this.gcDyn2.FieldName = "rec2"; this.gcDyn2.Name = "gcDyn2"; this.gcDyn2.Width = 40; // // gcDyn3 // this.gcDyn3.Caption = "gridColumn3"; this.gcDyn3.ColumnEdit = this.repSelect; this.gcDyn3.FieldName = "rec3"; this.gcDyn3.Name = "gcDyn3"; this.gcDyn3.Width = 35; // // gcDyn4 // this.gcDyn4.Caption = "gridColumn4"; this.gcDyn4.ColumnEdit = this.repSelect; this.gcDyn4.FieldName = "rec4"; this.gcDyn4.Name = "gcDyn4"; this.gcDyn4.Width = 35; // // gcDyn5 // this.gcDyn5.Caption = "gridColumn5"; this.gcDyn5.ColumnEdit = this.repSelect; this.gcDyn5.FieldName = "rec5"; this.gcDyn5.Name = "gcDyn5"; this.gcDyn5.Width = 35; // // gcDyn6 // this.gcDyn6.Caption = "gridColumn6"; this.gcDyn6.ColumnEdit = this.repSelect; this.gcDyn6.FieldName = "rec6"; this.gcDyn6.Name = "gcDyn6"; this.gcDyn6.Width = 35; // // gcDyn7 // this.gcDyn7.Caption = "gridColumn7"; this.gcDyn7.ColumnEdit = this.repSelect; this.gcDyn7.FieldName = "rec7"; this.gcDyn7.Name = "gcDyn7"; this.gcDyn7.Width = 35; // // gcDyn8 // this.gcDyn8.Caption = "gridColumn8"; this.gcDyn8.ColumnEdit = this.repSelect; this.gcDyn8.FieldName = "rec8"; this.gcDyn8.Name = "gcDyn8"; this.gcDyn8.Width = 35; // // gcDyn9 // this.gcDyn9.Caption = "gridColumn9"; this.gcDyn9.ColumnEdit = this.repSelect; this.gcDyn9.FieldName = "rec9"; this.gcDyn9.Name = "gcDyn9"; this.gcDyn9.Width = 35; // // gcDyn10 // this.gcDyn10.Caption = "gridColumn10"; this.gcDyn10.ColumnEdit = this.repSelect; this.gcDyn10.FieldName = "rec10"; this.gcDyn10.Name = "gcDyn10"; this.gcDyn10.Width = 35; // // gcDyn11 // this.gcDyn11.Caption = "gridColumn11"; this.gcDyn11.ColumnEdit = this.repSelect; this.gcDyn11.FieldName = "rec11"; this.gcDyn11.Name = "gcDyn11"; this.gcDyn11.Width = 35; // // gcDyn12 // this.gcDyn12.Caption = "gridColumn12"; this.gcDyn12.ColumnEdit = this.repSelect; this.gcDyn12.FieldName = "rec12"; this.gcDyn12.Name = "gcDyn12"; this.gcDyn12.Width = 35; // // gcDyn13 // this.gcDyn13.Caption = "gridColumn13"; this.gcDyn13.ColumnEdit = this.repSelect; this.gcDyn13.FieldName = "rec13"; this.gcDyn13.Name = "gcDyn13"; this.gcDyn13.Width = 35; // // gcDyn14 // this.gcDyn14.Caption = "gridColumn14"; this.gcDyn14.ColumnEdit = this.repSelect; this.gcDyn14.FieldName = "rec14"; this.gcDyn14.Name = "gcDyn14"; this.gcDyn14.Width = 35; // // gcDyn15 // this.gcDyn15.Caption = "gridColumn15"; this.gcDyn15.ColumnEdit = this.repSelect; this.gcDyn15.FieldName = "rec15"; this.gcDyn15.Name = "gcDyn15"; this.gcDyn15.Width = 35; // // gcDyn16 // this.gcDyn16.Caption = "gridColumn16"; this.gcDyn16.ColumnEdit = this.repSelect; this.gcDyn16.FieldName = "rec16"; this.gcDyn16.Name = "gcDyn16"; this.gcDyn16.Width = 35; // // gcDyn17 // this.gcDyn17.Caption = "gridColumn17"; this.gcDyn17.ColumnEdit = this.repSelect; this.gcDyn17.FieldName = "rec17"; this.gcDyn17.Name = "gcDyn17"; this.gcDyn17.Width = 35; // // gcDyn18 // this.gcDyn18.Caption = "gridColumn18"; this.gcDyn18.ColumnEdit = this.repSelect; this.gcDyn18.FieldName = "rec18"; this.gcDyn18.Name = "gcDyn18"; this.gcDyn18.Width = 35; // // gcDyn19 // this.gcDyn19.Caption = "gridColumn19"; this.gcDyn19.ColumnEdit = this.repSelect; this.gcDyn19.FieldName = "rec19"; this.gcDyn19.Name = "gcDyn19"; this.gcDyn19.Width = 35; // // gcDyn20 // this.gcDyn20.Caption = "gridColumn20"; this.gcDyn20.ColumnEdit = this.repSelect; this.gcDyn20.FieldName = "rec20"; this.gcDyn20.Name = "gcDyn20"; this.gcDyn20.Width = 35; // // gcAgua_Code // this.gcAgua_Code.Caption = "Código"; this.gcAgua_Code.Name = "gcAgua_Code"; // // gcAgua_Cod_interno // this.gcAgua_Cod_interno.Caption = "Cod_interno"; this.gcAgua_Cod_interno.Name = "gcAgua_Cod_interno"; // // gcAgua_Date // this.gcAgua_Date.Caption = "Fecha"; this.gcAgua_Date.Name = "gcAgua_Date"; // // gcAgua_Hour // this.gcAgua_Hour.Caption = "Hora"; this.gcAgua_Hour.Name = "gcAgua_Hour"; // // gcAgua_Cod_matrix // this.gcAgua_Cod_matrix.Caption = "Matriz"; this.gcAgua_Cod_matrix.Name = "gcAgua_Cod_matrix"; // // gcAgua_Cod_campo // this.gcAgua_Cod_campo.Caption = "Código de campo"; this.gcAgua_Cod_campo.Name = "gcAgua_Cod_campo"; // // gcAgua_NameSample // this.gcAgua_NameSample.Caption = "Nombre de muestra"; this.gcAgua_NameSample.Name = "gcAgua_NameSample"; // // gcAgua_Ubigeo // this.gcAgua_Ubigeo.Caption = "Zona, Urb, AAHH / Dist. / Prov. / Depart."; this.gcAgua_Ubigeo.Name = "gcAgua_Ubigeo"; // // gcAgua_UTM // this.gcAgua_UTM.Caption = "Punto de muestreo y/o coordenadas UTM "; this.gcAgua_UTM.Name = "gcAgua_UTM"; // // gcAgua_Num_bottle_plastic // this.gcAgua_Num_bottle_plastic.Caption = "N°Frascos de vidrio"; this.gcAgua_Num_bottle_plastic.Name = "gcAgua_Num_bottle_plastic"; // // gcAgua_Num_bottle_glass // this.gcAgua_Num_bottle_glass.Caption = "N°Frascos de plastico"; this.gcAgua_Num_bottle_glass.Name = "gcAgua_Num_bottle_glass"; // // gcAgua_Volumen // this.gcAgua_Volumen.Caption = "Volumen (L)"; this.gcAgua_Volumen.Name = "gcAgua_Volumen"; // // repResult // this.repResult.AutoHeight = false; this.repResult.Name = "repResult"; // // repSendReport // this.repSendReport.AutoHeight = false; this.repSendReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Right)}); this.repSendReport.Name = "repSendReport"; // // repLink // this.repLink.AutoHeight = false; this.repLink.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::LimsProject.Properties.Resources.attach2)}); this.repLink.Name = "repLink"; this.repLink.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repLink_ButtonClick); // // repDesLink // this.repDesLink.AutoHeight = false; this.repDesLink.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repDesLink.Name = "repDesLink"; // // repSample // this.repSample.AutoHeight = false; this.repSample.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repSample.Name = "repSample"; // // xtraTabControl1 // this.xtraTabControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.xtraTabControl1.Appearance.Options.UseBackColor = true; this.xtraTabControl1.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.xtraTabControl1.AppearancePage.Header.BorderColor = System.Drawing.Color.White; this.xtraTabControl1.AppearancePage.Header.Options.UseBackColor = true; this.xtraTabControl1.AppearancePage.Header.Options.UseBorderColor = true; this.xtraTabControl1.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue; this.xtraTabControl1.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseBackColor = true; this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseBorderColor = true; this.xtraTabControl1.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl1.AppearancePage.PageClient.Options.UseBorderColor = true; this.xtraTabControl1.Location = new System.Drawing.Point(11, 29); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.PaintStyleName = "PropertyView"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3; this.xtraTabControl1.Size = new System.Drawing.Size(534, 114); this.xtraTabControl1.TabIndex = 4; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage3, this.xtraTabPage6, this.xtraTabPage1}); this.xtraTabControl1.Text = "Anexos"; // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.tbFax); this.xtraTabPage3.Controls.Add(this.tbClientPhone); this.xtraTabPage3.Controls.Add(this.tbClientRuc); this.xtraTabPage3.Controls.Add(this.tbClientDomicile); this.xtraTabPage3.Controls.Add(this.label9); this.xtraTabPage3.Controls.Add(this.label28); this.xtraTabPage3.Controls.Add(this.label11); this.xtraTabPage3.Controls.Add(this.label8); this.xtraTabPage3.Controls.Add(this.label6); this.xtraTabPage3.Controls.Add(this.cbCompany); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(532, 93); this.xtraTabPage3.Text = "Cliente"; // // tbFax // this.tbFax.Location = new System.Drawing.Point(176, 54); this.tbFax.Name = "tbFax"; this.tbFax.Properties.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,3}\\))\\d{1,10}"; this.tbFax.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.tbFax.Size = new System.Drawing.Size(74, 20); this.tbFax.TabIndex = 6; // // tbClientPhone // this.tbClientPhone.Location = new System.Drawing.Point(66, 54); this.tbClientPhone.Name = "tbClientPhone"; this.tbClientPhone.Properties.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,3}\\))\\d{1,10}"; this.tbClientPhone.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.tbClientPhone.Size = new System.Drawing.Size(74, 20); this.tbClientPhone.TabIndex = 6; // // tbClientRuc // this.tbClientRuc.Location = new System.Drawing.Point(367, 12); this.tbClientRuc.Name = "tbClientRuc"; this.tbClientRuc.Properties.Mask.EditMask = "\\d{0,11}"; this.tbClientRuc.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.tbClientRuc.Size = new System.Drawing.Size(123, 20); this.tbClientRuc.TabIndex = 3; // // tbClientDomicile // this.tbClientDomicile.Location = new System.Drawing.Point(66, 33); this.tbClientDomicile.Name = "tbClientDomicile"; this.tbClientDomicile.Size = new System.Drawing.Size(424, 20); this.tbClientDomicile.TabIndex = 4; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(331, 15); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(30, 13); this.label9.TabIndex = 9; this.label9.Text = "Ruc:"; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(143, 57); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(27, 13); this.label28.TabIndex = 9; this.label28.Text = "Fax:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(11, 57); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(25, 13); this.label11.TabIndex = 9; this.label11.Text = "Tel:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(11, 36); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(52, 13); this.label8.TabIndex = 9; this.label8.Text = "Domicilio:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(11, 15); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 13); this.label6.TabIndex = 9; this.label6.Text = "Nombre:"; // // cbCompany // this.cbCompany.Location = new System.Drawing.Point(66, 12); this.cbCompany.Name = "cbCompany"; this.cbCompany.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbCompany.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcompany", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Business_name")}); this.cbCompany.Properties.NullText = "Seleccionar"; this.cbCompany.Properties.ShowFooter = false; this.cbCompany.Properties.ShowHeader = false; this.cbCompany.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.cbCompany.Size = new System.Drawing.Size(259, 20); this.cbCompany.TabIndex = 2; this.cbCompany.ProcessNewValue += new DevExpress.XtraEditors.Controls.ProcessNewValueEventHandler(this.cbClientName_ProcessNewValue); this.cbCompany.EditValueChanged += new System.EventHandler(this.cbClientName_EditValueChanged); // // xtraTabPage6 // this.xtraTabPage6.Controls.Add(this.gcContact); this.xtraTabPage6.Name = "xtraTabPage6"; this.xtraTabPage6.Size = new System.Drawing.Size(532, 93); this.xtraTabPage6.Text = "Contactos"; // // gcContact // this.gcContact.Dock = System.Windows.Forms.DockStyle.Fill; this.gcContact.EmbeddedNavigator.Buttons.First.Visible = false; this.gcContact.EmbeddedNavigator.Buttons.Last.Visible = false; this.gcContact.EmbeddedNavigator.Buttons.Next.Visible = false; this.gcContact.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcContact.EmbeddedNavigator.Buttons.Prev.Visible = false; this.gcContact.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcContact.EmbeddedNavigator.Name = ""; this.gcContact.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gcContact.Location = new System.Drawing.Point(0, 0); this.gcContact.MainView = this.gvContact; this.gcContact.Name = "gcContact"; this.gcContact.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repPerson_type, this.repNum, this.repCellPhone, this.repPhone}); this.gcContact.Size = new System.Drawing.Size(532, 93); this.gcContact.TabIndex = 0; this.gcContact.UseEmbeddedNavigator = true; this.gcContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvContact}); // // gvContact // this.gvContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcCon_Idrecep_company_person, this.gcCon_Idperson, this.gcCon_Idcompany, this.gcCon_Idrecep_sample, this.gcCon_Allname, this.gcCon_Mail, this.gcCon_Person_type, this.gcCon_Phone, this.gcCon_Cellphone}); this.gvContact.GridControl = this.gcContact; this.gvContact.Name = "gvContact"; this.gvContact.OptionsView.ShowGroupPanel = false; this.gvContact.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvContact_InitNewRow); // // gcCon_Idrecep_company_person // this.gcCon_Idrecep_company_person.Caption = "Idrecep_company_person"; this.gcCon_Idrecep_company_person.FieldName = "Idrecep_company_person"; this.gcCon_Idrecep_company_person.Name = "gcCon_Idrecep_company_person"; // // gcCon_Idperson // this.gcCon_Idperson.Caption = "Idperson"; this.gcCon_Idperson.FieldName = "Idperson"; this.gcCon_Idperson.Name = "gcCon_Idperson"; // // gcCon_Idcompany // this.gcCon_Idcompany.Caption = "Idcompany"; this.gcCon_Idcompany.FieldName = "Idcompany"; this.gcCon_Idcompany.Name = "gcCon_Idcompany"; // // gcCon_Idrecep_sample // this.gcCon_Idrecep_sample.Caption = "Idrecep_sample"; this.gcCon_Idrecep_sample.FieldName = "Idrecep_sample"; this.gcCon_Idrecep_sample.Name = "gcCon_Idrecep_sample"; // // gcCon_Allname // this.gcCon_Allname.Caption = "Nombre"; this.gcCon_Allname.FieldName = "Allname"; this.gcCon_Allname.Name = "gcCon_Allname"; this.gcCon_Allname.Visible = true; this.gcCon_Allname.VisibleIndex = 0; this.gcCon_Allname.Width = 152; // // gcCon_Mail // this.gcCon_Mail.Caption = "Email"; this.gcCon_Mail.FieldName = "Mail"; this.gcCon_Mail.Name = "gcCon_Mail"; this.gcCon_Mail.Visible = true; this.gcCon_Mail.VisibleIndex = 1; this.gcCon_Mail.Width = 122; // // gcCon_Person_type // this.gcCon_Person_type.Caption = "Tipo"; this.gcCon_Person_type.ColumnEdit = this.repPerson_type; this.gcCon_Person_type.FieldName = "Person_type"; this.gcCon_Person_type.Name = "gcCon_Person_type"; this.gcCon_Person_type.Visible = true; this.gcCon_Person_type.VisibleIndex = 2; this.gcCon_Person_type.Width = 64; // // repPerson_type // this.repPerson_type.AutoHeight = false; this.repPerson_type.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repPerson_type.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name")}); this.repPerson_type.Name = "repPerson_type"; this.repPerson_type.NullText = ""; this.repPerson_type.ShowFooter = false; this.repPerson_type.ShowHeader = false; // // gcCon_Phone // this.gcCon_Phone.Caption = "Teléfono"; this.gcCon_Phone.ColumnEdit = this.repPhone; this.gcCon_Phone.FieldName = "Phone"; this.gcCon_Phone.Name = "gcCon_Phone"; this.gcCon_Phone.Visible = true; this.gcCon_Phone.VisibleIndex = 3; this.gcCon_Phone.Width = 85; // // repPhone // this.repPhone.AutoHeight = false; this.repPhone.Mask.EditMask = "\\+\\d\\d(\\(\\d{1,2}\\))\\d{1,10}"; this.repPhone.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.repPhone.Name = "repPhone"; // // gcCon_Cellphone // this.gcCon_Cellphone.Caption = "Celular"; this.gcCon_Cellphone.ColumnEdit = this.repCellPhone; this.gcCon_Cellphone.FieldName = "Cellphone"; this.gcCon_Cellphone.Name = "gcCon_Cellphone"; this.gcCon_Cellphone.Visible = true; this.gcCon_Cellphone.VisibleIndex = 4; this.gcCon_Cellphone.Width = 88; // // repCellPhone // this.repCellPhone.AutoHeight = false; this.repCellPhone.Mask.EditMask = "(\\(\\d{1,3}\\))?\\d{1,3}-\\d{1,3}-\\d{1,6}"; this.repCellPhone.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.repCellPhone.Name = "repCellPhone"; // // repNum // this.repNum.AutoHeight = false; this.repNum.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.repNum.IsFloatValue = false; this.repNum.Mask.EditMask = "N00"; this.repNum.Name = "repNum"; // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.ckDispatchFax); this.xtraTabPage1.Controls.Add(this.ckDispatchPerson); this.xtraTabPage1.Controls.Add(this.ckDispatchTransport); this.xtraTabPage1.Controls.Add(this.ckDispatchCurier); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(532, 93); this.xtraTabPage1.Text = "Envío"; // // ckDispatchFax // this.ckDispatchFax.Location = new System.Drawing.Point(141, 15); this.ckDispatchFax.Name = "ckDispatchFax"; this.ckDispatchFax.Properties.Caption = "Fax"; this.ckDispatchFax.Size = new System.Drawing.Size(107, 18); this.ckDispatchFax.TabIndex = 0; // // ckDispatchPerson // this.ckDispatchPerson.Location = new System.Drawing.Point(20, 15); this.ckDispatchPerson.Name = "ckDispatchPerson"; this.ckDispatchPerson.Properties.Caption = "Personal"; this.ckDispatchPerson.Size = new System.Drawing.Size(75, 18); this.ckDispatchPerson.TabIndex = 0; this.ckDispatchPerson.CheckedChanged += new System.EventHandler(this.ckDispatchPerson_CheckedChanged); // // ckDispatchTransport // this.ckDispatchTransport.Location = new System.Drawing.Point(20, 53); this.ckDispatchTransport.Name = "ckDispatchTransport"; this.ckDispatchTransport.Properties.Caption = "Emp. Transporte"; this.ckDispatchTransport.Size = new System.Drawing.Size(107, 18); this.ckDispatchTransport.TabIndex = 0; this.ckDispatchTransport.CheckedChanged += new System.EventHandler(this.ckDispatchTransport_CheckedChanged); // // ckDispatchCurier // this.ckDispatchCurier.Location = new System.Drawing.Point(20, 34); this.ckDispatchCurier.Name = "ckDispatchCurier"; this.ckDispatchCurier.Properties.Caption = "Curier"; this.ckDispatchCurier.Size = new System.Drawing.Size(75, 18); this.ckDispatchCurier.TabIndex = 0; this.ckDispatchCurier.CheckedChanged += new System.EventHandler(this.ckDispatchCurier_CheckedChanged); // // expandablePanel1 // this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight; this.expandablePanel1.Controls.Add(this.tabOptionRight); this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Right; this.expandablePanel1.Location = new System.Drawing.Point(699, 0); this.expandablePanel1.Name = "expandablePanel1"; this.expandablePanel1.Size = new System.Drawing.Size(294, 358); this.expandablePanel1.TabIndex = 2; this.expandablePanel1.Text = "expandablePanel1"; this.expandablePanel1.TitleText = "Métodos"; // // tabOptionRight // this.tabOptionRight.Appearance.BackColor = System.Drawing.Color.Transparent; this.tabOptionRight.Appearance.Options.UseBackColor = true; this.tabOptionRight.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.tabOptionRight.AppearancePage.Header.BorderColor = System.Drawing.Color.White; this.tabOptionRight.AppearancePage.Header.Options.UseBackColor = true; this.tabOptionRight.AppearancePage.Header.Options.UseBorderColor = true; this.tabOptionRight.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue; this.tabOptionRight.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro; this.tabOptionRight.AppearancePage.HeaderActive.Options.UseBackColor = true; this.tabOptionRight.AppearancePage.HeaderActive.Options.UseBorderColor = true; this.tabOptionRight.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro; this.tabOptionRight.AppearancePage.PageClient.Options.UseBorderColor = true; this.tabOptionRight.Dock = System.Windows.Forms.DockStyle.Fill; this.tabOptionRight.Location = new System.Drawing.Point(0, 26); this.tabOptionRight.Name = "tabOptionRight"; this.tabOptionRight.PaintStyleName = "PropertyView"; this.tabOptionRight.SelectedTabPage = this.tpRightMethods; this.tabOptionRight.Size = new System.Drawing.Size(294, 332); this.tabOptionRight.TabIndex = 5; this.tabOptionRight.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tpRightMethods, this.tpRightReports, this.tpRightAttach, this.tpRightProgram}); this.tabOptionRight.Text = "Adjuntos"; this.tabOptionRight.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabOptionRight_SelectedPageChanged); // // tpRightMethods // this.tpRightMethods.Controls.Add(this.lookUpEdit3); this.tpRightMethods.Controls.Add(this.gcMethods); this.tpRightMethods.Controls.Add(this.textEdit1); this.tpRightMethods.Name = "tpRightMethods"; this.tpRightMethods.Size = new System.Drawing.Size(292, 311); this.tpRightMethods.Text = "Métodos"; // // lookUpEdit3 // this.lookUpEdit3.Location = new System.Drawing.Point(452, 55); this.lookUpEdit3.Name = "lookUpEdit3"; this.lookUpEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit3.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDTypePost", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Type_Post")}); this.lookUpEdit3.Properties.NullText = "Seleccionar"; this.lookUpEdit3.Properties.ShowFooter = false; this.lookUpEdit3.Properties.ShowHeader = false; this.lookUpEdit3.Size = new System.Drawing.Size(100, 20); this.lookUpEdit3.TabIndex = 1; // // gcMethods // this.gcMethods.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMethods.EmbeddedNavigator.Name = ""; this.gcMethods.Location = new System.Drawing.Point(0, 0); this.gcMethods.MainView = this.gvMethods; this.gcMethods.Name = "gcMethods"; this.gcMethods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repAddColumn}); this.gcMethods.Size = new System.Drawing.Size(292, 311); this.gcMethods.TabIndex = 1; this.gcMethods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMethods}); // // gvMethods // this.gvMethods.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvMethods.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvMethods.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gvMethods.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gvMethods.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gvMethods.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvMethods.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gvMethods.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvMethods.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gvMethods.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gvMethods.Appearance.Empty.BackColor = System.Drawing.Color.White; this.gvMethods.Appearance.Empty.Options.UseBackColor = true; this.gvMethods.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.EvenRow.Options.UseBackColor = true; this.gvMethods.Appearance.EvenRow.Options.UseForeColor = true; this.gvMethods.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvMethods.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvMethods.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gvMethods.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gvMethods.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gvMethods.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvMethods.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gvMethods.Appearance.FilterPanel.Options.UseBackColor = true; this.gvMethods.Appearance.FilterPanel.Options.UseForeColor = true; this.gvMethods.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gvMethods.Appearance.FixedLine.Options.UseBackColor = true; this.gvMethods.Appearance.FocusedCell.BackColor = System.Drawing.Color.White; this.gvMethods.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.FocusedCell.Options.UseBackColor = true; this.gvMethods.Appearance.FocusedCell.Options.UseForeColor = true; this.gvMethods.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240))))); this.gvMethods.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gvMethods.Appearance.FocusedRow.Options.UseBackColor = true; this.gvMethods.Appearance.FocusedRow.Options.UseForeColor = true; this.gvMethods.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvMethods.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvMethods.Appearance.FooterPanel.Options.UseBackColor = true; this.gvMethods.Appearance.FooterPanel.Options.UseBorderColor = true; this.gvMethods.Appearance.FooterPanel.Options.UseForeColor = true; this.gvMethods.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.GroupButton.Options.UseBackColor = true; this.gvMethods.Appearance.GroupButton.Options.UseBorderColor = true; this.gvMethods.Appearance.GroupButton.Options.UseForeColor = true; this.gvMethods.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.GroupFooter.Options.UseBackColor = true; this.gvMethods.Appearance.GroupFooter.Options.UseBorderColor = true; this.gvMethods.Appearance.GroupFooter.Options.UseForeColor = true; this.gvMethods.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvMethods.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.GroupPanel.Options.UseBackColor = true; this.gvMethods.Appearance.GroupPanel.Options.UseForeColor = true; this.gvMethods.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvMethods.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gvMethods.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.GroupRow.Options.UseBackColor = true; this.gvMethods.Appearance.GroupRow.Options.UseBorderColor = true; this.gvMethods.Appearance.GroupRow.Options.UseFont = true; this.gvMethods.Appearance.GroupRow.Options.UseForeColor = true; this.gvMethods.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvMethods.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvMethods.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F); this.gvMethods.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvMethods.Appearance.HeaderPanel.Options.UseBackColor = true; this.gvMethods.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gvMethods.Appearance.HeaderPanel.Options.UseFont = true; this.gvMethods.Appearance.HeaderPanel.Options.UseForeColor = true; this.gvMethods.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gvMethods.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gvMethods.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gvMethods.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gvMethods.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvMethods.Appearance.HorzLine.Options.UseBackColor = true; this.gvMethods.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gvMethods.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.OddRow.Options.UseBackColor = true; this.gvMethods.Appearance.OddRow.Options.UseForeColor = true; this.gvMethods.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gvMethods.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gvMethods.Appearance.Preview.Options.UseBackColor = true; this.gvMethods.Appearance.Preview.Options.UseForeColor = true; this.gvMethods.Appearance.Row.BackColor = System.Drawing.Color.White; this.gvMethods.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 8F); this.gvMethods.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gvMethods.Appearance.Row.Options.UseBackColor = true; this.gvMethods.Appearance.Row.Options.UseFont = true; this.gvMethods.Appearance.Row.Options.UseForeColor = true; this.gvMethods.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gvMethods.Appearance.RowSeparator.Options.UseBackColor = true; this.gvMethods.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240))))); this.gvMethods.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gvMethods.Appearance.SelectedRow.Options.UseBackColor = true; this.gvMethods.Appearance.SelectedRow.Options.UseForeColor = true; this.gvMethods.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvMethods.Appearance.VertLine.Options.UseBackColor = true; this.gvMethods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcMet_Cod_template_method, this.gcMet_Cod_element, this.gcMet_Abbreviation, this.gcMet_Name_type_analisys, this.gcMet_Title, this.gcMet_TypeAnalisys, this.gcMet_Button, this.gcMet_Cost, this.gcMet_Unit1, this.gcMet_Unit_Name, this.gcMet_Idelement, this.gcMet_Idtemplate_method, this.gcMet_Analisys_time}); this.gvMethods.GridControl = this.gcMethods; this.gvMethods.GroupCount = 1; this.gvMethods.Name = "gvMethods"; this.gvMethods.OptionsBehavior.AutoExpandAllGroups = true; this.gvMethods.OptionsView.ColumnAutoWidth = false; this.gvMethods.OptionsView.EnableAppearanceEvenRow = true; this.gvMethods.OptionsView.EnableAppearanceOddRow = true; this.gvMethods.OptionsView.ShowGroupPanel = false; this.gvMethods.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcMet_TypeAnalisys, DevExpress.Data.ColumnSortOrder.Ascending)}); // // gcMet_Cod_template_method // this.gcMet_Cod_template_method.Caption = "Cod."; this.gcMet_Cod_template_method.FieldName = "Cod_template_method"; this.gcMet_Cod_template_method.Name = "gcMet_Cod_template_method"; this.gcMet_Cod_template_method.OptionsColumn.ReadOnly = true; this.gcMet_Cod_template_method.Visible = true; this.gcMet_Cod_template_method.VisibleIndex = 1; this.gcMet_Cod_template_method.Width = 50; // // gcMet_Cod_element // this.gcMet_Cod_element.Caption = "Elemento"; this.gcMet_Cod_element.FieldName = "Cod_element"; this.gcMet_Cod_element.Name = "gcMet_Cod_element"; this.gcMet_Cod_element.OptionsColumn.ReadOnly = true; this.gcMet_Cod_element.Visible = true; this.gcMet_Cod_element.VisibleIndex = 2; // // gcMet_Abbreviation // this.gcMet_Abbreviation.Caption = "Abreviación"; this.gcMet_Abbreviation.FieldName = "Abbreviation"; this.gcMet_Abbreviation.Name = "gcMet_Abbreviation"; this.gcMet_Abbreviation.OptionsColumn.ReadOnly = true; this.gcMet_Abbreviation.Visible = true; this.gcMet_Abbreviation.VisibleIndex = 3; this.gcMet_Abbreviation.Width = 60; // // gcMet_Name_type_analisys // this.gcMet_Name_type_analisys.Caption = "Tipo de Análisis"; this.gcMet_Name_type_analisys.FieldName = "Name_type_analisys"; this.gcMet_Name_type_analisys.Name = "gcMet_Name_type_analisys"; this.gcMet_Name_type_analisys.Visible = true; this.gcMet_Name_type_analisys.VisibleIndex = 5; // // gcMet_Title // this.gcMet_Title.Caption = "Título"; this.gcMet_Title.FieldName = "Title"; this.gcMet_Title.Name = "gcMet_Title"; this.gcMet_Title.OptionsColumn.ReadOnly = true; this.gcMet_Title.Visible = true; this.gcMet_Title.VisibleIndex = 4; this.gcMet_Title.Width = 135; // // gcMet_TypeAnalisys // this.gcMet_TypeAnalisys.Caption = "Tipo de análisis"; this.gcMet_TypeAnalisys.FieldName = "Name_type_analisys"; this.gcMet_TypeAnalisys.Name = "gcMet_TypeAnalisys"; // // gcMet_Button // this.gcMet_Button.Caption = "#"; this.gcMet_Button.ColumnEdit = this.repAddColumn; this.gcMet_Button.Name = "gcMet_Button"; this.gcMet_Button.Visible = true; this.gcMet_Button.VisibleIndex = 0; this.gcMet_Button.Width = 52; // // repAddColumn // this.repAddColumn.AutoHeight = false; this.repAddColumn.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Left)}); this.repAddColumn.Name = "repAddColumn"; this.repAddColumn.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repAddColumn.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repAddColumn_ButtonClick); // // gcMet_Cost // this.gcMet_Cost.Caption = "Cost"; this.gcMet_Cost.FieldName = "Cost_method"; this.gcMet_Cost.Name = "gcMet_Cost"; // // gcMet_Unit1 // this.gcMet_Unit1.Caption = "Unit"; this.gcMet_Unit1.FieldName = "Idunit_result"; this.gcMet_Unit1.Name = "gcMet_Unit1"; // // gcMet_Unit_Name // this.gcMet_Unit_Name.Caption = "Name_unit"; this.gcMet_Unit_Name.FieldName = "Name_unit"; this.gcMet_Unit_Name.Name = "gcMet_Unit_Name"; // // gcMet_Idelement // this.gcMet_Idelement.Caption = "Idelement"; this.gcMet_Idelement.FieldName = "Idelement"; this.gcMet_Idelement.Name = "gcMet_Idelement"; // // gcMet_Idtemplate_method // this.gcMet_Idtemplate_method.Caption = "idtemplate_method"; this.gcMet_Idtemplate_method.FieldName = "Idtemplate_method"; this.gcMet_Idtemplate_method.Name = "gcMet_Idtemplate_method"; // // gcMet_Analisys_time // this.gcMet_Analisys_time.Caption = "Analysis_time"; this.gcMet_Analisys_time.FieldName = "Analisys_time"; this.gcMet_Analisys_time.Name = "gcMet_Analisys_time"; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(452, 9); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(100, 20); this.textEdit1.TabIndex = 3; // // tpRightReports // this.tpRightReports.Controls.Add(this.gcReport); this.tpRightReports.Controls.Add(this.groupControl1); this.tpRightReports.Name = "tpRightReports"; this.tpRightReports.PageVisible = false; this.tpRightReports.Size = new System.Drawing.Size(292, 0); this.tpRightReports.Text = "Informes"; // // gcReport // this.gcReport.Dock = System.Windows.Forms.DockStyle.Fill; this.gcReport.EmbeddedNavigator.Name = ""; this.gcReport.Location = new System.Drawing.Point(0, 53); this.gcReport.MainView = this.gvReport; this.gcReport.Name = "gcReport"; this.gcReport.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repReportOption, this.repStatusReport, this.repDateReport, this.repTimeReport, this.repTypeReport}); this.gcReport.Size = new System.Drawing.Size(292, 0); this.gcReport.TabIndex = 2; this.gcReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvReport}); // // gvReport // this.gvReport.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReport.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReport.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gvReport.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gvReport.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gvReport.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvReport.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gvReport.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvReport.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gvReport.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gvReport.Appearance.Empty.BackColor = System.Drawing.Color.White; this.gvReport.Appearance.Empty.Options.UseBackColor = true; this.gvReport.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254))))); this.gvReport.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.EvenRow.Options.UseBackColor = true; this.gvReport.Appearance.EvenRow.Options.UseForeColor = true; this.gvReport.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReport.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReport.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gvReport.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gvReport.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gvReport.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvReport.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gvReport.Appearance.FilterPanel.Options.UseBackColor = true; this.gvReport.Appearance.FilterPanel.Options.UseForeColor = true; this.gvReport.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gvReport.Appearance.FixedLine.Options.UseBackColor = true; this.gvReport.Appearance.FocusedCell.BackColor = System.Drawing.Color.White; this.gvReport.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.FocusedCell.Options.UseBackColor = true; this.gvReport.Appearance.FocusedCell.Options.UseForeColor = true; this.gvReport.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240))))); this.gvReport.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gvReport.Appearance.FocusedRow.Options.UseBackColor = true; this.gvReport.Appearance.FocusedRow.Options.UseForeColor = true; this.gvReport.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReport.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReport.Appearance.FooterPanel.Options.UseBackColor = true; this.gvReport.Appearance.FooterPanel.Options.UseBorderColor = true; this.gvReport.Appearance.FooterPanel.Options.UseForeColor = true; this.gvReport.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.GroupButton.Options.UseBackColor = true; this.gvReport.Appearance.GroupButton.Options.UseBorderColor = true; this.gvReport.Appearance.GroupButton.Options.UseForeColor = true; this.gvReport.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.GroupFooter.Options.UseBackColor = true; this.gvReport.Appearance.GroupFooter.Options.UseBorderColor = true; this.gvReport.Appearance.GroupFooter.Options.UseForeColor = true; this.gvReport.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvReport.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.GroupPanel.Options.UseBackColor = true; this.gvReport.Appearance.GroupPanel.Options.UseForeColor = true; this.gvReport.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvReport.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gvReport.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.GroupRow.Options.UseBackColor = true; this.gvReport.Appearance.GroupRow.Options.UseBorderColor = true; this.gvReport.Appearance.GroupRow.Options.UseFont = true; this.gvReport.Appearance.GroupRow.Options.UseForeColor = true; this.gvReport.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvReport.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvReport.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvReport.Appearance.HeaderPanel.Options.UseBackColor = true; this.gvReport.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gvReport.Appearance.HeaderPanel.Options.UseForeColor = true; this.gvReport.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gvReport.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gvReport.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gvReport.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gvReport.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvReport.Appearance.HorzLine.Options.UseBackColor = true; this.gvReport.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gvReport.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.OddRow.Options.UseBackColor = true; this.gvReport.Appearance.OddRow.Options.UseForeColor = true; this.gvReport.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gvReport.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gvReport.Appearance.Preview.Options.UseBackColor = true; this.gvReport.Appearance.Preview.Options.UseForeColor = true; this.gvReport.Appearance.Row.BackColor = System.Drawing.Color.White; this.gvReport.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gvReport.Appearance.Row.Options.UseBackColor = true; this.gvReport.Appearance.Row.Options.UseForeColor = true; this.gvReport.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gvReport.Appearance.RowSeparator.Options.UseBackColor = true; this.gvReport.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(240))))); this.gvReport.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gvReport.Appearance.SelectedRow.Options.UseBackColor = true; this.gvReport.Appearance.SelectedRow.Options.UseForeColor = true; this.gvReport.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvReport.Appearance.VertLine.Options.UseBackColor = true; this.gvReport.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcRep_idrecep_sample_report, this.gcRep_order_report, this.gcRep_cod_recep_sample_report, this.gcRep_report_status, this.gcRep_type_report, this.gcRep_Option, this.gcRep_Str_cod_recep_sample_report, this.gcRep_Date_report}); this.gvReport.GridControl = this.gcReport; this.gvReport.Name = "gvReport"; this.gvReport.OptionsView.EnableAppearanceEvenRow = true; this.gvReport.OptionsView.EnableAppearanceOddRow = true; this.gvReport.OptionsView.ShowGroupPanel = false; this.gvReport.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvReport_RowCellStyle); this.gvReport.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvReport_InitNewRow); this.gvReport.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvReport_FocusedRowChanged); // // gcRep_idrecep_sample_report // this.gcRep_idrecep_sample_report.Caption = "idrecep_sample_report"; this.gcRep_idrecep_sample_report.FieldName = "Idrecep_sample_report"; this.gcRep_idrecep_sample_report.Name = "gcRep_idrecep_sample_report"; // // gcRep_order_report // this.gcRep_order_report.Caption = "N°"; this.gcRep_order_report.FieldName = "Order_report"; this.gcRep_order_report.Name = "gcRep_order_report"; this.gcRep_order_report.OptionsColumn.AllowEdit = false; this.gcRep_order_report.OptionsFilter.AllowAutoFilter = false; this.gcRep_order_report.OptionsFilter.AllowFilter = false; this.gcRep_order_report.Visible = true; this.gcRep_order_report.VisibleIndex = 0; this.gcRep_order_report.Width = 23; // // gcRep_cod_recep_sample_report // this.gcRep_cod_recep_sample_report.Caption = "Código"; this.gcRep_cod_recep_sample_report.FieldName = "Cod_recep_sample_report"; this.gcRep_cod_recep_sample_report.Name = "gcRep_cod_recep_sample_report"; this.gcRep_cod_recep_sample_report.OptionsColumn.AllowEdit = false; this.gcRep_cod_recep_sample_report.Width = 66; // // gcRep_report_status // this.gcRep_report_status.Caption = "Estado"; this.gcRep_report_status.ColumnEdit = this.repStatusReport; this.gcRep_report_status.FieldName = "Report_status"; this.gcRep_report_status.Name = "gcRep_report_status"; this.gcRep_report_status.OptionsColumn.AllowEdit = false; this.gcRep_report_status.Visible = true; this.gcRep_report_status.VisibleIndex = 2; this.gcRep_report_status.Width = 74; // // repStatusReport // this.repStatusReport.AutoHeight = false; this.repStatusReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repStatusReport.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IdStatus"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Status")}); this.repStatusReport.Name = "repStatusReport"; this.repStatusReport.NullText = ""; this.repStatusReport.ShowFooter = false; this.repStatusReport.ShowHeader = false; // // gcRep_type_report // this.gcRep_type_report.Caption = "type_report"; this.gcRep_type_report.FieldName = "Type_report"; this.gcRep_type_report.Name = "gcRep_type_report"; this.gcRep_type_report.Width = 69; // // gcRep_Option // this.gcRep_Option.Caption = "#"; this.gcRep_Option.ColumnEdit = this.repReportOption; this.gcRep_Option.Name = "gcRep_Option"; this.gcRep_Option.Visible = true; this.gcRep_Option.VisibleIndex = 3; this.gcRep_Option.Width = 81; // // repReportOption // this.repReportOption.AutoHeight = false; serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 7.5F); serializableAppearanceObject2.Options.UseFont = true; this.repReportOption.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "edit", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.repReportOption.Name = "repReportOption"; this.repReportOption.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repReportOption.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repReportOption_ButtonClick); // // gcRep_Str_cod_recep_sample_report // this.gcRep_Str_cod_recep_sample_report.Caption = "Cod. Interno"; this.gcRep_Str_cod_recep_sample_report.FieldName = "Str_cod_recep_sample_report"; this.gcRep_Str_cod_recep_sample_report.Name = "gcRep_Str_cod_recep_sample_report"; this.gcRep_Str_cod_recep_sample_report.OptionsColumn.AllowEdit = false; this.gcRep_Str_cod_recep_sample_report.Visible = true; this.gcRep_Str_cod_recep_sample_report.VisibleIndex = 1; this.gcRep_Str_cod_recep_sample_report.Width = 123; // // gcRep_Date_report // this.gcRep_Date_report.Caption = "Date_report"; this.gcRep_Date_report.FieldName = "Date_report"; this.gcRep_Date_report.Name = "gcRep_Date_report"; this.gcRep_Date_report.Width = 62; // // repDateReport // this.repDateReport.AutoHeight = false; this.repDateReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repDateReport.Name = "repDateReport"; // // repTimeReport // this.repTimeReport.AutoHeight = false; this.repTimeReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repTimeReport.Name = "repTimeReport"; // // repTypeReport // this.repTypeReport.AutoHeight = false; this.repTypeReport.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repTypeReport.Name = "repTypeReport"; // // groupControl1 // this.groupControl1.Controls.Add(this.btMakePartialReport); this.groupControl1.Controls.Add(this.btMakeFinalReport); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(292, 53); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "Crear Informe de Ensayo"; // // btMakePartialReport // this.btMakePartialReport.AllowDrop = true; this.btMakePartialReport.Appearance.Options.UseTextOptions = true; this.btMakePartialReport.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.btMakePartialReport.Location = new System.Drawing.Point(5, 23); this.btMakePartialReport.Name = "btMakePartialReport"; this.btMakePartialReport.Size = new System.Drawing.Size(90, 25); this.btMakePartialReport.TabIndex = 0; this.btMakePartialReport.Text = "Informe Parcial"; this.btMakePartialReport.Click += new System.EventHandler(this.btMakePartialReport_Click); // // btMakeFinalReport // this.btMakeFinalReport.AllowDrop = true; this.btMakeFinalReport.Appearance.ForeColor = System.Drawing.Color.Black; this.btMakeFinalReport.Appearance.Options.UseForeColor = true; this.btMakeFinalReport.Appearance.Options.UseTextOptions = true; this.btMakeFinalReport.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.btMakeFinalReport.Location = new System.Drawing.Point(101, 23); this.btMakeFinalReport.Name = "btMakeFinalReport"; this.btMakeFinalReport.Size = new System.Drawing.Size(90, 25); this.btMakeFinalReport.TabIndex = 0; this.btMakeFinalReport.Text = "Informe Final"; this.btMakeFinalReport.Click += new System.EventHandler(this.btMakeFinalReport_Click); // // tpRightAttach // this.tpRightAttach.Controls.Add(this.gcAttachFile); this.tpRightAttach.Controls.Add(this.groupControl2); this.tpRightAttach.Name = "tpRightAttach"; this.tpRightAttach.PageVisible = false; this.tpRightAttach.Size = new System.Drawing.Size(292, 0); this.tpRightAttach.Text = "Adjuntar"; // // gcAttachFile // this.gcAttachFile.Dock = System.Windows.Forms.DockStyle.Fill; this.gcAttachFile.EmbeddedNavigator.Name = ""; this.gcAttachFile.Location = new System.Drawing.Point(0, 53); this.gcAttachFile.MainView = this.gvAttachFile; this.gcAttachFile.Name = "gcAttachFile"; this.gcAttachFile.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repButtons, this.repAttach_status, this.repAttach_file}); this.gcAttachFile.Size = new System.Drawing.Size(292, 0); this.gcAttachFile.TabIndex = 4; this.gcAttachFile.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvAttachFile}); // // gvAttachFile // this.gvAttachFile.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvAttachFile.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gvAttachFile.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gvAttachFile.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvAttachFile.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gvAttachFile.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvAttachFile.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gvAttachFile.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gvAttachFile.Appearance.Empty.BackColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.Empty.Options.UseBackColor = true; this.gvAttachFile.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.EvenRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.EvenRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvAttachFile.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvAttachFile.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gvAttachFile.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gvAttachFile.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gvAttachFile.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvAttachFile.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.FilterPanel.Options.UseBackColor = true; this.gvAttachFile.Appearance.FilterPanel.Options.UseForeColor = true; this.gvAttachFile.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gvAttachFile.Appearance.FixedLine.Options.UseBackColor = true; this.gvAttachFile.Appearance.FocusedCell.BackColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.FocusedCell.Options.UseBackColor = true; this.gvAttachFile.Appearance.FocusedCell.Options.UseForeColor = true; this.gvAttachFile.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197))))); this.gvAttachFile.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.FocusedRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.FocusedRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvAttachFile.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvAttachFile.Appearance.FooterPanel.Options.UseBackColor = true; this.gvAttachFile.Appearance.FooterPanel.Options.UseBorderColor = true; this.gvAttachFile.Appearance.FooterPanel.Options.UseForeColor = true; this.gvAttachFile.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.GroupButton.Options.UseBackColor = true; this.gvAttachFile.Appearance.GroupButton.Options.UseBorderColor = true; this.gvAttachFile.Appearance.GroupButton.Options.UseForeColor = true; this.gvAttachFile.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.GroupFooter.Options.UseBackColor = true; this.gvAttachFile.Appearance.GroupFooter.Options.UseBorderColor = true; this.gvAttachFile.Appearance.GroupFooter.Options.UseForeColor = true; this.gvAttachFile.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvAttachFile.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.GroupPanel.Options.UseBackColor = true; this.gvAttachFile.Appearance.GroupPanel.Options.UseForeColor = true; this.gvAttachFile.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvAttachFile.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gvAttachFile.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.GroupRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.GroupRow.Options.UseBorderColor = true; this.gvAttachFile.Appearance.GroupRow.Options.UseFont = true; this.gvAttachFile.Appearance.GroupRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvAttachFile.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvAttachFile.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvAttachFile.Appearance.HeaderPanel.Options.UseBackColor = true; this.gvAttachFile.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gvAttachFile.Appearance.HeaderPanel.Options.UseForeColor = true; this.gvAttachFile.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gvAttachFile.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gvAttachFile.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvAttachFile.Appearance.HorzLine.Options.UseBackColor = true; this.gvAttachFile.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.OddRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.OddRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gvAttachFile.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gvAttachFile.Appearance.Preview.Options.UseBackColor = true; this.gvAttachFile.Appearance.Preview.Options.UseForeColor = true; this.gvAttachFile.Appearance.Row.BackColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gvAttachFile.Appearance.Row.Options.UseBackColor = true; this.gvAttachFile.Appearance.Row.Options.UseForeColor = true; this.gvAttachFile.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.RowSeparator.Options.UseBackColor = true; this.gvAttachFile.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217))))); this.gvAttachFile.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gvAttachFile.Appearance.SelectedRow.Options.UseBackColor = true; this.gvAttachFile.Appearance.SelectedRow.Options.UseForeColor = true; this.gvAttachFile.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvAttachFile.Appearance.VertLine.Options.UseBackColor = true; this.gvAttachFile.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcAtt_Iddocument_recep, this.gcAtt_Idrecep_sample, this.gcAtt_FileName, this.gcAtt_Attach_status, this.gcAtt_Buttons, this.gcAtt_SourcePath, this.gcAtt_Order_file, this.gcAtt_Idrecep_sample_attach}); this.gvAttachFile.GridControl = this.gcAttachFile; this.gvAttachFile.Name = "gvAttachFile"; this.gvAttachFile.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvAttachFile.OptionsSelection.EnableAppearanceFocusedRow = false; this.gvAttachFile.OptionsView.EnableAppearanceEvenRow = true; this.gvAttachFile.OptionsView.EnableAppearanceOddRow = true; this.gvAttachFile.OptionsView.ShowGroupPanel = false; this.gvAttachFile.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvAttachFile_RowCellStyle); // // gcAtt_Iddocument_recep // this.gcAtt_Iddocument_recep.Caption = "Iddocument_recep"; this.gcAtt_Iddocument_recep.FieldName = "Iddocument_recep"; this.gcAtt_Iddocument_recep.Name = "gcAtt_Iddocument_recep"; // // gcAtt_Idrecep_sample // this.gcAtt_Idrecep_sample.Caption = "gridColumn1"; this.gcAtt_Idrecep_sample.FieldName = "Idrecep_sample"; this.gcAtt_Idrecep_sample.Name = "gcAtt_Idrecep_sample"; // // gcAtt_FileName // this.gcAtt_FileName.Caption = "Adjuntar Documento"; this.gcAtt_FileName.ColumnEdit = this.repAttach_file; this.gcAtt_FileName.FieldName = "Name_file"; this.gcAtt_FileName.Name = "gcAtt_FileName"; this.gcAtt_FileName.Visible = true; this.gcAtt_FileName.VisibleIndex = 0; this.gcAtt_FileName.Width = 142; // // repAttach_file // this.repAttach_file.AutoHeight = false; serializableAppearanceObject3.Font = new System.Drawing.Font("Tahoma", 7.5F); serializableAppearanceObject3.Options.UseFont = true; this.repAttach_file.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Cargar", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3)}); this.repAttach_file.Name = "repAttach_file"; this.repAttach_file.NullText = ""; // // gcAtt_Attach_status // this.gcAtt_Attach_status.Caption = "Estado"; this.gcAtt_Attach_status.ColumnEdit = this.repAttach_status; this.gcAtt_Attach_status.FieldName = "Attach_status"; this.gcAtt_Attach_status.Name = "gcAtt_Attach_status"; this.gcAtt_Attach_status.Visible = true; this.gcAtt_Attach_status.VisibleIndex = 1; this.gcAtt_Attach_status.Width = 99; // // repAttach_status // this.repAttach_status.AutoHeight = false; this.repAttach_status.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repAttach_status.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Attach_status")}); this.repAttach_status.Name = "repAttach_status"; this.repAttach_status.NullText = ""; this.repAttach_status.ShowFooter = false; this.repAttach_status.ShowHeader = false; // // gcAtt_Buttons // this.gcAtt_Buttons.Caption = "#"; this.gcAtt_Buttons.ColumnEdit = this.repButtons; this.gcAtt_Buttons.Name = "gcAtt_Buttons"; this.gcAtt_Buttons.Visible = true; this.gcAtt_Buttons.VisibleIndex = 2; this.gcAtt_Buttons.Width = 49; // // repButtons // this.repButtons.AutoHeight = false; serializableAppearanceObject4.Font = new System.Drawing.Font("Tahoma", 7.5F); serializableAppearanceObject4.Options.UseFont = true; this.repButtons.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "ver", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4)}); this.repButtons.Name = "repButtons"; this.repButtons.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repButtons.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repButtons_ButtonClick); // // gcAtt_SourcePath // this.gcAtt_SourcePath.Caption = "Source path"; this.gcAtt_SourcePath.FieldName = "Source_path"; this.gcAtt_SourcePath.Name = "gcAtt_SourcePath"; // // gcAtt_Order_file // this.gcAtt_Order_file.Caption = "Order_file"; this.gcAtt_Order_file.FieldName = "Order_file"; this.gcAtt_Order_file.Name = "gcAtt_Order_file"; // // gcAtt_Idrecep_sample_attach // this.gcAtt_Idrecep_sample_attach.Caption = "Idrecep_sample_attach"; this.gcAtt_Idrecep_sample_attach.FieldName = "Idrecep_sample_attach"; this.gcAtt_Idrecep_sample_attach.Name = "gcAtt_Idrecep_sample_attach"; // // groupControl2 // this.groupControl2.Controls.Add(this.btNewFile); this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl2.Location = new System.Drawing.Point(0, 0); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(292, 53); this.groupControl2.TabIndex = 3; this.groupControl2.Text = "Adjuntar a partir de un archivo"; // // btNewFile // this.btNewFile.AllowDrop = true; this.btNewFile.Appearance.Options.UseTextOptions = true; this.btNewFile.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.btNewFile.Location = new System.Drawing.Point(5, 22); this.btNewFile.Name = "btNewFile"; this.btNewFile.Size = new System.Drawing.Size(56, 25); this.btNewFile.TabIndex = 0; this.btNewFile.Text = "Nuevo"; this.btNewFile.Click += new System.EventHandler(this.btNewFile_Click); // // tpRightProgram // this.tpRightProgram.Controls.Add(this.gcProgram); this.tpRightProgram.Controls.Add(this.groupControl3); this.tpRightProgram.Name = "tpRightProgram"; this.tpRightProgram.PageVisible = false; this.tpRightProgram.Size = new System.Drawing.Size(292, 0); this.tpRightProgram.Text = "Programar"; // // gcProgram // this.gcProgram.Dock = System.Windows.Forms.DockStyle.Fill; this.gcProgram.EmbeddedNavigator.Name = ""; this.gcProgram.Location = new System.Drawing.Point(0, 53); this.gcProgram.MainView = this.gvProgram; this.gcProgram.Name = "gcProgram"; this.gcProgram.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repProgramButton, this.repProgramStatus, this.repDateProgram, this.repTimeProgram}); this.gcProgram.Size = new System.Drawing.Size(292, 0); this.gcProgram.TabIndex = 4; this.gcProgram.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvProgram}); // // gvProgram // this.gvProgram.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvProgram.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvProgram.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.gvProgram.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.gvProgram.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.gvProgram.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvProgram.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(190)))), ((int)(((byte)(243))))); this.gvProgram.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255))))); this.gvProgram.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.gvProgram.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.gvProgram.Appearance.Empty.BackColor = System.Drawing.Color.White; this.gvProgram.Appearance.Empty.Options.UseBackColor = true; this.gvProgram.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.EvenRow.Options.UseBackColor = true; this.gvProgram.Appearance.EvenRow.Options.UseForeColor = true; this.gvProgram.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvProgram.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvProgram.Appearance.FilterCloseButton.Options.UseBackColor = true; this.gvProgram.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.gvProgram.Appearance.FilterCloseButton.Options.UseForeColor = true; this.gvProgram.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvProgram.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.gvProgram.Appearance.FilterPanel.Options.UseBackColor = true; this.gvProgram.Appearance.FilterPanel.Options.UseForeColor = true; this.gvProgram.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.gvProgram.Appearance.FixedLine.Options.UseBackColor = true; this.gvProgram.Appearance.FocusedCell.BackColor = System.Drawing.Color.White; this.gvProgram.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.FocusedCell.Options.UseBackColor = true; this.gvProgram.Appearance.FocusedCell.Options.UseForeColor = true; this.gvProgram.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(106)))), ((int)(((byte)(197))))); this.gvProgram.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gvProgram.Appearance.FocusedRow.Options.UseBackColor = true; this.gvProgram.Appearance.FocusedRow.Options.UseForeColor = true; this.gvProgram.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvProgram.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvProgram.Appearance.FooterPanel.Options.UseBackColor = true; this.gvProgram.Appearance.FooterPanel.Options.UseBorderColor = true; this.gvProgram.Appearance.FooterPanel.Options.UseForeColor = true; this.gvProgram.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.GroupButton.Options.UseBackColor = true; this.gvProgram.Appearance.GroupButton.Options.UseBorderColor = true; this.gvProgram.Appearance.GroupButton.Options.UseForeColor = true; this.gvProgram.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.GroupFooter.Options.UseBackColor = true; this.gvProgram.Appearance.GroupFooter.Options.UseBorderColor = true; this.gvProgram.Appearance.GroupFooter.Options.UseForeColor = true; this.gvProgram.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(109)))), ((int)(((byte)(185))))); this.gvProgram.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.GroupPanel.Options.UseBackColor = true; this.gvProgram.Appearance.GroupPanel.Options.UseForeColor = true; this.gvProgram.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(216)))), ((int)(((byte)(247))))); this.gvProgram.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.gvProgram.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.GroupRow.Options.UseBackColor = true; this.gvProgram.Appearance.GroupRow.Options.UseBorderColor = true; this.gvProgram.Appearance.GroupRow.Options.UseFont = true; this.gvProgram.Appearance.GroupRow.Options.UseForeColor = true; this.gvProgram.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(171)))), ((int)(((byte)(228))))); this.gvProgram.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254))))); this.gvProgram.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.gvProgram.Appearance.HeaderPanel.Options.UseBackColor = true; this.gvProgram.Appearance.HeaderPanel.Options.UseBorderColor = true; this.gvProgram.Appearance.HeaderPanel.Options.UseForeColor = true; this.gvProgram.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(153)))), ((int)(((byte)(228))))); this.gvProgram.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(224)))), ((int)(((byte)(251))))); this.gvProgram.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gvProgram.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gvProgram.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvProgram.Appearance.HorzLine.Options.UseBackColor = true; this.gvProgram.Appearance.OddRow.BackColor = System.Drawing.Color.White; this.gvProgram.Appearance.OddRow.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.OddRow.Options.UseBackColor = true; this.gvProgram.Appearance.OddRow.Options.UseForeColor = true; this.gvProgram.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(252)))), ((int)(((byte)(255))))); this.gvProgram.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(129)))), ((int)(((byte)(185))))); this.gvProgram.Appearance.Preview.Options.UseBackColor = true; this.gvProgram.Appearance.Preview.Options.UseForeColor = true; this.gvProgram.Appearance.Row.BackColor = System.Drawing.Color.White; this.gvProgram.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.gvProgram.Appearance.Row.Options.UseBackColor = true; this.gvProgram.Appearance.Row.Options.UseForeColor = true; this.gvProgram.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.gvProgram.Appearance.RowSeparator.Options.UseBackColor = true; this.gvProgram.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(126)))), ((int)(((byte)(217))))); this.gvProgram.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.gvProgram.Appearance.SelectedRow.Options.UseBackColor = true; this.gvProgram.Appearance.SelectedRow.Options.UseForeColor = true; this.gvProgram.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(127)))), ((int)(((byte)(196))))); this.gvProgram.Appearance.VertLine.Options.UseBackColor = true; this.gvProgram.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcProg_Idrecep_sample_program, this.gcProg_Order_report, this.gcProg_Cod_recep_sample_program, this.gcProg_Program_status, this.gridColumn6, this.gcProg_Date_report, this.gcProg_Time_report, this.gcProg_Str_cod_recep_sample_program}); this.gvProgram.GridControl = this.gcProgram; this.gvProgram.Name = "gvProgram"; this.gvProgram.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvProgram.OptionsSelection.EnableAppearanceFocusedRow = false; this.gvProgram.OptionsView.EnableAppearanceEvenRow = true; this.gvProgram.OptionsView.EnableAppearanceOddRow = true; this.gvProgram.OptionsView.ShowGroupPanel = false; this.gvProgram.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvProgram_RowCellStyle); this.gvProgram.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gvProgram_InitNewRow); this.gvProgram.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvProgram_FocusedRowChanged); // // gcProg_Idrecep_sample_program // this.gcProg_Idrecep_sample_program.Caption = "idrecep_sample_report"; this.gcProg_Idrecep_sample_program.FieldName = "Idrecep_sample_program"; this.gcProg_Idrecep_sample_program.Name = "gcProg_Idrecep_sample_program"; // // gcProg_Order_report // this.gcProg_Order_report.Caption = "N°"; this.gcProg_Order_report.FieldName = "Order_report"; this.gcProg_Order_report.Name = "gcProg_Order_report"; this.gcProg_Order_report.OptionsColumn.AllowEdit = false; this.gcProg_Order_report.OptionsFilter.AllowAutoFilter = false; this.gcProg_Order_report.OptionsFilter.AllowFilter = false; this.gcProg_Order_report.Visible = true; this.gcProg_Order_report.VisibleIndex = 0; this.gcProg_Order_report.Width = 23; // // gcProg_Cod_recep_sample_program // this.gcProg_Cod_recep_sample_program.Caption = "Código"; this.gcProg_Cod_recep_sample_program.FieldName = "Cod_recep_sample_program"; this.gcProg_Cod_recep_sample_program.Name = "gcProg_Cod_recep_sample_program"; this.gcProg_Cod_recep_sample_program.OptionsColumn.AllowEdit = false; this.gcProg_Cod_recep_sample_program.Width = 63; // // gcProg_Program_status // this.gcProg_Program_status.Caption = "Estado"; this.gcProg_Program_status.ColumnEdit = this.repProgramStatus; this.gcProg_Program_status.FieldName = "Program_status"; this.gcProg_Program_status.Name = "gcProg_Program_status"; this.gcProg_Program_status.OptionsColumn.AllowEdit = false; this.gcProg_Program_status.Width = 42; // // repProgramStatus // this.repProgramStatus.AutoHeight = false; this.repProgramStatus.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repProgramStatus.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IdStatus"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Status")}); this.repProgramStatus.Name = "repProgramStatus"; this.repProgramStatus.NullText = ""; this.repProgramStatus.ShowFooter = false; this.repProgramStatus.ShowHeader = false; // // gridColumn6 // this.gridColumn6.Caption = "#"; this.gridColumn6.ColumnEdit = this.repProgramButton; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 4; this.gridColumn6.Width = 67; // // repProgramButton // this.repProgramButton.AutoHeight = false; this.repProgramButton.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Programar", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, null)}); this.repProgramButton.Name = "repProgramButton"; this.repProgramButton.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repProgramButton.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repProgramButton_ButtonClick); // // gcProg_Date_report // this.gcProg_Date_report.Caption = "Fecha"; this.gcProg_Date_report.ColumnEdit = this.repDateProgram; this.gcProg_Date_report.FieldName = "Date_report"; this.gcProg_Date_report.Name = "gcProg_Date_report"; this.gcProg_Date_report.OptionsFilter.AllowAutoFilter = false; this.gcProg_Date_report.OptionsFilter.AllowFilter = false; this.gcProg_Date_report.Visible = true; this.gcProg_Date_report.VisibleIndex = 2; this.gcProg_Date_report.Width = 67; // // repDateProgram // this.repDateProgram.AutoHeight = false; this.repDateProgram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repDateProgram.Name = "repDateProgram"; // // gcProg_Time_report // this.gcProg_Time_report.Caption = "Hora"; this.gcProg_Time_report.ColumnEdit = this.repTimeProgram; this.gcProg_Time_report.FieldName = "Time_report"; this.gcProg_Time_report.Name = "gcProg_Time_report"; this.gcProg_Time_report.OptionsFilter.AllowAutoFilter = false; this.gcProg_Time_report.OptionsFilter.AllowFilter = false; this.gcProg_Time_report.Visible = true; this.gcProg_Time_report.VisibleIndex = 3; this.gcProg_Time_report.Width = 66; // // repTimeProgram // this.repTimeProgram.AutoHeight = false; this.repTimeProgram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repTimeProgram.Mask.EditMask = "t"; this.repTimeProgram.Name = "repTimeProgram"; // // gcProg_Str_cod_recep_sample_program // this.gcProg_Str_cod_recep_sample_program.Caption = "Código"; this.gcProg_Str_cod_recep_sample_program.FieldName = "Str_cod_recep_sample_program"; this.gcProg_Str_cod_recep_sample_program.Name = "gcProg_Str_cod_recep_sample_program"; this.gcProg_Str_cod_recep_sample_program.OptionsColumn.AllowEdit = false; this.gcProg_Str_cod_recep_sample_program.OptionsFilter.AllowAutoFilter = false; this.gcProg_Str_cod_recep_sample_program.OptionsFilter.AllowFilter = false; this.gcProg_Str_cod_recep_sample_program.Visible = true; this.gcProg_Str_cod_recep_sample_program.VisibleIndex = 1; this.gcProg_Str_cod_recep_sample_program.Width = 78; // // groupControl3 // this.groupControl3.Controls.Add(this.btProgramSelection); this.groupControl3.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl3.Location = new System.Drawing.Point(0, 0); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(292, 53); this.groupControl3.TabIndex = 3; this.groupControl3.Text = "Crear Informe de Ensayo"; // // btProgramSelection // this.btProgramSelection.AllowDrop = true; this.btProgramSelection.Appearance.Options.UseTextOptions = true; this.btProgramSelection.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.btProgramSelection.Location = new System.Drawing.Point(5, 23); this.btProgramSelection.Name = "btProgramSelection"; this.btProgramSelection.Size = new System.Drawing.Size(113, 25); this.btProgramSelection.TabIndex = 0; this.btProgramSelection.Text = "Agregar selección"; this.btProgramSelection.Click += new System.EventHandler(this.btProgramSelection_Click); // // btPrintTicket // this.btPrintTicket.FlatAppearance.BorderSize = 0; this.btPrintTicket.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btPrintTicket.Location = new System.Drawing.Point(729, 12); this.btPrintTicket.Name = "btPrintTicket"; this.btPrintTicket.Size = new System.Drawing.Size(48, 23); this.btPrintTicket.TabIndex = 10; this.btPrintTicket.Text = "Imprimir Etiquetas"; this.btPrintTicket.UseVisualStyleBackColor = true; this.btPrintTicket.Visible = false; this.btPrintTicket.Click += new System.EventHandler(this.btPrintTicket_Click_1); // // btDesignPrint // this.btDesignPrint.FlatAppearance.BorderSize = 0; this.btDesignPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btDesignPrint.Location = new System.Drawing.Point(772, 9); this.btDesignPrint.Name = "btDesignPrint"; this.btDesignPrint.Size = new System.Drawing.Size(69, 23); this.btDesignPrint.TabIndex = 10; this.btDesignPrint.Text = "Diseñar Etiquetas"; this.btDesignPrint.UseVisualStyleBackColor = true; this.btDesignPrint.Visible = false; this.btDesignPrint.Click += new System.EventHandler(this.btDesignPrint_Click); // // deReception // this.deReception.EditValue = null; this.deReception.Location = new System.Drawing.Point(75, 5); this.deReception.Name = "deReception"; this.deReception.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deReception.Properties.ReadOnly = true; this.deReception.Size = new System.Drawing.Size(87, 20); this.deReception.TabIndex = 10; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(12, 8); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(62, 13); this.label12.TabIndex = 9; this.label12.Text = "Recepción:"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(12, 50); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(47, 13); this.label19.TabIndex = 9; this.label19.Text = "Entrega:"; // // deResult // this.deResult.EditValue = null; this.deResult.Location = new System.Drawing.Point(75, 47); this.deResult.Name = "deResult"; this.deResult.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deResult.Size = new System.Drawing.Size(87, 20); this.deResult.TabIndex = 10; // // xtraTabControl2 // this.xtraTabControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.xtraTabControl2.Appearance.Options.UseBackColor = true; this.xtraTabControl2.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.xtraTabControl2.AppearancePage.Header.BorderColor = System.Drawing.Color.White; this.xtraTabControl2.AppearancePage.Header.Options.UseBackColor = true; this.xtraTabControl2.AppearancePage.Header.Options.UseBorderColor = true; this.xtraTabControl2.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue; this.xtraTabControl2.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl2.AppearancePage.HeaderActive.Options.UseBackColor = true; this.xtraTabControl2.AppearancePage.HeaderActive.Options.UseBorderColor = true; this.xtraTabControl2.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl2.AppearancePage.PageClient.Options.UseBorderColor = true; this.xtraTabControl2.Location = new System.Drawing.Point(551, 29); this.xtraTabControl2.Name = "xtraTabControl2"; this.xtraTabControl2.PaintStyleName = "PropertyView"; this.xtraTabControl2.SelectedTabPage = this.tabDateRegRecep; this.xtraTabControl2.Size = new System.Drawing.Size(264, 114); this.xtraTabControl2.TabIndex = 4; this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabDateRegRecep}); // // tabDateRegRecep // this.tabDateRegRecep.Controls.Add(this.tbNumDays); this.tabDateRegRecep.Controls.Add(this.deHourResult); this.tabDateRegRecep.Controls.Add(this.deHourReception); this.tabDateRegRecep.Controls.Add(this.label27); this.tabDateRegRecep.Controls.Add(this.deReception); this.tabDateRegRecep.Controls.Add(this.lookUpEdit1); this.tabDateRegRecep.Controls.Add(this.deResult); this.tabDateRegRecep.Controls.Add(this.label19); this.tabDateRegRecep.Controls.Add(this.textEdit3); this.tabDateRegRecep.Controls.Add(this.label12); this.tabDateRegRecep.Name = "tabDateRegRecep"; this.tabDateRegRecep.Size = new System.Drawing.Size(262, 93); this.tabDateRegRecep.Text = "Fechas"; // // tbNumDays // this.tbNumDays.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbNumDays.Location = new System.Drawing.Point(75, 26); this.tbNumDays.Name = "tbNumDays"; this.tbNumDays.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.tbNumDays.Properties.IsFloatValue = false; this.tbNumDays.Properties.Mask.EditMask = "N00"; this.tbNumDays.Size = new System.Drawing.Size(42, 20); this.tbNumDays.TabIndex = 12; this.tbNumDays.EditValueChanged += new System.EventHandler(this.tbNumDays_EditValueChanged); // // deHourResult // this.deHourResult.EditValue = null; this.deHourResult.Location = new System.Drawing.Point(164, 47); this.deHourResult.Name = "deHourResult"; this.deHourResult.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.deHourResult.Properties.Mask.EditMask = "t"; this.deHourResult.Size = new System.Drawing.Size(91, 20); this.deHourResult.TabIndex = 11; // // deHourReception // this.deHourReception.EditValue = null; this.deHourReception.Location = new System.Drawing.Point(164, 5); this.deHourReception.Name = "deHourReception"; this.deHourReception.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.deHourReception.Properties.Mask.EditMask = "t"; this.deHourReception.Size = new System.Drawing.Size(91, 20); this.deHourReception.TabIndex = 1; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(12, 29); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(45, 13); this.label27.TabIndex = 9; this.label27.Text = "N°Días:"; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(452, 55); this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IDTypePost", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Den_Type_Post")}); this.lookUpEdit1.Properties.NullText = "Seleccionar"; this.lookUpEdit1.Properties.ShowFooter = false; this.lookUpEdit1.Properties.ShowHeader = false; this.lookUpEdit1.Size = new System.Drawing.Size(100, 20); this.lookUpEdit1.TabIndex = 1; // // textEdit3 // this.textEdit3.Location = new System.Drawing.Point(452, 9); this.textEdit3.Name = "textEdit3"; this.textEdit3.Size = new System.Drawing.Size(100, 20); this.textEdit3.TabIndex = 3; // // btReportClient // this.btReportClient.FlatAppearance.BorderSize = 0; this.btReportClient.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btReportClient.Location = new System.Drawing.Point(847, 10); this.btReportClient.Name = "btReportClient"; this.btReportClient.Size = new System.Drawing.Size(59, 23); this.btReportClient.TabIndex = 11; this.btReportClient.Text = "Repote por Cliente"; this.btReportClient.UseVisualStyleBackColor = true; this.btReportClient.Visible = false; this.btReportClient.Click += new System.EventHandler(this.btReportClient_Click); // // txIdrecep_sample // this.txIdrecep_sample.Enabled = false; this.txIdrecep_sample.Location = new System.Drawing.Point(844, 117); this.txIdrecep_sample.Name = "txIdrecep_sample"; this.txIdrecep_sample.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.txIdrecep_sample.Properties.Appearance.Options.UseBackColor = true; this.txIdrecep_sample.Size = new System.Drawing.Size(100, 20); this.txIdrecep_sample.TabIndex = 7; this.txIdrecep_sample.Visible = false; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(8, 7); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(43, 13); this.label25.TabIndex = 10; this.label25.Text = "Código:"; // // cbTypeSample // this.cbTypeSample.Location = new System.Drawing.Point(93, 4); this.cbTypeSample.Name = "cbTypeSample"; this.cbTypeSample.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbTypeSample.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Cod_type_sample", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name_type_sample")}); this.cbTypeSample.Properties.NullText = "Seleccionar"; this.cbTypeSample.Properties.ShowFooter = false; this.cbTypeSample.Properties.ShowHeader = false; this.cbTypeSample.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.cbTypeSample.Size = new System.Drawing.Size(146, 20); this.cbTypeSample.TabIndex = 2; this.cbTypeSample.EditValueChanged += new System.EventHandler(this.cbTypeSample_EditValueChanged); // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(5, 7); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(86, 13); this.label26.TabIndex = 10; this.label26.Text = "Tipo de muestra:"; // // ofdRecepFileAttach // this.ofdRecepFileAttach.FileName = "openFileDialog1"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(834, 41); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(110, 13); this.label14.TabIndex = 9; this.label14.Text = "gastos administrativos"; this.label14.Visible = false; // // tbAdministrativeExpense // this.tbAdministrativeExpense.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.tbAdministrativeExpense.Location = new System.Drawing.Point(837, 57); this.tbAdministrativeExpense.Name = "tbAdministrativeExpense"; this.tbAdministrativeExpense.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.tbAdministrativeExpense.Size = new System.Drawing.Size(107, 20); this.tbAdministrativeExpense.TabIndex = 11; this.tbAdministrativeExpense.Visible = false; // // tbCod_recep_sample // this.tbCod_recep_sample.Location = new System.Drawing.Point(55, 4); this.tbCod_recep_sample.Name = "tbCod_recep_sample"; this.tbCod_recep_sample.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.tbCod_recep_sample.Properties.Appearance.Options.UseBackColor = true; this.tbCod_recep_sample.Properties.ReadOnly = true; this.tbCod_recep_sample.Size = new System.Drawing.Size(100, 20); this.tbCod_recep_sample.TabIndex = 7; // // ucSignReception // this.ucSignReception.Location = new System.Drawing.Point(11, 2); this.ucSignReception.Margin = new System.Windows.Forms.Padding(0); this.ucSignReception.Name = "ucSignReception"; this.ucSignReception.Pwd = null; this.ucSignReception.Size = new System.Drawing.Size(158, 40); this.ucSignReception.TabIndex = 16; this.ucSignReception.Title = "Guardar"; this.ucSignReception.OnSign += new LimsProject.sign(this.ucSign1_OnSign); // // panelControl1 // this.panelControl1.Controls.Add(this.panel9); this.panelControl1.Controls.Add(this.xtraTabControl2); this.panelControl1.Controls.Add(this.tbAdministrativeExpense); this.panelControl1.Controls.Add(this.label14); this.panelControl1.Controls.Add(this.xtraTabControl1); this.panelControl1.Controls.Add(this.txIdrecep_sample); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(999, 146); this.panelControl1.TabIndex = 12; this.panelControl1.Text = "panelControl1"; // // panel9 // this.panel9.Controls.Add(this.panel11); this.panel9.Location = new System.Drawing.Point(13, 3); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(701, 27); this.panel9.TabIndex = 12; // // panel11 // this.panel11.Controls.Add(this.paTypeSample); this.panel11.Controls.Add(this.paCodRegisterRecep); this.panel11.Dock = System.Windows.Forms.DockStyle.Fill; this.panel11.Location = new System.Drawing.Point(0, 0); this.panel11.Name = "panel11"; this.panel11.Size = new System.Drawing.Size(701, 27); this.panel11.TabIndex = 1; // // paTypeSample // this.paTypeSample.Controls.Add(this.cbTypeSample); this.paTypeSample.Controls.Add(this.label26); this.paTypeSample.Dock = System.Windows.Forms.DockStyle.Left; this.paTypeSample.Location = new System.Drawing.Point(167, 0); this.paTypeSample.Name = "paTypeSample"; this.paTypeSample.Size = new System.Drawing.Size(257, 27); this.paTypeSample.TabIndex = 12; // // paCodRegisterRecep // this.paCodRegisterRecep.Controls.Add(this.tbCod_recep_sample); this.paCodRegisterRecep.Controls.Add(this.label25); this.paCodRegisterRecep.Dock = System.Windows.Forms.DockStyle.Left; this.paCodRegisterRecep.Location = new System.Drawing.Point(0, 0); this.paCodRegisterRecep.Name = "paCodRegisterRecep"; this.paCodRegisterRecep.Size = new System.Drawing.Size(167, 27); this.paCodRegisterRecep.TabIndex = 11; // // ucTitleRegisterRecep // this.ucTitleRegisterRecep.BackColor = System.Drawing.Color.LightSteelBlue; this.ucTitleRegisterRecep.Dock = System.Windows.Forms.DockStyle.Fill; this.ucTitleRegisterRecep.Location = new System.Drawing.Point(0, 0); this.ucTitleRegisterRecep.Name = "ucTitleRegisterRecep"; this.ucTitleRegisterRecep.Size = new System.Drawing.Size(999, 27); this.ucTitleRegisterRecep.TabIndex = 8; this.ucTitleRegisterRecep.Title = "Title"; // // ucToolStrip1 // this.ucToolStrip1.Dock = System.Windows.Forms.DockStyle.Top; this.ucToolStrip1.Location = new System.Drawing.Point(0, 0); this.ucToolStrip1.Name = "ucToolStrip1"; this.ucToolStrip1.Size = new System.Drawing.Size(1013, 25); this.ucToolStrip1.TabIndex = 0; this.ucToolStrip1.onFind += new LimsProject.Find(this.ucToolStrip1_onFind); this.ucToolStrip1.onNew += new LimsProject.New(this.ucToolStrip1_onNew); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(192, 26); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(191, 22); this.toolStripMenuItem1.Text = "Registro de Recepción"; // // ucGenerarA // this.ucGenerarA.Location = new System.Drawing.Point(476, 9); this.ucGenerarA.Margin = new System.Windows.Forms.Padding(0); this.ucGenerarA.Name = "ucGenerarA"; this.ucGenerarA.Size = new System.Drawing.Size(90, 30); this.ucGenerarA.TabIndex = 19; this.ucGenerarA.Title = "Generar a"; this.ucGenerarA.onSelectedIndex += new LimsProject.SelectedIndex(this.ucGenerarA_onSelectedIndex); // // ucGenerarDesde // this.ucGenerarDesde.Location = new System.Drawing.Point(580, 9); this.ucGenerarDesde.Margin = new System.Windows.Forms.Padding(0); this.ucGenerarDesde.Name = "ucGenerarDesde"; this.ucGenerarDesde.Size = new System.Drawing.Size(90, 30); this.ucGenerarDesde.TabIndex = 19; this.ucGenerarDesde.Title = "Generar desde"; this.ucGenerarDesde.onSelectedIndex += new LimsProject.SelectedIndex(this.ucGenerarDesde_onSelectedIndex); // // panelControl2 // this.panelControl2.Controls.Add(this.xtraTabControl3); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(999, 383); this.panelControl2.TabIndex = 3; this.panelControl2.Text = "panelControl2"; // // xtraTabControl3 // this.xtraTabControl3.Appearance.BackColor = System.Drawing.Color.Transparent; this.xtraTabControl3.Appearance.Options.UseBackColor = true; this.xtraTabControl3.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.xtraTabControl3.AppearancePage.Header.BorderColor = System.Drawing.Color.White; this.xtraTabControl3.AppearancePage.Header.Options.UseBackColor = true; this.xtraTabControl3.AppearancePage.Header.Options.UseBorderColor = true; this.xtraTabControl3.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue; this.xtraTabControl3.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl3.AppearancePage.HeaderActive.Options.UseBackColor = true; this.xtraTabControl3.AppearancePage.HeaderActive.Options.UseBorderColor = true; this.xtraTabControl3.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl3.AppearancePage.PageClient.Options.UseBorderColor = true; this.xtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl3.Location = new System.Drawing.Point(2, 2); this.xtraTabControl3.Name = "xtraTabControl3"; this.xtraTabControl3.PaintStyleName = "PropertyView"; this.xtraTabControl3.SelectedTabPage = this.tpMuestras; this.xtraTabControl3.Size = new System.Drawing.Size(995, 379); this.xtraTabControl3.TabIndex = 4; this.xtraTabControl3.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tpMuestras, this.tpAnexos, this.tpReject, this.tpDecree}); // // tpMuestras // this.tpMuestras.Controls.Add(this.gcReception); this.tpMuestras.Controls.Add(this.panelControl7); this.tpMuestras.Controls.Add(this.expandablePanel1); this.tpMuestras.Name = "tpMuestras"; this.tpMuestras.Size = new System.Drawing.Size(993, 358); this.tpMuestras.Text = "Muestras"; // // panelControl7 // this.panelControl7.Controls.Add(this.panel7); this.panelControl7.Controls.Add(this.panel5); this.panelControl7.Controls.Add(this.gcShowColumns); this.panelControl7.Controls.Add(this.tbAmortization); this.panelControl7.Controls.Add(this.label10); this.panelControl7.Controls.Add(this.tbResidue); this.panelControl7.Controls.Add(this.label13); this.panelControl7.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl7.Location = new System.Drawing.Point(0, 288); this.panelControl7.Name = "panelControl7"; this.panelControl7.Size = new System.Drawing.Size(699, 70); this.panelControl7.TabIndex = 3; this.panelControl7.Text = "panelControl7"; // // tpAnexos // this.tpAnexos.Controls.Add(this.checkEdit8); this.tpAnexos.Controls.Add(this.memoEdit1); this.tpAnexos.Controls.Add(this.checkEdit7); this.tpAnexos.Controls.Add(this.groupControl4); this.tpAnexos.Controls.Add(this.textEdit5); this.tpAnexos.Controls.Add(this.label21); this.tpAnexos.Controls.Add(this.label18); this.tpAnexos.Name = "tpAnexos"; this.tpAnexos.Size = new System.Drawing.Size(520, 0); this.tpAnexos.Text = "Anexos"; // // checkEdit8 // this.checkEdit8.Location = new System.Drawing.Point(169, 35); this.checkEdit8.Name = "checkEdit8"; this.checkEdit8.Properties.Caption = "Muestras de composito"; this.checkEdit8.Size = new System.Drawing.Size(139, 18); this.checkEdit8.TabIndex = 12; // // memoEdit1 // this.memoEdit1.Location = new System.Drawing.Point(105, 63); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(548, 54); this.memoEdit1.TabIndex = 2; // // checkEdit7 // this.checkEdit7.Location = new System.Drawing.Point(24, 35); this.checkEdit7.Name = "checkEdit7"; this.checkEdit7.Properties.Caption = "Muestras puntuales"; this.checkEdit7.Size = new System.Drawing.Size(139, 18); this.checkEdit7.TabIndex = 12; // // groupControl4 // this.groupControl4.Controls.Add(this.textEdit2); this.groupControl4.Controls.Add(this.timeEdit1); this.groupControl4.Controls.Add(this.label17); this.groupControl4.Controls.Add(this.label16); this.groupControl4.Controls.Add(this.label15); this.groupControl4.Controls.Add(this.dateEdit1); this.groupControl4.Controls.Add(this.checkEdit6); this.groupControl4.Controls.Add(this.checkEdit5); this.groupControl4.Controls.Add(this.checkEdit4); this.groupControl4.Controls.Add(this.checkEdit3); this.groupControl4.Controls.Add(this.checkEdit2); this.groupControl4.Controls.Add(this.checkEdit1); this.groupControl4.Location = new System.Drawing.Point(8, 130); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(645, 196); this.groupControl4.TabIndex = 1; this.groupControl4.Text = "Campos a llenar al recepcionar las muestras"; // // textEdit2 // this.textEdit2.Location = new System.Drawing.Point(161, 163); this.textEdit2.Name = "textEdit2"; this.textEdit2.Size = new System.Drawing.Size(196, 20); this.textEdit2.TabIndex = 4; // // timeEdit1 // this.timeEdit1.EditValue = new System.DateTime(2013, 8, 7, 0, 0, 0, 0); this.timeEdit1.Location = new System.Drawing.Point(161, 138); this.timeEdit1.Name = "timeEdit1"; this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.timeEdit1.Size = new System.Drawing.Size(100, 20); this.timeEdit1.TabIndex = 3; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(23, 166); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(133, 13); this.label17.TabIndex = 2; this.label17.Text = "Condiciones de transporte:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(23, 141); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(98, 13); this.label16.TabIndex = 2; this.label16.Text = "Hora de recepción:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(23, 116); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(105, 13); this.label15.TabIndex = 2; this.label15.Text = "Fecha de recepción:"; // // dateEdit1 // this.dateEdit1.EditValue = null; this.dateEdit1.Location = new System.Drawing.Point(161, 113); this.dateEdit1.Name = "dateEdit1"; this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit1.Size = new System.Drawing.Size(100, 20); this.dateEdit1.TabIndex = 1; // // checkEdit6 // this.checkEdit6.Location = new System.Drawing.Point(201, 73); this.checkEdit6.Name = "checkEdit6"; this.checkEdit6.Properties.Caption = "Duplicado"; this.checkEdit6.Size = new System.Drawing.Size(75, 18); this.checkEdit6.TabIndex = 0; // // checkEdit5 // this.checkEdit5.Location = new System.Drawing.Point(201, 48); this.checkEdit5.Name = "checkEdit5"; this.checkEdit5.Properties.Caption = "Blanco muestreo"; this.checkEdit5.Size = new System.Drawing.Size(112, 18); this.checkEdit5.TabIndex = 0; // // checkEdit4 // this.checkEdit4.Location = new System.Drawing.Point(201, 23); this.checkEdit4.Name = "checkEdit4"; this.checkEdit4.Properties.Caption = "Blanco viajero"; this.checkEdit4.Size = new System.Drawing.Size(98, 18); this.checkEdit4.TabIndex = 0; // // checkEdit3 // this.checkEdit3.Location = new System.Drawing.Point(26, 73); this.checkEdit3.Name = "checkEdit3"; this.checkEdit3.Properties.Caption = "Conservación de muestras"; this.checkEdit3.Size = new System.Drawing.Size(160, 18); this.checkEdit3.TabIndex = 0; // // checkEdit2 // this.checkEdit2.Location = new System.Drawing.Point(26, 48); this.checkEdit2.Name = "checkEdit2"; this.checkEdit2.Properties.Caption = "Muestras recibidas intactas"; this.checkEdit2.Size = new System.Drawing.Size(160, 18); this.checkEdit2.TabIndex = 0; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(26, 23); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "Recipiente adecuado"; this.checkEdit1.Size = new System.Drawing.Size(128, 18); this.checkEdit1.TabIndex = 0; // // textEdit5 // this.textEdit5.Location = new System.Drawing.Point(79, 10); this.textEdit5.Name = "textEdit5"; this.textEdit5.Size = new System.Drawing.Size(358, 20); this.textEdit5.TabIndex = 10; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(21, 13); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(52, 13); this.label21.TabIndex = 11; this.label21.Text = "Proyecto:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(18, 74); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(81, 13); this.label18.TabIndex = 2; this.label18.Text = "Observaciones:"; // // tpReject // this.tpReject.Controls.Add(this.memoEdit2); this.tpReject.Controls.Add(this.label20); this.tpReject.Controls.Add(this.gcRejection); this.tpReject.Name = "tpReject"; this.tpReject.Size = new System.Drawing.Size(520, 0); this.tpReject.Text = "Rechazos"; // // memoEdit2 // this.memoEdit2.Location = new System.Drawing.Point(116, 288); this.memoEdit2.Name = "memoEdit2"; this.memoEdit2.Size = new System.Drawing.Size(529, 50); this.memoEdit2.TabIndex = 2; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(20, 299); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(90, 13); this.label20.TabIndex = 1; this.label20.Text = "Especificaciones:"; // // gcRejection // this.gcRejection.EmbeddedNavigator.Name = ""; this.gcRejection.Location = new System.Drawing.Point(21, 13); this.gcRejection.MainView = this.bandedGridView1; this.gcRejection.Name = "gcRejection"; this.gcRejection.Size = new System.Drawing.Size(624, 251); this.gcRejection.TabIndex = 0; this.gcRejection.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.bandedGridView1}); // // bandedGridView1 // this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand1, this.gridBand2}); this.bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.gcRej_Code, this.gcRej_NameSample, this.gcRej_Date, this.gcRej_Hora, this.gcRej_Obs, this.gcRej_C1, this.gcRej_C2, this.gcRej_C3, this.gcRej_C4}); this.bandedGridView1.GridControl = this.gcRejection; this.bandedGridView1.Name = "bandedGridView1"; this.bandedGridView1.OptionsView.ShowGroupPanel = false; // // gridBand1 // this.gridBand1.Columns.Add(this.gcRej_Code); this.gridBand1.Columns.Add(this.gcRej_NameSample); this.gridBand1.Columns.Add(this.gcRej_Date); this.gridBand1.Columns.Add(this.gcRej_Hora); this.gridBand1.Columns.Add(this.gcRej_Obs); this.gridBand1.Name = "gridBand1"; this.gridBand1.Width = 629; // // gcRej_Code // this.gcRej_Code.Caption = "Codigo"; this.gcRej_Code.Name = "gcRej_Code"; this.gcRej_Code.Visible = true; // // gcRej_NameSample // this.gcRej_NameSample.Caption = "Nombre de muestra"; this.gcRej_NameSample.Name = "gcRej_NameSample"; this.gcRej_NameSample.Visible = true; this.gcRej_NameSample.Width = 204; // // gcRej_Date // this.gcRej_Date.Caption = "Fecha"; this.gcRej_Date.Name = "gcRej_Date"; this.gcRej_Date.Visible = true; // // gcRej_Hora // this.gcRej_Hora.Caption = "Hora"; this.gcRej_Hora.Name = "gcRej_Hora"; this.gcRej_Hora.Visible = true; // // gcRej_Obs // this.gcRej_Obs.Caption = "Ensayos rechazados"; this.gcRej_Obs.Name = "gcRej_Obs"; this.gcRej_Obs.Visible = true; this.gcRej_Obs.Width = 200; // // gridBand2 // this.gridBand2.AppearanceHeader.Options.UseTextOptions = true; this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand2.Caption = "Criterio"; this.gridBand2.Columns.Add(this.gcRej_C1); this.gridBand2.Columns.Add(this.gcRej_C2); this.gridBand2.Columns.Add(this.gcRej_C3); this.gridBand2.Columns.Add(this.gcRej_C4); this.gridBand2.Name = "gridBand2"; this.gridBand2.Width = 150; // // gcRej_C1 // this.gcRej_C1.Caption = "1"; this.gcRej_C1.Name = "gcRej_C1"; this.gcRej_C1.Visible = true; this.gcRej_C1.Width = 36; // // gcRej_C2 // this.gcRej_C2.Caption = "2"; this.gcRej_C2.Name = "gcRej_C2"; this.gcRej_C2.Visible = true; this.gcRej_C2.Width = 36; // // gcRej_C3 // this.gcRej_C3.Caption = "3"; this.gcRej_C3.Name = "gcRej_C3"; this.gcRej_C3.Visible = true; this.gcRej_C3.Width = 36; // // gcRej_C4 // this.gcRej_C4.Caption = "4"; this.gcRej_C4.Name = "gcRej_C4"; this.gcRej_C4.Visible = true; this.gcRej_C4.Width = 42; // // tpDecree // this.tpDecree.Controls.Add(this.panelControl4); this.tpDecree.Controls.Add(this.panelControl3); this.tpDecree.Name = "tpDecree"; this.tpDecree.Size = new System.Drawing.Size(520, 0); this.tpDecree.Text = "Decretos - Resultados"; // // panelControl4 // this.panelControl4.Controls.Add(this.xtraTabControl4); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl4.Location = new System.Drawing.Point(0, 30); this.panelControl4.Name = "panelControl4"; this.panelControl4.Padding = new System.Windows.Forms.Padding(10); this.panelControl4.Size = new System.Drawing.Size(520, 0); this.panelControl4.TabIndex = 11; this.panelControl4.Text = "panelControl4"; // // xtraTabControl4 // this.xtraTabControl4.Appearance.BackColor = System.Drawing.Color.Transparent; this.xtraTabControl4.Appearance.Options.UseBackColor = true; this.xtraTabControl4.AppearancePage.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(222)))), ((int)(((byte)(243))))); this.xtraTabControl4.AppearancePage.Header.BorderColor = System.Drawing.Color.White; this.xtraTabControl4.AppearancePage.Header.Options.UseBackColor = true; this.xtraTabControl4.AppearancePage.Header.Options.UseBorderColor = true; this.xtraTabControl4.AppearancePage.HeaderActive.BackColor = System.Drawing.Color.LightSteelBlue; this.xtraTabControl4.AppearancePage.HeaderActive.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl4.AppearancePage.HeaderActive.Options.UseBackColor = true; this.xtraTabControl4.AppearancePage.HeaderActive.Options.UseBorderColor = true; this.xtraTabControl4.AppearancePage.PageClient.BorderColor = System.Drawing.Color.Gainsboro; this.xtraTabControl4.AppearancePage.PageClient.Options.UseBorderColor = true; this.xtraTabControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl4.Location = new System.Drawing.Point(12, 11); this.xtraTabControl4.Margin = new System.Windows.Forms.Padding(10); this.xtraTabControl4.Name = "xtraTabControl4"; this.xtraTabControl4.PaintStyleName = "PropertyView"; this.xtraTabControl4.SelectedTabPage = this.xtraTabPage4; this.xtraTabControl4.Size = new System.Drawing.Size(496, 0); this.xtraTabControl4.TabIndex = 5; this.xtraTabControl4.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage4, this.xtraTabPage5, this.xtraTabPage7}); this.xtraTabControl4.Text = "Anexos"; // // xtraTabPage4 // this.xtraTabPage4.Controls.Add(this.gridDecretos); this.xtraTabPage4.Controls.Add(this.panelControl5); this.xtraTabPage4.Controls.Add(this.panelControl6); this.xtraTabPage4.Name = "xtraTabPage4"; this.xtraTabPage4.Size = new System.Drawing.Size(494, 0); this.xtraTabPage4.Text = "AG-03-00001 - NTP N° 214.003"; // // gridDecretos // this.gridDecretos.Dock = System.Windows.Forms.DockStyle.Fill; this.gridDecretos.EmbeddedNavigator.Name = ""; this.gridDecretos.Location = new System.Drawing.Point(0, 61); this.gridDecretos.MainView = this.gridView1; this.gridDecretos.Name = "gridDecretos"; this.gridDecretos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repCriterio, this.repUnidadMedida, this.repMetodo}); this.gridDecretos.Size = new System.Drawing.Size(494, 0); this.gridDecretos.TabIndex = 2; this.gridDecretos.UseEmbeddedNavigator = true; this.gridDecretos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcDec_Idmetodo, this.gcDec_Parametro, this.gcDec_Unidad_medida, this.gcDec_Result, this.gcDec_Criterio, this.gcDec_Valor1, this.gcDec_Valor2, this.gcDec_Conclusion}); this.gridView1.GridControl = this.gridDecretos; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; // // gcDec_Idmetodo // this.gcDec_Idmetodo.Caption = "Método"; this.gcDec_Idmetodo.ColumnEdit = this.repMetodo; this.gcDec_Idmetodo.FieldName = "Idmetodo"; this.gcDec_Idmetodo.Name = "gcDec_Idmetodo"; this.gcDec_Idmetodo.Visible = true; this.gcDec_Idmetodo.VisibleIndex = 0; // // repMetodo // this.repMetodo.AutoHeight = false; this.repMetodo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repMetodo.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idmetodo", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre")}); this.repMetodo.Name = "repMetodo"; this.repMetodo.NullText = ""; this.repMetodo.ShowFooter = false; this.repMetodo.ShowHeader = false; // // gcDec_Parametro // this.gcDec_Parametro.Caption = "Parametro"; this.gcDec_Parametro.FieldName = "Parametro"; this.gcDec_Parametro.Name = "gcDec_Parametro"; this.gcDec_Parametro.Visible = true; this.gcDec_Parametro.VisibleIndex = 1; // // gcDec_Unidad_medida // this.gcDec_Unidad_medida.Caption = "Unidad_medida"; this.gcDec_Unidad_medida.ColumnEdit = this.repUnidadMedida; this.gcDec_Unidad_medida.FieldName = "Unidad_medida"; this.gcDec_Unidad_medida.Name = "gcDec_Unidad_medida"; this.gcDec_Unidad_medida.Visible = true; this.gcDec_Unidad_medida.VisibleIndex = 2; // // repUnidadMedida // this.repUnidadMedida.AutoHeight = false; this.repUnidadMedida.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repUnidadMedida.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)}); this.repUnidadMedida.Name = "repUnidadMedida"; this.repUnidadMedida.NullText = ""; this.repUnidadMedida.ShowFooter = false; this.repUnidadMedida.ShowHeader = false; // // gcDec_Result // this.gcDec_Result.Caption = "Resultado"; this.gcDec_Result.FieldName = "Result"; this.gcDec_Result.Name = "gcDec_Result"; this.gcDec_Result.Visible = true; this.gcDec_Result.VisibleIndex = 3; // // gcDec_Criterio // this.gcDec_Criterio.Caption = "Condición"; this.gcDec_Criterio.ColumnEdit = this.repCriterio; this.gcDec_Criterio.FieldName = "Criterio"; this.gcDec_Criterio.Name = "gcDec_Criterio"; this.gcDec_Criterio.Visible = true; this.gcDec_Criterio.VisibleIndex = 4; // // repCriterio // this.repCriterio.AutoHeight = false; this.repCriterio.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repCriterio.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idcriterio", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombre_criterio")}); this.repCriterio.Name = "repCriterio"; this.repCriterio.NullText = ""; this.repCriterio.ShowFooter = false; this.repCriterio.ShowHeader = false; // // gcDec_Valor1 // this.gcDec_Valor1.Caption = "Valor1"; this.gcDec_Valor1.FieldName = "Valor1"; this.gcDec_Valor1.Name = "gcDec_Valor1"; this.gcDec_Valor1.Visible = true; this.gcDec_Valor1.VisibleIndex = 5; // // gcDec_Valor2 // this.gcDec_Valor2.Caption = "Valor2"; this.gcDec_Valor2.FieldName = "Valor2"; this.gcDec_Valor2.Name = "gcDec_Valor2"; this.gcDec_Valor2.Visible = true; this.gcDec_Valor2.VisibleIndex = 6; // // gcDec_Conclusion // this.gcDec_Conclusion.Caption = "Conclusion"; this.gcDec_Conclusion.FieldName = "Conclusion"; this.gcDec_Conclusion.Name = "gcDec_Conclusion"; this.gcDec_Conclusion.Visible = true; this.gcDec_Conclusion.VisibleIndex = 7; // // panelControl5 // this.panelControl5.Controls.Add(this.memoEdit3); this.panelControl5.Controls.Add(this.label23); this.panelControl5.Controls.Add(this.label24); this.panelControl5.Controls.Add(this.label29); this.panelControl5.Controls.Add(this.textEdit4); this.panelControl5.Controls.Add(this.textEdit6); this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl5.Location = new System.Drawing.Point(0, 0); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(494, 61); this.panelControl5.TabIndex = 0; this.panelControl5.Text = "panelControl5"; // // memoEdit3 // this.memoEdit3.EditValue = resources.GetString("memoEdit3.EditValue"); this.memoEdit3.Location = new System.Drawing.Point(426, 7); this.memoEdit3.Name = "memoEdit3"; this.memoEdit3.Size = new System.Drawing.Size(523, 46); this.memoEdit3.TabIndex = 8; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(355, 9); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(66, 13); this.label23.TabIndex = 5; this.label23.Text = "Descripción:"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(9, 9); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(43, 13); this.label24.TabIndex = 6; this.label24.Text = "Codigo:"; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(9, 30); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(75, 13); this.label29.TabIndex = 7; this.label29.Text = "Denominación"; // // textEdit4 // this.textEdit4.EditValue = "DEC-13-001"; this.textEdit4.Location = new System.Drawing.Point(90, 6); this.textEdit4.Name = "textEdit4"; this.textEdit4.Size = new System.Drawing.Size(107, 20); this.textEdit4.TabIndex = 3; // // textEdit6 // this.textEdit6.EditValue = "NTP N° 214.003"; this.textEdit6.Location = new System.Drawing.Point(90, 27); this.textEdit6.Name = "textEdit6"; this.textEdit6.Size = new System.Drawing.Size(230, 20); this.textEdit6.TabIndex = 4; // // panelControl6 // this.panelControl6.Controls.Add(this.memoEdit4); this.panelControl6.Controls.Add(this.label22); this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl6.Location = new System.Drawing.Point(0, -49); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(494, 49); this.panelControl6.TabIndex = 3; this.panelControl6.Text = "panelControl6"; // // memoEdit4 // this.memoEdit4.EditValue = "CUMPLE, NO CUMPLE, BLA BLA BLA"; this.memoEdit4.Location = new System.Drawing.Point(77, 4); this.memoEdit4.Name = "memoEdit4"; this.memoEdit4.Size = new System.Drawing.Size(872, 40); this.memoEdit4.TabIndex = 8; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(9, 9); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(62, 13); this.label22.TabIndex = 5; this.label22.Text = "Conclusión:"; // // xtraTabPage5 // this.xtraTabPage5.Name = "xtraTabPage5"; this.xtraTabPage5.Size = new System.Drawing.Size(494, -21); this.xtraTabPage5.Text = "AG-03-00001 - D.S. N° 031-2010"; // // xtraTabPage7 // this.xtraTabPage7.Name = "xtraTabPage7"; this.xtraTabPage7.Size = new System.Drawing.Size(494, -21); this.xtraTabPage7.Text = "AG-03-00001 - D.S. N° 002-2008"; // // panelControl3 // this.panelControl3.Controls.Add(this.lookUpEdit2); this.panelControl3.Controls.Add(this.label31); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(520, 30); this.panelControl3.TabIndex = 10; this.panelControl3.Text = "panelControl3"; // // lookUpEdit2 // this.lookUpEdit2.Location = new System.Drawing.Point(86, 5); this.lookUpEdit2.Name = "lookUpEdit2"; this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit2.Properties.NullText = "AG-03-00001"; this.lookUpEdit2.Size = new System.Drawing.Size(144, 20); this.lookUpEdit2.TabIndex = 10; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(32, 8); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(48, 13); this.label31.TabIndex = 9; this.label31.Text = "Muestra:"; // // FormReception // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1013, 662); this.Name = "FormReception"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Recepción de Muestras"; this.Controls.SetChildIndex(this.paSupBotones, 0); this.Controls.SetChildIndex(this.thePanelTab1, 0); this.paTitleSearch.ResumeLayout(false); this.paTopBasicButtons.ResumeLayout(false); this.paTopSearch.ResumeLayout(false); this.paBottomSearch.ResumeLayout(false); this.panel1.ResumeLayout(false); this.paSearchGen.ResumeLayout(false); this.paSearchGen.PerformLayout(); this.panel2.ResumeLayout(false); this.paInferior.ResumeLayout(false); this.paTitulo.ResumeLayout(false); this.paCentral.ResumeLayout(false); this.paSuperior.ResumeLayout(false); this.thePanelTab1.ResumeLayout(false); this.tpDatos.ResumeLayout(false); this.paSupBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcShowColumns)).EndInit(); this.gcShowColumns.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit(); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tbResidue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbAmortization.Properties)).EndInit(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbTotalIgv.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbTotalAmount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbSubTotalAmount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcReception)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvReception)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repDescription)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repProcedence)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repEnvelope_sealed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSendReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repLink)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repDesLink)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSample)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage3.ResumeLayout(false); this.xtraTabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientPhone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientRuc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbClientDomicile.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbCompany.Properties)).EndInit(); this.xtraTabPage6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcContact)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvContact)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repPerson_type)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repPhone)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repCellPhone)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repNum)).EndInit(); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchPerson.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchTransport.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDispatchCurier.Properties)).EndInit(); this.expandablePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabOptionRight)).EndInit(); this.tabOptionRight.ResumeLayout(false); this.tpRightMethods.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMethods)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMethods)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repAddColumn)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.tpRightReports.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repStatusReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repReportOption)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repDateReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repTimeReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repTypeReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.tpRightAttach.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcAttachFile)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvAttachFile)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repAttach_file)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repAttach_status)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repButtons)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.tpRightProgram.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcProgram)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvProgram)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repProgramStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repProgramButton)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repDateProgram)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repTimeProgram)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.deReception.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deResult.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit(); this.xtraTabControl2.ResumeLayout(false); this.tabDateRegRecep.ResumeLayout(false); this.tabDateRegRecep.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbNumDays.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deHourResult.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deHourReception.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txIdrecep_sample.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbTypeSample.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbAdministrativeExpense.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbCod_recep_sample.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.panel9.ResumeLayout(false); this.panel11.ResumeLayout(false); this.paTypeSample.ResumeLayout(false); this.paTypeSample.PerformLayout(); this.paCodRegisterRecep.ResumeLayout(false); this.paCodRegisterRecep.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl3)).EndInit(); this.xtraTabControl3.ResumeLayout(false); this.tpMuestras.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit(); this.panelControl7.ResumeLayout(false); this.panelControl7.PerformLayout(); this.tpAnexos.ResumeLayout(false); this.tpAnexos.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit(); this.groupControl4.ResumeLayout(false); this.groupControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit(); this.tpReject.ResumeLayout(false); this.tpReject.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcRejection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit(); this.tpDecree.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl4)).EndInit(); this.xtraTabControl4.ResumeLayout(false); this.xtraTabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDecretos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repMetodo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repUnidadMedida)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repCriterio)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); this.panelControl5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); this.panelControl6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.gcEmpeladi = new DevExpress.XtraEditors.GroupControl(); this.btnMenos = new DevExpress.XtraEditors.SimpleButton(); this.btnadd = new DevExpress.XtraEditors.SimpleButton(); this.meEmpleado = new DevExpress.XtraEditors.MemoEdit(); this.meEmpleado2 = new DevExpress.XtraEditors.MemoEdit(); this.rgCriterio = new DevExpress.XtraEditors.RadioGroup(); this.tsMenu = new System.Windows.Forms.ToolStrip(); this.tsbGenerar = new System.Windows.Forms.ToolStripButton(); this.tsbGuardar = new System.Windows.Forms.ToolStripButton(); this.tsbSalir = new System.Windows.Forms.ToolStripButton(); this.dropDownButton1 = new DevExpress.XtraEditors.DropDownButton(); ((System.ComponentModel.ISupportInitialize)(this.gcEmpeladi)).BeginInit(); this.gcEmpeladi.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.meEmpleado.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.meEmpleado2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgCriterio.Properties)).BeginInit(); this.tsMenu.SuspendLayout(); this.SuspendLayout(); // // gcEmpeladi // this.gcEmpeladi.Controls.Add(this.btnMenos); this.gcEmpeladi.Controls.Add(this.btnadd); this.gcEmpeladi.Controls.Add(this.meEmpleado); this.gcEmpeladi.Controls.Add(this.meEmpleado2); this.gcEmpeladi.Location = new System.Drawing.Point(13, 106); this.gcEmpeladi.Name = "gcEmpeladi"; this.gcEmpeladi.Size = new System.Drawing.Size(402, 125); this.gcEmpeladi.TabIndex = 38; this.gcEmpeladi.Text = "Empleados"; // // btnMenos // this.btnMenos.Location = new System.Drawing.Point(181, 65); this.btnMenos.Name = "btnMenos"; this.btnMenos.Size = new System.Drawing.Size(40, 23); this.btnMenos.TabIndex = 5; this.btnMenos.Text = "<<"; this.btnMenos.Click += new System.EventHandler(this.simpleButton2_Click); // // btnadd // this.btnadd.Location = new System.Drawing.Point(181, 36); this.btnadd.Name = "btnadd"; this.btnadd.Size = new System.Drawing.Size(40, 23); this.btnadd.TabIndex = 4; this.btnadd.Text = ">>"; // // meEmpleado // this.meEmpleado.Location = new System.Drawing.Point(14, 24); this.meEmpleado.Name = "meEmpleado"; this.meEmpleado.Size = new System.Drawing.Size(145, 95); this.meEmpleado.TabIndex = 3; // // meEmpleado2 // this.meEmpleado2.Location = new System.Drawing.Point(244, 24); this.meEmpleado2.Name = "meEmpleado2"; this.meEmpleado2.Size = new System.Drawing.Size(145, 95); this.meEmpleado2.TabIndex = 2; // // rgCriterio // this.rgCriterio.Location = new System.Drawing.Point(12, 34); this.rgCriterio.Name = "rgCriterio"; this.rgCriterio.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Empleado"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Todos")}); this.rgCriterio.Size = new System.Drawing.Size(403, 59); this.rgCriterio.TabIndex = 36; this.rgCriterio.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged); // // tsMenu // this.tsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbGenerar, this.tsbGuardar, this.tsbSalir}); this.tsMenu.Location = new System.Drawing.Point(0, 0); this.tsMenu.Name = "tsMenu"; this.tsMenu.Size = new System.Drawing.Size(427, 25); this.tsMenu.TabIndex = 37; this.tsMenu.Text = "toolStrip1"; // // tsbGenerar // this.tsbGenerar.Image = global::forms.Properties.Resources.imprimir; this.tsbGenerar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbGenerar.Name = "tsbGenerar"; this.tsbGenerar.Size = new System.Drawing.Size(68, 22); this.tsbGenerar.Text = "Generar"; // // tsbGuardar // this.tsbGuardar.Image = global::forms.Properties.Resources.guardar; this.tsbGuardar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbGuardar.Name = "tsbGuardar"; this.tsbGuardar.Size = new System.Drawing.Size(69, 22); this.tsbGuardar.Text = "Guardar"; // // tsbSalir // this.tsbSalir.Image = global::forms.Properties.Resources._24_cancelar; this.tsbSalir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSalir.Name = "tsbSalir"; this.tsbSalir.Size = new System.Drawing.Size(49, 22); this.tsbSalir.Text = "Salir"; // // dropDownButton1 // this.dropDownButton1.Location = new System.Drawing.Point(267, 44); this.dropDownButton1.Name = "dropDownButton1"; this.dropDownButton1.Size = new System.Drawing.Size(135, 23); this.dropDownButton1.TabIndex = 39; // // frmConsultaCargaFamiliar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(427, 248); this.Controls.Add(this.dropDownButton1); this.Controls.Add(this.gcEmpeladi); this.Controls.Add(this.rgCriterio); this.Controls.Add(this.tsMenu); this.Name = "frmConsultaCargaFamiliar"; this.Text = "Consulta de Cargas Familiares"; this.Load += new System.EventHandler(this.frmConsultaCargaFamiliar_Load); ((System.ComponentModel.ISupportInitialize)(this.gcEmpeladi)).EndInit(); this.gcEmpeladi.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.meEmpleado.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.meEmpleado2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgCriterio.Properties)).EndInit(); this.tsMenu.ResumeLayout(false); this.tsMenu.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components); this.txtEditFax = new DevExpress.XtraEditors.TextEdit(); this.txtEditEmail = new DevExpress.XtraEditors.TextEdit(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.bttEdit = new DevExpress.XtraEditors.SimpleButton(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.textEditLogoPath = new DevExpress.XtraEditors.TextEdit(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); this.txtEditId = new DevExpress.XtraEditors.TextEdit(); this.bttCancel = new DevExpress.XtraEditors.SimpleButton(); this.bttSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentPolicy = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentOwnerName = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentNitiId = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentOwnerID = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentWeb = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentEmail = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentFax = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentTel = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentAddress = new DevExpress.XtraEditors.LabelControl(); this.lbApartmentName = new DevExpress.XtraEditors.LabelControl(); this.panelEnable = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.txtEditVision = new DevExpress.XtraEditors.TextEdit(); this.txtEditOwnerName = new DevExpress.XtraEditors.TextEdit(); this.txtEditCorporate = new DevExpress.XtraEditors.TextEdit(); this.txtEditIdCard = new DevExpress.XtraEditors.TextEdit(); this.txtEditWeb = new DevExpress.XtraEditors.TextEdit(); this.simpleButtonUpload = new DevExpress.XtraEditors.SimpleButton(); this.txtEditTelephone = new DevExpress.XtraEditors.TextEdit(); this.mmAddress = new DevExpress.XtraEditors.MemoEdit(); this.txtEditCompanyName = new DevExpress.XtraEditors.TextEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditEmail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.xtraScrollableControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit(); this.panelEnable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtEditVision.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditOwnerName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditCorporate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditIdCard.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditWeb.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditTelephone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mmAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditCompanyName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.DarkGray; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(7, 464); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(811, 26); this.panelControl1.TabIndex = 9; // // dxValidationProvider1 // this.dxValidationProvider1.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Auto; // // txtEditFax // this.dxValidationProvider1.SetIconAlignment(this.txtEditFax, System.Windows.Forms.ErrorIconAlignment.MiddleRight); this.txtEditFax.Location = new System.Drawing.Point(278, 161); this.txtEditFax.Name = "txtEditFax"; this.txtEditFax.Properties.MaxLength = 50; this.txtEditFax.Properties.ValidateOnEnterKey = true; this.txtEditFax.Size = new System.Drawing.Size(170, 20); this.txtEditFax.TabIndex = 267; // // txtEditEmail // this.txtEditEmail.Location = new System.Drawing.Point(6, 192); this.txtEditEmail.Name = "txtEditEmail"; this.txtEditEmail.Size = new System.Drawing.Size(146, 20); this.txtEditEmail.TabIndex = 270; // // groupControl1 // this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl1.AppearanceCaption.Options.UseFont = true; this.groupControl1.Controls.Add(this.xtraScrollableControl1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(811, 457); this.groupControl1.TabIndex = 11; this.groupControl1.Text = "ข้อมูลกิจการ"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.xtraScrollableControl1.Appearance.Options.UseBackColor = true; this.xtraScrollableControl1.Controls.Add(this.bttEdit); this.xtraScrollableControl1.Controls.Add(this.labelControl14); this.xtraScrollableControl1.Controls.Add(this.labelControl13); this.xtraScrollableControl1.Controls.Add(this.labelControl12); this.xtraScrollableControl1.Controls.Add(this.textEditLogoPath); this.xtraScrollableControl1.Controls.Add(this.pictureEdit1); this.xtraScrollableControl1.Controls.Add(this.txtEditId); this.xtraScrollableControl1.Controls.Add(this.bttCancel); this.xtraScrollableControl1.Controls.Add(this.bttSave); this.xtraScrollableControl1.Controls.Add(this.labelControl11); this.xtraScrollableControl1.Controls.Add(this.lbApartmentPolicy); this.xtraScrollableControl1.Controls.Add(this.lbApartmentOwnerName); this.xtraScrollableControl1.Controls.Add(this.lbApartmentNitiId); this.xtraScrollableControl1.Controls.Add(this.lbApartmentOwnerID); this.xtraScrollableControl1.Controls.Add(this.lbApartmentWeb); this.xtraScrollableControl1.Controls.Add(this.lbApartmentEmail); this.xtraScrollableControl1.Controls.Add(this.lbApartmentFax); this.xtraScrollableControl1.Controls.Add(this.lbApartmentTel); this.xtraScrollableControl1.Controls.Add(this.lbApartmentAddress); this.xtraScrollableControl1.Controls.Add(this.lbApartmentName); this.xtraScrollableControl1.Controls.Add(this.panelEnable); this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(807, 433); this.xtraScrollableControl1.TabIndex = 0; // // bttEdit // this.bttEdit.Location = new System.Drawing.Point(380, 407); this.bttEdit.Name = "bttEdit"; this.bttEdit.Size = new System.Drawing.Size(70, 35); this.bttEdit.TabIndex = 319; this.bttEdit.Text = "แก้ไข"; this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click); // // labelControl14 // this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl14.Location = new System.Drawing.Point(88, 173); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(6, 13); this.labelControl14.TabIndex = 318; this.labelControl14.Text = "*"; // // labelControl13 // this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl13.Location = new System.Drawing.Point(107, 65); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(6, 13); this.labelControl13.TabIndex = 317; this.labelControl13.Text = "*"; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Location = new System.Drawing.Point(84, 35); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(6, 13); this.labelControl12.TabIndex = 316; this.labelControl12.Text = "*"; // // textEditLogoPath // this.textEditLogoPath.Location = new System.Drawing.Point(481, 319); this.textEditLogoPath.Name = "textEditLogoPath"; this.textEditLogoPath.Properties.ReadOnly = true; this.textEditLogoPath.Size = new System.Drawing.Size(121, 20); this.textEditLogoPath.TabIndex = 315; this.textEditLogoPath.Visible = false; // // pictureEdit1 // this.pictureEdit1.Location = new System.Drawing.Point(160, 322); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.White; this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.pictureEdit1.Properties.ReadOnly = true; this.pictureEdit1.Properties.ShowMenu = false; this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze; this.pictureEdit1.Size = new System.Drawing.Size(146, 120); this.pictureEdit1.TabIndex = 314; // // txtEditId // this.txtEditId.Location = new System.Drawing.Point(636, 33); this.txtEditId.Name = "txtEditId"; this.txtEditId.Size = new System.Drawing.Size(100, 20); this.txtEditId.TabIndex = 312; this.txtEditId.Visible = false; // // bttCancel // this.bttCancel.Enabled = false; this.bttCancel.Location = new System.Drawing.Point(532, 407); this.bttCancel.Name = "bttCancel"; this.bttCancel.Size = new System.Drawing.Size(70, 35); this.bttCancel.TabIndex = 311; this.bttCancel.Text = "ยกเลิก"; this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click); // // bttSave // this.bttSave.Enabled = false; this.bttSave.Location = new System.Drawing.Point(456, 407); this.bttSave.Name = "bttSave"; this.bttSave.Size = new System.Drawing.Size(70, 35); this.bttSave.TabIndex = 310; this.bttSave.Text = "บันทึก"; this.bttSave.Click += new System.EventHandler(this.bttSave_Click); // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(58, 326); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(89, 13); this.labelControl11.TabIndex = 308; this.labelControl11.Text = "อพาร์ทเม้นท์โลโก้ :"; // // lbApartmentPolicy // this.lbApartmentPolicy.Location = new System.Drawing.Point(46, 299); this.lbApartmentPolicy.Name = "lbApartmentPolicy"; this.lbApartmentPolicy.Size = new System.Drawing.Size(101, 13); this.lbApartmentPolicy.TabIndex = 307; this.lbApartmentPolicy.Text = "นโยบายอพาร์ทเม้นท์ :"; // // lbApartmentOwnerName // this.lbApartmentOwnerName.Location = new System.Drawing.Point(62, 268); this.lbApartmentOwnerName.Name = "lbApartmentOwnerName"; this.lbApartmentOwnerName.Size = new System.Drawing.Size(85, 13); this.lbApartmentOwnerName.TabIndex = 306; this.lbApartmentOwnerName.Text = "ชื่อเจ้าของกิจการ :"; // // lbApartmentNitiId // this.lbApartmentNitiId.Location = new System.Drawing.Point(322, 239); this.lbApartmentNitiId.Name = "lbApartmentNitiId"; this.lbApartmentNitiId.Size = new System.Drawing.Size(104, 13); this.lbApartmentNitiId.TabIndex = 305; this.lbApartmentNitiId.Text = "เลขทะเบียนนิติบุคคล :"; // // lbApartmentOwnerID // this.lbApartmentOwnerID.Location = new System.Drawing.Point(38, 237); this.lbApartmentOwnerID.Name = "lbApartmentOwnerID"; this.lbApartmentOwnerID.Size = new System.Drawing.Size(109, 13); this.lbApartmentOwnerID.TabIndex = 304; this.lbApartmentOwnerID.Text = "เลขประจำตัวผู้เสียภาษี :"; // // lbApartmentWeb // this.lbApartmentWeb.Location = new System.Drawing.Point(382, 208); this.lbApartmentWeb.Name = "lbApartmentWeb"; this.lbApartmentWeb.Size = new System.Drawing.Size(44, 13); this.lbApartmentWeb.TabIndex = 303; this.lbApartmentWeb.Text = "เว็บไซต์ :"; // // lbApartmentEmail // this.lbApartmentEmail.Location = new System.Drawing.Point(115, 206); this.lbApartmentEmail.Name = "lbApartmentEmail"; this.lbApartmentEmail.Size = new System.Drawing.Size(32, 13); this.lbApartmentEmail.TabIndex = 302; this.lbApartmentEmail.Text = "อีเมล์ :"; // // lbApartmentFax // this.lbApartmentFax.Location = new System.Drawing.Point(390, 177); this.lbApartmentFax.Name = "lbApartmentFax"; this.lbApartmentFax.Size = new System.Drawing.Size(36, 13); this.lbApartmentFax.TabIndex = 301; this.lbApartmentFax.Text = "แฟกซ์ :"; // // lbApartmentTel // this.lbApartmentTel.Location = new System.Drawing.Point(100, 175); this.lbApartmentTel.Name = "lbApartmentTel"; this.lbApartmentTel.Size = new System.Drawing.Size(47, 13); this.lbApartmentTel.TabIndex = 300; this.lbApartmentTel.Text = "โทรศัพท์ :"; // // lbApartmentAddress // this.lbApartmentAddress.Location = new System.Drawing.Point(119, 65); this.lbApartmentAddress.Name = "lbApartmentAddress"; this.lbApartmentAddress.Size = new System.Drawing.Size(28, 13); this.lbApartmentAddress.TabIndex = 299; this.lbApartmentAddress.Text = "ที่อยู่ :"; // // lbApartmentName // this.lbApartmentName.Location = new System.Drawing.Point(96, 35); this.lbApartmentName.Name = "lbApartmentName"; this.lbApartmentName.Size = new System.Drawing.Size(51, 13); this.lbApartmentName.TabIndex = 298; this.lbApartmentName.Text = "ชื่อกิจการ :"; // // panelEnable // this.panelEnable.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelEnable.Appearance.Options.UseBackColor = true; this.panelEnable.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelEnable.Controls.Add(this.simpleButton1); this.panelEnable.Controls.Add(this.txtEditVision); this.panelEnable.Controls.Add(this.txtEditOwnerName); this.panelEnable.Controls.Add(this.txtEditCorporate); this.panelEnable.Controls.Add(this.txtEditIdCard); this.panelEnable.Controls.Add(this.txtEditWeb); this.panelEnable.Controls.Add(this.txtEditEmail); this.panelEnable.Controls.Add(this.simpleButtonUpload); this.panelEnable.Controls.Add(this.txtEditTelephone); this.panelEnable.Controls.Add(this.txtEditFax); this.panelEnable.Controls.Add(this.mmAddress); this.panelEnable.Controls.Add(this.txtEditCompanyName); this.panelEnable.Enabled = false; this.panelEnable.Location = new System.Drawing.Point(154, 13); this.panelEnable.Name = "panelEnable"; this.panelEnable.Size = new System.Drawing.Size(597, 388); this.panelEnable.TabIndex = 320; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(234, 309); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(70, 35); this.simpleButton1.TabIndex = 314; this.simpleButton1.Text = "ลบโลโก้"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // txtEditVision // this.txtEditVision.Location = new System.Drawing.Point(6, 279); this.txtEditVision.Name = "txtEditVision"; this.txtEditVision.Properties.MaxLength = 500; this.txtEditVision.Size = new System.Drawing.Size(442, 20); this.txtEditVision.TabIndex = 309; // // txtEditOwnerName // this.txtEditOwnerName.Location = new System.Drawing.Point(6, 252); this.txtEditOwnerName.Name = "txtEditOwnerName"; this.txtEditOwnerName.Properties.MaxLength = 100; this.txtEditOwnerName.Size = new System.Drawing.Size(442, 20); this.txtEditOwnerName.TabIndex = 269; // // txtEditCorporate // this.txtEditCorporate.Location = new System.Drawing.Point(278, 223); this.txtEditCorporate.Name = "txtEditCorporate"; this.txtEditCorporate.Size = new System.Drawing.Size(170, 20); this.txtEditCorporate.TabIndex = 275; // // txtEditIdCard // this.txtEditIdCard.Location = new System.Drawing.Point(6, 221); this.txtEditIdCard.Name = "txtEditIdCard"; this.txtEditIdCard.Size = new System.Drawing.Size(146, 20); this.txtEditIdCard.TabIndex = 273; // // txtEditWeb // this.txtEditWeb.Location = new System.Drawing.Point(278, 192); this.txtEditWeb.Name = "txtEditWeb"; this.txtEditWeb.Size = new System.Drawing.Size(170, 20); this.txtEditWeb.TabIndex = 272; // // simpleButtonUpload // this.simpleButtonUpload.Location = new System.Drawing.Point(158, 309); this.simpleButtonUpload.Name = "simpleButtonUpload"; this.simpleButtonUpload.Size = new System.Drawing.Size(70, 35); this.simpleButtonUpload.TabIndex = 313; this.simpleButtonUpload.Text = "เลือกโลโก้"; this.simpleButtonUpload.Click += new System.EventHandler(this.simpleButtonUpload_Click); // // txtEditTelephone // this.txtEditTelephone.Location = new System.Drawing.Point(6, 159); this.txtEditTelephone.Name = "txtEditTelephone"; this.txtEditTelephone.Properties.MaxLength = 50; this.txtEditTelephone.Size = new System.Drawing.Size(146, 20); this.txtEditTelephone.TabIndex = 268; // // mmAddress // this.mmAddress.Location = new System.Drawing.Point(6, 50); this.mmAddress.Name = "mmAddress"; this.mmAddress.Properties.MaxLength = 500; this.mmAddress.Size = new System.Drawing.Size(442, 96); this.mmAddress.TabIndex = 265; // // txtEditCompanyName // this.txtEditCompanyName.Location = new System.Drawing.Point(6, 19); this.txtEditCompanyName.Name = "txtEditCompanyName"; this.txtEditCompanyName.Properties.MaxLength = 100; this.txtEditCompanyName.Size = new System.Drawing.Size(442, 20); this.txtEditCompanyName.TabIndex = 264; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.groupControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(7, 7); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(811, 457); this.panelControl2.TabIndex = 10; // // BasicInfoApartment // this.Appearance.BackColor = System.Drawing.Color.Transparent; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "BasicInfoApartment"; this.Padding = new System.Windows.Forms.Padding(7); this.Size = new System.Drawing.Size(825, 497); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditEmail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.xtraScrollableControl1.ResumeLayout(false); this.xtraScrollableControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).EndInit(); this.panelEnable.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtEditVision.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditOwnerName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditCorporate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditIdCard.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditWeb.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditTelephone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mmAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEditCompanyName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblBranch = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.txtRemarks = new DevExpress.XtraEditors.MemoEdit(); this.lblRemarks = new System.Windows.Forms.Label(); this.lbldate = new System.Windows.Forms.Label(); this.dtDate = new DevExpress.XtraEditors.DateEdit(); this.label3 = new System.Windows.Forms.Label(); this.cbEmployee = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.label2 = new System.Windows.Forms.Label(); this.cbBranch = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.label1 = new System.Windows.Forms.Label(); this.lblStartTime = new System.Windows.Forms.Label(); this.dtEndTime = new DevExpress.XtraEditors.TimeEdit(); this.dtStartTime = new DevExpress.XtraEditors.TimeEdit(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbEmployee.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBranch.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).BeginInit(); this.SuspendLayout(); // // lblBranch // this.lblBranch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblBranch.Location = new System.Drawing.Point(-58, 142); this.lblBranch.Name = "lblBranch"; this.lblBranch.Size = new System.Drawing.Size(58, 16); this.lblBranch.TabIndex = 186; this.lblBranch.Text = "Branch"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label4.Location = new System.Drawing.Point(16, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 16); this.label4.TabIndex = 191; this.label4.Text = "New Roster"; // // groupControl1 // this.groupControl1.Controls.Add(this.txtRemarks); this.groupControl1.Controls.Add(this.lblRemarks); this.groupControl1.Controls.Add(this.lbldate); this.groupControl1.Controls.Add(this.dtDate); this.groupControl1.Controls.Add(this.label3); this.groupControl1.Controls.Add(this.cbEmployee); this.groupControl1.Controls.Add(this.label2); this.groupControl1.Controls.Add(this.cbBranch); this.groupControl1.Controls.Add(this.label1); this.groupControl1.Controls.Add(this.lblStartTime); this.groupControl1.Controls.Add(this.dtEndTime); this.groupControl1.Controls.Add(this.dtStartTime); this.groupControl1.Location = new System.Drawing.Point(16, 32); this.groupControl1.Name = "groupControl1"; this.groupControl1.ShowCaption = false; this.groupControl1.Size = new System.Drawing.Size(280, 256); this.groupControl1.TabIndex = 192; this.groupControl1.Text = "groupControl1"; // // txtRemarks // this.txtRemarks.EditValue = ""; this.txtRemarks.Location = new System.Drawing.Point(16, 184); this.txtRemarks.Name = "txtRemarks"; // // txtRemarks.Properties // this.txtRemarks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.txtRemarks.Size = new System.Drawing.Size(232, 64); this.txtRemarks.TabIndex = 6; // // lblRemarks // this.lblRemarks.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRemarks.Location = new System.Drawing.Point(16, 168); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(80, 16); this.lblRemarks.TabIndex = 201; this.lblRemarks.Text = "Remarks"; // // lbldate // this.lbldate.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lbldate.Location = new System.Drawing.Point(16, 80); this.lbldate.Name = "lbldate"; this.lbldate.Size = new System.Drawing.Size(80, 16); this.lbldate.TabIndex = 200; this.lbldate.Text = "Date"; // // dtDate // this.dtDate.EditValue = null; this.dtDate.Location = new System.Drawing.Point(104, 80); this.dtDate.Name = "dtDate"; // // dtDate.Properties // this.dtDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dtDate.Size = new System.Drawing.Size(100, 22); this.dtDate.TabIndex = 3; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label3.Location = new System.Drawing.Point(16, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.label3.TabIndex = 198; this.label3.Text = "Employee"; // // cbEmployee // this.cbEmployee.Location = new System.Drawing.Point(104, 48); this.cbEmployee.Name = "cbEmployee"; // // cbEmployee.Properties // this.cbEmployee.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.cbEmployee.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbEmployee.Size = new System.Drawing.Size(144, 22); this.cbEmployee.TabIndex = 2; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.label2.TabIndex = 196; this.label2.Text = "Branch"; // // cbBranch // this.cbBranch.Location = new System.Drawing.Point(104, 16); this.cbBranch.Name = "cbBranch"; // // cbBranch.Properties // this.cbBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.cbBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbBranch.Size = new System.Drawing.Size(144, 22); this.cbBranch.TabIndex = 1; this.cbBranch.SelectedIndexChanged += new System.EventHandler(this.cbBranch_SelectedIndexChanged); // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(144, 112); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 16); this.label1.TabIndex = 194; this.label1.Text = "End Time"; // // lblStartTime // this.lblStartTime.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblStartTime.Location = new System.Drawing.Point(16, 112); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(80, 16); this.lblStartTime.TabIndex = 193; this.lblStartTime.Text = "Start Time"; // // dtEndTime // this.dtEndTime.EditValue = null; this.dtEndTime.Location = new System.Drawing.Point(144, 136); this.dtEndTime.Name = "dtEndTime"; // // dtEndTime.Properties // this.dtEndTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtEndTime.Size = new System.Drawing.Size(104, 22); this.dtEndTime.TabIndex = 5; // // dtStartTime // this.dtStartTime.EditValue = null; this.dtStartTime.Location = new System.Drawing.Point(16, 136); this.dtStartTime.Name = "dtStartTime"; // // dtStartTime.Properties // this.dtStartTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtStartTime.Size = new System.Drawing.Size(104, 22); this.dtStartTime.TabIndex = 4; // // btnSave // this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Location = new System.Drawing.Point(128, 296); this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Name = "btnSave"; this.btnSave.TabIndex = 7; this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.Location = new System.Drawing.Point(208, 296); this.btnCancel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancel.Name = "btnCancel"; this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // frmRosterNew // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(306, 327); this.Controls.Add(this.groupControl1); this.Controls.Add(this.label4); this.Controls.Add(this.lblBranch); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmRosterNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add New Roster"; this.Load += new System.EventHandler(this.frmRosterNew_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbEmployee.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBranch.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// </summary> private void InitializeComponent() { this.label_info = new System.Windows.Forms.Label(); this.memoEdit_info = new DevExpress.XtraEditors.MemoEdit(); this.sbtn_cancel = new DevExpress.XtraEditors.SimpleButton(); this.sbtn_save = new DevExpress.XtraEditors.SimpleButton(); this.sbtn_no_save = new DevExpress.XtraEditors.SimpleButton(); this.sbtn_save_as = new DevExpress.XtraEditors.SimpleButton(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit_info.Properties)).BeginInit(); this.SuspendLayout(); // // label_info // this.label_info.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label_info.Location = new System.Drawing.Point(12, 4); this.label_info.Name = "label_info"; this.label_info.Size = new System.Drawing.Size(456, 23); this.label_info.TabIndex = 51; this.label_info.Text = "Плейлист изменен!"; this.label_info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // memoEdit_info // this.memoEdit_info.Cursor = System.Windows.Forms.Cursors.Default; this.memoEdit_info.EditValue = ""; this.memoEdit_info.Location = new System.Drawing.Point(12, 32); this.memoEdit_info.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.memoEdit_info.Name = "memoEdit_info"; this.memoEdit_info.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.memoEdit_info.Properties.Appearance.Options.UseFont = true; this.memoEdit_info.Properties.ReadOnly = true; this.memoEdit_info.Size = new System.Drawing.Size(453, 173); this.memoEdit_info.TabIndex = 54; // // sbtn_cancel // this.sbtn_cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sbtn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtn_cancel.Location = new System.Drawing.Point(369, 209); this.sbtn_cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sbtn_cancel.Name = "sbtn_cancel"; this.sbtn_cancel.Size = new System.Drawing.Size(94, 27); this.sbtn_cancel.TabIndex = 56; this.sbtn_cancel.Text = "Назад"; this.sbtn_cancel.ToolTip = "Вернуться в программу"; this.sbtn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // sbtn_save // this.sbtn_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sbtn_save.Location = new System.Drawing.Point(12, 209); this.sbtn_save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sbtn_save.Name = "sbtn_save"; this.sbtn_save.Size = new System.Drawing.Size(101, 27); this.sbtn_save.TabIndex = 57; this.sbtn_save.Text = "Сохранить"; this.sbtn_save.Click += new System.EventHandler(this.sbtn_save_Click); // // sbtn_no_save // this.sbtn_no_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sbtn_no_save.Location = new System.Drawing.Point(232, 209); this.sbtn_no_save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sbtn_no_save.Name = "sbtn_no_save"; this.sbtn_no_save.Size = new System.Drawing.Size(131, 27); this.sbtn_no_save.TabIndex = 58; this.sbtn_no_save.Text = "Не сохранять!"; this.sbtn_no_save.ToolTip = "Закрыть, не сохраняя изменения."; this.sbtn_no_save.Click += new System.EventHandler(this.sbtn_No_Save_Click); // // sbtn_save_as // this.sbtn_save_as.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sbtn_save_as.Location = new System.Drawing.Point(119, 209); this.sbtn_save_as.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sbtn_save_as.Name = "sbtn_save_as"; this.sbtn_save_as.Size = new System.Drawing.Size(107, 27); this.sbtn_save_as.TabIndex = 59; this.sbtn_save_as.Text = "Сохранить как..."; this.sbtn_save_as.Click += new System.EventHandler(this.sbtn_save_as_Click); // // Form_History // this.AcceptButton = this.sbtn_save; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.sbtn_cancel; this.ClientSize = new System.Drawing.Size(475, 241); this.Controls.Add(this.sbtn_save_as); this.Controls.Add(this.sbtn_no_save); this.Controls.Add(this.sbtn_cancel); this.Controls.Add(this.sbtn_save); this.Controls.Add(this.memoEdit_info); this.Controls.Add(this.label_info); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.LookAndFeel.SkinName = "Office 2010 Blue"; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_History"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Плейлист изменен (история)"; this.Load += new System.EventHandler(this.Form_History_Load); ((System.ComponentModel.ISupportInitialize)(this.memoEdit_info.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.CreditCard = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.AccountNo = new DevExpress.XtraEditors.TextEdit(); this.label6 = new System.Windows.Forms.Label(); this.luedtBankBranch = new DevExpress.XtraEditors.LookUpEdit(); this.luedtBank = new DevExpress.XtraEditors.LookUpEdit(); this.luedtPackage = new DevExpress.XtraEditors.LookUpEdit(); this.luedtBranch = new DevExpress.XtraEditors.LookUpEdit(); this.ucMemberID1 = new ACMS.ucMemberID(); this.ToolTips = new System.Windows.Forms.Label(); this.strRemarks = new DevExpress.XtraEditors.MemoEdit(); this.lblRemark = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.AccountNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).BeginInit(); this.SuspendLayout(); // // btnSave // this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.btnSave.Location = new System.Drawing.Point(112, 264); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(72, 20); this.btnSave.TabIndex = 31; this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label5.Location = new System.Drawing.Point(40, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(116, 23); this.label5.TabIndex = 27; this.label5.Text = "Member"; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label4.Location = new System.Drawing.Point(40, 96); this.label4.Name = "label4"; this.label4.TabIndex = 25; this.label4.Text = "Bank Code"; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label2.Location = new System.Drawing.Point(40, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(120, 23); this.label2.TabIndex = 24; this.label2.Text = "Account Number"; // // CreditCard // this.CreditCard.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.CreditCard.Location = new System.Drawing.Point(40, 120); this.CreditCard.Name = "CreditCard"; this.CreditCard.Size = new System.Drawing.Size(112, 23); this.CreditCard.TabIndex = 23; this.CreditCard.Text = "Bank Branch Code"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label1.Location = new System.Drawing.Point(40, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 23); this.label1.TabIndex = 34; this.label1.Text = "Package Code"; // // btnClose // this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.btnClose.Location = new System.Drawing.Point(232, 264); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(72, 20); this.btnClose.TabIndex = 35; this.btnClose.Text = "Close"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // AccountNo // this.AccountNo.AllowDrop = true; this.AccountNo.EditValue = ""; this.AccountNo.Location = new System.Drawing.Point(184, 144); this.AccountNo.Name = "AccountNo"; // // AccountNo.Properties // this.AccountNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.AccountNo.Properties.Appearance.Options.UseFont = true; this.AccountNo.Properties.MaxLength = 11; this.AccountNo.Size = new System.Drawing.Size(240, 22); this.AccountNo.TabIndex = 36; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label6.Location = new System.Drawing.Point(40, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(112, 23); this.label6.TabIndex = 37; this.label6.Text = "Branch Code"; // // luedtBankBranch // this.luedtBankBranch.Location = new System.Drawing.Point(184, 120); this.luedtBankBranch.Name = "luedtBankBranch"; // // luedtBankBranch.Properties // this.luedtBankBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtBankBranch.Size = new System.Drawing.Size(240, 22); this.luedtBankBranch.TabIndex = 142; // // luedtBank // this.luedtBank.Location = new System.Drawing.Point(184, 96); this.luedtBank.Name = "luedtBank"; // // luedtBank.Properties // this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtBank.Size = new System.Drawing.Size(240, 22); this.luedtBank.TabIndex = 141; // // luedtPackage // this.luedtPackage.Location = new System.Drawing.Point(184, 48); this.luedtPackage.Name = "luedtPackage"; // // luedtPackage.Properties // this.luedtPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtPackage.Size = new System.Drawing.Size(240, 22); this.luedtPackage.TabIndex = 140; // // luedtBranch // this.luedtBranch.Location = new System.Drawing.Point(184, 72); this.luedtBranch.Name = "luedtBranch"; // // luedtBranch.Properties // this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtBranch.Size = new System.Drawing.Size(240, 22); this.luedtBranch.TabIndex = 139; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(184, 24); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(240, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 166; // // ToolTips // this.ToolTips.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ToolTips.ForeColor = System.Drawing.Color.CornflowerBlue; this.ToolTips.Location = new System.Drawing.Point(184, 8); this.ToolTips.Name = "ToolTips"; this.ToolTips.Size = new System.Drawing.Size(184, 16); this.ToolTips.TabIndex = 167; this.ToolTips.Text = "Use Member Search Tools for Input"; this.ToolTips.Visible = false; // // strRemarks // this.strRemarks.EditValue = ""; this.strRemarks.Location = new System.Drawing.Point(184, 168); this.strRemarks.Name = "strRemarks"; // // strRemarks.Properties // this.strRemarks.Properties.MaxLength = 50; this.strRemarks.Size = new System.Drawing.Size(240, 80); this.strRemarks.TabIndex = 169; // // lblRemark // this.lblRemark.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblRemark.Location = new System.Drawing.Point(40, 176); this.lblRemark.Name = "lblRemark"; this.lblRemark.Size = new System.Drawing.Size(128, 72); this.lblRemark.TabIndex = 168; this.lblRemark.Text = "Remarks"; this.lblRemark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // frmGIRO_Add // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(472, 307); this.Controls.Add(this.strRemarks); this.Controls.Add(this.lblRemark); this.Controls.Add(this.ucMemberID1); this.Controls.Add(this.ToolTips); this.Controls.Add(this.luedtBankBranch); this.Controls.Add(this.luedtBank); this.Controls.Add(this.luedtPackage); this.Controls.Add(this.luedtBranch); this.Controls.Add(this.label6); this.Controls.Add(this.AccountNo); this.Controls.Add(this.btnClose); this.Controls.Add(this.label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.CreditCard); this.Name = "frmGIRO_Add"; this.Text = "New Giro"; this.Load += new System.EventHandler(this.frmGIRO_Add_Load); ((System.ComponentModel.ISupportInitialize)(this.AccountNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).EndInit(); this.ResumeLayout(false); }
/// <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(UserEditForm)); this.bindingSource1 = new System.Windows.Forms.BindingSource(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.UserNoTextEdit = new DevExpress.XtraEditors.TextEdit(); this.UserNameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.IsLockCheckEdit = new DevExpress.XtraEditors.CheckEdit(); this.CreateNameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.LastModifyNameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.RemarkTextEdit = new DevExpress.XtraEditors.MemoEdit(); this.CreateDateTextEdit = new DevExpress.XtraEditors.TextEdit(); this.LastModifyDateTextEdit = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForUserNo = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForIsLock = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForCreateName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForLastModifyName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForUserName = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForCreateDate = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForLastModifyDate = new DevExpress.XtraLayout.LayoutControlItem(); this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit(); this.formStyleSelect1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormStyleSelect(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UserNoTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.UserNameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.IsLockCheckEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CreateDateTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LastModifyDateTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForUserNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForIsLock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForUserName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).BeginInit(); this.SuspendLayout(); // // bindingSource1 // this.bindingSource1.DataSource = typeof(FengSharp.OneCardAccess.Domain.RBACModule.Entity.UserWithCreateAndModify); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.btnClose); this.dataLayoutControl1.Controls.Add(this.btnSave); this.dataLayoutControl1.Controls.Add(this.UserNoTextEdit); this.dataLayoutControl1.Controls.Add(this.UserNameTextEdit); this.dataLayoutControl1.Controls.Add(this.IsLockCheckEdit); this.dataLayoutControl1.Controls.Add(this.CreateNameTextEdit); this.dataLayoutControl1.Controls.Add(this.LastModifyNameTextEdit); this.dataLayoutControl1.Controls.Add(this.RemarkTextEdit); this.dataLayoutControl1.Controls.Add(this.CreateDateTextEdit); this.dataLayoutControl1.Controls.Add(this.LastModifyDateTextEdit); this.dataLayoutControl1.DataSource = this.bindingSource1; this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(637, 278, 470, 497); this.dataLayoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups; this.dataLayoutControl1.Root = this.layoutControlGroup1; this.dataLayoutControl1.Size = new System.Drawing.Size(522, 280); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // btnClose // this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnClose.Location = new System.Drawing.Point(410, 242); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(100, 26); this.btnClose.StyleController = this.dataLayoutControl1; this.btnClose.TabIndex = 13; this.btnClose.Text = "关闭(&C)"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSave // this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnSave.Location = new System.Drawing.Point(306, 242); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 26); this.btnSave.StyleController = this.dataLayoutControl1; this.btnSave.TabIndex = 12; this.btnSave.Text = "保存(&S)"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // UserNoTextEdit // this.UserNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "UserNo", true)); this.UserNoTextEdit.Location = new System.Drawing.Point(87, 12); this.UserNoTextEdit.Name = "UserNoTextEdit"; this.UserNoTextEdit.Properties.NullValuePrompt = null; this.UserNoTextEdit.Size = new System.Drawing.Size(172, 20); this.UserNoTextEdit.StyleController = this.dataLayoutControl1; this.UserNoTextEdit.TabIndex = 4; // // UserNameTextEdit // this.UserNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "UserName", true)); this.UserNameTextEdit.Location = new System.Drawing.Point(338, 12); this.UserNameTextEdit.Name = "UserNameTextEdit"; this.UserNameTextEdit.Properties.NullValuePrompt = null; this.UserNameTextEdit.Size = new System.Drawing.Size(172, 20); this.UserNameTextEdit.StyleController = this.dataLayoutControl1; this.UserNameTextEdit.TabIndex = 5; // // IsLockCheckEdit // this.IsLockCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "IsLock", true)); this.IsLockCheckEdit.Location = new System.Drawing.Point(87, 36); this.IsLockCheckEdit.Name = "IsLockCheckEdit"; this.IsLockCheckEdit.Properties.Caption = "是否锁定"; this.IsLockCheckEdit.Size = new System.Drawing.Size(172, 19); this.IsLockCheckEdit.StyleController = this.dataLayoutControl1; this.IsLockCheckEdit.TabIndex = 6; // // CreateNameTextEdit // this.CreateNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "CreateName", true)); this.CreateNameTextEdit.Location = new System.Drawing.Point(87, 194); this.CreateNameTextEdit.Name = "CreateNameTextEdit"; this.CreateNameTextEdit.Properties.NullValuePrompt = null; this.CreateNameTextEdit.Properties.ReadOnly = true; this.CreateNameTextEdit.Size = new System.Drawing.Size(172, 20); this.CreateNameTextEdit.StyleController = this.dataLayoutControl1; this.CreateNameTextEdit.TabIndex = 10; // // LastModifyNameTextEdit // this.LastModifyNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "LastModifyName", true)); this.LastModifyNameTextEdit.Location = new System.Drawing.Point(87, 218); this.LastModifyNameTextEdit.Name = "LastModifyNameTextEdit"; this.LastModifyNameTextEdit.Properties.NullValuePrompt = null; this.LastModifyNameTextEdit.Properties.ReadOnly = true; this.LastModifyNameTextEdit.Size = new System.Drawing.Size(172, 20); this.LastModifyNameTextEdit.StyleController = this.dataLayoutControl1; this.LastModifyNameTextEdit.TabIndex = 11; // // RemarkTextEdit // this.RemarkTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Remark", true)); this.RemarkTextEdit.Location = new System.Drawing.Point(87, 59); this.RemarkTextEdit.Name = "RemarkTextEdit"; this.RemarkTextEdit.Properties.NullValuePrompt = null; this.RemarkTextEdit.Size = new System.Drawing.Size(423, 131); this.RemarkTextEdit.StyleController = this.dataLayoutControl1; this.RemarkTextEdit.TabIndex = 7; // // CreateDateTextEdit // this.CreateDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "CreateDate", true)); this.CreateDateTextEdit.Location = new System.Drawing.Point(338, 194); this.CreateDateTextEdit.Name = "CreateDateTextEdit"; this.CreateDateTextEdit.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.CreateDateTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.CreateDateTextEdit.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.CreateDateTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.CreateDateTextEdit.Properties.Mask.EditMask = "yyyy-MM-dd HH:mm:ss"; this.CreateDateTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime; this.CreateDateTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.CreateDateTextEdit.Properties.NullValuePrompt = null; this.CreateDateTextEdit.Properties.ReadOnly = true; this.CreateDateTextEdit.Size = new System.Drawing.Size(172, 20); this.CreateDateTextEdit.StyleController = this.dataLayoutControl1; this.CreateDateTextEdit.TabIndex = 8; // // LastModifyDateTextEdit // this.LastModifyDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "LastModifyDate", true)); this.LastModifyDateTextEdit.Location = new System.Drawing.Point(338, 218); this.LastModifyDateTextEdit.Name = "LastModifyDateTextEdit"; this.LastModifyDateTextEdit.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.LastModifyDateTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.LastModifyDateTextEdit.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.LastModifyDateTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.LastModifyDateTextEdit.Properties.Mask.EditMask = "yyyy-MM-dd HH:mm:ss"; this.LastModifyDateTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime; this.LastModifyDateTextEdit.Properties.NullValuePrompt = null; this.LastModifyDateTextEdit.Properties.ReadOnly = true; this.LastModifyDateTextEdit.Size = new System.Drawing.Size(172, 20); this.LastModifyDateTextEdit.StyleController = this.dataLayoutControl1; this.LastModifyDateTextEdit.TabIndex = 9; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.layoutControlGroup1.Size = new System.Drawing.Size(522, 280); this.layoutControlGroup1.TextVisible = false; // // layoutControlGroup2 // this.layoutControlGroup2.AllowDrawBackground = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForUserNo, this.ItemForIsLock, this.ItemForRemark, this.ItemForCreateName, this.ItemForLastModifyName, this.ItemForUserName, this.emptySpaceItem1, this.emptySpaceItem2, this.layoutControlItem2, this.layoutControlItem1, this.ItemForCreateDate, this.ItemForLastModifyDate}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "autoGeneratedGroup0"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.layoutControlGroup2.Size = new System.Drawing.Size(514, 272); this.layoutControlGroup2.TextVisible = false; // // ItemForUserNo // this.ItemForUserNo.Control = this.UserNoTextEdit; this.ItemForUserNo.Location = new System.Drawing.Point(0, 0); this.ItemForUserNo.Name = "ItemForUserNo"; this.ItemForUserNo.Size = new System.Drawing.Size(251, 24); this.ItemForUserNo.Text = "用户编号"; this.ItemForUserNo.TextSize = new System.Drawing.Size(72, 13); // // ItemForIsLock // this.ItemForIsLock.Control = this.IsLockCheckEdit; this.ItemForIsLock.Location = new System.Drawing.Point(0, 24); this.ItemForIsLock.Name = "ItemForIsLock"; this.ItemForIsLock.Size = new System.Drawing.Size(251, 23); this.ItemForIsLock.Text = " "; this.ItemForIsLock.TextSize = new System.Drawing.Size(72, 13); // // ItemForRemark // this.ItemForRemark.Control = this.RemarkTextEdit; this.ItemForRemark.Location = new System.Drawing.Point(0, 47); this.ItemForRemark.Name = "ItemForRemark"; this.ItemForRemark.Size = new System.Drawing.Size(502, 135); this.ItemForRemark.Text = "备注"; this.ItemForRemark.TextSize = new System.Drawing.Size(72, 13); // // ItemForCreateName // this.ItemForCreateName.Control = this.CreateNameTextEdit; this.ItemForCreateName.Location = new System.Drawing.Point(0, 182); this.ItemForCreateName.Name = "ItemForCreateName"; this.ItemForCreateName.Size = new System.Drawing.Size(251, 24); this.ItemForCreateName.Text = "创建人"; this.ItemForCreateName.TextSize = new System.Drawing.Size(72, 13); // // ItemForLastModifyName // this.ItemForLastModifyName.Control = this.LastModifyNameTextEdit; this.ItemForLastModifyName.Location = new System.Drawing.Point(0, 206); this.ItemForLastModifyName.Name = "ItemForLastModifyName"; this.ItemForLastModifyName.Size = new System.Drawing.Size(251, 24); this.ItemForLastModifyName.Text = "最后修改人"; this.ItemForLastModifyName.TextSize = new System.Drawing.Size(72, 13); // // ItemForUserName // this.ItemForUserName.Control = this.UserNameTextEdit; this.ItemForUserName.Location = new System.Drawing.Point(251, 0); this.ItemForUserName.Name = "ItemForUserName"; this.ItemForUserName.Size = new System.Drawing.Size(251, 24); this.ItemForUserName.Text = "用户名"; this.ItemForUserName.TextSize = new System.Drawing.Size(72, 13); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(294, 30); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(251, 24); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(251, 23); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.btnClose; this.layoutControlItem2.Location = new System.Drawing.Point(398, 230); this.layoutControlItem2.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem2.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(104, 30); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnSave; this.layoutControlItem1.Location = new System.Drawing.Point(294, 230); this.layoutControlItem1.MaxSize = new System.Drawing.Size(104, 30); this.layoutControlItem1.MinSize = new System.Drawing.Size(104, 30); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(104, 30); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // ItemForCreateDate // this.ItemForCreateDate.Control = this.CreateDateTextEdit; this.ItemForCreateDate.Location = new System.Drawing.Point(251, 182); this.ItemForCreateDate.Name = "ItemForCreateDate"; this.ItemForCreateDate.Size = new System.Drawing.Size(251, 24); this.ItemForCreateDate.Text = "创建日期"; this.ItemForCreateDate.TextSize = new System.Drawing.Size(72, 13); // // ItemForLastModifyDate // this.ItemForLastModifyDate.Control = this.LastModifyDateTextEdit; this.ItemForLastModifyDate.Location = new System.Drawing.Point(251, 206); this.ItemForLastModifyDate.Name = "ItemForLastModifyDate"; this.ItemForLastModifyDate.Size = new System.Drawing.Size(251, 24); this.ItemForLastModifyDate.Text = "最后修改日期"; this.ItemForLastModifyDate.TextSize = new System.Drawing.Size(72, 13); // // formStyleSelect1 // this.formStyleSelect1.Form = this; // // UserEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(522, 280); this.Controls.Add(this.dataLayoutControl1); this.formLoadErrorExit1.SetEnableLoadError(this, true); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UserEditForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "用户信息"; this.Load += new System.EventHandler(this.UserEditForm_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.UserNoTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.UserNameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.IsLockCheckEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CreateDateTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LastModifyDateTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForUserNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForIsLock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForUserName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtSubject = new DevExpress.XtraEditors.TextEdit(); this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtDeptID = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtCaseType = new DevExpress.XtraEditors.LookUpEdit(); this.mmEdtDetail = new DevExpress.XtraEditors.MemoEdit(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.lkpEdtCategory = new DevExpress.XtraEditors.LookUpEdit(); this.label11 = new System.Windows.Forms.Label(); this.ucMemberID1 = new ACMS.ucMemberID(); ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(18, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 0; this.label1.Text = "Subject"; // // label2 // this.label2.Location = new System.Drawing.Point(18, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 20); this.label2.TabIndex = 1; this.label2.Text = "Date"; // // label3 // this.label3.Location = new System.Drawing.Point(18, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 2; this.label3.Text = "Branch Code"; // // label4 // this.label4.Location = new System.Drawing.Point(18, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 3; this.label4.Text = "Department ID"; // // label5 // this.label5.Location = new System.Drawing.Point(18, 152); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 4; this.label5.Text = "CVF Type"; // // label6 // this.label6.Location = new System.Drawing.Point(18, 182); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 20); this.label6.TabIndex = 5; this.label6.Text = "Membership ID"; // // label10 // this.label10.Location = new System.Drawing.Point(18, 212); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 20); this.label10.TabIndex = 9; this.label10.Text = "Detail"; // // txtSubject // this.txtSubject.EditValue = ""; this.txtSubject.Location = new System.Drawing.Point(142, 10); this.txtSubject.Name = "txtSubject"; // // txtSubject.Properties // this.txtSubject.Properties.MaxLength = 255; this.txtSubject.Size = new System.Drawing.Size(236, 20); this.txtSubject.TabIndex = 0; // // dateEdit1 // this.dateEdit1.EditValue = new System.DateTime(2005, 10, 21, 0, 0, 0, 0); this.dateEdit1.Location = new System.Drawing.Point(142, 38); this.dateEdit1.Name = "dateEdit1"; // // dateEdit1.Properties // this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateEdit1.Size = new System.Drawing.Size(236, 20); this.dateEdit1.TabIndex = 1; // // lkpEdtBranchCode // this.lkpEdtBranchCode.Location = new System.Drawing.Point(142, 66); this.lkpEdtBranchCode.Name = "lkpEdtBranchCode"; // // lkpEdtBranchCode.Properties // this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtBranchCode.Size = new System.Drawing.Size(236, 20); this.lkpEdtBranchCode.TabIndex = 2; // // lkpEdtDeptID // this.lkpEdtDeptID.Location = new System.Drawing.Point(142, 94); this.lkpEdtDeptID.Name = "lkpEdtDeptID"; // // lkpEdtDeptID.Properties // this.lkpEdtDeptID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtDeptID.Size = new System.Drawing.Size(236, 20); this.lkpEdtDeptID.TabIndex = 3; // // lkpEdtCaseType // this.lkpEdtCaseType.Location = new System.Drawing.Point(142, 150); this.lkpEdtCaseType.Name = "lkpEdtCaseType"; // // lkpEdtCaseType.Properties // this.lkpEdtCaseType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtCaseType.Size = new System.Drawing.Size(236, 20); this.lkpEdtCaseType.TabIndex = 5; // // mmEdtDetail // this.mmEdtDetail.EditValue = ""; this.mmEdtDetail.Location = new System.Drawing.Point(142, 212); this.mmEdtDetail.Name = "mmEdtDetail"; // // mmEdtDetail.Properties // this.mmEdtDetail.Properties.MaxLength = 1000; this.mmEdtDetail.Size = new System.Drawing.Size(236, 102); this.mmEdtDetail.TabIndex = 7; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.sbtnSave.Location = new System.Drawing.Point(226, 322); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(72, 20); this.sbtnSave.TabIndex = 8; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(306, 322); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.Size = new System.Drawing.Size(72, 20); this.sbtnCancel.TabIndex = 9; this.sbtnCancel.Text = "Cancel"; // // lkpEdtCategory // this.lkpEdtCategory.Location = new System.Drawing.Point(142, 122); this.lkpEdtCategory.Name = "lkpEdtCategory"; // // lkpEdtCategory.Properties // this.lkpEdtCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtCategory.Size = new System.Drawing.Size(236, 20); this.lkpEdtCategory.TabIndex = 4; // // label11 // this.label11.Location = new System.Drawing.Point(18, 124); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 20); this.label11.TabIndex = 28; this.label11.Text = "Case Category"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(142, 182); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(240, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 6; // // frmNewCV // this.AcceptButton = this.sbtnSave; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.sbtnCancel; this.ClientSize = new System.Drawing.Size(394, 352); this.Controls.Add(this.ucMemberID1); this.Controls.Add(this.lkpEdtCategory); this.Controls.Add(this.label11); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.mmEdtDetail); this.Controls.Add(this.lkpEdtCaseType); this.Controls.Add(this.lkpEdtDeptID); this.Controls.Add(this.lkpEdtBranchCode); this.Controls.Add(this.dateEdit1); this.Controls.Add(this.txtSubject); this.Controls.Add(this.label10); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmNewCV"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "New Customer Voice"; ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtContactPerson = new DevExpress.XtraEditors.TextEdit(); this.txtMobileNo = new DevExpress.XtraEditors.TextEdit(); this.label2 = new System.Windows.Forms.Label(); this.txtEmail = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.txtBranchCode = new DevExpress.XtraEditors.TextEdit(); this.rbFemale = new System.Windows.Forms.RadioButton(); this.rbMale = new System.Windows.Forms.RadioButton(); this.luedtMediaSource = new DevExpress.XtraEditors.LookUpEdit(); this.luedtMediaSourceCategory = new DevExpress.XtraEditors.LookUpEdit(); this.label47 = new System.Windows.Forms.Label(); this.txtNRICFIN = new DevExpress.XtraEditors.TextEdit(); this.dateedtDOB = new DevExpress.XtraEditors.DateEdit(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtMediaSource = new DevExpress.XtraEditors.TextEdit(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.luedtAssigntoStaff = new DevExpress.XtraEditors.LookUpEdit(); this.rtxtRemarks = new DevExpress.XtraEditors.MemoEdit(); this.label9 = new System.Windows.Forms.Label(); this.cbStatus = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.cbPhoneCall = new System.Windows.Forms.CheckBox(); this.cbSMS = new System.Windows.Forms.CheckBox(); this.cbEmail = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.rbDNCYes = new System.Windows.Forms.RadioButton(); this.rbDNCNo = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.gbAppt = new System.Windows.Forms.GroupBox(); this.luedtServedBy = new DevExpress.XtraEditors.LookUpEdit(); this.label17 = new System.Windows.Forms.Label(); this.dateedtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dateedtStartTime = new DevExpress.XtraEditors.DateEdit(); this.dateedtDate = new DevExpress.XtraEditors.DateEdit(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.chkMakeAppt = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtMediaSource.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtMediaSourceCategory.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNRICFIN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDOB.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDOB.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMediaSource.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtAssigntoStaff.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rtxtRemarks.Properties)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.gbAppt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.luedtServedBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(10, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 18); this.label1.TabIndex = 214; this.label1.Text = "Contact Person:"; // // txtContactPerson // this.txtContactPerson.EditValue = ""; this.txtContactPerson.Location = new System.Drawing.Point(121, 15); this.txtContactPerson.Name = "txtContactPerson"; this.txtContactPerson.Properties.MaxLength = 50; this.txtContactPerson.Size = new System.Drawing.Size(442, 20); this.txtContactPerson.TabIndex = 0; // // txtMobileNo // this.txtMobileNo.EditValue = ""; this.txtMobileNo.Location = new System.Drawing.Point(121, 67); this.txtMobileNo.Name = "txtMobileNo"; this.txtMobileNo.Properties.MaxLength = 50; this.txtMobileNo.Size = new System.Drawing.Size(148, 20); this.txtMobileNo.TabIndex = 2; // // label2 // this.label2.Location = new System.Drawing.Point(10, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(90, 18); this.label2.TabIndex = 220; this.label2.Text = "Contact No:"; // // txtEmail // this.txtEmail.EditValue = ""; this.txtEmail.Location = new System.Drawing.Point(121, 93); this.txtEmail.Name = "txtEmail"; this.txtEmail.Properties.Appearance.BackColor = System.Drawing.Color.LightYellow; this.txtEmail.Properties.Appearance.Options.UseBackColor = true; this.txtEmail.Properties.MaxLength = 50; this.txtEmail.Size = new System.Drawing.Size(280, 20); this.txtEmail.TabIndex = 3; // // label3 // this.label3.Location = new System.Drawing.Point(10, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 18); this.label3.TabIndex = 241; this.label3.Text = "Email Address:"; // // label5 // this.label5.Location = new System.Drawing.Point(10, 308); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 18); this.label5.TabIndex = 228; this.label5.Text = "Remarks:"; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.sbtnSave.Location = new System.Drawing.Point(121, 581); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(75, 23); this.sbtnSave.TabIndex = 17; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(202, 581); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.Size = new System.Drawing.Size(75, 23); this.sbtnCancel.TabIndex = 18; this.sbtnCancel.Text = "Cancel"; // // txtBranchCode // this.txtBranchCode.EditValue = ""; this.txtBranchCode.Enabled = false; this.txtBranchCode.Location = new System.Drawing.Point(121, 227); this.txtBranchCode.Name = "txtBranchCode"; this.txtBranchCode.Properties.MaxLength = 50; this.txtBranchCode.Size = new System.Drawing.Size(100, 20); this.txtBranchCode.TabIndex = 12; // // rbFemale // this.rbFemale.AutoSize = true; this.rbFemale.Location = new System.Drawing.Point(55, 4); this.rbFemale.Name = "rbFemale"; this.rbFemale.Size = new System.Drawing.Size(59, 17); this.rbFemale.TabIndex = 5; this.rbFemale.Text = "Female"; this.rbFemale.UseVisualStyleBackColor = true; // // rbMale // this.rbMale.AutoSize = true; this.rbMale.Location = new System.Drawing.Point(1, 4); this.rbMale.Name = "rbMale"; this.rbMale.Size = new System.Drawing.Size(48, 17); this.rbMale.TabIndex = 4; this.rbMale.Text = "Male"; this.rbMale.UseVisualStyleBackColor = true; // // luedtMediaSource // this.luedtMediaSource.EditValue = ""; this.luedtMediaSource.Location = new System.Drawing.Point(242, 252); this.luedtMediaSource.Name = "luedtMediaSource"; this.luedtMediaSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luedtMediaSource.Properties.PopupWidth = 200; this.luedtMediaSource.Size = new System.Drawing.Size(120, 20); this.luedtMediaSource.TabIndex = 13; // // luedtMediaSourceCategory // this.luedtMediaSourceCategory.EditValue = ""; this.luedtMediaSourceCategory.Location = new System.Drawing.Point(121, 252); this.luedtMediaSourceCategory.Name = "luedtMediaSourceCategory"; this.luedtMediaSourceCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luedtMediaSourceCategory.Properties.PopupWidth = 200; this.luedtMediaSourceCategory.Size = new System.Drawing.Size(120, 20); this.luedtMediaSourceCategory.TabIndex = 13; this.luedtMediaSourceCategory.EditValueChanged += new System.EventHandler(this.luedtMediaSourceCategory_EditValueChanged); // // label47 // this.label47.AutoSize = true; this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label47.Location = new System.Drawing.Point(10, 256); this.label47.Name = "label47"; this.label47.Size = new System.Drawing.Size(73, 13); this.label47.TabIndex = 107; this.label47.Text = "Media Source"; // // txtNRICFIN // this.txtNRICFIN.EditValue = ""; this.txtNRICFIN.Location = new System.Drawing.Point(121, 41); this.txtNRICFIN.Name = "txtNRICFIN"; this.txtNRICFIN.Properties.Appearance.BackColor = System.Drawing.Color.LightYellow; this.txtNRICFIN.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNRICFIN.Properties.Appearance.Options.UseBackColor = true; this.txtNRICFIN.Properties.Appearance.Options.UseFont = true; this.txtNRICFIN.Properties.MaxLength = 50; this.txtNRICFIN.Size = new System.Drawing.Size(280, 20); this.txtNRICFIN.TabIndex = 1; // // dateedtDOB // this.dateedtDOB.EditValue = null; this.dateedtDOB.Location = new System.Drawing.Point(121, 202); this.dateedtDOB.Name = "dateedtDOB"; this.dateedtDOB.Properties.Appearance.BackColor = System.Drawing.Color.LightYellow; this.dateedtDOB.Properties.Appearance.Options.UseBackColor = true; this.dateedtDOB.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateedtDOB.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtDOB.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtDOB.Size = new System.Drawing.Size(98, 20); this.dateedtDOB.TabIndex = 11; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(10, 203); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 18); this.label4.TabIndex = 105; this.label4.Text = "Date-of-Birth:"; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(10, 44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(98, 18); this.label6.TabIndex = 104; this.label6.Text = "NRIC/FIN No:"; // // txtMediaSource // this.txtMediaSource.EditValue = ""; this.txtMediaSource.Location = new System.Drawing.Point(247, 252); this.txtMediaSource.Name = "txtMediaSource"; this.txtMediaSource.Properties.MaxLength = 50; this.txtMediaSource.Size = new System.Drawing.Size(154, 20); this.txtMediaSource.TabIndex = 108; this.txtMediaSource.Visible = false; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(10, 229); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(102, 18); this.label7.TabIndex = 109; this.label7.Text = "Branch Code :"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label8.Location = new System.Drawing.Point(10, 283); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(75, 13); this.label8.TabIndex = 110; this.label8.Text = "Assign to Staff"; // // luedtAssigntoStaff // this.luedtAssigntoStaff.EditValue = ""; this.luedtAssigntoStaff.Location = new System.Drawing.Point(121, 279); this.luedtAssigntoStaff.Name = "luedtAssigntoStaff"; this.luedtAssigntoStaff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luedtAssigntoStaff.Properties.PopupWidth = 200; this.luedtAssigntoStaff.Size = new System.Drawing.Size(280, 20); this.luedtAssigntoStaff.TabIndex = 14; // // rtxtRemarks // this.rtxtRemarks.EditValue = ""; this.rtxtRemarks.Location = new System.Drawing.Point(121, 305); this.rtxtRemarks.Name = "rtxtRemarks"; this.rtxtRemarks.Properties.Appearance.BackColor = System.Drawing.Color.LightYellow; this.rtxtRemarks.Properties.Appearance.Options.UseBackColor = true; this.rtxtRemarks.Properties.MaxLength = 1000; this.rtxtRemarks.Size = new System.Drawing.Size(442, 93); this.rtxtRemarks.TabIndex = 15; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label9.Location = new System.Drawing.Point(12, 411); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(43, 13); this.label9.TabIndex = 112; this.label9.Text = "Status :"; // // cbStatus // this.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbStatus.FormattingEnabled = true; this.cbStatus.Items.AddRange(new object[] { "Active", "InActive"}); this.cbStatus.Location = new System.Drawing.Point(121, 406); this.cbStatus.Name = "cbStatus"; this.cbStatus.Size = new System.Drawing.Size(121, 21); this.cbStatus.TabIndex = 16; // // label10 // this.label10.Location = new System.Drawing.Point(10, 121); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(90, 18); this.label10.TabIndex = 114; this.label10.Text = "Gender:"; // // label11 // this.label11.Location = new System.Drawing.Point(10, 148); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(112, 18); this.label11.TabIndex = 115; this.label11.Text = "Media Preference:"; // // cbPhoneCall // this.cbPhoneCall.AutoSize = true; this.cbPhoneCall.Location = new System.Drawing.Point(121, 147); this.cbPhoneCall.Name = "cbPhoneCall"; this.cbPhoneCall.Size = new System.Drawing.Size(77, 17); this.cbPhoneCall.TabIndex = 6; this.cbPhoneCall.Text = "Phone Call"; this.cbPhoneCall.UseVisualStyleBackColor = true; // // cbSMS // this.cbSMS.AutoSize = true; this.cbSMS.Location = new System.Drawing.Point(204, 147); this.cbSMS.Name = "cbSMS"; this.cbSMS.Size = new System.Drawing.Size(49, 17); this.cbSMS.TabIndex = 7; this.cbSMS.Text = "SMS"; this.cbSMS.UseVisualStyleBackColor = true; // // cbEmail // this.cbEmail.AutoSize = true; this.cbEmail.Location = new System.Drawing.Point(257, 147); this.cbEmail.Name = "cbEmail"; this.cbEmail.Size = new System.Drawing.Size(51, 17); this.cbEmail.TabIndex = 8; this.cbEmail.Text = "Email"; this.cbEmail.UseVisualStyleBackColor = true; // // label12 // this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.label12.Location = new System.Drawing.Point(10, 175); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(96, 18); this.label12.TabIndex = 119; this.label12.Text = "DNC Registrant?:"; // // rbDNCYes // this.rbDNCYes.AutoSize = true; this.rbDNCYes.Location = new System.Drawing.Point(3, 3); this.rbDNCYes.Name = "rbDNCYes"; this.rbDNCYes.Size = new System.Drawing.Size(43, 17); this.rbDNCYes.TabIndex = 9; this.rbDNCYes.Text = "Yes"; this.rbDNCYes.UseVisualStyleBackColor = true; // // rbDNCNo // this.rbDNCNo.AutoSize = true; this.rbDNCNo.Location = new System.Drawing.Point(57, 3); this.rbDNCNo.Name = "rbDNCNo"; this.rbDNCNo.Size = new System.Drawing.Size(39, 17); this.rbDNCNo.TabIndex = 10; this.rbDNCNo.TabStop = true; this.rbDNCNo.Text = "No"; this.rbDNCNo.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.rbDNCYes); this.panel1.Controls.Add(this.rbDNCNo); this.panel1.Location = new System.Drawing.Point(121, 171); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(148, 22); this.panel1.TabIndex = 9; // // panel2 // this.panel2.Controls.Add(this.rbFemale); this.panel2.Controls.Add(this.rbMale); this.panel2.Location = new System.Drawing.Point(121, 114); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(200, 24); this.panel2.TabIndex = 4; // // label13 // this.label13.Location = new System.Drawing.Point(273, 70); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(270, 18); this.label13.TabIndex = 124; this.label13.Text = "(eg. 81234567, 63366822)"; // // gbAppt // this.gbAppt.Controls.Add(this.luedtServedBy); this.gbAppt.Controls.Add(this.label17); this.gbAppt.Controls.Add(this.dateedtEndTime); this.gbAppt.Controls.Add(this.dateedtStartTime); this.gbAppt.Controls.Add(this.dateedtDate); this.gbAppt.Controls.Add(this.label14); this.gbAppt.Controls.Add(this.label15); this.gbAppt.Controls.Add(this.label16); this.gbAppt.Location = new System.Drawing.Point(15, 454); this.gbAppt.Name = "gbAppt"; this.gbAppt.Size = new System.Drawing.Size(548, 121); this.gbAppt.TabIndex = 248; this.gbAppt.TabStop = false; this.gbAppt.Visible = false; // // luedtServedBy // this.luedtServedBy.EditValue = ""; this.luedtServedBy.Location = new System.Drawing.Point(222, 95); this.luedtServedBy.Name = "luedtServedBy"; this.luedtServedBy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.luedtServedBy.Properties.PopupWidth = 200; this.luedtServedBy.Size = new System.Drawing.Size(280, 20); this.luedtServedBy.TabIndex = 254; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label17.Location = new System.Drawing.Point(106, 98); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(56, 13); this.label17.TabIndex = 255; this.label17.Text = "Served By"; // // dateedtEndTime // this.dateedtEndTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtEndTime.Location = new System.Drawing.Point(222, 69); this.dateedtEndTime.Name = "dateedtEndTime"; this.dateedtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null)}); this.dateedtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtEndTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtEndTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtEndTime.Size = new System.Drawing.Size(100, 20); this.dateedtEndTime.TabIndex = 253; // // dateedtStartTime // this.dateedtStartTime.EditValue = new System.DateTime(2013, 1, 1, 13, 0, 0, 0); this.dateedtStartTime.Location = new System.Drawing.Point(222, 41); this.dateedtStartTime.Name = "dateedtStartTime"; this.dateedtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null)}); this.dateedtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtStartTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtStartTime.Size = new System.Drawing.Size(100, 20); this.dateedtStartTime.TabIndex = 252; // // dateedtDate // this.dateedtDate.EditValue = new System.DateTime(2006, 1, 28, 0, 0, 0, 0); this.dateedtDate.Location = new System.Drawing.Point(222, 13); this.dateedtDate.Name = "dateedtDate"; this.dateedtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateedtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateedtDate.Size = new System.Drawing.Size(152, 20); this.dateedtDate.TabIndex = 249; // // label14 // this.label14.Location = new System.Drawing.Point(106, 71); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(100, 18); this.label14.TabIndex = 251; this.label14.Text = "End time:"; // // label15 // this.label15.Location = new System.Drawing.Point(106, 43); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(100, 18); this.label15.TabIndex = 250; this.label15.Text = "Start time:"; // // label16 // this.label16.Location = new System.Drawing.Point(106, 15); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(100, 18); this.label16.TabIndex = 248; this.label16.Text = "Date:"; // // chkMakeAppt // this.chkMakeAppt.AutoSize = true; this.chkMakeAppt.Location = new System.Drawing.Point(16, 441); this.chkMakeAppt.Name = "chkMakeAppt"; this.chkMakeAppt.Size = new System.Drawing.Size(115, 17); this.chkMakeAppt.TabIndex = 249; this.chkMakeAppt.Text = "Make Appointment"; this.chkMakeAppt.UseVisualStyleBackColor = true; this.chkMakeAppt.CheckedChanged += new System.EventHandler(this.chkMakeAppt_CheckedChanged); // // frmContacts // this.AcceptButton = this.sbtnSave; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.sbtnCancel; this.ClientSize = new System.Drawing.Size(571, 610); this.Controls.Add(this.chkMakeAppt); this.Controls.Add(this.gbAppt); this.Controls.Add(this.label13); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.label12); this.Controls.Add(this.cbEmail); this.Controls.Add(this.cbSMS); this.Controls.Add(this.cbPhoneCall); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.cbStatus); this.Controls.Add(this.label9); this.Controls.Add(this.rtxtRemarks); this.Controls.Add(this.luedtAssigntoStaff); this.Controls.Add(this.label8); this.Controls.Add(this.txtMediaSource); this.Controls.Add(this.luedtMediaSource); this.Controls.Add(this.luedtMediaSourceCategory); this.Controls.Add(this.label47); this.Controls.Add(this.txtNRICFIN); this.Controls.Add(this.dateedtDOB); this.Controls.Add(this.label4); this.Controls.Add(this.label6); this.Controls.Add(this.txtBranchCode); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.label5); this.Controls.Add(this.txtEmail); this.Controls.Add(this.label3); this.Controls.Add(this.txtMobileNo); this.Controls.Add(this.label2); this.Controls.Add(this.txtContactPerson); this.Controls.Add(this.label1); this.Controls.Add(this.label7); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmContacts"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "{0} Call List"; this.Load += new System.EventHandler(this.frmContacts_Load); ((System.ComponentModel.ISupportInitialize)(this.txtContactPerson.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtMediaSource.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtMediaSourceCategory.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNRICFIN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDOB.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDOB.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMediaSource.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtAssigntoStaff.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rtxtRemarks.Properties)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.gbAppt.ResumeLayout(false); this.gbAppt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.luedtServedBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.dateedtDate = new DevExpress.XtraEditors.DateEdit(); this.dateedtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dateedtStartTime = new DevExpress.XtraEditors.DateEdit(); this.txtOrganization = new DevExpress.XtraEditors.TextEdit(); this.luedtContact = new DevExpress.XtraEditors.LookUpEdit(); this.luedtAppointmetType = new DevExpress.XtraEditors.LookUpEdit(); this.label7 = new System.Windows.Forms.Label(); this.memoedtRemark = new DevExpress.XtraEditors.MemoEdit(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOrganization.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtAppointmetType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(20, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 18); this.label1.TabIndex = 0; this.label1.Text = "Date:"; // // label2 // this.label2.Location = new System.Drawing.Point(20, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 18); this.label2.TabIndex = 1; this.label2.Text = "Start time:"; // // label3 // this.label3.Location = new System.Drawing.Point(20, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 18); this.label3.TabIndex = 2; this.label3.Text = "End time:"; // // label4 // this.label4.Location = new System.Drawing.Point(20, 98); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 44); this.label4.TabIndex = 3; this.label4.Text = "Organization / Place of appoinment:"; // // label5 // this.label5.Location = new System.Drawing.Point(20, 180); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 18); this.label5.TabIndex = 4; this.label5.Text = "Contact:"; // // label6 // this.label6.Location = new System.Drawing.Point(20, 208); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(78, 18); this.label6.TabIndex = 5; this.label6.Text = "Remark:"; // // dateedtDate // this.dateedtDate.EditValue = new System.DateTime(2006, 1, 28, 0, 0, 0, 0); this.dateedtDate.Location = new System.Drawing.Point(120, 12); this.dateedtDate.Name = "dateedtDate"; // // dateedtDate.Properties // this.dateedtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateedtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtDate.Size = new System.Drawing.Size(152, 20); this.dateedtDate.TabIndex = 0; // // dateedtEndTime // this.dateedtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dateedtEndTime.Location = new System.Drawing.Point(120, 68); this.dateedtEndTime.Name = "dateedtEndTime"; // // dateedtEndTime.Properties // this.dateedtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dateedtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtEndTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtEndTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtEndTime.TabIndex = 2; // // dateedtStartTime // this.dateedtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dateedtStartTime.Location = new System.Drawing.Point(120, 40); this.dateedtStartTime.Name = "dateedtStartTime"; // // dateedtStartTime.Properties // this.dateedtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dateedtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.dateedtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateedtStartTime.Properties.Mask.EditMask = "hh:mm tt"; this.dateedtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dateedtStartTime.TabIndex = 1; // // txtOrganization // this.txtOrganization.EditValue = ""; this.txtOrganization.Location = new System.Drawing.Point(120, 98); this.txtOrganization.Name = "txtOrganization"; // // txtOrganization.Properties // this.txtOrganization.Properties.MaxLength = 50; this.txtOrganization.Size = new System.Drawing.Size(330, 20); this.txtOrganization.TabIndex = 3; // // luedtContact // this.luedtContact.Location = new System.Drawing.Point(120, 178); this.luedtContact.Name = "luedtContact"; // // luedtContact.Properties // this.luedtContact.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtContact.Size = new System.Drawing.Size(152, 20); this.luedtContact.TabIndex = 5; // // luedtAppointmetType // this.luedtAppointmetType.Location = new System.Drawing.Point(120, 150); this.luedtAppointmetType.Name = "luedtAppointmetType"; // // luedtAppointmetType.Properties // this.luedtAppointmetType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.luedtAppointmetType.Size = new System.Drawing.Size(152, 20); this.luedtAppointmetType.TabIndex = 4; // // label7 // this.label7.Location = new System.Drawing.Point(20, 152); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 18); this.label7.TabIndex = 39; this.label7.Text = "Appointment Type:"; // // memoedtRemark // this.memoedtRemark.EditValue = ""; this.memoedtRemark.Location = new System.Drawing.Point(120, 208); this.memoedtRemark.Name = "memoedtRemark"; // // memoedtRemark.Properties // this.memoedtRemark.Properties.MaxLength = 50; this.memoedtRemark.Size = new System.Drawing.Size(330, 106); this.memoedtRemark.TabIndex = 6; // // sbtnSave // this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnSave.Location = new System.Drawing.Point(306, 324); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.TabIndex = 7; this.sbtnSave.Text = "Save"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnCancel // this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.sbtnCancel.Location = new System.Drawing.Point(388, 324); this.sbtnCancel.Name = "sbtnCancel"; this.sbtnCancel.TabIndex = 8; this.sbtnCancel.Text = "Cancel"; // // frmAppointment // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(470, 354); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.sbtnCancel); this.Controls.Add(this.memoedtRemark); this.Controls.Add(this.luedtAppointmetType); this.Controls.Add(this.label7); this.Controls.Add(this.luedtContact); this.Controls.Add(this.txtOrganization); this.Controls.Add(this.dateedtEndTime); this.Controls.Add(this.dateedtStartTime); this.Controls.Add(this.dateedtDate); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAppointment"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "{0} Appointment"; ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateedtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOrganization.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtContact.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.luedtAppointmetType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoedtRemark.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControlRequired = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControlDescription = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControlPayType = new DevExpress.XtraEditors.LabelControl(); this.labelControlVatType = new DevExpress.XtraEditors.LabelControl(); this.labelControlbaht2 = new DevExpress.XtraEditors.LabelControl(); this.labelControlMonthPrice = new DevExpress.XtraEditors.LabelControl(); this.labelControlDailyPrice = new DevExpress.XtraEditors.LabelControl(); this.labelControlbaht1 = new DevExpress.XtraEditors.LabelControl(); this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit(); this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.labelControlItemName = new DevExpress.XtraEditors.LabelControl(); this.textEditItemName = new DevExpress.XtraEditors.TextEdit(); this.bttCancel = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.memoEditDescription = new DevExpress.XtraEditors.MemoEdit(); this.textEditDailyPrice = new DevExpress.XtraEditors.TextEdit(); this.textEditMonthPrice = new DevExpress.XtraEditors.TextEdit(); this.bttSave = new DevExpress.XtraEditors.SimpleButton(); this.titleTabAddition = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEditDescription.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditDailyPrice.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditMonthPrice.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Location = new System.Drawing.Point(379, 133); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(6, 13); this.labelControl9.TabIndex = 411; this.labelControl9.Text = "*"; // // labelControlRequired // this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControlRequired.Location = new System.Drawing.Point(115, 272); this.labelControlRequired.Name = "labelControlRequired"; this.labelControlRequired.Size = new System.Drawing.Size(50, 13); this.labelControlRequired.TabIndex = 412; this.labelControlRequired.Text = "* โปรดระบุ"; // // labelControl6 // this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl6.Location = new System.Drawing.Point(379, 29); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(6, 13); this.labelControl6.TabIndex = 411; this.labelControl6.Text = "*"; // // labelControlDescription // this.labelControlDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlDescription.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlDescription.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlDescription.Location = new System.Drawing.Point(60, 159); this.labelControlDescription.Name = "labelControlDescription"; this.labelControlDescription.Size = new System.Drawing.Size(105, 20); this.labelControlDescription.TabIndex = 333; this.labelControlDescription.Text = "รายละเอียดเพิ่มเติม :"; // // labelControl8 // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl8.Location = new System.Drawing.Point(379, 55); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(6, 13); this.labelControl8.TabIndex = 411; this.labelControl8.Text = "*"; // // labelControlPayType // this.labelControlPayType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlPayType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlPayType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlPayType.Location = new System.Drawing.Point(60, 55); this.labelControlPayType.Name = "labelControlPayType"; this.labelControlPayType.Size = new System.Drawing.Size(105, 20); this.labelControlPayType.TabIndex = 331; this.labelControlPayType.Text = "รูปแบบค่าใช้จ่าย :"; // // labelControlVatType // this.labelControlVatType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlVatType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlVatType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlVatType.Location = new System.Drawing.Point(60, 133); this.labelControlVatType.Name = "labelControlVatType"; this.labelControlVatType.Size = new System.Drawing.Size(105, 20); this.labelControlVatType.TabIndex = 334; this.labelControlVatType.Text = "การคิดภาษี :"; // // labelControlbaht2 // this.labelControlbaht2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlbaht2.Location = new System.Drawing.Point(400, 107); this.labelControlbaht2.Name = "labelControlbaht2"; this.labelControlbaht2.Size = new System.Drawing.Size(41, 20); this.labelControlbaht2.TabIndex = 408; this.labelControlbaht2.Text = "บาท"; // // labelControlMonthPrice // this.labelControlMonthPrice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlMonthPrice.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlMonthPrice.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlMonthPrice.Location = new System.Drawing.Point(60, 81); this.labelControlMonthPrice.Name = "labelControlMonthPrice"; this.labelControlMonthPrice.Size = new System.Drawing.Size(105, 20); this.labelControlMonthPrice.TabIndex = 330; this.labelControlMonthPrice.Text = "ราคารายเดือน :"; // // labelControlDailyPrice // this.labelControlDailyPrice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlDailyPrice.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlDailyPrice.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlDailyPrice.Location = new System.Drawing.Point(60, 107); this.labelControlDailyPrice.Name = "labelControlDailyPrice"; this.labelControlDailyPrice.Size = new System.Drawing.Size(105, 20); this.labelControlDailyPrice.TabIndex = 335; this.labelControlDailyPrice.Text = "ราคารายวัน :"; // // labelControlbaht1 // this.labelControlbaht1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlbaht1.Location = new System.Drawing.Point(400, 81); this.labelControlbaht1.Name = "labelControlbaht1"; this.labelControlbaht1.Size = new System.Drawing.Size(41, 20); this.labelControlbaht1.TabIndex = 408; this.labelControlbaht1.Text = "บาท"; // // lookUpEditPayType // this.lookUpEditPayType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lookUpEditPayType.Location = new System.Drawing.Point(3, 55); this.lookUpEditPayType.Name = "lookUpEditPayType"; this.lookUpEditPayType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditPayType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("paytype_label", " ")}); this.lookUpEditPayType.Size = new System.Drawing.Size(370, 20); this.lookUpEditPayType.TabIndex = 340; // // lookUpEditVatType // this.lookUpEditVatType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lookUpEditVatType.Location = new System.Drawing.Point(3, 134); this.lookUpEditVatType.Name = "lookUpEditVatType"; this.lookUpEditVatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditVatType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("vattype_label", " ")}); this.lookUpEditVatType.Size = new System.Drawing.Size(370, 20); this.lookUpEditVatType.TabIndex = 340; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.labelControlRequired); this.panelControl2.Controls.Add(this.labelControlDescription); this.panelControl2.Controls.Add(this.labelControlVatType); this.panelControl2.Controls.Add(this.labelControlDailyPrice); this.panelControl2.Controls.Add(this.labelControlMonthPrice); this.panelControl2.Controls.Add(this.labelControlPayType); this.panelControl2.Controls.Add(this.labelControlItemName); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl2.Location = new System.Drawing.Point(0, 23); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(168, 346); this.panelControl2.TabIndex = 339; // // labelControlItemName // this.labelControlItemName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlItemName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControlItemName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlItemName.Location = new System.Drawing.Point(60, 29); this.labelControlItemName.Name = "labelControlItemName"; this.labelControlItemName.Size = new System.Drawing.Size(105, 20); this.labelControlItemName.TabIndex = 332; this.labelControlItemName.Text = "ชื่อรายการค่าใช้จ่าย :"; // // textEditItemName // this.textEditItemName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textEditItemName.Location = new System.Drawing.Point(3, 29); this.textEditItemName.Name = "textEditItemName"; this.textEditItemName.Properties.Mask.BeepOnError = true; this.textEditItemName.Properties.Mask.EditMask = "([A-Z|a-z|0-9|ก-๙]| )*"; this.textEditItemName.Properties.Mask.IgnoreMaskBlank = false; this.textEditItemName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditItemName.Properties.MaxLength = 50; this.textEditItemName.Size = new System.Drawing.Size(370, 20); this.textEditItemName.TabIndex = 337; // // bttCancel // this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close; this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttCancel.Location = new System.Drawing.Point(303, 272); this.bttCancel.Name = "bttCancel"; this.bttCancel.Size = new System.Drawing.Size(70, 55); this.bttCancel.TabIndex = 327; this.bttCancel.Text = "ยกเลิก"; this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControlbaht2); this.panelControl1.Controls.Add(this.labelControlbaht1); this.panelControl1.Controls.Add(this.lookUpEditPayType); this.panelControl1.Controls.Add(this.lookUpEditVatType); this.panelControl1.Controls.Add(this.memoEditDescription); this.panelControl1.Controls.Add(this.textEditDailyPrice); this.panelControl1.Controls.Add(this.textEditMonthPrice); this.panelControl1.Controls.Add(this.textEditItemName); this.panelControl1.Controls.Add(this.bttSave); this.panelControl1.Controls.Add(this.bttCancel); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl1.Location = new System.Drawing.Point(169, 23); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(537, 346); this.panelControl1.TabIndex = 338; // // memoEditDescription // this.memoEditDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.memoEditDescription.EditValue = ""; this.memoEditDescription.Location = new System.Drawing.Point(3, 160); this.memoEditDescription.Name = "memoEditDescription"; this.memoEditDescription.Properties.MaxLength = 500; this.memoEditDescription.Size = new System.Drawing.Size(370, 96); this.memoEditDescription.TabIndex = 339; // // textEditDailyPrice // this.textEditDailyPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textEditDailyPrice.EditValue = "0.00"; this.textEditDailyPrice.Location = new System.Drawing.Point(3, 107); this.textEditDailyPrice.Name = "textEditDailyPrice"; this.textEditDailyPrice.Properties.Mask.BeepOnError = true; this.textEditDailyPrice.Properties.Mask.EditMask = "n2"; this.textEditDailyPrice.Properties.Mask.IgnoreMaskBlank = false; this.textEditDailyPrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEditDailyPrice.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEditDailyPrice.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.textEditDailyPrice.Size = new System.Drawing.Size(370, 20); this.textEditDailyPrice.TabIndex = 338; // // textEditMonthPrice // this.textEditMonthPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textEditMonthPrice.EditValue = "0.00"; this.textEditMonthPrice.Location = new System.Drawing.Point(3, 81); this.textEditMonthPrice.Name = "textEditMonthPrice"; this.textEditMonthPrice.Properties.Mask.BeepOnError = true; this.textEditMonthPrice.Properties.Mask.EditMask = "n2"; this.textEditMonthPrice.Properties.Mask.IgnoreMaskBlank = false; this.textEditMonthPrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEditMonthPrice.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEditMonthPrice.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.textEditMonthPrice.Size = new System.Drawing.Size(370, 20); this.textEditMonthPrice.TabIndex = 335; // // bttSave // this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk; this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttSave.Location = new System.Drawing.Point(222, 272); this.bttSave.Name = "bttSave"; this.bttSave.Size = new System.Drawing.Size(70, 55); this.bttSave.TabIndex = 328; this.bttSave.Text = "บันทึก"; this.bttSave.Click += new System.EventHandler(this.bttSave_Click); // // titleTabAddition // this.titleTabAddition.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.titleTabAddition.Appearance.Options.UseFont = true; this.titleTabAddition.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.titleTabAddition.Dock = System.Windows.Forms.DockStyle.Top; this.titleTabAddition.Location = new System.Drawing.Point(0, 0); this.titleTabAddition.Name = "titleTabAddition"; this.titleTabAddition.Size = new System.Drawing.Size(706, 23); this.titleTabAddition.TabIndex = 337; this.titleTabAddition.Text = "เพิ่มข้อมูลค่าใช้จ่ายเพิ่มเติม"; // // AddtionalItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.titleTabAddition); this.Name = "AddtionalItem"; this.Size = new System.Drawing.Size(706, 369); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEditDescription.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditDailyPrice.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditMonthPrice.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.groupControl_BusinessInfo = new DevExpress.XtraEditors.GroupControl(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelControlCompanyName = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControlPolicy = new DevExpress.XtraEditors.LabelControl(); this.labelControlRegisterNo = new DevExpress.XtraEditors.LabelControl(); this.labelControlOwnerName = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControlTaxLicenceNo = new DevExpress.XtraEditors.LabelControl(); this.labelControlWebSite = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControlFax = new DevExpress.XtraEditors.LabelControl(); this.labelControlAddress = new DevExpress.XtraEditors.LabelControl(); this.labelControlTelephone = new DevExpress.XtraEditors.LabelControl(); this.labelControlEmail = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControlRequired = new DevExpress.XtraEditors.LabelControl(); this.richTextBox_Notice = new System.Windows.Forms.RichTextBox(); this.textEditSouceLogoPath = new DevExpress.XtraEditors.TextEdit(); this.textEditOldLogoPath = new DevExpress.XtraEditors.TextEdit(); this.bttDelete = new DevExpress.XtraEditors.SimpleButton(); this.bttAdd = new DevExpress.XtraEditors.SimpleButton(); this.bttEdit = new DevExpress.XtraEditors.SimpleButton(); this.textEditLogoPath = new DevExpress.XtraEditors.TextEdit(); this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit(); this.textEditId = new DevExpress.XtraEditors.TextEdit(); this.bttCancel = new DevExpress.XtraEditors.SimpleButton(); this.bttSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControlLogo = new DevExpress.XtraEditors.LabelControl(); this.textEditCompanyName = new DevExpress.XtraEditors.TextEdit(); this.textEditVision = new DevExpress.XtraEditors.TextEdit(); this.textEditOwnerName = new DevExpress.XtraEditors.TextEdit(); this.textEditIdCard = new DevExpress.XtraEditors.TextEdit(); this.textEditEmail = new DevExpress.XtraEditors.TextEdit(); this.bttBrowse = new DevExpress.XtraEditors.SimpleButton(); this.bttRemove = new DevExpress.XtraEditors.SimpleButton(); this.textEditCorporate = new DevExpress.XtraEditors.TextEdit(); this.textEditWebSite = new DevExpress.XtraEditors.TextEdit(); this.textEditTelephone = new DevExpress.XtraEditors.TextEdit(); this.textEditFax = new DevExpress.XtraEditors.TextEdit(); this.memoEditAddress = new DevExpress.XtraEditors.MemoEdit(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.groupControl_BusinessList = new DevExpress.XtraEditors.GroupControl(); this.gridControlCompany = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.company_company_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_address = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_telephone = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_fax = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_email = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_website = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_idcard = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_corporate = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_owner_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_company_vision = new DevExpress.XtraGrid.Columns.GridColumn(); this.company_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessInfo)).BeginInit(); this.groupControl_BusinessInfo.SuspendLayout(); this.xtraScrollableControl1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditSouceLogoPath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditOldLogoPath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCompanyName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditVision.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditOwnerName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditIdCard.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditEmail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCorporate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditWebSite.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditTelephone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEditAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).BeginInit(); this.groupControl_BusinessList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); this.splitContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.groupControl_BusinessInfo); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(770, 488); this.panelControl3.TabIndex = 12; // // groupControl_BusinessInfo // this.groupControl_BusinessInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl_BusinessInfo.AppearanceCaption.Options.UseFont = true; this.groupControl_BusinessInfo.Controls.Add(this.xtraScrollableControl1); this.groupControl_BusinessInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl_BusinessInfo.Location = new System.Drawing.Point(0, 0); this.groupControl_BusinessInfo.Name = "groupControl_BusinessInfo"; this.groupControl_BusinessInfo.Size = new System.Drawing.Size(770, 488); this.groupControl_BusinessInfo.TabIndex = 0; this.groupControl_BusinessInfo.Text = "ข้อมูลกิจการ"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.xtraScrollableControl1.Appearance.Options.UseBackColor = true; this.xtraScrollableControl1.Controls.Add(this.tableLayoutPanel1); this.xtraScrollableControl1.Controls.Add(this.labelControlRequired); this.xtraScrollableControl1.Controls.Add(this.richTextBox_Notice); this.xtraScrollableControl1.Controls.Add(this.textEditSouceLogoPath); this.xtraScrollableControl1.Controls.Add(this.textEditOldLogoPath); this.xtraScrollableControl1.Controls.Add(this.bttDelete); this.xtraScrollableControl1.Controls.Add(this.bttAdd); this.xtraScrollableControl1.Controls.Add(this.bttEdit); this.xtraScrollableControl1.Controls.Add(this.textEditLogoPath); this.xtraScrollableControl1.Controls.Add(this.pictureEditLogo); this.xtraScrollableControl1.Controls.Add(this.textEditId); this.xtraScrollableControl1.Controls.Add(this.bttCancel); this.xtraScrollableControl1.Controls.Add(this.bttSave); this.xtraScrollableControl1.Controls.Add(this.labelControlLogo); this.xtraScrollableControl1.Controls.Add(this.textEditCompanyName); this.xtraScrollableControl1.Controls.Add(this.textEditVision); this.xtraScrollableControl1.Controls.Add(this.textEditOwnerName); this.xtraScrollableControl1.Controls.Add(this.textEditIdCard); this.xtraScrollableControl1.Controls.Add(this.textEditEmail); this.xtraScrollableControl1.Controls.Add(this.bttBrowse); this.xtraScrollableControl1.Controls.Add(this.bttRemove); this.xtraScrollableControl1.Controls.Add(this.textEditCorporate); this.xtraScrollableControl1.Controls.Add(this.textEditWebSite); this.xtraScrollableControl1.Controls.Add(this.textEditTelephone); this.xtraScrollableControl1.Controls.Add(this.textEditFax); this.xtraScrollableControl1.Controls.Add(this.memoEditAddress); this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(766, 464); this.xtraScrollableControl1.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanel1.Controls.Add(this.labelControlCompanyName, 1, 0); this.tableLayoutPanel1.Controls.Add(this.labelControl3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.labelControlPolicy, 1, 9); this.tableLayoutPanel1.Controls.Add(this.labelControlRegisterNo, 1, 6); this.tableLayoutPanel1.Controls.Add(this.labelControlOwnerName, 1, 8); this.tableLayoutPanel1.Controls.Add(this.labelControl2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelControlTaxLicenceNo, 1, 7); this.tableLayoutPanel1.Controls.Add(this.labelControlWebSite, 1, 5); this.tableLayoutPanel1.Controls.Add(this.labelControl1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.labelControlFax, 1, 3); this.tableLayoutPanel1.Controls.Add(this.labelControlAddress, 1, 1); this.tableLayoutPanel1.Controls.Add(this.labelControlTelephone, 1, 2); this.tableLayoutPanel1.Controls.Add(this.labelControlEmail, 1, 4); this.tableLayoutPanel1.Controls.Add(this.labelControl4, 2, 0); this.tableLayoutPanel1.Controls.Add(this.labelControl5, 2, 1); this.tableLayoutPanel1.Controls.Add(this.labelControl6, 2, 2); this.tableLayoutPanel1.Controls.Add(this.labelControl7, 2, 3); this.tableLayoutPanel1.Controls.Add(this.labelControl8, 2, 4); this.tableLayoutPanel1.Controls.Add(this.labelControl9, 2, 5); this.tableLayoutPanel1.Controls.Add(this.labelControl10, 2, 6); this.tableLayoutPanel1.Controls.Add(this.labelControl11, 2, 7); this.tableLayoutPanel1.Controls.Add(this.labelControl12, 2, 8); this.tableLayoutPanel1.Controls.Add(this.labelControl13, 2, 9); this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 11; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.90076F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77.09924F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(143, 363); this.tableLayoutPanel1.TabIndex = 372; // // labelControlCompanyName // this.labelControlCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlCompanyName.Location = new System.Drawing.Point(76, 3); this.labelControlCompanyName.Name = "labelControlCompanyName"; this.labelControlCompanyName.Size = new System.Drawing.Size(51, 13); this.labelControlCompanyName.TabIndex = 359; this.labelControlCompanyName.Text = "ชื่อกิจการ :"; // // labelControl3 // this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl3.Location = new System.Drawing.Point(3, 134); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(6, 13); this.labelControl3.TabIndex = 368; this.labelControl3.Text = "*"; // // labelControlPolicy // this.labelControlPolicy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlPolicy.Location = new System.Drawing.Point(26, 313); this.labelControlPolicy.Name = "labelControlPolicy"; this.labelControlPolicy.Size = new System.Drawing.Size(101, 13); this.labelControlPolicy.TabIndex = 364; this.labelControlPolicy.Text = "นโยบายอพาร์ทเม้นท์ :"; // // labelControlRegisterNo // this.labelControlRegisterNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlRegisterNo.Location = new System.Drawing.Point(23, 237); this.labelControlRegisterNo.Name = "labelControlRegisterNo"; this.labelControlRegisterNo.Size = new System.Drawing.Size(104, 13); this.labelControlRegisterNo.TabIndex = 370; this.labelControlRegisterNo.Text = "เลขทะเบียนนิติบุคคล :"; // // labelControlOwnerName // this.labelControlOwnerName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlOwnerName.Location = new System.Drawing.Point(42, 288); this.labelControlOwnerName.Name = "labelControlOwnerName"; this.labelControlOwnerName.Size = new System.Drawing.Size(85, 13); this.labelControlOwnerName.TabIndex = 363; this.labelControlOwnerName.Text = "ชื่อเจ้าของกิจการ :"; // // labelControl2 // this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl2.Location = new System.Drawing.Point(3, 33); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(6, 13); this.labelControl2.TabIndex = 367; this.labelControl2.Text = "*"; // // labelControlTaxLicenceNo // this.labelControlTaxLicenceNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlTaxLicenceNo.Location = new System.Drawing.Point(18, 264); this.labelControlTaxLicenceNo.Name = "labelControlTaxLicenceNo"; this.labelControlTaxLicenceNo.Size = new System.Drawing.Size(109, 13); this.labelControlTaxLicenceNo.TabIndex = 362; this.labelControlTaxLicenceNo.Text = "เลขประจำตัวผู้เสียภาษี :"; // // labelControlWebSite // this.labelControlWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlWebSite.Location = new System.Drawing.Point(83, 211); this.labelControlWebSite.Name = "labelControlWebSite"; this.labelControlWebSite.Size = new System.Drawing.Size(44, 13); this.labelControlWebSite.TabIndex = 369; this.labelControlWebSite.Text = "เว็บไซต์ :"; // // labelControl1 // this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl1.Location = new System.Drawing.Point(3, 3); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(6, 13); this.labelControl1.TabIndex = 366; this.labelControl1.Text = "*"; // // labelControlFax // this.labelControlFax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlFax.Location = new System.Drawing.Point(91, 160); this.labelControlFax.Name = "labelControlFax"; this.labelControlFax.Size = new System.Drawing.Size(36, 13); this.labelControlFax.TabIndex = 368; this.labelControlFax.Text = "แฟกซ์ :"; // // labelControlAddress // this.labelControlAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlAddress.Location = new System.Drawing.Point(99, 33); this.labelControlAddress.Name = "labelControlAddress"; this.labelControlAddress.Size = new System.Drawing.Size(28, 13); this.labelControlAddress.TabIndex = 359; this.labelControlAddress.Text = "ที่อยู่ :"; // // labelControlTelephone // this.labelControlTelephone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlTelephone.Location = new System.Drawing.Point(80, 134); this.labelControlTelephone.Name = "labelControlTelephone"; this.labelControlTelephone.Size = new System.Drawing.Size(47, 13); this.labelControlTelephone.TabIndex = 360; this.labelControlTelephone.Text = "โทรศัพท์ :"; // // labelControlEmail // this.labelControlEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControlEmail.Location = new System.Drawing.Point(95, 185); this.labelControlEmail.Name = "labelControlEmail"; this.labelControlEmail.Size = new System.Drawing.Size(32, 13); this.labelControlEmail.TabIndex = 361; this.labelControlEmail.Text = "อีเมล์ :"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(133, 3); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(4, 13); this.labelControl4.TabIndex = 372; this.labelControl4.Text = ":"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(133, 33); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(4, 13); this.labelControl5.TabIndex = 372; this.labelControl5.Text = ":"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(133, 134); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(4, 13); this.labelControl6.TabIndex = 372; this.labelControl6.Text = ":"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(133, 160); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(4, 13); this.labelControl7.TabIndex = 372; this.labelControl7.Text = ":"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(133, 185); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(4, 13); this.labelControl8.TabIndex = 372; this.labelControl8.Text = ":"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(133, 211); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(4, 13); this.labelControl9.TabIndex = 372; this.labelControl9.Text = ":"; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(133, 237); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(4, 13); this.labelControl10.TabIndex = 372; this.labelControl10.Text = ":"; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(133, 264); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(4, 13); this.labelControl11.TabIndex = 372; this.labelControl11.Text = ":"; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(133, 288); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(4, 13); this.labelControl12.TabIndex = 372; this.labelControl12.Text = ":"; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(133, 313); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(4, 13); this.labelControl13.TabIndex = 372; this.labelControl13.Text = ":"; // // labelControlRequired // this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControlRequired.Location = new System.Drawing.Point(6, 392); this.labelControlRequired.Name = "labelControlRequired"; this.labelControlRequired.Size = new System.Drawing.Size(50, 13); this.labelControlRequired.TabIndex = 371; this.labelControlRequired.Text = "* โปรดระบุ"; // // richTextBox_Notice // this.richTextBox_Notice.BackColor = System.Drawing.Color.WhiteSmoke; this.richTextBox_Notice.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox_Notice.Location = new System.Drawing.Point(430, 200); this.richTextBox_Notice.Name = "richTextBox_Notice"; this.richTextBox_Notice.ReadOnly = true; this.richTextBox_Notice.Size = new System.Drawing.Size(189, 104); this.richTextBox_Notice.TabIndex = 355; this.richTextBox_Notice.Text = "ขนาดไฟล์รูปภาพที่เลือกต้องไม่เกิน 50 KB และชนิดไฟล์ .JPG, JPEG, PNG, ICO,BMP,GIF " + "เท่านั้น"; // // textEditSouceLogoPath // this.textEditSouceLogoPath.EditValue = ""; this.textEditSouceLogoPath.Location = new System.Drawing.Point(632, 85); this.textEditSouceLogoPath.Name = "textEditSouceLogoPath"; this.textEditSouceLogoPath.Properties.ReadOnly = true; this.textEditSouceLogoPath.Size = new System.Drawing.Size(34, 20); this.textEditSouceLogoPath.TabIndex = 353; this.textEditSouceLogoPath.Visible = false; // // textEditOldLogoPath // this.textEditOldLogoPath.EditValue = ""; this.textEditOldLogoPath.Location = new System.Drawing.Point(632, 59); this.textEditOldLogoPath.Name = "textEditOldLogoPath"; this.textEditOldLogoPath.Properties.ReadOnly = true; this.textEditOldLogoPath.Size = new System.Drawing.Size(34, 20); this.textEditOldLogoPath.TabIndex = 352; this.textEditOldLogoPath.Visible = false; // // bttDelete // this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete; this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttDelete.Location = new System.Drawing.Point(283, 392); this.bttDelete.Name = "bttDelete"; this.bttDelete.Size = new System.Drawing.Size(70, 55); this.bttDelete.TabIndex = 15; this.bttDelete.Text = "ลบข้อมูล"; this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click); // // bttAdd // this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add; this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttAdd.Location = new System.Drawing.Point(131, 392); this.bttAdd.Name = "bttAdd"; this.bttAdd.Size = new System.Drawing.Size(70, 55); this.bttAdd.TabIndex = 13; this.bttAdd.Text = "เพิ่มข้อมูล"; this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click); // // bttEdit // this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit; this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttEdit.Location = new System.Drawing.Point(207, 392); this.bttEdit.Name = "bttEdit"; this.bttEdit.Size = new System.Drawing.Size(70, 55); this.bttEdit.TabIndex = 14; this.bttEdit.Text = "แก้ไขข้อมูล"; this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click); // // textEditLogoPath // this.textEditLogoPath.EditValue = ""; this.textEditLogoPath.Location = new System.Drawing.Point(632, 33); this.textEditLogoPath.Name = "textEditLogoPath"; this.textEditLogoPath.Properties.ReadOnly = true; this.textEditLogoPath.Size = new System.Drawing.Size(34, 20); this.textEditLogoPath.TabIndex = 344; this.textEditLogoPath.Visible = false; // // pictureEditLogo // this.pictureEditLogo.Location = new System.Drawing.Point(428, 32); this.pictureEditLogo.Name = "pictureEditLogo"; this.pictureEditLogo.Properties.Appearance.BackColor = System.Drawing.Color.White; this.pictureEditLogo.Properties.Appearance.Options.UseBackColor = true; this.pictureEditLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.pictureEditLogo.Properties.ReadOnly = true; this.pictureEditLogo.Properties.ShowMenu = false; this.pictureEditLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze; this.pictureEditLogo.Size = new System.Drawing.Size(189, 107); this.pictureEditLogo.TabIndex = 343; // // textEditId // this.textEditId.Location = new System.Drawing.Point(632, 111); this.textEditId.Name = "textEditId"; this.textEditId.Size = new System.Drawing.Size(34, 20); this.textEditId.TabIndex = 340; this.textEditId.Visible = false; // // bttCancel // this.bttCancel.Enabled = false; this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close; this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttCancel.Location = new System.Drawing.Point(435, 392); this.bttCancel.Name = "bttCancel"; this.bttCancel.Size = new System.Drawing.Size(70, 55); this.bttCancel.TabIndex = 17; this.bttCancel.Text = "ยกเลิก"; this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click); // // bttSave // this.bttSave.Enabled = false; this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk; this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttSave.Location = new System.Drawing.Point(359, 392); this.bttSave.Name = "bttSave"; this.bttSave.Size = new System.Drawing.Size(70, 55); this.bttSave.TabIndex = 16; this.bttSave.Text = "บันทึก"; this.bttSave.Click += new System.EventHandler(this.bttSave_Click); // // labelControlLogo // this.labelControlLogo.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.labelControlLogo.Location = new System.Drawing.Point(428, 13); this.labelControlLogo.Name = "labelControlLogo"; this.labelControlLogo.Size = new System.Drawing.Size(92, 13); this.labelControlLogo.TabIndex = 336; this.labelControlLogo.Text = "อพาร์ทเม้นท์โลโก้ :"; // // textEditCompanyName // this.textEditCompanyName.Enabled = false; this.textEditCompanyName.Location = new System.Drawing.Point(152, 6); this.textEditCompanyName.Name = "textEditCompanyName"; this.textEditCompanyName.Properties.MaxLength = 200; this.textEditCompanyName.Size = new System.Drawing.Size(270, 20); this.textEditCompanyName.TabIndex = 1; // // textEditVision // this.textEditVision.Enabled = false; this.textEditVision.Location = new System.Drawing.Point(152, 316); this.textEditVision.Name = "textEditVision"; this.textEditVision.Properties.MaxLength = 500; this.textEditVision.Size = new System.Drawing.Size(270, 20); this.textEditVision.TabIndex = 10; // // textEditOwnerName // this.textEditOwnerName.Enabled = false; this.textEditOwnerName.Location = new System.Drawing.Point(152, 290); this.textEditOwnerName.Name = "textEditOwnerName"; this.textEditOwnerName.Properties.MaxLength = 100; this.textEditOwnerName.Size = new System.Drawing.Size(270, 20); this.textEditOwnerName.TabIndex = 9; // // textEditIdCard // this.textEditIdCard.Enabled = false; this.textEditIdCard.Location = new System.Drawing.Point(152, 264); this.textEditIdCard.Name = "textEditIdCard"; this.textEditIdCard.Properties.MaxLength = 50; this.textEditIdCard.Size = new System.Drawing.Size(270, 20); this.textEditIdCard.TabIndex = 8; // // textEditEmail // this.textEditEmail.Enabled = false; this.textEditEmail.Location = new System.Drawing.Point(152, 186); this.textEditEmail.Name = "textEditEmail"; this.textEditEmail.Properties.MaxLength = 50; this.textEditEmail.Size = new System.Drawing.Size(270, 20); this.textEditEmail.TabIndex = 5; // // bttBrowse // this.bttBrowse.Enabled = false; this.bttBrowse.Location = new System.Drawing.Point(449, 145); this.bttBrowse.Name = "bttBrowse"; this.bttBrowse.Size = new System.Drawing.Size(70, 35); this.bttBrowse.TabIndex = 11; this.bttBrowse.Text = "เลือก"; this.bttBrowse.Click += new System.EventHandler(this.bttBrowse_Click); // // bttRemove // this.bttRemove.Enabled = false; this.bttRemove.Location = new System.Drawing.Point(525, 145); this.bttRemove.Name = "bttRemove"; this.bttRemove.Size = new System.Drawing.Size(70, 35); this.bttRemove.TabIndex = 12; this.bttRemove.Text = "ลบ"; this.bttRemove.Click += new System.EventHandler(this.bttRemove_Click); // // textEditCorporate // this.textEditCorporate.Enabled = false; this.textEditCorporate.Location = new System.Drawing.Point(152, 238); this.textEditCorporate.Name = "textEditCorporate"; this.textEditCorporate.Properties.MaxLength = 50; this.textEditCorporate.Size = new System.Drawing.Size(270, 20); this.textEditCorporate.TabIndex = 7; // // textEditWebSite // this.textEditWebSite.Enabled = false; this.textEditWebSite.Location = new System.Drawing.Point(152, 212); this.textEditWebSite.Name = "textEditWebSite"; this.textEditWebSite.Properties.MaxLength = 50; this.textEditWebSite.Size = new System.Drawing.Size(270, 20); this.textEditWebSite.TabIndex = 6; // // textEditTelephone // this.textEditTelephone.Enabled = false; this.textEditTelephone.Location = new System.Drawing.Point(152, 134); this.textEditTelephone.Name = "textEditTelephone"; this.textEditTelephone.Properties.MaxLength = 50; this.textEditTelephone.Size = new System.Drawing.Size(270, 20); this.textEditTelephone.TabIndex = 3; // // textEditFax // this.textEditFax.Enabled = false; this.textEditFax.Location = new System.Drawing.Point(152, 160); this.textEditFax.Name = "textEditFax"; this.textEditFax.Properties.MaxLength = 50; this.textEditFax.Properties.ValidateOnEnterKey = true; this.textEditFax.Size = new System.Drawing.Size(270, 20); this.textEditFax.TabIndex = 4; // // memoEditAddress // this.memoEditAddress.Enabled = false; this.memoEditAddress.Location = new System.Drawing.Point(152, 32); this.memoEditAddress.Name = "memoEditAddress"; this.memoEditAddress.Properties.MaxLength = 500; this.memoEditAddress.Size = new System.Drawing.Size(270, 96); this.memoEditAddress.TabIndex = 2; // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1164, 488); this.splitContainerControl1.SplitterPosition = 585; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // groupControl_BusinessList // this.groupControl_BusinessList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl_BusinessList.AppearanceCaption.Options.UseFont = true; this.groupControl_BusinessList.Controls.Add(this.gridControlCompany); this.groupControl_BusinessList.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl_BusinessList.Location = new System.Drawing.Point(0, 0); this.groupControl_BusinessList.Name = "groupControl_BusinessList"; this.groupControl_BusinessList.Size = new System.Drawing.Size(389, 488); this.groupControl_BusinessList.TabIndex = 0; this.groupControl_BusinessList.Text = "รายการกิจการ"; // // gridControlCompany // this.gridControlCompany.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlCompany.Location = new System.Drawing.Point(2, 22); this.gridControlCompany.MainView = this.gridView1; this.gridControlCompany.Name = "gridControlCompany"; this.gridControlCompany.Size = new System.Drawing.Size(385, 464); this.gridControlCompany.TabIndex = 1; this.gridControlCompany.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.company_company_name, this.company_company_address, this.company_company_telephone, this.company_company_fax, this.company_company_email, this.company_company_website, this.company_company_idcard, this.company_company_corporate, this.company_company_owner_name, this.company_company_vision, this.company_id}); this.gridView1.GridControl = this.gridControlCompany; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsFind.AlwaysVisible = true; this.gridView1.OptionsFind.ShowCloseButton = false; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged); // // company_company_name // this.company_company_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.company_company_name.AppearanceHeader.Options.UseFont = true; this.company_company_name.Caption = "ชื่อกิจการ"; this.company_company_name.FieldName = "company_name"; this.company_company_name.Name = "company_company_name"; this.company_company_name.OptionsColumn.AllowEdit = false; this.company_company_name.OptionsColumn.AllowFocus = false; this.company_company_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_name.OptionsColumn.AllowMove = false; this.company_company_name.Visible = true; this.company_company_name.VisibleIndex = 0; // // company_company_address // this.company_company_address.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.company_company_address.AppearanceHeader.Options.UseFont = true; this.company_company_address.Caption = "ที่อยู่"; this.company_company_address.FieldName = "company_address"; this.company_company_address.Name = "company_company_address"; this.company_company_address.OptionsColumn.AllowEdit = false; this.company_company_address.OptionsColumn.AllowFocus = false; this.company_company_address.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_address.OptionsColumn.AllowMove = false; this.company_company_address.Visible = true; this.company_company_address.VisibleIndex = 1; // // company_company_telephone // this.company_company_telephone.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.company_company_telephone.AppearanceHeader.Options.UseFont = true; this.company_company_telephone.Caption = "โทรศัพท์"; this.company_company_telephone.FieldName = "company_telephone"; this.company_company_telephone.Name = "company_company_telephone"; this.company_company_telephone.OptionsColumn.AllowEdit = false; this.company_company_telephone.OptionsColumn.AllowFocus = false; this.company_company_telephone.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_telephone.OptionsColumn.AllowMove = false; this.company_company_telephone.Visible = true; this.company_company_telephone.VisibleIndex = 2; // // company_company_fax // this.company_company_fax.Caption = "แฟกซ์"; this.company_company_fax.FieldName = "company_fax"; this.company_company_fax.Name = "company_company_fax"; this.company_company_fax.OptionsColumn.AllowEdit = false; this.company_company_fax.OptionsColumn.AllowFocus = false; this.company_company_fax.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_fax.OptionsColumn.AllowMove = false; // // company_company_email // this.company_company_email.Caption = "อีเมล์"; this.company_company_email.FieldName = "company_email"; this.company_company_email.Name = "company_company_email"; this.company_company_email.OptionsColumn.AllowEdit = false; this.company_company_email.OptionsColumn.AllowFocus = false; this.company_company_email.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_email.OptionsColumn.AllowMove = false; // // company_company_website // this.company_company_website.Caption = "เว็บไซต์"; this.company_company_website.FieldName = "company_website"; this.company_company_website.Name = "company_company_website"; this.company_company_website.OptionsColumn.AllowEdit = false; this.company_company_website.OptionsColumn.AllowFocus = false; this.company_company_website.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_website.OptionsColumn.AllowMove = false; // // company_company_idcard // this.company_company_idcard.Caption = "เลขประจำตัวผู้เสียภาษี"; this.company_company_idcard.FieldName = "company_id_card"; this.company_company_idcard.Name = "company_company_idcard"; this.company_company_idcard.OptionsColumn.AllowEdit = false; this.company_company_idcard.OptionsColumn.AllowFocus = false; this.company_company_idcard.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_idcard.OptionsColumn.AllowMove = false; // // company_company_corporate // this.company_company_corporate.Caption = "เลขทะเบียนนิติบุคคล"; this.company_company_corporate.FieldName = "company_corporate"; this.company_company_corporate.Name = "company_company_corporate"; this.company_company_corporate.OptionsColumn.AllowEdit = false; this.company_company_corporate.OptionsColumn.AllowFocus = false; this.company_company_corporate.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_corporate.OptionsColumn.AllowMove = false; // // company_company_owner_name // this.company_company_owner_name.Caption = "ชื่อเจ้าของกิจการ"; this.company_company_owner_name.FieldName = "company_owner_name"; this.company_company_owner_name.Name = "company_company_owner_name"; this.company_company_owner_name.OptionsColumn.AllowEdit = false; this.company_company_owner_name.OptionsColumn.AllowFocus = false; this.company_company_owner_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_owner_name.OptionsColumn.AllowMove = false; // // company_company_vision // this.company_company_vision.Caption = "นโยบายอพาร์ทเม้นท์"; this.company_company_vision.FieldName = "company_vision"; this.company_company_vision.Name = "company_company_vision"; this.company_company_vision.OptionsColumn.AllowEdit = false; this.company_company_vision.OptionsColumn.AllowFocus = false; this.company_company_vision.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.company_company_vision.OptionsColumn.AllowMove = false; // // company_id // this.company_id.Caption = "id"; this.company_id.FieldName = "company_id"; this.company_id.Name = "company_id"; // // splitContainerControl2 // this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl2.Location = new System.Drawing.Point(7, 7); this.splitContainerControl2.Name = "splitContainerControl2"; this.splitContainerControl2.Panel1.Controls.Add(this.groupControl_BusinessList); this.splitContainerControl2.Panel1.Text = "Panel1"; this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3); this.splitContainerControl2.Panel2.Text = "Panel2"; this.splitContainerControl2.Size = new System.Drawing.Size(1164, 488); this.splitContainerControl2.SplitterPosition = 389; this.splitContainerControl2.TabIndex = 17; this.splitContainerControl2.Text = "splitContainerControl2"; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.splitContainerControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(7, 7); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1164, 488); this.panelControl2.TabIndex = 16; // // BasicInfoCompany // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerControl2); this.Controls.Add(this.panelControl2); this.Name = "BasicInfoCompany"; this.Padding = new System.Windows.Forms.Padding(7); this.Size = new System.Drawing.Size(1178, 502); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessInfo)).EndInit(); this.groupControl_BusinessInfo.ResumeLayout(false); this.xtraScrollableControl1.ResumeLayout(false); this.xtraScrollableControl1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditSouceLogoPath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditOldLogoPath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCompanyName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditVision.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditOwnerName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditIdCard.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditEmail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCorporate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditWebSite.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditTelephone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEditAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).EndInit(); this.groupControl_BusinessList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); this.splitContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(frmTsk_CheckIn_Goverment_Step2)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); this.lueLevel = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtSubject = new DevExpress.XtraEditors.TextEdit(); this.txaDescription = new DevExpress.XtraEditors.MemoEdit(); this.txaNote = new DevExpress.XtraEditors.MemoEdit(); this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.lueIDCompanies = new DevExpress.XtraEditors.LookUpEdit(); this.btnAddCompanies = new DevExpress.XtraEditors.SimpleButton(); this.btnSearchCompanies = new DevExpress.XtraEditors.SimpleButton(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.lueIDCustomers = new DevExpress.XtraEditors.LookUpEdit(); this.btnAddCustomers = new DevExpress.XtraEditors.SimpleButton(); this.btnSearchCustomers = new DevExpress.XtraEditors.SimpleButton(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.lueIDCustomerGroups = new DevExpress.XtraEditors.LookUpEdit(); this.btnAddCustomerGroups = new DevExpress.XtraEditors.SimpleButton(); this.btnSearchCustomerGroups = new DevExpress.XtraEditors.SimpleButton(); this.txtBookingMoney = new DevExpress.XtraEditors.TextEdit(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btnBack = new DevExpress.XtraEditors.SimpleButton(); this.btNext = new DevExpress.XtraEditors.SimpleButton(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tableLayoutPanel10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueLevel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txaDescription.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txaNote.Properties)).BeginInit(); this.tableLayoutPanel9.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel11.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueIDCompanies.Properties)).BeginInit(); this.tableLayoutPanel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomers.Properties)).BeginInit(); this.tableLayoutPanel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomerGroups.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBookingMoney.Properties)).BeginInit(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(876, 438); this.tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.586F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.414F)); this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel9, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 29); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(870, 361); this.tableLayoutPanel2.TabIndex = 1; // // groupBox2 // this.groupBox2.Controls.Add(this.tableLayoutPanel10); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(364, 355); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = " Thông tin chung "; // // tableLayoutPanel10 // this.tableLayoutPanel10.ColumnCount = 2; this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.27273F)); this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.72727F)); this.tableLayoutPanel10.Controls.Add(this.lueLevel, 1, 1); this.tableLayoutPanel10.Controls.Add(this.labelControl11, 0, 0); this.tableLayoutPanel10.Controls.Add(this.labelControl20, 0, 2); this.tableLayoutPanel10.Controls.Add(this.labelControl15, 0, 1); this.tableLayoutPanel10.Controls.Add(this.labelControl6, 0, 3); this.tableLayoutPanel10.Controls.Add(this.txtSubject, 1, 0); this.tableLayoutPanel10.Controls.Add(this.txaDescription, 1, 2); this.tableLayoutPanel10.Controls.Add(this.txaNote, 1, 3); this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 20); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; this.tableLayoutPanel10.RowCount = 4; this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel10.Size = new System.Drawing.Size(358, 332); this.tableLayoutPanel10.TabIndex = 3; // // lueLevel // this.lueLevel.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lueLevel.Location = new System.Drawing.Point(100, 48); this.lueLevel.Name = "lueLevel"; this.lueLevel.Properties.Appearance.Options.UseTextOptions = true; this.lueLevel.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lueLevel.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.lueLevel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueLevel.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", 18, "Cấp")}); this.lueLevel.Properties.NullText = "--- Chọn lựa ---"; this.lueLevel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueLevel.Size = new System.Drawing.Size(245, 20); this.lueLevel.TabIndex = 7; // // labelControl11 // this.labelControl11.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl11.Location = new System.Drawing.Point(3, 11); this.labelControl11.Name = "labelControl11"; this.labelControl11.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl11.Size = new System.Drawing.Size(60, 17); this.labelControl11.TabIndex = 4; this.labelControl11.Text = "Tiêu đề"; // // labelControl20 // this.labelControl20.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl20.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl20.Location = new System.Drawing.Point(3, 132); this.labelControl20.Name = "labelControl20"; this.labelControl20.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl20.Size = new System.Drawing.Size(49, 17); this.labelControl20.TabIndex = 8; this.labelControl20.Text = "Mô tả"; // // labelControl15 // this.labelControl15.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl15.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl15.Location = new System.Drawing.Point(3, 50); this.labelControl15.Name = "labelControl15"; this.labelControl15.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl15.Size = new System.Drawing.Size(37, 17); this.labelControl15.TabIndex = 6; this.labelControl15.Text = "Cấp"; // // labelControl6 // this.labelControl6.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl6.Location = new System.Drawing.Point(3, 260); this.labelControl6.Name = "labelControl6"; this.labelControl6.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl6.Size = new System.Drawing.Size(56, 16); this.labelControl6.TabIndex = 10; this.labelControl6.Text = "Ghi chú"; // // txtSubject // this.txtSubject.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txtSubject.Location = new System.Drawing.Point(100, 9); this.txtSubject.Name = "txtSubject"; this.txtSubject.Properties.MaxLength = 150; this.txtSubject.Properties.NullValuePrompt = "Nhập tối đa 150 ký tự."; this.txtSubject.Properties.NullValuePromptShowForEmptyValue = true; this.txtSubject.Size = new System.Drawing.Size(245, 20); this.txtSubject.TabIndex = 5; // // txaDescription // this.txaDescription.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txaDescription.Location = new System.Drawing.Point(100, 86); this.txaDescription.Name = "txaDescription"; this.txaDescription.Properties.MaxLength = 250; this.txaDescription.Properties.NullValuePrompt = "Tối đa 250 ký tự."; this.txaDescription.Properties.NullValuePromptShowForEmptyValue = true; this.txaDescription.Size = new System.Drawing.Size(245, 110); this.txaDescription.TabIndex = 9; this.txaDescription.UseOptimizedRendering = true; // // txaNote // this.txaNote.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txaNote.Location = new System.Drawing.Point(100, 213); this.txaNote.Name = "txaNote"; this.txaNote.Properties.MaxLength = 250; this.txaNote.Properties.NullValuePrompt = "Tối đa 250 ký tự."; this.txaNote.Properties.NullValuePromptShowForEmptyValue = true; this.txaNote.Size = new System.Drawing.Size(245, 110); this.txaNote.TabIndex = 11; this.txaNote.UseOptimizedRendering = true; // // tableLayoutPanel9 // this.tableLayoutPanel9.ColumnCount = 1; this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel9.Controls.Add(this.groupBox1, 0, 0); this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel9.Location = new System.Drawing.Point(370, 0); this.tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel9.Name = "tableLayoutPanel9"; this.tableLayoutPanel9.RowCount = 2; this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.77778F)); this.tableLayoutPanel9.Size = new System.Drawing.Size(500, 361); this.tableLayoutPanel9.TabIndex = 12; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel11); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(494, 199); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = " Thông tin khách đặt "; // // tableLayoutPanel11 // this.tableLayoutPanel11.ColumnCount = 2; this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.97541F)); this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.02459F)); this.tableLayoutPanel11.Controls.Add(this.labelControl3, 0, 2); this.tableLayoutPanel11.Controls.Add(this.labelControl1, 0, 3); this.tableLayoutPanel11.Controls.Add(this.labelControl2, 0, 1); this.tableLayoutPanel11.Controls.Add(this.labelControl7, 0, 0); this.tableLayoutPanel11.Controls.Add(this.tableLayoutPanel8, 1, 0); this.tableLayoutPanel11.Controls.Add(this.tableLayoutPanel7, 1, 2); this.tableLayoutPanel11.Controls.Add(this.tableLayoutPanel6, 1, 1); this.tableLayoutPanel11.Controls.Add(this.txtBookingMoney, 1, 3); this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 20); this.tableLayoutPanel11.Name = "tableLayoutPanel11"; this.tableLayoutPanel11.RowCount = 4; this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel11.Size = new System.Drawing.Size(488, 176); this.tableLayoutPanel11.TabIndex = 14; // // labelControl3 // this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Location = new System.Drawing.Point(3, 101); this.labelControl3.Name = "labelControl3"; this.labelControl3.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl3.Size = new System.Drawing.Size(109, 17); this.labelControl3.TabIndex = 25; this.labelControl3.Text = "Người đại diện"; // // labelControl1 // this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Location = new System.Drawing.Point(3, 145); this.labelControl1.Name = "labelControl1"; this.labelControl1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl1.Size = new System.Drawing.Size(77, 17); this.labelControl1.TabIndex = 30; this.labelControl1.Text = "Đặt trước"; // // labelControl2 // this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Location = new System.Drawing.Point(3, 58); this.labelControl2.Name = "labelControl2"; this.labelControl2.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl2.Size = new System.Drawing.Size(45, 16); this.labelControl2.TabIndex = 20; this.labelControl2.Text = "Nhóm"; // // labelControl7 // this.labelControl7.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl7.Location = new System.Drawing.Point(3, 13); this.labelControl7.Name = "labelControl7"; this.labelControl7.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.labelControl7.Size = new System.Drawing.Size(54, 17); this.labelControl7.TabIndex = 15; this.labelControl7.Text = "Đơn vị"; // // tableLayoutPanel8 // this.tableLayoutPanel8.ColumnCount = 3; this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54.83871F)); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.43011F)); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel8.Controls.Add(this.lueIDCompanies, 0, 0); this.tableLayoutPanel8.Controls.Add(this.btnAddCompanies, 1, 0); this.tableLayoutPanel8.Controls.Add(this.btnSearchCompanies, 2, 0); this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel8.Location = new System.Drawing.Point(120, 3); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; this.tableLayoutPanel8.RowCount = 1; this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel8.Size = new System.Drawing.Size(365, 38); this.tableLayoutPanel8.TabIndex = 16; // // lueIDCompanies // this.lueIDCompanies.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lueIDCompanies.Location = new System.Drawing.Point(3, 9); this.lueIDCompanies.Name = "lueIDCompanies"; this.lueIDCompanies.Properties.Appearance.Options.UseTextOptions = true; this.lueIDCompanies.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lueIDCompanies.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.lueIDCompanies.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueIDCompanies.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", 18, "Tên")}); this.lueIDCompanies.Properties.NullText = "--- Chọn lựa ---"; this.lueIDCompanies.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueIDCompanies.Size = new System.Drawing.Size(193, 20); this.lueIDCompanies.TabIndex = 17; this.lueIDCompanies.EditValueChanged += new System.EventHandler(this.lueIDCompanies_EditValueChanged); // // btnAddCompanies // this.btnAddCompanies.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnAddCompanies.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddCompanies.Appearance.Options.UseFont = true; this.btnAddCompanies.Image = ((System.Drawing.Image)(resources.GetObject("btnAddCompanies.Image"))); this.btnAddCompanies.Location = new System.Drawing.Point(202, 7); this.btnAddCompanies.Name = "btnAddCompanies"; this.btnAddCompanies.Size = new System.Drawing.Size(68, 23); this.btnAddCompanies.TabIndex = 18; this.btnAddCompanies.Text = "Thêm"; this.btnAddCompanies.Click += new System.EventHandler(this.btnAddCompanies_Click); // // btnSearchCompanies // this.btnSearchCompanies.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnSearchCompanies.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearchCompanies.Appearance.Options.UseFont = true; this.btnSearchCompanies.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchCompanies.Image"))); this.btnSearchCompanies.Location = new System.Drawing.Point(276, 7); this.btnSearchCompanies.Name = "btnSearchCompanies"; this.btnSearchCompanies.Size = new System.Drawing.Size(86, 23); this.btnSearchCompanies.TabIndex = 19; this.btnSearchCompanies.Text = "Tìm kiếm"; this.btnSearchCompanies.Click += new System.EventHandler(this.btnSearchCompanies_Click); // // tableLayoutPanel7 // this.tableLayoutPanel7.ColumnCount = 3; this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54.83871F)); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.16129F)); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel7.Controls.Add(this.lueIDCustomers, 0, 0); this.tableLayoutPanel7.Controls.Add(this.btnAddCustomers, 1, 0); this.tableLayoutPanel7.Controls.Add(this.btnSearchCustomers, 2, 0); this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel7.Location = new System.Drawing.Point(120, 91); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 1; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel7.Size = new System.Drawing.Size(365, 38); this.tableLayoutPanel7.TabIndex = 26; // // lueIDCustomers // this.lueIDCustomers.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lueIDCustomers.Location = new System.Drawing.Point(3, 9); this.lueIDCustomers.Name = "lueIDCustomers"; this.lueIDCustomers.Properties.Appearance.Options.UseTextOptions = true; this.lueIDCustomers.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lueIDCustomers.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.lueIDCustomers.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueIDCustomers.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", 18, "Tên")}); this.lueIDCustomers.Properties.NullText = "--- Chọn lựa ---"; this.lueIDCustomers.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueIDCustomers.Size = new System.Drawing.Size(194, 20); this.lueIDCustomers.TabIndex = 27; // // btnAddCustomers // this.btnAddCustomers.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnAddCustomers.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddCustomers.Appearance.Options.UseFont = true; this.btnAddCustomers.Image = ((System.Drawing.Image)(resources.GetObject("btnAddCustomers.Image"))); this.btnAddCustomers.Location = new System.Drawing.Point(203, 7); this.btnAddCustomers.Name = "btnAddCustomers"; this.btnAddCustomers.Size = new System.Drawing.Size(67, 23); this.btnAddCustomers.TabIndex = 28; this.btnAddCustomers.Text = "Thêm"; this.btnAddCustomers.Click += new System.EventHandler(this.btnAddCustomers_Click); // // btnSearchCustomers // this.btnSearchCustomers.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnSearchCustomers.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearchCustomers.Appearance.Options.UseFont = true; this.btnSearchCustomers.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchCustomers.Image"))); this.btnSearchCustomers.Location = new System.Drawing.Point(276, 7); this.btnSearchCustomers.Name = "btnSearchCustomers"; this.btnSearchCustomers.Size = new System.Drawing.Size(86, 23); this.btnSearchCustomers.TabIndex = 29; this.btnSearchCustomers.Text = "Tìm kiếm"; this.btnSearchCustomers.Click += new System.EventHandler(this.btnSearchCustomers_Click); // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 3; this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54.83871F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.89247F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.26882F)); this.tableLayoutPanel6.Controls.Add(this.lueIDCustomerGroups, 0, 0); this.tableLayoutPanel6.Controls.Add(this.btnAddCustomerGroups, 1, 0); this.tableLayoutPanel6.Controls.Add(this.btnSearchCustomerGroups, 2, 0); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(120, 47); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(365, 38); this.tableLayoutPanel6.TabIndex = 21; // // lueIDCustomerGroups // this.lueIDCustomerGroups.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.False; this.lueIDCustomerGroups.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lueIDCustomerGroups.Cursor = System.Windows.Forms.Cursors.Arrow; this.lueIDCustomerGroups.Location = new System.Drawing.Point(3, 9); this.lueIDCustomerGroups.Name = "lueIDCustomerGroups"; this.lueIDCustomerGroups.Properties.Appearance.Options.UseTextOptions = true; this.lueIDCustomerGroups.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lueIDCustomerGroups.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.lueIDCustomerGroups.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueIDCustomerGroups.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", 18, "Tên")}); this.lueIDCustomerGroups.Properties.NullText = "--- Chọn lựa ---"; this.lueIDCustomerGroups.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueIDCustomerGroups.Size = new System.Drawing.Size(194, 20); this.lueIDCustomerGroups.TabIndex = 22; this.lueIDCustomerGroups.EditValueChanged += new System.EventHandler(this.lueIDCustomerGroups_EditValueChanged); // // btnAddCustomerGroups // this.btnAddCustomerGroups.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnAddCustomerGroups.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddCustomerGroups.Appearance.Options.UseFont = true; this.btnAddCustomerGroups.Image = ((System.Drawing.Image)(resources.GetObject("btnAddCustomerGroups.Image"))); this.btnAddCustomerGroups.Location = new System.Drawing.Point(203, 7); this.btnAddCustomerGroups.Name = "btnAddCustomerGroups"; this.btnAddCustomerGroups.Size = new System.Drawing.Size(66, 23); this.btnAddCustomerGroups.TabIndex = 23; this.btnAddCustomerGroups.Text = "Thêm"; this.btnAddCustomerGroups.Click += new System.EventHandler(this.btnAddCustomerGroups_Click); // // btnSearchCustomerGroups // this.btnSearchCustomerGroups.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnSearchCustomerGroups.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearchCustomerGroups.Appearance.Options.UseFont = true; this.btnSearchCustomerGroups.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchCustomerGroups.Image"))); this.btnSearchCustomerGroups.Location = new System.Drawing.Point(275, 7); this.btnSearchCustomerGroups.Name = "btnSearchCustomerGroups"; this.btnSearchCustomerGroups.Size = new System.Drawing.Size(87, 23); this.btnSearchCustomerGroups.TabIndex = 24; this.btnSearchCustomerGroups.Text = "Tìm kiếm"; this.btnSearchCustomerGroups.Click += new System.EventHandler(this.btnSearchCustomerGroups_Click); // // txtBookingMoney // this.txtBookingMoney.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txtBookingMoney.Location = new System.Drawing.Point(123, 144); this.txtBookingMoney.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); this.txtBookingMoney.Name = "txtBookingMoney"; this.txtBookingMoney.Properties.DisplayFormat.FormatString = "{0:0,0}"; this.txtBookingMoney.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtBookingMoney.Properties.EditFormat.FormatString = "{0:0,0}"; this.txtBookingMoney.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.txtBookingMoney.Properties.Mask.EditMask = "n0"; this.txtBookingMoney.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txtBookingMoney.Properties.MaxLength = 10; this.txtBookingMoney.Properties.NullValuePrompt = "Chỉ nhập số."; this.txtBookingMoney.Properties.NullValuePromptShowForEmptyValue = true; this.txtBookingMoney.Size = new System.Drawing.Size(199, 20); this.txtBookingMoney.TabIndex = 31; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel3.Controls.Add(this.btnBack, 0, 0); this.tableLayoutPanel3.Controls.Add(this.btNext, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 396); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(870, 39); this.tableLayoutPanel3.TabIndex = 32; // // btnBack // this.btnBack.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnBack.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.Appearance.Options.UseFont = true; this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image"))); this.btnBack.Location = new System.Drawing.Point(648, 4); this.btnBack.Margin = new System.Windows.Forms.Padding(3, 3, 6, 3); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(85, 30); this.btnBack.TabIndex = 33; this.btnBack.Text = "Quay lại"; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // btNext // this.btNext.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btNext.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btNext.Appearance.Options.UseFont = true; this.btNext.Image = ((System.Drawing.Image)(resources.GetObject("btNext.Image"))); this.btNext.Location = new System.Drawing.Point(745, 4); this.btNext.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); this.btNext.Name = "btNext"; this.btNext.Size = new System.Drawing.Size(92, 30); this.btNext.TabIndex = 34; this.btNext.Text = "Tiếp theo"; this.btNext.Click += new System.EventHandler(this.btNext_Click); // // frmTsk_CheckIn_Goverment_Step2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(876, 438); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmTsk_CheckIn_Goverment_Step2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Thông tin đặt phòng"; this.Load += new System.EventHandler(this.frmTsk_CheckIn_Goverment_Step2_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.tableLayoutPanel10.ResumeLayout(false); this.tableLayoutPanel10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueLevel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txaDescription.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txaNote.Properties)).EndInit(); this.tableLayoutPanel9.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel11.ResumeLayout(false); this.tableLayoutPanel11.PerformLayout(); this.tableLayoutPanel8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lueIDCompanies.Properties)).EndInit(); this.tableLayoutPanel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomers.Properties)).EndInit(); this.tableLayoutPanel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomerGroups.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBookingMoney.Properties)).EndInit(); this.tableLayoutPanel3.ResumeLayout(false); this.ResumeLayout(false); }
private void btnSqlserverCreate_Click(object sender, EventArgs e) { DataTable dtTablo = (DataTable)grd.DataSource; List <string> columnInformation = new List <string>(); List <string> constraintInformation = new List <string>(); foreach (DataRow dr in dtTablo.Rows) { string columnName = CommonHelper.Nvl(dr["COLUMNNAME"]); string dataType = CommonHelper.Nvl(dr["DATATYPE"]); int columnLengthStrıng = CommonHelper.ToInt32(dr["COLUMNLENGTHSTRING"]); int columnLengthInt1 = CommonHelper.ToInt32(dr["COLUMNLENGTHINT1"]); int columnLengthInt2 = CommonHelper.ToInt32(dr["COLUMNLENGTHINT2"]); bool columnNullable = Convert.ToBoolean(dr["COLUMNNULLABLE"]); bool primaryKey = Convert.ToBoolean(dr["PRIMARYKEY"]); string foreignKeyName = CommonHelper.Nvl(dr["FOREIGNKEYNAME"]); string foreignKeyColumn = CommonHelper.Nvl(dr["FOREIGNKEYTABLECOLUMN"]); if (string.IsNullOrEmpty(columnName) || string.IsNullOrEmpty(dataType)) { MessageBox.Show("Column Name and DataType can not be empty!", Text); return; } string columnConcat = columnName + " "; if (columnLengthStrıng > 0 && dataType.Contains("CHAR")) { if (dataType.Contains("VAR")) { columnConcat += "VARCHAR(" + columnLengthStrıng + ") "; } else { columnConcat += dataType + "(" + columnLengthStrıng + ") "; } } else if (columnLengthInt1 > 0) { columnConcat += "NUMERIC(" + columnLengthInt1 + "," + columnLengthInt2 + ") "; } else { if (dataType.Contains("DATE")) { columnConcat += "DATETIME "; } else if (dataType.Contains("BLOB") || dataType.Contains("BINARY")) { columnConcat += "VARBINARY(MAX) "; } else { columnConcat += dataType + " "; } } if (columnNullable) { columnConcat += "NULL"; } else { columnConcat += "NOT NULL"; } columnInformation.Add(columnConcat); if (primaryKey) { constraintInformation.Add("ALTER TABLE " + txtTableName.Text.ToUpperInvariant() + " ADD CONSTRAINT " + txtTableName.Text.ToUpperInvariant() + "_PK PRIMARY KEY (" + columnName + ");"); } else if (!string.IsNullOrEmpty(foreignKeyName)) { constraintInformation.Add("ALTER TABLE " + txtTableName.Text.ToUpperInvariant() + " ADD CONSTRAINT " + foreignKeyName + " FOREIGN KEY(" + columnName + ") REFERENCES " + foreignKeyColumn + ";"); } } DataTable dtIndex = (DataTable)grdIndex.DataSource; List <string> indexInformation = new List <string>(); foreach (DataRow dr in dtIndex.Rows) { string indexName = CommonHelper.Nvl(dr["INDEXNAME"]); string indexColumns = CommonHelper.Nvl(dr["INDEXCOLUMNS"]); if (!string.IsNullOrEmpty(indexName) && !string.IsNullOrEmpty(indexColumns)) { indexInformation.Add("CREATE INDEX " + indexName + " ON " + txtTableName.Text.ToUpperInvariant() + "(" + indexColumns + ");"); } } string createSql = "CREATE TABLE " + txtTableName.Text.ToUpperInvariant() + "(" + Environment.NewLine + "\t" + string.Join("," + Environment.NewLine + "\t", columnInformation.ToArray()) + Environment.NewLine + ");"; string constraintSql = string.Join(Environment.NewLine, constraintInformation.ToArray()); string indexSql = string.Join(Environment.NewLine, indexInformation.ToArray()); string sql = createSql + Environment.NewLine + constraintSql + Environment.NewLine + indexSql; using (Form form = new Form()) { form.Text = btnOracleCreateTable.Text; form.ClientSize = new Size(500, 400); form.StartPosition = FormStartPosition.CenterScreen; DevExpress.XtraEditors.MemoEdit memoEdit = new DevExpress.XtraEditors.MemoEdit(); memoEdit.Text = sql; memoEdit.Dock = DockStyle.Fill; form.Controls.Add(memoEdit); form.ShowDialog(); } }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lkpEdtNewMemberID = new DevExpress.XtraEditors.LookUpEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.labelHeader = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.txtmember = new System.Windows.Forms.TextBox(); this.txtPackage = new System.Windows.Forms.TextBox(); this.txtAmount = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtNewMemberID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(16, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 22); this.label1.TabIndex = 0; this.label1.Text = "Member ID"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 1; this.label2.Text = "Credit Package"; // // lkpEdtNewMemberID // this.lkpEdtNewMemberID.EditValue = ""; this.lkpEdtNewMemberID.Location = new System.Drawing.Point(126, 5); this.lkpEdtNewMemberID.Name = "lkpEdtNewMemberID"; this.lkpEdtNewMemberID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkpEdtNewMemberID.Size = new System.Drawing.Size(192, 20); this.lkpEdtNewMemberID.TabIndex = 2; this.lkpEdtNewMemberID.Visible = false; // // memoEdit1 // this.memoEdit1.EditValue = ""; this.memoEdit1.Location = new System.Drawing.Point(126, 6); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Properties.MaxLength = 255; this.memoEdit1.Size = new System.Drawing.Size(192, 10); this.memoEdit1.TabIndex = 3; this.memoEdit1.Visible = false; // // labelHeader // this.labelHeader.Location = new System.Drawing.Point(8, 8); this.labelHeader.Name = "labelHeader"; this.labelHeader.Size = new System.Drawing.Size(320, 23); this.labelHeader.TabIndex = 4; this.labelHeader.Text = "label3"; // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(211, 134); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 48; this.simpleButton2.Text = "Cancel"; // // simpleButton1 // this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButton1.Location = new System.Drawing.Point(122, 134); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 47; this.simpleButton1.Text = "Save"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label3 // this.label3.Location = new System.Drawing.Point(16, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 49; this.label3.Text = "Convert Amount"; // // txtmember // this.txtmember.Location = new System.Drawing.Point(123, 31); this.txtmember.Name = "txtmember"; this.txtmember.ReadOnly = true; this.txtmember.Size = new System.Drawing.Size(163, 20); this.txtmember.TabIndex = 50; // // txtPackage // this.txtPackage.Location = new System.Drawing.Point(122, 66); this.txtPackage.Name = "txtPackage"; this.txtPackage.ReadOnly = true; this.txtPackage.Size = new System.Drawing.Size(163, 20); this.txtPackage.TabIndex = 51; // // txtAmount // this.txtAmount.Location = new System.Drawing.Point(122, 96); this.txtAmount.Name = "txtAmount"; this.txtAmount.ReadOnly = true; this.txtAmount.Size = new System.Drawing.Size(163, 20); this.txtAmount.TabIndex = 52; // // FormConvertMemberCreditPackage // this.AcceptButton = this.simpleButton1; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(330, 180); this.Controls.Add(this.txtAmount); this.Controls.Add(this.txtPackage); this.Controls.Add(this.txtmember); this.Controls.Add(this.label3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelHeader); this.Controls.Add(this.memoEdit1); this.Controls.Add(this.lkpEdtNewMemberID); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormConvertMemberCreditPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Convert Member Credit Package"; ((System.ComponentModel.ISupportInitialize)(this.lkpEdtNewMemberID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.GroupControl38 = new DevExpress.XtraEditors.GroupControl(); this.ucMemberID1 = new ACMS.ucMemberID(); this.dtEditDate = new DevExpress.XtraEditors.DateEdit(); this.label2 = new System.Windows.Forms.Label(); this.dtEdtEndTime = new DevExpress.XtraEditors.DateEdit(); this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton(); this.lkpEdtTherapist = new DevExpress.XtraEditors.LookUpEdit(); this.label1 = new System.Windows.Forms.Label(); this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit(); this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit(); this.MemoEditRemark = new DevExpress.XtraEditors.MemoEdit(); this.Label42 = new System.Windows.Forms.Label(); this.Label36 = new System.Windows.Forms.Label(); this.Label31 = new System.Windows.Forms.Label(); this.Label33 = new System.Windows.Forms.Label(); this.Label34 = new System.Windows.Forms.Label(); this.Label35 = new System.Windows.Forms.Label(); this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).BeginInit(); this.GroupControl38.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit(); this.SuspendLayout(); // // GroupControl38 // this.GroupControl38.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.GroupControl38.Controls.Add(this.ucMemberID1); this.GroupControl38.Controls.Add(this.dtEditDate); this.GroupControl38.Controls.Add(this.label2); this.GroupControl38.Controls.Add(this.dtEdtEndTime); this.GroupControl38.Controls.Add(this.dtEdtStartTime); this.GroupControl38.Controls.Add(this.simpleButton2); this.GroupControl38.Controls.Add(this.SimpleButton56); this.GroupControl38.Controls.Add(this.lkpEdtTherapist); this.GroupControl38.Controls.Add(this.label1); this.GroupControl38.Controls.Add(this.lkpEdtPackageID); this.GroupControl38.Controls.Add(this.lkpEdtServiceCode); this.GroupControl38.Controls.Add(this.MemoEditRemark); this.GroupControl38.Controls.Add(this.Label42); this.GroupControl38.Controls.Add(this.Label36); this.GroupControl38.Controls.Add(this.Label31); this.GroupControl38.Controls.Add(this.Label33); this.GroupControl38.Controls.Add(this.Label34); this.GroupControl38.Controls.Add(this.Label35); this.GroupControl38.Controls.Add(this.lkpEdtBranchCode); this.GroupControl38.Controls.Add(this.label3); this.GroupControl38.Dock = System.Windows.Forms.DockStyle.Fill; this.GroupControl38.Location = new System.Drawing.Point(0, 0); this.GroupControl38.Name = "GroupControl38"; this.GroupControl38.ShowCaption = false; this.GroupControl38.Size = new System.Drawing.Size(338, 314); this.GroupControl38.TabIndex = 1; this.GroupControl38.Text = "GroupControl1"; // // ucMemberID1 // this.ucMemberID1.EditValue = ""; this.ucMemberID1.EditValueChanged = null; this.ucMemberID1.Location = new System.Drawing.Point(96, 14); this.ucMemberID1.Name = "ucMemberID1"; this.ucMemberID1.Size = new System.Drawing.Size(182, 20); this.ucMemberID1.StrBranchCode = null; this.ucMemberID1.TabIndex = 0; // // dtEditDate // this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEditDate.Location = new System.Drawing.Point(96, 124); this.dtEditDate.Name = "dtEditDate"; // // dtEditDate.Properties // this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtEditDate.Size = new System.Drawing.Size(232, 20); this.dtEditDate.TabIndex = 5; this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(16, 124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 18); this.label2.TabIndex = 35; this.label2.Text = "Date"; // // dtEdtEndTime // this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtEndTime.Location = new System.Drawing.Point(96, 168); this.dtEdtEndTime.Name = "dtEdtEndTime"; // // dtEdtEndTime.Properties // this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.EditFormat.FormatString = "T"; this.dtEdtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtEndTime.Properties.Mask.EditMask = "T"; this.dtEdtEndTime.Size = new System.Drawing.Size(232, 20); this.dtEdtEndTime.TabIndex = 7; // // dtEdtStartTime // this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0); this.dtEdtStartTime.Location = new System.Drawing.Point(96, 146); this.dtEdtStartTime.Name = "dtEdtStartTime"; // // dtEdtStartTime.Properties // this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null) }); this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt"; this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.EditFormat.FormatString = "T"; this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtEdtStartTime.Properties.Mask.EditMask = "T"; this.dtEdtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret; this.dtEdtStartTime.Size = new System.Drawing.Size(232, 20); this.dtEdtStartTime.TabIndex = 6; this.dtEdtStartTime.EditValueChanged += new System.EventHandler(this.dtEdtStartTime_EditValueChanged); // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(252, 278); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.TabIndex = 10; this.simpleButton2.Text = "Cancel"; // // SimpleButton56 // this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK; this.SimpleButton56.Location = new System.Drawing.Point(166, 278); this.SimpleButton56.Name = "SimpleButton56"; this.SimpleButton56.TabIndex = 9; this.SimpleButton56.Text = "Save"; this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click_1); // // lkpEdtTherapist // this.lkpEdtTherapist.EditValue = ""; this.lkpEdtTherapist.Location = new System.Drawing.Point(96, 58); this.lkpEdtTherapist.Name = "lkpEdtTherapist"; // // lkpEdtTherapist.Properties // this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtTherapist.Size = new System.Drawing.Size(232, 20); this.lkpEdtTherapist.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.Location = new System.Drawing.Point(16, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 18); this.label1.TabIndex = 28; this.label1.Text = "Member ID"; // // lkpEdtPackageID // this.lkpEdtPackageID.EditValue = ""; this.lkpEdtPackageID.Location = new System.Drawing.Point(96, 80); this.lkpEdtPackageID.Name = "lkpEdtPackageID"; // // lkpEdtPackageID.Properties // this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtPackageID.Properties.NullText = ""; this.lkpEdtPackageID.Size = new System.Drawing.Size(232, 20); this.lkpEdtPackageID.TabIndex = 3; this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged); // // lkpEdtServiceCode // this.lkpEdtServiceCode.EditValue = ""; this.lkpEdtServiceCode.Location = new System.Drawing.Point(96, 102); this.lkpEdtServiceCode.Name = "lkpEdtServiceCode"; // // lkpEdtServiceCode.Properties // this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtServiceCode.Size = new System.Drawing.Size(232, 20); this.lkpEdtServiceCode.TabIndex = 4; // // MemoEditRemark // this.MemoEditRemark.EditValue = ""; this.MemoEditRemark.Location = new System.Drawing.Point(96, 190); this.MemoEditRemark.Name = "MemoEditRemark"; // // MemoEditRemark.Properties // this.MemoEditRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.MemoEditRemark.Properties.Appearance.Options.UseFont = true; this.MemoEditRemark.Size = new System.Drawing.Size(232, 64); this.MemoEditRemark.TabIndex = 8; // // Label42 // this.Label42.AutoSize = true; this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label42.Location = new System.Drawing.Point(16, 192); this.Label42.Name = "Label42"; this.Label42.Size = new System.Drawing.Size(60, 18); this.Label42.TabIndex = 23; this.Label42.Text = "Remarks"; // // Label36 // this.Label36.AutoSize = true; this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label36.Location = new System.Drawing.Point(16, 168); this.Label36.Name = "Label36"; this.Label36.Size = new System.Drawing.Size(64, 18); this.Label36.TabIndex = 21; this.Label36.Text = "End Time"; // // Label31 // this.Label31.AutoSize = true; this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label31.Location = new System.Drawing.Point(16, 146); this.Label31.Name = "Label31"; this.Label31.Size = new System.Drawing.Size(69, 18); this.Label31.TabIndex = 19; this.Label31.Text = "Start Time"; // // Label33 // this.Label33.AutoSize = true; this.Label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label33.Location = new System.Drawing.Point(16, 102); this.Label33.Name = "Label33"; this.Label33.Size = new System.Drawing.Size(51, 18); this.Label33.TabIndex = 17; this.Label33.Text = "Service"; // // Label34 // this.Label34.AutoSize = true; this.Label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label34.Location = new System.Drawing.Point(16, 80); this.Label34.Name = "Label34"; this.Label34.Size = new System.Drawing.Size(76, 18); this.Label34.TabIndex = 15; this.Label34.Text = "Package ID"; // // Label35 // this.Label35.AutoSize = true; this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Label35.Location = new System.Drawing.Point(16, 58); this.Label35.Name = "Label35"; this.Label35.Size = new System.Drawing.Size(63, 18); this.Label35.TabIndex = 13; this.Label35.Text = "Therapist"; // // lkpEdtBranchCode // this.lkpEdtBranchCode.EditValue = ""; this.lkpEdtBranchCode.Location = new System.Drawing.Point(96, 36); this.lkpEdtBranchCode.Name = "lkpEdtBranchCode"; // // lkpEdtBranchCode.Properties // this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtBranchCode.Size = new System.Drawing.Size(232, 20); this.lkpEdtBranchCode.TabIndex = 1; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label3.Location = new System.Drawing.Point(16, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 20); this.label3.TabIndex = 58; this.label3.Text = "Branch"; // // FormNewSpaBooking // this.AcceptButton = this.SimpleButton56; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(338, 314); this.Controls.Add(this.GroupControl38); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNewSpaBooking"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Spa Booking"; this.Load += new System.EventHandler(this.FormNewSpaBooking_Load); ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).EndInit(); this.GroupControl38.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); this.groupControlList = new DevExpress.XtraEditors.GroupControl(); this.gridControlItem = new DevExpress.XtraGrid.GridControl(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.item_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_price_monthly = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_price_daily = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_vat_text = new DevExpress.XtraGrid.Columns.GridColumn(); this.item_type = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_type_text = new DevExpress.XtraGrid.Columns.GridColumn(); this.grid_vat = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.groupControlAddittional = new DevExpress.XtraEditors.GroupControl(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.panelEnable = new DevExpress.XtraEditors.PanelControl(); this.labelControlRequired = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit(); this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit(); this.labelBasicinfoType = new DevExpress.XtraEditors.LabelControl(); this.labelBasicinfoName = new DevExpress.XtraEditors.LabelControl(); this.labelBasicinfoPriceMonthly = new DevExpress.XtraEditors.LabelControl(); this.labelBasicinfoPriceDaily = new DevExpress.XtraEditors.LabelControl(); this.labelBasicinfoDetail = new DevExpress.XtraEditors.LabelControl(); this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl(); this.labelControlBaht = new DevExpress.XtraEditors.LabelControl(); this.labelBasicinfoVat = new DevExpress.XtraEditors.LabelControl(); this.textEditItemPriceMonthly = new DevExpress.XtraEditors.TextEdit(); this.memoEditItemDetail = new DevExpress.XtraEditors.MemoEdit(); this.textEditItemName = new DevExpress.XtraEditors.TextEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.texthiddenAction = new DevExpress.XtraEditors.TextEdit(); this.bttDelete = new DevExpress.XtraEditors.SimpleButton(); this.labelBasicinfoID = new DevExpress.XtraEditors.LabelControl(); this.textEditItemID = new DevExpress.XtraEditors.TextEdit(); this.textEditCheckEvent = new DevExpress.XtraEditors.TextEdit(); this.bttAdd = new DevExpress.XtraEditors.SimpleButton(); this.bttEdit = new DevExpress.XtraEditors.SimpleButton(); this.bttCancel = new DevExpress.XtraEditors.SimpleButton(); this.bttSave = new DevExpress.XtraEditors.SimpleButton(); this.textEditItemPriceDaily = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); this.splitContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit(); this.groupControlList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).BeginInit(); this.groupControlAddittional.SuspendLayout(); this.xtraScrollableControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit(); this.panelEnable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(7, 7); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1079, 614); this.panelControl2.TabIndex = 20; // // splitContainerControl2 // this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl2.Location = new System.Drawing.Point(7, 7); this.splitContainerControl2.Name = "splitContainerControl2"; this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList); this.splitContainerControl2.Panel1.Text = "Panel1"; this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3); this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1); this.splitContainerControl2.Panel2.Text = "Panel2"; this.splitContainerControl2.Size = new System.Drawing.Size(1079, 614); this.splitContainerControl2.SplitterPosition = 500; this.splitContainerControl2.TabIndex = 22; this.splitContainerControl2.Text = "splitContainerControl2"; // // groupControlList // this.groupControlList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControlList.AppearanceCaption.Options.UseFont = true; this.groupControlList.Controls.Add(this.gridControlItem); this.groupControlList.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControlList.Location = new System.Drawing.Point(0, 0); this.groupControlList.Name = "groupControlList"; this.groupControlList.Size = new System.Drawing.Size(500, 614); this.groupControlList.TabIndex = 0; this.groupControlList.Text = "รายการค่าใช้จ่ายเพิ่มเติม"; // // gridControlItem // this.gridControlItem.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlItem.Location = new System.Drawing.Point(2, 22); this.gridControlItem.MainView = this.gridView3; this.gridControlItem.Name = "gridControlItem"; this.gridControlItem.Size = new System.Drawing.Size(496, 590); this.gridControlItem.TabIndex = 18; this.gridControlItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView3, this.gridView2, this.gridView1}); // // gridView3 // this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.item_id, this.grid_name, this.grid_price_monthly, this.grid_price_daily, this.grid_vat_text, this.item_type, this.grid_type_text, this.grid_vat}); this.gridView3.GridControl = this.gridControlItem; this.gridView3.Name = "gridView3"; this.gridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView3.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False; this.gridView3.OptionsBehavior.Editable = false; this.gridView3.OptionsBehavior.ReadOnly = true; this.gridView3.OptionsFind.AlwaysVisible = true; this.gridView3.OptionsFind.ShowCloseButton = false; this.gridView3.OptionsView.ShowGroupPanel = false; // // item_id // this.item_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.item_id.AppearanceHeader.Options.UseFont = true; this.item_id.Caption = "รหัสค่าใช่จ่ายเพิ่มเติม"; this.item_id.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.item_id.FieldName = "item_id"; this.item_id.Name = "item_id"; this.item_id.OptionsColumn.AllowEdit = false; this.item_id.OptionsColumn.AllowFocus = false; this.item_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.item_id.OptionsColumn.AllowMove = false; this.item_id.Width = 161; // // grid_name // this.grid_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.grid_name.AppearanceHeader.Options.UseFont = true; this.grid_name.Caption = "ชื่อรายการค่าใช้จ่าย"; this.grid_name.FieldName = "item_name"; this.grid_name.Name = "grid_name"; this.grid_name.OptionsColumn.AllowEdit = false; this.grid_name.OptionsColumn.AllowFocus = false; this.grid_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.grid_name.OptionsColumn.AllowMove = false; this.grid_name.Visible = true; this.grid_name.VisibleIndex = 0; this.grid_name.Width = 114; // // grid_price_monthly // this.grid_price_monthly.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.grid_price_monthly.AppearanceHeader.Options.UseFont = true; this.grid_price_monthly.Caption = "ราคารายเดือน"; this.grid_price_monthly.DisplayFormat.FormatString = "{0:n2}"; this.grid_price_monthly.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.grid_price_monthly.FieldName = "item_price_monthly"; this.grid_price_monthly.Name = "grid_price_monthly"; this.grid_price_monthly.OptionsColumn.AllowEdit = false; this.grid_price_monthly.OptionsColumn.AllowFocus = false; this.grid_price_monthly.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.grid_price_monthly.OptionsColumn.AllowMove = false; this.grid_price_monthly.Visible = true; this.grid_price_monthly.VisibleIndex = 2; this.grid_price_monthly.Width = 107; // // grid_price_daily // this.grid_price_daily.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.grid_price_daily.AppearanceHeader.Options.UseFont = true; this.grid_price_daily.Caption = "ราคารายวัน"; this.grid_price_daily.DisplayFormat.FormatString = "{0:n2}"; this.grid_price_daily.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.grid_price_daily.FieldName = "item_price_daily"; this.grid_price_daily.Name = "grid_price_daily"; this.grid_price_daily.OptionsColumn.AllowEdit = false; this.grid_price_daily.OptionsColumn.AllowFocus = false; this.grid_price_daily.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.grid_price_daily.OptionsColumn.AllowMove = false; this.grid_price_daily.Visible = true; this.grid_price_daily.VisibleIndex = 3; this.grid_price_daily.Width = 97; // // grid_vat_text // this.grid_vat_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.grid_vat_text.AppearanceHeader.Options.UseFont = true; this.grid_vat_text.Caption = "การคิดภาษี"; this.grid_vat_text.FieldName = "item_vat_text"; this.grid_vat_text.Name = "grid_vat_text"; this.grid_vat_text.OptionsColumn.AllowEdit = false; this.grid_vat_text.OptionsColumn.AllowFocus = false; this.grid_vat_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.grid_vat_text.OptionsColumn.AllowMove = false; this.grid_vat_text.Visible = true; this.grid_vat_text.VisibleIndex = 4; this.grid_vat_text.Width = 70; // // item_type // this.item_type.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.item_type.AppearanceHeader.Options.UseFont = true; this.item_type.Name = "item_type"; // // grid_type_text // this.grid_type_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.grid_type_text.AppearanceHeader.Options.UseFont = true; this.grid_type_text.Caption = "รูปแบบค่าใช้จ่าย"; this.grid_type_text.FieldName = "item_type_text"; this.grid_type_text.Name = "grid_type_text"; this.grid_type_text.OptionsColumn.AllowEdit = false; this.grid_type_text.OptionsColumn.AllowFocus = false; this.grid_type_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.grid_type_text.OptionsColumn.AllowMove = false; this.grid_type_text.Visible = true; this.grid_type_text.VisibleIndex = 1; this.grid_type_text.Width = 92; // // grid_vat // this.grid_vat.Caption = "gridColumn1"; this.grid_vat.FieldName = "item_vat"; this.grid_vat.Name = "grid_vat"; // // gridView2 // this.gridView2.GridControl = this.gridControlItem; this.gridView2.Name = "gridView2"; // // gridView1 // this.gridView1.GridControl = this.gridControlItem; this.gridView1.Name = "gridView1"; // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.groupControlAddittional); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(574, 548); this.panelControl3.TabIndex = 12; // // groupControlAddittional // this.groupControlAddittional.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControlAddittional.AppearanceCaption.Options.UseFont = true; this.groupControlAddittional.Controls.Add(this.xtraScrollableControl1); this.groupControlAddittional.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControlAddittional.Location = new System.Drawing.Point(0, 0); this.groupControlAddittional.Name = "groupControlAddittional"; this.groupControlAddittional.Size = new System.Drawing.Size(574, 548); this.groupControlAddittional.TabIndex = 3; this.groupControlAddittional.Text = "ข้อมูลค่าใช้จ่ายเพิ่มเติม"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Controls.Add(this.panelEnable); this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(570, 524); this.xtraScrollableControl1.TabIndex = 0; // // panelEnable // this.panelEnable.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelEnable.Appearance.Options.UseBackColor = true; this.panelEnable.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelEnable.Controls.Add(this.textEditItemPriceDaily); this.panelEnable.Controls.Add(this.labelControlRequired); this.panelEnable.Controls.Add(this.labelControl4); this.panelEnable.Controls.Add(this.labelControl1); this.panelEnable.Controls.Add(this.labelControl12); this.panelEnable.Controls.Add(this.lookUpEditPayType); this.panelEnable.Controls.Add(this.lookUpEditVatType); this.panelEnable.Controls.Add(this.labelBasicinfoType); this.panelEnable.Controls.Add(this.labelBasicinfoName); this.panelEnable.Controls.Add(this.labelBasicinfoPriceMonthly); this.panelEnable.Controls.Add(this.labelBasicinfoPriceDaily); this.panelEnable.Controls.Add(this.labelBasicinfoDetail); this.panelEnable.Controls.Add(this.labelControlBaht2); this.panelEnable.Controls.Add(this.labelControlBaht); this.panelEnable.Controls.Add(this.labelBasicinfoVat); this.panelEnable.Controls.Add(this.textEditItemPriceMonthly); this.panelEnable.Controls.Add(this.memoEditItemDetail); this.panelEnable.Controls.Add(this.textEditItemName); this.panelEnable.Dock = System.Windows.Forms.DockStyle.Top; this.panelEnable.Location = new System.Drawing.Point(0, 0); this.panelEnable.Name = "panelEnable"; this.panelEnable.Size = new System.Drawing.Size(570, 243); this.panelEnable.TabIndex = 267; // // labelControlRequired // this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControlRequired.Location = new System.Drawing.Point(9, 227); this.labelControlRequired.Name = "labelControlRequired"; this.labelControlRequired.Size = new System.Drawing.Size(50, 13); this.labelControlRequired.TabIndex = 413; this.labelControlRequired.Text = "* โปรดระบุ"; // // labelControl4 // this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl4.Location = new System.Drawing.Point(9, 121); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(6, 13); this.labelControl4.TabIndex = 317; this.labelControl4.Text = "*"; // // labelControl1 // this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl1.Location = new System.Drawing.Point(9, 47); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(6, 13); this.labelControl1.TabIndex = 317; this.labelControl1.Text = "*"; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Location = new System.Drawing.Point(9, 17); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(6, 13); this.labelControl12.TabIndex = 317; this.labelControl12.Text = "*"; // // lookUpEditPayType // this.lookUpEditPayType.Location = new System.Drawing.Point(174, 36); this.lookUpEditPayType.Name = "lookUpEditPayType"; this.lookUpEditPayType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditPayType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("paytype_label", " ")}); this.lookUpEditPayType.Size = new System.Drawing.Size(241, 20); this.lookUpEditPayType.TabIndex = 2; // // lookUpEditVatType // this.lookUpEditVatType.Location = new System.Drawing.Point(174, 115); this.lookUpEditVatType.Name = "lookUpEditVatType"; this.lookUpEditVatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditVatType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("vattype_label", " ")}); this.lookUpEditVatType.Size = new System.Drawing.Size(241, 20); this.lookUpEditVatType.TabIndex = 5; // // labelBasicinfoType // this.labelBasicinfoType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoType.Location = new System.Drawing.Point(32, 41); this.labelBasicinfoType.Name = "labelBasicinfoType"; this.labelBasicinfoType.Size = new System.Drawing.Size(122, 13); this.labelBasicinfoType.TabIndex = 262; this.labelBasicinfoType.Text = "รูปแบบค่าใช้จ่าย :"; // // labelBasicinfoName // this.labelBasicinfoName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoName.Location = new System.Drawing.Point(32, 13); this.labelBasicinfoName.Name = "labelBasicinfoName"; this.labelBasicinfoName.Size = new System.Drawing.Size(122, 13); this.labelBasicinfoName.TabIndex = 72; this.labelBasicinfoName.Text = "ชื่อรายการค่าใช้จ่าย :"; // // labelBasicinfoPriceMonthly // this.labelBasicinfoPriceMonthly.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoPriceMonthly.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoPriceMonthly.Location = new System.Drawing.Point(32, 66); this.labelBasicinfoPriceMonthly.Name = "labelBasicinfoPriceMonthly"; this.labelBasicinfoPriceMonthly.Size = new System.Drawing.Size(122, 13); this.labelBasicinfoPriceMonthly.TabIndex = 73; this.labelBasicinfoPriceMonthly.Text = "ราคารายเดือน :"; // // labelBasicinfoPriceDaily // this.labelBasicinfoPriceDaily.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoPriceDaily.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoPriceDaily.Location = new System.Drawing.Point(32, 92); this.labelBasicinfoPriceDaily.Name = "labelBasicinfoPriceDaily"; this.labelBasicinfoPriceDaily.Size = new System.Drawing.Size(122, 13); this.labelBasicinfoPriceDaily.TabIndex = 75; this.labelBasicinfoPriceDaily.Text = "ราคารายวัน :"; // // labelBasicinfoDetail // this.labelBasicinfoDetail.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoDetail.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoDetail.Location = new System.Drawing.Point(26, 142); this.labelBasicinfoDetail.Name = "labelBasicinfoDetail"; this.labelBasicinfoDetail.Size = new System.Drawing.Size(128, 13); this.labelBasicinfoDetail.TabIndex = 251; this.labelBasicinfoDetail.Text = "รายละเอียดเพิ่มเติม :"; // // labelControlBaht2 // this.labelControlBaht2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlBaht2.Location = new System.Drawing.Point(421, 91); this.labelControlBaht2.Name = "labelControlBaht2"; this.labelControlBaht2.Size = new System.Drawing.Size(81, 13); this.labelControlBaht2.TabIndex = 76; this.labelControlBaht2.Text = "บาท"; // // labelControlBaht // this.labelControlBaht.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControlBaht.Location = new System.Drawing.Point(421, 65); this.labelControlBaht.Name = "labelControlBaht"; this.labelControlBaht.Size = new System.Drawing.Size(81, 13); this.labelControlBaht.TabIndex = 76; this.labelControlBaht.Text = "บาท"; // // labelBasicinfoVat // this.labelBasicinfoVat.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelBasicinfoVat.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelBasicinfoVat.Location = new System.Drawing.Point(32, 118); this.labelBasicinfoVat.Name = "labelBasicinfoVat"; this.labelBasicinfoVat.Size = new System.Drawing.Size(122, 13); this.labelBasicinfoVat.TabIndex = 76; this.labelBasicinfoVat.Text = "การคิดภาษี :"; // // textEditItemPriceMonthly // this.textEditItemPriceMonthly.EditValue = "1000000.00"; this.textEditItemPriceMonthly.Location = new System.Drawing.Point(174, 62); this.textEditItemPriceMonthly.Name = "textEditItemPriceMonthly"; this.textEditItemPriceMonthly.Properties.Appearance.Options.UseTextOptions = true; this.textEditItemPriceMonthly.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatString = "{n2}"; this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEditItemPriceMonthly.Properties.EditFormat.FormatString = "{n2}"; this.textEditItemPriceMonthly.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEditItemPriceMonthly.Properties.Mask.BeepOnError = true; this.textEditItemPriceMonthly.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}"; this.textEditItemPriceMonthly.Properties.Mask.IgnoreMaskBlank = false; this.textEditItemPriceMonthly.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditItemPriceMonthly.Properties.Mask.ShowPlaceHolders = false; this.textEditItemPriceMonthly.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEditItemPriceMonthly.Properties.MaxLength = 7; this.textEditItemPriceMonthly.Size = new System.Drawing.Size(241, 20); this.textEditItemPriceMonthly.TabIndex = 3; // // memoEditItemDetail // this.memoEditItemDetail.Location = new System.Drawing.Point(174, 143); this.memoEditItemDetail.Name = "memoEditItemDetail"; this.memoEditItemDetail.Properties.MaxLength = 500; this.memoEditItemDetail.Size = new System.Drawing.Size(241, 72); this.memoEditItemDetail.TabIndex = 6; // // textEditItemName // this.textEditItemName.Location = new System.Drawing.Point(174, 10); this.textEditItemName.Name = "textEditItemName"; this.textEditItemName.Properties.Mask.BeepOnError = true; this.textEditItemName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}"; this.textEditItemName.Properties.Mask.IgnoreMaskBlank = false; this.textEditItemName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditItemName.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEditItemName.Properties.MaxLength = 50; this.textEditItemName.Size = new System.Drawing.Size(241, 20); this.textEditItemName.TabIndex = 1; // // panelControl1 // this.panelControl1.Controls.Add(this.texthiddenAction); this.panelControl1.Controls.Add(this.bttDelete); this.panelControl1.Controls.Add(this.labelBasicinfoID); this.panelControl1.Controls.Add(this.textEditItemID); this.panelControl1.Controls.Add(this.textEditCheckEvent); this.panelControl1.Controls.Add(this.bttAdd); this.panelControl1.Controls.Add(this.bttEdit); this.panelControl1.Controls.Add(this.bttCancel); this.panelControl1.Controls.Add(this.bttSave); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 548); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(574, 66); this.panelControl1.TabIndex = 13; // // texthiddenAction // this.texthiddenAction.Location = new System.Drawing.Point(11, 35); this.texthiddenAction.Name = "texthiddenAction"; this.texthiddenAction.Size = new System.Drawing.Size(100, 20); this.texthiddenAction.TabIndex = 264; this.texthiddenAction.Visible = false; // // bttDelete // this.bttDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete; this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttDelete.Location = new System.Drawing.Point(347, 5); this.bttDelete.Name = "bttDelete"; this.bttDelete.Size = new System.Drawing.Size(70, 55); this.bttDelete.TabIndex = 20; this.bttDelete.Text = "ลบข้อมูล"; this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click); // // labelBasicinfoID // this.labelBasicinfoID.Location = new System.Drawing.Point(17, 6); this.labelBasicinfoID.Name = "labelBasicinfoID"; this.labelBasicinfoID.Padding = new System.Windows.Forms.Padding(10); this.labelBasicinfoID.Size = new System.Drawing.Size(46, 33); this.labelBasicinfoID.TabIndex = 71; this.labelBasicinfoID.Text = "รหัส :"; this.labelBasicinfoID.Visible = false; // // textEditItemID // this.textEditItemID.Location = new System.Drawing.Point(69, 13); this.textEditItemID.Name = "textEditItemID"; this.textEditItemID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.textEditItemID.Properties.Appearance.Options.UseFont = true; this.textEditItemID.Properties.ReadOnly = true; this.textEditItemID.Size = new System.Drawing.Size(18, 20); this.textEditItemID.TabIndex = 248; this.textEditItemID.Visible = false; // // textEditCheckEvent // this.textEditCheckEvent.EditValue = ""; this.textEditCheckEvent.Location = new System.Drawing.Point(93, 13); this.textEditCheckEvent.Name = "textEditCheckEvent"; this.textEditCheckEvent.Properties.Mask.BeepOnError = true; this.textEditCheckEvent.Properties.Mask.EditMask = "([0-9]*)"; this.textEditCheckEvent.Properties.Mask.IgnoreMaskBlank = false; this.textEditCheckEvent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditCheckEvent.Properties.MaxLength = 10; this.textEditCheckEvent.Size = new System.Drawing.Size(18, 20); this.textEditCheckEvent.TabIndex = 258; this.textEditCheckEvent.Visible = false; // // bttAdd // this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add; this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttAdd.Location = new System.Drawing.Point(195, 5); this.bttAdd.Name = "bttAdd"; this.bttAdd.Size = new System.Drawing.Size(70, 55); this.bttAdd.TabIndex = 18; this.bttAdd.Text = "เพิ่มข้อมูล"; this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click); // // bttEdit // this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit; this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttEdit.Location = new System.Drawing.Point(271, 5); this.bttEdit.Name = "bttEdit"; this.bttEdit.Size = new System.Drawing.Size(70, 55); this.bttEdit.TabIndex = 19; this.bttEdit.Text = "แก้ไขข้อมูล"; this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click); // // bttCancel // this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bttCancel.Enabled = false; this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close; this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttCancel.Location = new System.Drawing.Point(499, 5); this.bttCancel.Name = "bttCancel"; this.bttCancel.Size = new System.Drawing.Size(70, 55); this.bttCancel.TabIndex = 22; this.bttCancel.Text = "ยกเลิก"; this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click); // // bttSave // this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bttSave.Enabled = false; this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save; this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter; this.bttSave.Location = new System.Drawing.Point(423, 5); this.bttSave.Name = "bttSave"; this.bttSave.Size = new System.Drawing.Size(70, 55); this.bttSave.TabIndex = 21; this.bttSave.Text = "บันทึก"; this.bttSave.Click += new System.EventHandler(this.bttSave_Click); // // textEditItemPriceDaily // this.textEditItemPriceDaily.EditValue = "1000000.00"; this.textEditItemPriceDaily.Location = new System.Drawing.Point(174, 88); this.textEditItemPriceDaily.Name = "textEditItemPriceDaily"; this.textEditItemPriceDaily.Properties.Appearance.Options.UseTextOptions = true; this.textEditItemPriceDaily.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.textEditItemPriceDaily.Properties.DisplayFormat.FormatString = "{n2}"; this.textEditItemPriceDaily.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEditItemPriceDaily.Properties.EditFormat.FormatString = "{n2}"; this.textEditItemPriceDaily.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEditItemPriceDaily.Properties.Mask.BeepOnError = true; this.textEditItemPriceDaily.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}"; this.textEditItemPriceDaily.Properties.Mask.IgnoreMaskBlank = false; this.textEditItemPriceDaily.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.textEditItemPriceDaily.Properties.Mask.ShowPlaceHolders = false; this.textEditItemPriceDaily.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEditItemPriceDaily.Properties.MaxLength = 7; this.textEditItemPriceDaily.Size = new System.Drawing.Size(241, 20); this.textEditItemPriceDaily.TabIndex = 414; // // BasicInfoAdditionItem // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerControl2); this.Controls.Add(this.panelControl2); this.Name = "BasicInfoAdditionItem"; this.Padding = new System.Windows.Forms.Padding(7); this.Size = new System.Drawing.Size(1093, 628); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); this.splitContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).EndInit(); this.groupControlList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).EndInit(); this.groupControlAddittional.ResumeLayout(false); this.xtraScrollableControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).EndInit(); this.panelEnable.ResumeLayout(false); this.panelEnable.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lkpEdtPackageCode = new DevExpress.XtraEditors.LookUpEdit(); this.dateEdtPurchasedate = new DevExpress.XtraEditors.DateEdit(); this.txtEdtReceiptNo = new DevExpress.XtraEditors.TextEdit(); this.chkEdtFree = new DevExpress.XtraEditors.CheckEdit(); this.mmEdtRemark = new DevExpress.XtraEditors.MemoEdit(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label7 = new System.Windows.Forms.Label(); this.lkpEdtCategoryID = new DevExpress.XtraEditors.LookUpEdit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdtPurchasedate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtReceiptNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkEdtFree.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategoryID.Properties)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(14, 30); this.label1.Name = "label1"; this.label1.TabIndex = 0; this.label1.Text = "Package Code"; // // label2 // this.label2.Location = new System.Drawing.Point(14, 58); this.label2.Name = "label2"; this.label2.TabIndex = 1; this.label2.Text = "Purchase Date"; // // label3 // this.label3.Location = new System.Drawing.Point(14, 86); this.label3.Name = "label3"; this.label3.TabIndex = 2; this.label3.Text = "Receipt No"; // // label4 // this.label4.Location = new System.Drawing.Point(14, 114); this.label4.Name = "label4"; this.label4.TabIndex = 3; this.label4.Text = "Free"; // // label5 // this.label5.Location = new System.Drawing.Point(14, 142); this.label5.Name = "label5"; this.label5.TabIndex = 4; this.label5.Text = "Remark"; // // lkpEdtPackageCode // this.lkpEdtPackageCode.Location = new System.Drawing.Point(130, 32); this.lkpEdtPackageCode.Name = "lkpEdtPackageCode"; // // lkpEdtPackageCode.Properties // this.lkpEdtPackageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtPackageCode.Size = new System.Drawing.Size(144, 20); this.lkpEdtPackageCode.TabIndex = 1; // // dateEdtPurchasedate // this.dateEdtPurchasedate.EditValue = new System.DateTime(2005, 10, 31, 0, 0, 0, 0); this.dateEdtPurchasedate.Location = new System.Drawing.Point(130, 60); this.dateEdtPurchasedate.Name = "dateEdtPurchasedate"; // // dateEdtPurchasedate.Properties // this.dateEdtPurchasedate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdtPurchasedate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dateEdtPurchasedate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateEdtPurchasedate.Size = new System.Drawing.Size(144, 20); this.dateEdtPurchasedate.TabIndex = 2; // // txtEdtReceiptNo // this.txtEdtReceiptNo.EditValue = "textEdit1"; this.txtEdtReceiptNo.Location = new System.Drawing.Point(130, 86); this.txtEdtReceiptNo.Name = "txtEdtReceiptNo"; this.txtEdtReceiptNo.Size = new System.Drawing.Size(144, 20); this.txtEdtReceiptNo.TabIndex = 3; // // chkEdtFree // this.chkEdtFree.Location = new System.Drawing.Point(132, 114); this.chkEdtFree.Name = "chkEdtFree"; // // chkEdtFree.Properties // this.chkEdtFree.Properties.Caption = "Is Free"; this.chkEdtFree.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.chkEdtFree.Size = new System.Drawing.Size(75, 18); this.chkEdtFree.TabIndex = 4; // // mmEdtRemark // this.mmEdtRemark.EditValue = "memoEdit1"; this.mmEdtRemark.Location = new System.Drawing.Point(130, 140); this.mmEdtRemark.Name = "mmEdtRemark"; this.mmEdtRemark.Size = new System.Drawing.Size(218, 148); this.mmEdtRemark.TabIndex = 5; // // simpleButton2 // this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton2.Location = new System.Drawing.Point(272, 298); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.TabIndex = 7; this.simpleButton2.Text = "Cancel"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.OK; this.simpleButton1.Location = new System.Drawing.Point(180, 298); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.TabIndex = 6; this.simpleButton1.Text = "Save"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label7 // this.label7.Location = new System.Drawing.Point(14, 2); this.label7.Name = "label7"; this.label7.TabIndex = 34; this.label7.Text = "Category ID"; // // lkpEdtCategoryID // this.lkpEdtCategoryID.Location = new System.Drawing.Point(130, 4); this.lkpEdtCategoryID.Name = "lkpEdtCategoryID"; // // lkpEdtCategoryID.Properties // this.lkpEdtCategoryID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.lkpEdtCategoryID.Size = new System.Drawing.Size(144, 20); this.lkpEdtCategoryID.TabIndex = 0; this.lkpEdtCategoryID.EditValueChanged += new System.EventHandler(this.lkpEdtCategoryID_EditValueChanged); // // FormNewMemberPackage // this.AcceptButton = this.simpleButton1; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.simpleButton2; this.ClientSize = new System.Drawing.Size(360, 332); this.Controls.Add(this.lkpEdtCategoryID); this.Controls.Add(this.label7); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.mmEdtRemark); this.Controls.Add(this.chkEdtFree); this.Controls.Add(this.txtEdtReceiptNo); this.Controls.Add(this.dateEdtPurchasedate); this.Controls.Add(this.lkpEdtPackageCode); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNewMemberPackage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "New Member Package"; this.Load += new System.EventHandler(this.FormNewMemberPackage_Load); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdtPurchasedate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdtReceiptNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkEdtFree.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mmEdtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategoryID.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnTimeSheetAdd = new DevExpress.XtraEditors.SimpleButton(); this.txtRemarks = new DevExpress.XtraEditors.MemoEdit(); this.txtTime = new DevExpress.XtraEditors.TimeEdit(); this.dtDate = new DevExpress.XtraEditors.DateEdit(); this.mdPKG_lblStrReceiptDesc = new System.Windows.Forms.Label(); this.mdPKG_lblStrDescription = new System.Windows.Forms.Label(); this.mdPKG_lblStrPackageCode = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnClose.Appearance.Options.UseFont = true; this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.btnClose.Location = new System.Drawing.Point(320, 176); this.btnClose.Name = "btnClose"; this.btnClose.TabIndex = 223; this.btnClose.Text = "Close"; // // btnTimeSheetAdd // this.btnTimeSheetAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnTimeSheetAdd.Appearance.Options.UseFont = true; this.btnTimeSheetAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.btnTimeSheetAdd.Location = new System.Drawing.Point(240, 176); this.btnTimeSheetAdd.Name = "btnTimeSheetAdd"; this.btnTimeSheetAdd.TabIndex = 222; this.btnTimeSheetAdd.Text = "Save"; this.btnTimeSheetAdd.Click += new System.EventHandler(this.btnTimeSheetAdd_Click); // // txtRemarks // this.txtRemarks.EditValue = ""; this.txtRemarks.Location = new System.Drawing.Point(120, 64); this.txtRemarks.Name = "txtRemarks"; // // txtRemarks.Properties // this.txtRemarks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.txtRemarks.Size = new System.Drawing.Size(272, 96); this.txtRemarks.TabIndex = 221; // // txtTime // this.txtTime.EditValue = null; this.txtTime.Location = new System.Drawing.Point(120, 40); this.txtTime.Name = "txtTime"; // // txtTime.Properties // this.txtTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.txtTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtTime.Properties.DisplayFormat.FormatString = "hh:mm tt"; this.txtTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.txtTime.Properties.EditFormat.FormatString = "hh:mm tt"; this.txtTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.txtTime.Properties.Mask.EditMask = "hh:mm tt"; this.txtTime.Size = new System.Drawing.Size(88, 22); this.txtTime.TabIndex = 220; // // dtDate // this.dtDate.EditValue = null; this.dtDate.Enabled = false; this.dtDate.Location = new System.Drawing.Point(120, 16); this.dtDate.Name = "dtDate"; // // dtDate.Properties // this.dtDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.dtDate.Properties.Appearance.Options.UseForeColor = true; this.dtDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.dtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dtDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.EditFormat.FormatString = "dd/MM/yyyy"; this.dtDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.dtDate.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin; this.dtDate.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.dtDate.Properties.Mask.EditMask = "dd/MM/yyyy"; this.dtDate.Properties.ReadOnly = true; this.dtDate.Size = new System.Drawing.Size(88, 22); this.dtDate.TabIndex = 219; // // mdPKG_lblStrReceiptDesc // this.mdPKG_lblStrReceiptDesc.BackColor = System.Drawing.Color.Transparent; this.mdPKG_lblStrReceiptDesc.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.mdPKG_lblStrReceiptDesc.Location = new System.Drawing.Point(16, 64); this.mdPKG_lblStrReceiptDesc.Name = "mdPKG_lblStrReceiptDesc"; this.mdPKG_lblStrReceiptDesc.Size = new System.Drawing.Size(120, 16); this.mdPKG_lblStrReceiptDesc.TabIndex = 218; this.mdPKG_lblStrReceiptDesc.Text = "Remarks"; this.mdPKG_lblStrReceiptDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // mdPKG_lblStrDescription // this.mdPKG_lblStrDescription.BackColor = System.Drawing.Color.Transparent; this.mdPKG_lblStrDescription.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.mdPKG_lblStrDescription.Location = new System.Drawing.Point(16, 40); this.mdPKG_lblStrDescription.Name = "mdPKG_lblStrDescription"; this.mdPKG_lblStrDescription.Size = new System.Drawing.Size(96, 16); this.mdPKG_lblStrDescription.TabIndex = 217; this.mdPKG_lblStrDescription.Text = "Time"; this.mdPKG_lblStrDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // mdPKG_lblStrPackageCode // this.mdPKG_lblStrPackageCode.BackColor = System.Drawing.Color.Transparent; this.mdPKG_lblStrPackageCode.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.mdPKG_lblStrPackageCode.Location = new System.Drawing.Point(16, 16); this.mdPKG_lblStrPackageCode.Name = "mdPKG_lblStrPackageCode"; this.mdPKG_lblStrPackageCode.Size = new System.Drawing.Size(96, 16); this.mdPKG_lblStrPackageCode.TabIndex = 216; this.mdPKG_lblStrPackageCode.Text = "Date"; this.mdPKG_lblStrPackageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // frmTimeSheetUpdate // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(416, 213); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnTimeSheetAdd); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtTime); this.Controls.Add(this.dtDate); this.Controls.Add(this.mdPKG_lblStrReceiptDesc); this.Controls.Add(this.mdPKG_lblStrDescription); this.Controls.Add(this.mdPKG_lblStrPackageCode); this.Name = "frmTimeSheetUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Timesheet Update"; this.Load += new System.EventHandler(this.frmTimeSheetUpdate_Load); ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txtEmail = new DevExpress.XtraEditors.TextEdit(); this.txtAdvise = new DevExpress.XtraEditors.MemoEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAdvise.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.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.layoutControl1.Controls.Add(this.txtEmail); this.layoutControl1.Controls.Add(this.txtAdvise); this.layoutControl1.Location = new System.Drawing.Point(4, 12); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(690, 318); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txtEmail // this.txtEmail.Location = new System.Drawing.Point(87, 278); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(591, 28); this.txtEmail.StyleController = this.layoutControl1; this.txtEmail.TabIndex = 5; // // txtAdvise // this.txtAdvise.Location = new System.Drawing.Point(87, 12); this.txtAdvise.Name = "txtAdvise"; this.txtAdvise.Size = new System.Drawing.Size(591, 262); this.txtAdvise.StyleController = this.layoutControl1; this.txtAdvise.TabIndex = 4; this.txtAdvise.UseOptimizedRendering = true; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(690, 318); this.layoutControlGroup1.Text = "layoutControlGroup1"; this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txtAdvise; this.layoutControlItem1.CustomizationFormText = "软件建议"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(670, 266); this.layoutControlItem1.Text = "软件建议"; this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtEmail; this.layoutControlItem2.CustomizationFormText = "您的邮箱"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 266); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(670, 32); this.layoutControlItem2.Text = "您的邮箱"; this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 22); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(596, 340); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(98, 30); this.btnOK.TabIndex = 1; this.btnOK.Text = "发送"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FrmFeeBack // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(700, 382); this.Controls.Add(this.btnOK); this.Controls.Add(this.layoutControl1); this.Name = "FrmFeeBack"; this.Text = "意见反馈"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFeeBack_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAdvise.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.memedt = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit(); this.pnlMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit(); this.pnlFill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit(); this.pnlBottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memedt.Properties)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Location = new System.Drawing.Point(321, 5); // // btnOK // this.btnOK.Location = new System.Drawing.Point(228, 6); this.btnOK.Text = "保存(&S)"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // pnlMain // this.pnlMain.Size = new System.Drawing.Size(408, 352); // // pnlFill // this.pnlFill.Controls.Add(this.groupControl1); this.pnlFill.Size = new System.Drawing.Size(408, 306); // // pnlBottom // this.pnlBottom.Location = new System.Drawing.Point(0, 306); this.pnlBottom.Size = new System.Drawing.Size(408, 46); // // groupControl1 // this.groupControl1.Controls.Add(this.memedt); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(2, 2); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(404, 302); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "已备案的MAC列表"; // // memedt // this.memedt.Dock = System.Windows.Forms.DockStyle.Fill; this.memedt.Location = new System.Drawing.Point(2, 22); this.memedt.Name = "memedt"; this.memedt.Size = new System.Drawing.Size(400, 278); this.memedt.TabIndex = 0; // // EditView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(408, 352); this.Name = "EditView"; this.Text = "MAC列表"; this.Load += new System.EventHandler(this.EditView_Load); ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit(); this.pnlMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit(); this.pnlFill.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit(); this.pnlBottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memedt.Properties)).EndInit(); this.ResumeLayout(false); }