/*=================================================================== * 程序说明: BusinessTables的数据管理窗体 * 作者资料: 孙中吕 * 创建日期: 2017-12-29 04:26:27 * 最后修改: 2017-12-29 04:26:27 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * 版权所有 Copyright 2006~2017, C/S框架网(www.cscode.net) *===================================================================*/ namespace CSFrameworkV5.SystemModule { /// /// BusinessTables的资料管理窗体 /// public partial class frmBusinessTables { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 生成本窗体所有组件成员清单 private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraEditors.PanelControl pcDetailEditor; private DevExpress.XtraEditors.LabelControl lblRowID; private DevExpress.XtraEditors.TextEdit txtRowID; private DevExpress.XtraGrid.Columns.GridColumn colModuleID; private DevExpress.XtraEditors.LabelControl lblModuleID; private DevExpress.XtraEditors.TextEdit txtModuleID; private DevExpress.XtraGrid.Columns.GridColumn colSortID; private DevExpress.XtraEditors.LabelControl lblSortID; private DevExpress.XtraEditors.TextEdit txtSortID; private DevExpress.XtraGrid.Columns.GridColumn colDocCode; private DevExpress.XtraEditors.LabelControl lblDocCode; private DevExpress.XtraEditors.TextEdit txtDocCode; private DevExpress.XtraGrid.Columns.GridColumn colFormName; private DevExpress.XtraEditors.LabelControl lblFormName; private DevExpress.XtraEditors.TextEdit txtFormName; private DevExpress.XtraGrid.Columns.GridColumn colFormNameSpace; private DevExpress.XtraEditors.LabelControl lblFormNameSpace; private DevExpress.XtraEditors.TextEdit txtFormNameSpace; private DevExpress.XtraGrid.Columns.GridColumn colFormCaption; private DevExpress.XtraEditors.LabelControl lblFormCaption; private DevExpress.XtraEditors.TextEdit txtFormCaption; private DevExpress.XtraGrid.Columns.GridColumn colKeyFieldName; private DevExpress.XtraEditors.LabelControl lblKeyFieldName; private DevExpress.XtraEditors.TextEdit txtKeyFieldName; private DevExpress.XtraGrid.Columns.GridColumn colTable1; private DevExpress.XtraEditors.LabelControl lblTable1; private DevExpress.XtraEditors.TextEdit txtTable1; private DevExpress.XtraGrid.Columns.GridColumn colTable1Name; private DevExpress.XtraEditors.LabelControl lblTable1Name; private DevExpress.XtraEditors.TextEdit txtTable1Name; private DevExpress.XtraGrid.Columns.GridColumn colTable2; private DevExpress.XtraEditors.LabelControl lblTable2; private DevExpress.XtraEditors.TextEdit txtTable2; private DevExpress.XtraGrid.Columns.GridColumn colTable2Name; private DevExpress.XtraEditors.LabelControl lblTable2Name; private DevExpress.XtraEditors.TextEdit txtTable2Name; private DevExpress.XtraGrid.Columns.GridColumn colTable3; private DevExpress.XtraEditors.LabelControl lblTable3; private DevExpress.XtraEditors.TextEdit txtTable3; private DevExpress.XtraGrid.Columns.GridColumn colTable3Name; private DevExpress.XtraEditors.LabelControl lblTable3Name; private DevExpress.XtraEditors.TextEdit txtTable3Name; private DevExpress.XtraGrid.Columns.GridColumn colTable4; private DevExpress.XtraEditors.LabelControl lblTable4; private DevExpress.XtraEditors.TextEdit txtTable4; private DevExpress.XtraGrid.Columns.GridColumn colTable4Name; private DevExpress.XtraEditors.LabelControl lblTable4Name; private DevExpress.XtraEditors.TextEdit txtTable4Name; private DevExpress.XtraGrid.Columns.GridColumn colTable5; private DevExpress.XtraEditors.LabelControl lblTable5; private DevExpress.XtraEditors.TextEdit txtTable5; private DevExpress.XtraGrid.Columns.GridColumn colTable5Name; private DevExpress.XtraEditors.LabelControl lblTable5Name; private DevExpress.XtraEditors.TextEdit txtTable5Name; #endregion #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBusinessTables)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colModuleID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSortID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDocCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormNameSpace = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormCaption = new DevExpress.XtraGrid.Columns.GridColumn(); this.colKeyFieldName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable1Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable2Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable3Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable4Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTable5Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl(); this.lblRowID = new DevExpress.XtraEditors.LabelControl(); this.txtRowID = new DevExpress.XtraEditors.TextEdit(); this.lblModuleID = new DevExpress.XtraEditors.LabelControl(); this.txtModuleID = new DevExpress.XtraEditors.TextEdit(); this.lblSortID = new DevExpress.XtraEditors.LabelControl(); this.txtSortID = new DevExpress.XtraEditors.TextEdit(); this.lblDocCode = new DevExpress.XtraEditors.LabelControl(); this.txtDocCode = new DevExpress.XtraEditors.TextEdit(); this.lblFormName = new DevExpress.XtraEditors.LabelControl(); this.txtFormName = new DevExpress.XtraEditors.TextEdit(); this.lblFormNameSpace = new DevExpress.XtraEditors.LabelControl(); this.txtFormNameSpace = new DevExpress.XtraEditors.TextEdit(); this.lblFormCaption = new DevExpress.XtraEditors.LabelControl(); this.txtFormCaption = new DevExpress.XtraEditors.TextEdit(); this.lblKeyFieldName = new DevExpress.XtraEditors.LabelControl(); this.txtKeyFieldName = new DevExpress.XtraEditors.TextEdit(); this.lblTable1 = new DevExpress.XtraEditors.LabelControl(); this.txtTable1 = new DevExpress.XtraEditors.TextEdit(); this.lblTable1Name = new DevExpress.XtraEditors.LabelControl(); this.txtTable1Name = new DevExpress.XtraEditors.TextEdit(); this.lblTable2 = new DevExpress.XtraEditors.LabelControl(); this.txtTable2 = new DevExpress.XtraEditors.TextEdit(); this.lblTable2Name = new DevExpress.XtraEditors.LabelControl(); this.txtTable2Name = new DevExpress.XtraEditors.TextEdit(); this.lblTable3 = new DevExpress.XtraEditors.LabelControl(); this.txtTable3 = new DevExpress.XtraEditors.TextEdit(); this.lblTable3Name = new DevExpress.XtraEditors.LabelControl(); this.txtTable3Name = new DevExpress.XtraEditors.TextEdit(); this.lblTable4 = new DevExpress.XtraEditors.LabelControl(); this.txtTable4 = new DevExpress.XtraEditors.TextEdit(); this.lblTable4Name = new DevExpress.XtraEditors.LabelControl(); this.txtTable4Name = new DevExpress.XtraEditors.TextEdit(); this.lblTable5 = new DevExpress.XtraEditors.LabelControl(); this.txtTable5 = new DevExpress.XtraEditors.TextEdit(); this.lblTable5Name = new DevExpress.XtraEditors.LabelControl(); this.txtTable5Name = new DevExpress.XtraEditors.TextEdit(); this.tpSummary.SuspendLayout(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); this.tpDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit(); this.gcNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit(); this.pcDetailEditor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRowID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSortID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormNameSpace.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormCaption.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyFieldName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable1Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable2Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable3Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable4Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable5Name.Properties)).BeginInit(); this.SuspendLayout(); // // tpSummary // this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpSummary.Appearance.PageClient.Options.UseBackColor = true; this.tpSummary.Controls.Add(this.gcSummary); this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image"))); this.tpSummary.Size = new System.Drawing.Size(830, 391); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Size = new System.Drawing.Size(836, 422); // // tcBusiness // this.tcBusiness.Size = new System.Drawing.Size(836, 422); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.Controls.Add(this.pcDetailEditor); this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image"))); this.tpDetail.Size = new System.Drawing.Size(830, 391); // // gcNavigator // this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.gcNavigator.Appearance.Options.UseBackColor = true; this.gcNavigator.Size = new System.Drawing.Size(833, 26); // // controlNavigatorSummary // this.controlNavigatorSummary.Buttons.Append.Visible = false; this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false; this.controlNavigatorSummary.Buttons.Edit.Visible = false; this.controlNavigatorSummary.Buttons.EndEdit.Visible = false; this.controlNavigatorSummary.Buttons.NextPage.Visible = false; this.controlNavigatorSummary.Buttons.PrevPage.Visible = false; this.controlNavigatorSummary.Buttons.Remove.Visible = false; this.controlNavigatorSummary.Location = new System.Drawing.Point(655, 2); // // lblAboutInfo // this.lblAboutInfo.Location = new System.Drawing.Point(458, 2); // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.Location = new System.Drawing.Point(0, 0); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(830, 391); this.gcSummary.TabIndex = 10; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // gvSummary // this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colModuleID, this.colSortID, this.colDocCode, this.colFormName, this.colFormNameSpace, this.colFormCaption, this.colKeyFieldName, this.colTable1, this.colTable1Name, this.colTable2, this.colTable2Name, this.colTable3, this.colTable3Name, this.colTable4, this.colTable4Name, this.colTable5, this.colTable5Name}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; // // colModuleID // this.colModuleID.Caption = "模块编号"; this.colModuleID.FieldName = "ModuleID"; this.colModuleID.Name = "colModuleID"; this.colModuleID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ModuleID", "{0}")}); this.colModuleID.Visible = true; this.colModuleID.VisibleIndex = 0; this.colModuleID.Width = 71; // // colSortID // this.colSortID.Caption = "排序号"; this.colSortID.FieldName = "SortID"; this.colSortID.Name = "colSortID"; this.colSortID.Visible = true; this.colSortID.VisibleIndex = 1; this.colSortID.Width = 63; // // colDocCode // this.colDocCode.Caption = "单据表头"; this.colDocCode.FieldName = "DocCode"; this.colDocCode.Name = "colDocCode"; this.colDocCode.Visible = true; this.colDocCode.VisibleIndex = 2; this.colDocCode.Width = 84; // // colFormName // this.colFormName.Caption = "单据名称"; this.colFormName.FieldName = "FormName"; this.colFormName.Name = "colFormName"; this.colFormName.Visible = true; this.colFormName.VisibleIndex = 3; this.colFormName.Width = 94; // // colFormNameSpace // this.colFormNameSpace.Caption = "窗体空间"; this.colFormNameSpace.FieldName = "FormNameSpace"; this.colFormNameSpace.Name = "colFormNameSpace"; this.colFormNameSpace.Visible = true; this.colFormNameSpace.VisibleIndex = 5; this.colFormNameSpace.Width = 200; // // colFormCaption // this.colFormCaption.Caption = "窗体名称"; this.colFormCaption.FieldName = "FormCaption"; this.colFormCaption.Name = "colFormCaption"; this.colFormCaption.Visible = true; this.colFormCaption.VisibleIndex = 4; this.colFormCaption.Width = 129; // // colKeyFieldName // this.colKeyFieldName.Caption = "主键"; this.colKeyFieldName.FieldName = "KeyFieldName"; this.colKeyFieldName.Name = "colKeyFieldName"; this.colKeyFieldName.Visible = true; this.colKeyFieldName.VisibleIndex = 6; this.colKeyFieldName.Width = 99; // // colTable1 // this.colTable1.Caption = "表1"; this.colTable1.FieldName = "Table1"; this.colTable1.Name = "colTable1"; this.colTable1.Visible = true; this.colTable1.VisibleIndex = 7; this.colTable1.Width = 100; // // colTable1Name // this.colTable1Name.Caption = "表名1"; this.colTable1Name.FieldName = "Table1Name"; this.colTable1Name.Name = "colTable1Name"; this.colTable1Name.Visible = true; this.colTable1Name.VisibleIndex = 8; this.colTable1Name.Width = 100; // // colTable2 // this.colTable2.Caption = "表2"; this.colTable2.FieldName = "Table2"; this.colTable2.Name = "colTable2"; this.colTable2.Visible = true; this.colTable2.VisibleIndex = 9; this.colTable2.Width = 100; // // colTable2Name // this.colTable2Name.Caption = "表名2"; this.colTable2Name.FieldName = "Table2Name"; this.colTable2Name.Name = "colTable2Name"; this.colTable2Name.Visible = true; this.colTable2Name.VisibleIndex = 10; this.colTable2Name.Width = 100; // // colTable3 // this.colTable3.Caption = "表3"; this.colTable3.FieldName = "Table3"; this.colTable3.Name = "colTable3"; this.colTable3.Visible = true; this.colTable3.VisibleIndex = 11; this.colTable3.Width = 100; // // colTable3Name // this.colTable3Name.Caption = "表名3"; this.colTable3Name.FieldName = "Table3Name"; this.colTable3Name.Name = "colTable3Name"; this.colTable3Name.Visible = true; this.colTable3Name.VisibleIndex = 12; this.colTable3Name.Width = 100; // // colTable4 // this.colTable4.Caption = "表4"; this.colTable4.FieldName = "Table4"; this.colTable4.Name = "colTable4"; this.colTable4.Visible = true; this.colTable4.VisibleIndex = 13; this.colTable4.Width = 100; // // colTable4Name // this.colTable4Name.Caption = "表名4"; this.colTable4Name.FieldName = "Table4Name"; this.colTable4Name.Name = "colTable4Name"; this.colTable4Name.Visible = true; this.colTable4Name.VisibleIndex = 14; this.colTable4Name.Width = 100; // // colTable5 // this.colTable5.Caption = "表5"; this.colTable5.FieldName = "Table5"; this.colTable5.Name = "colTable5"; this.colTable5.Visible = true; this.colTable5.VisibleIndex = 15; this.colTable5.Width = 100; // // colTable5Name // this.colTable5Name.Caption = "表名5"; this.colTable5Name.FieldName = "Table5Name"; this.colTable5Name.Name = "colTable5Name"; this.colTable5Name.Visible = true; this.colTable5Name.VisibleIndex = 16; this.colTable5Name.Width = 100; // // pcDetailEditor // this.pcDetailEditor.Controls.Add(this.lblRowID); this.pcDetailEditor.Controls.Add(this.txtRowID); this.pcDetailEditor.Controls.Add(this.lblModuleID); this.pcDetailEditor.Controls.Add(this.txtModuleID); this.pcDetailEditor.Controls.Add(this.lblSortID); this.pcDetailEditor.Controls.Add(this.txtSortID); this.pcDetailEditor.Controls.Add(this.lblDocCode); this.pcDetailEditor.Controls.Add(this.txtDocCode); this.pcDetailEditor.Controls.Add(this.lblFormName); this.pcDetailEditor.Controls.Add(this.txtFormName); this.pcDetailEditor.Controls.Add(this.lblFormNameSpace); this.pcDetailEditor.Controls.Add(this.txtFormNameSpace); this.pcDetailEditor.Controls.Add(this.lblFormCaption); this.pcDetailEditor.Controls.Add(this.txtFormCaption); this.pcDetailEditor.Controls.Add(this.lblKeyFieldName); this.pcDetailEditor.Controls.Add(this.txtKeyFieldName); this.pcDetailEditor.Controls.Add(this.lblTable1); this.pcDetailEditor.Controls.Add(this.txtTable1); this.pcDetailEditor.Controls.Add(this.lblTable1Name); this.pcDetailEditor.Controls.Add(this.txtTable1Name); this.pcDetailEditor.Controls.Add(this.lblTable2); this.pcDetailEditor.Controls.Add(this.txtTable2); this.pcDetailEditor.Controls.Add(this.lblTable2Name); this.pcDetailEditor.Controls.Add(this.txtTable2Name); this.pcDetailEditor.Controls.Add(this.lblTable3); this.pcDetailEditor.Controls.Add(this.txtTable3); this.pcDetailEditor.Controls.Add(this.lblTable3Name); this.pcDetailEditor.Controls.Add(this.txtTable3Name); this.pcDetailEditor.Controls.Add(this.lblTable4); this.pcDetailEditor.Controls.Add(this.txtTable4); this.pcDetailEditor.Controls.Add(this.lblTable4Name); this.pcDetailEditor.Controls.Add(this.txtTable4Name); this.pcDetailEditor.Controls.Add(this.lblTable5); this.pcDetailEditor.Controls.Add(this.txtTable5); this.pcDetailEditor.Controls.Add(this.lblTable5Name); this.pcDetailEditor.Controls.Add(this.txtTable5Name); this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.pcDetailEditor.Location = new System.Drawing.Point(0, 0); this.pcDetailEditor.Name = "pcDetailEditor"; this.pcDetailEditor.Size = new System.Drawing.Size(830, 391); this.pcDetailEditor.TabIndex = 0; // // lblRowID // this.lblRowID.Location = new System.Drawing.Point(57, 38); this.lblRowID.Name = "lblRowID"; this.lblRowID.Size = new System.Drawing.Size(48, 14); this.lblRowID.TabIndex = 0; this.lblRowID.Text = "序列号:"; // // txtRowID // this.txtRowID.Location = new System.Drawing.Point(110, 35); this.txtRowID.Name = "txtRowID"; this.txtRowID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.txtRowID.Properties.Appearance.Options.UseBackColor = true; this.txtRowID.Size = new System.Drawing.Size(337, 20); this.txtRowID.TabIndex = 0; // // lblModuleID // this.lblModuleID.Location = new System.Drawing.Point(45, 67); this.lblModuleID.Name = "lblModuleID"; this.lblModuleID.Size = new System.Drawing.Size(60, 14); this.lblModuleID.TabIndex = 0; this.lblModuleID.Text = "模块编号:"; // // txtModuleID // this.txtModuleID.Location = new System.Drawing.Point(110, 64); this.txtModuleID.Name = "txtModuleID"; this.txtModuleID.Size = new System.Drawing.Size(110, 20); this.txtModuleID.TabIndex = 0; // // lblSortID // this.lblSortID.Location = new System.Drawing.Point(283, 68); this.lblSortID.Name = "lblSortID"; this.lblSortID.Size = new System.Drawing.Size(48, 14); this.lblSortID.TabIndex = 0; this.lblSortID.Text = "排序号:"; // // txtSortID // this.txtSortID.Location = new System.Drawing.Point(337, 64); this.txtSortID.Name = "txtSortID"; this.txtSortID.Size = new System.Drawing.Size(110, 20); this.txtSortID.TabIndex = 0; // // lblDocCode // this.lblDocCode.Location = new System.Drawing.Point(45, 94); this.lblDocCode.Name = "lblDocCode"; this.lblDocCode.Size = new System.Drawing.Size(60, 14); this.lblDocCode.TabIndex = 0; this.lblDocCode.Text = "单据表头:"; // // txtDocCode // this.txtDocCode.Location = new System.Drawing.Point(110, 92); this.txtDocCode.Name = "txtDocCode"; this.txtDocCode.Size = new System.Drawing.Size(110, 20); this.txtDocCode.TabIndex = 0; // // lblFormName // this.lblFormName.Location = new System.Drawing.Point(45, 146); this.lblFormName.Name = "lblFormName"; this.lblFormName.Size = new System.Drawing.Size(60, 14); this.lblFormName.TabIndex = 0; this.lblFormName.Text = "单据名称:"; // // txtFormName // this.txtFormName.Location = new System.Drawing.Point(110, 144); this.txtFormName.Name = "txtFormName"; this.txtFormName.Size = new System.Drawing.Size(337, 20); this.txtFormName.TabIndex = 0; // // lblFormNameSpace // this.lblFormNameSpace.Location = new System.Drawing.Point(45, 173); this.lblFormNameSpace.Name = "lblFormNameSpace"; this.lblFormNameSpace.Size = new System.Drawing.Size(60, 14); this.lblFormNameSpace.TabIndex = 0; this.lblFormNameSpace.Text = "窗体空间:"; // // txtFormNameSpace // this.txtFormNameSpace.Location = new System.Drawing.Point(110, 170); this.txtFormNameSpace.Name = "txtFormNameSpace"; this.txtFormNameSpace.Size = new System.Drawing.Size(337, 20); this.txtFormNameSpace.TabIndex = 0; // // lblFormCaption // this.lblFormCaption.Location = new System.Drawing.Point(45, 120); this.lblFormCaption.Name = "lblFormCaption"; this.lblFormCaption.Size = new System.Drawing.Size(60, 14); this.lblFormCaption.TabIndex = 0; this.lblFormCaption.Text = "窗体名称:"; // // txtFormCaption // this.txtFormCaption.Location = new System.Drawing.Point(110, 118); this.txtFormCaption.Name = "txtFormCaption"; this.txtFormCaption.Size = new System.Drawing.Size(337, 20); this.txtFormCaption.TabIndex = 0; // // lblKeyFieldName // this.lblKeyFieldName.Location = new System.Drawing.Point(295, 95); this.lblKeyFieldName.Name = "lblKeyFieldName"; this.lblKeyFieldName.Size = new System.Drawing.Size(36, 14); this.lblKeyFieldName.TabIndex = 0; this.lblKeyFieldName.Text = "主键:"; // // txtKeyFieldName // this.txtKeyFieldName.Location = new System.Drawing.Point(337, 92); this.txtKeyFieldName.Name = "txtKeyFieldName"; this.txtKeyFieldName.Size = new System.Drawing.Size(110, 20); this.txtKeyFieldName.TabIndex = 0; // // lblTable1 // this.lblTable1.Location = new System.Drawing.Point(74, 200); this.lblTable1.Name = "lblTable1"; this.lblTable1.Size = new System.Drawing.Size(31, 14); this.lblTable1.TabIndex = 0; this.lblTable1.Text = "表1:"; // // txtTable1 // this.txtTable1.Location = new System.Drawing.Point(110, 197); this.txtTable1.Name = "txtTable1"; this.txtTable1.Size = new System.Drawing.Size(110, 20); this.txtTable1.TabIndex = 0; // // lblTable1Name // this.lblTable1Name.Location = new System.Drawing.Point(288, 197); this.lblTable1Name.Name = "lblTable1Name"; this.lblTable1Name.Size = new System.Drawing.Size(43, 14); this.lblTable1Name.TabIndex = 0; this.lblTable1Name.Text = "表名1:"; // // txtTable1Name // this.txtTable1Name.Location = new System.Drawing.Point(337, 195); this.txtTable1Name.Name = "txtTable1Name"; this.txtTable1Name.Size = new System.Drawing.Size(110, 20); this.txtTable1Name.TabIndex = 0; // // lblTable2 // this.lblTable2.Location = new System.Drawing.Point(74, 226); this.lblTable2.Name = "lblTable2"; this.lblTable2.Size = new System.Drawing.Size(31, 14); this.lblTable2.TabIndex = 0; this.lblTable2.Text = "表2:"; // // txtTable2 // this.txtTable2.Location = new System.Drawing.Point(110, 223); this.txtTable2.Name = "txtTable2"; this.txtTable2.Size = new System.Drawing.Size(110, 20); this.txtTable2.TabIndex = 0; // // lblTable2Name // this.lblTable2Name.Location = new System.Drawing.Point(288, 226); this.lblTable2Name.Name = "lblTable2Name"; this.lblTable2Name.Size = new System.Drawing.Size(43, 14); this.lblTable2Name.TabIndex = 0; this.lblTable2Name.Text = "表名2:"; // // txtTable2Name // this.txtTable2Name.Location = new System.Drawing.Point(337, 224); this.txtTable2Name.Name = "txtTable2Name"; this.txtTable2Name.Size = new System.Drawing.Size(110, 20); this.txtTable2Name.TabIndex = 0; // // lblTable3 // this.lblTable3.Location = new System.Drawing.Point(74, 253); this.lblTable3.Name = "lblTable3"; this.lblTable3.Size = new System.Drawing.Size(31, 14); this.lblTable3.TabIndex = 0; this.lblTable3.Text = "表3:"; // // txtTable3 // this.txtTable3.Location = new System.Drawing.Point(110, 250); this.txtTable3.Name = "txtTable3"; this.txtTable3.Size = new System.Drawing.Size(110, 20); this.txtTable3.TabIndex = 0; // // lblTable3Name // this.lblTable3Name.Location = new System.Drawing.Point(288, 250); this.lblTable3Name.Name = "lblTable3Name"; this.lblTable3Name.Size = new System.Drawing.Size(43, 14); this.lblTable3Name.TabIndex = 0; this.lblTable3Name.Text = "表名3:"; // // txtTable3Name // this.txtTable3Name.Location = new System.Drawing.Point(337, 250); this.txtTable3Name.Name = "txtTable3Name"; this.txtTable3Name.Size = new System.Drawing.Size(110, 20); this.txtTable3Name.TabIndex = 0; // // lblTable4 // this.lblTable4.Location = new System.Drawing.Point(74, 280); this.lblTable4.Name = "lblTable4"; this.lblTable4.Size = new System.Drawing.Size(31, 14); this.lblTable4.TabIndex = 0; this.lblTable4.Text = "表4:"; // // txtTable4 // this.txtTable4.Location = new System.Drawing.Point(110, 277); this.txtTable4.Name = "txtTable4"; this.txtTable4.Size = new System.Drawing.Size(110, 20); this.txtTable4.TabIndex = 0; // // lblTable4Name // this.lblTable4Name.Location = new System.Drawing.Point(288, 277); this.lblTable4Name.Name = "lblTable4Name"; this.lblTable4Name.Size = new System.Drawing.Size(43, 14); this.lblTable4Name.TabIndex = 0; this.lblTable4Name.Text = "表名4:"; // // txtTable4Name // this.txtTable4Name.Location = new System.Drawing.Point(337, 277); this.txtTable4Name.Name = "txtTable4Name"; this.txtTable4Name.Size = new System.Drawing.Size(110, 20); this.txtTable4Name.TabIndex = 0; // // lblTable5 // this.lblTable5.Location = new System.Drawing.Point(74, 306); this.lblTable5.Name = "lblTable5"; this.lblTable5.Size = new System.Drawing.Size(31, 14); this.lblTable5.TabIndex = 0; this.lblTable5.Text = "表5:"; // // txtTable5 // this.txtTable5.Location = new System.Drawing.Point(110, 303); this.txtTable5.Name = "txtTable5"; this.txtTable5.Size = new System.Drawing.Size(110, 20); this.txtTable5.TabIndex = 0; // // lblTable5Name // this.lblTable5Name.Location = new System.Drawing.Point(288, 303); this.lblTable5Name.Name = "lblTable5Name"; this.lblTable5Name.Size = new System.Drawing.Size(43, 14); this.lblTable5Name.TabIndex = 0; this.lblTable5Name.Text = "表名5:"; // // txtTable5Name // this.txtTable5Name.Location = new System.Drawing.Point(337, 303); this.txtTable5Name.Name = "txtTable5Name"; this.txtTable5Name.Size = new System.Drawing.Size(110, 20); this.txtTable5Name.TabIndex = 0; // // frmBusinessTables // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(840, 426); this.Name = "frmBusinessTables"; this.Text = "资料表维护"; this.Load += new System.EventHandler(this.frmBusinessTables_Load); this.tpSummary.ResumeLayout(false); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.ResumeLayout(false); this.tpDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit(); this.gcNavigator.ResumeLayout(false); this.gcNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit(); this.pcDetailEditor.ResumeLayout(false); this.pcDetailEditor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRowID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSortID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormNameSpace.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFormCaption.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyFieldName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable1Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable2Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable3Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable4Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTable5Name.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion }//public partial class }//namespace