#region using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using CSFrameworkV5.Library; using DevExpress.XtraEditors; #endregion namespace CSFrameworkV5.GSTEST { public class FrmtestF : frmBaseDataDictionary { private LabelControl labelControl1; private LabelControl labelControl5; private LabelControl labelControl6; private LabelControl lblObjectID; private TextEdit txtDHA001; private TextEdit txtDHA004; private void InitializeComponent() { var resources = new ComponentResourceManager(typeof(FrmtestF)); labelControl5 = new LabelControl(); txtDHA004 = new TextEdit(); labelControl6 = new LabelControl(); labelControl1 = new LabelControl(); txtDHA001 = new TextEdit(); lblObjectID = new LabelControl(); tpSummary.SuspendLayout(); pnlSummary.SuspendLayout(); ((ISupportInitialize)tcBusiness).BeginInit(); tcBusiness.SuspendLayout(); ((ISupportInitialize)gcNavigator).BeginInit(); gcNavigator.SuspendLayout(); ((ISupportInitialize)pictureBox1).BeginInit(); ((ISupportInitialize)txtDHA004.Properties).BeginInit(); ((ISupportInitialize)txtDHA001.Properties).BeginInit(); SuspendLayout(); // // tpSummary // tpSummary.Appearance.PageClient.BackColor = SystemColors.Control; tpSummary.Appearance.PageClient.Options.UseBackColor = true; tpSummary.Controls.Add(labelControl5); tpSummary.Controls.Add(txtDHA004); tpSummary.Controls.Add(labelControl6); tpSummary.Controls.Add(labelControl1); tpSummary.Controls.Add(txtDHA001); tpSummary.Controls.Add(lblObjectID); tpSummary.ImageOptions.Image = (Image)resources.GetObject("tpSummary.ImageOptions.Image"); tpSummary.Size = new Size(1066, 758); // // pnlSummary // pnlSummary.Location = new Point(2, 4); pnlSummary.Size = new Size(1068, 790); // // tcBusiness // tcBusiness.SelectedTabPage = tpSummary; tcBusiness.Size = new Size(1068, 790); // // tpDetail // tpDetail.Appearance.PageClient.BackColor = SystemColors.Control; tpDetail.Appearance.PageClient.Options.UseBackColor = true; tpDetail.ImageOptions.Image = (Image)resources.GetObject("tpDetail.ImageOptions.Image"); tpDetail.Size = new Size(1066, 758); // // gcNavigator // gcNavigator.Appearance.BackColor = Color.FromArgb(64, 64, 64); gcNavigator.Appearance.Options.UseBackColor = true; // // controlNavigatorSummary // controlNavigatorSummary.Buttons.Append.Visible = false; controlNavigatorSummary.Buttons.CancelEdit.Visible = false; controlNavigatorSummary.Buttons.Edit.Visible = false; controlNavigatorSummary.Buttons.EndEdit.Visible = false; controlNavigatorSummary.Buttons.NextPage.Visible = false; controlNavigatorSummary.Buttons.PrevPage.Visible = false; controlNavigatorSummary.Buttons.Remove.Visible = false; // // labelControl5 // labelControl5.Location = new Point(295, 103); labelControl5.Margin = new Padding(3, 4, 3, 4); labelControl5.Name = "labelControl5"; labelControl5.Size = new Size(75, 18); labelControl5.TabIndex = 104; labelControl5.Text = "审核时间:"; // // txtDHA004 // txtDHA004.EditValue = ""; txtDHA004.Location = new Point(159, 97); txtDHA004.Name = "txtDHA004"; txtDHA004.Size = new Size(125, 24); txtDHA004.TabIndex = 103; // // labelControl6 // labelControl6.Location = new Point(87, 100); labelControl6.Margin = new Padding(3, 4, 3, 4); labelControl6.Name = "labelControl6"; labelControl6.Size = new Size(75, 18); labelControl6.TabIndex = 102; labelControl6.Text = "来料时间:"; // // labelControl1 // labelControl1.Location = new Point(295, 62); labelControl1.Margin = new Padding(3, 4, 3, 4); labelControl1.Name = "labelControl1"; labelControl1.Size = new Size(90, 18); labelControl1.TabIndex = 101; labelControl1.Text = "供应商编号:"; // // txtDHA001 // txtDHA001.EditValue = ""; txtDHA001.Location = new Point(159, 56); txtDHA001.Name = "txtDHA001"; txtDHA001.Size = new Size(125, 24); txtDHA001.TabIndex = 100; // // lblObjectID // lblObjectID.Location = new Point(87, 59); lblObjectID.Margin = new Padding(3, 4, 3, 4); lblObjectID.Name = "lblObjectID"; lblObjectID.Size = new Size(75, 18); lblObjectID.TabIndex = 99; lblObjectID.Text = "到货单号:"; // // FrmtestF // AutoScaleDimensions = new SizeF(8F, 18F); ClientSize = new Size(1072, 798); Name = "FrmtestF"; tpSummary.ResumeLayout(false); tpSummary.PerformLayout(); pnlSummary.ResumeLayout(false); ((ISupportInitialize)tcBusiness).EndInit(); tcBusiness.ResumeLayout(false); ((ISupportInitialize)gcNavigator).EndInit(); gcNavigator.ResumeLayout(false); gcNavigator.PerformLayout(); ((ISupportInitialize)pictureBox1).EndInit(); ((ISupportInitialize)txtDHA004.Properties).EndInit(); ((ISupportInitialize)txtDHA001.Properties).EndInit(); ResumeLayout(false); PerformLayout(); } } }