namespace CSFrameworkV5.SystemModule { partial class frmDatasetMgr { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDatasetMgr)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colDataSetID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataSetName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDatabaseType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemoteServerIP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemoteServerPort = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLocalServerIP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLocalServerPort = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDBName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDBUserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDBUserPassword = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPermissionInherited = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.colIsVisible = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcDetailEditor = new DevExpress.XtraEditors.GroupControl(); this.labelControl19 = new DevExpress.XtraEditors.LabelControl(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.txtRemoteServerPort = new DevExpress.XtraEditors.TextEdit(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.txtLocalServerPort = new DevExpress.XtraEditors.TextEdit(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.txtLocalServerIP = new DevExpress.XtraEditors.TextEdit(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.chkIsVisible = new DevExpress.XtraEditors.CheckEdit(); this.chkPermissionInherited = new DevExpress.XtraEditors.CheckEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtDBUserPassword = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtDBUserName = new DevExpress.XtraEditors.TextEdit(); this.txtRemark = new DevExpress.XtraEditors.TextEdit(); this.txtDataSetID = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtDataSetName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtRemoteServerIP = new DevExpress.XtraEditors.TextEdit(); this.txtDBName = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtDatabaseType = new DevExpress.XtraEditors.ComboBoxEdit(); 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.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).BeginInit(); this.gcDetailEditor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRemoteServerPort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLocalServerPort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLocalServerIP.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkIsVisible.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPermissionInherited.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBUserPassword.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBUserName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataSetID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataSetName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemoteServerIP.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDatabaseType.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.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.tpSummary.Size = new System.Drawing.Size(1143, 546); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 5); this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlSummary.Size = new System.Drawing.Size(1145, 578); // // tcBusiness // this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.tcBusiness.Size = new System.Drawing.Size(1145, 578); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.Controls.Add(this.gcDetailEditor); this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image"))); this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.tpDetail.Size = new System.Drawing.Size(1143, 546); // // 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.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5); this.gcNavigator.Size = new System.Drawing.Size(1149, 33); // // 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(946, 5); this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 23); // // txtFocusForSave // this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); // // lblAboutInfo // this.lblAboutInfo.Location = new System.Drawing.Point(720, 3); // // 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.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gcSummary.Location = new System.Drawing.Point(0, 0); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gcSummary.Name = "gcSummary"; this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(1143, 546); 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.colDataSetID, this.colDataSetName, this.colDatabaseType, this.colRemoteServerIP, this.colRemoteServerPort, this.colLocalServerIP, this.colLocalServerPort, this.colDBName, this.colDBUserName, this.colDBUserPassword, this.colRemark, this.colPermissionInherited, this.colIsVisible}); this.gvSummary.DetailHeight = 450; this.gvSummary.FixedLineWidth = 3; this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; // // colDataSetID // this.colDataSetID.Caption = "帐套编号"; this.colDataSetID.FieldName = "DataSetID"; this.colDataSetID.MinWidth = 23; this.colDataSetID.Name = "colDataSetID"; this.colDataSetID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); this.colDataSetID.Visible = true; this.colDataSetID.VisibleIndex = 0; this.colDataSetID.Width = 90; // // colDataSetName // this.colDataSetName.Caption = "帐套名称"; this.colDataSetName.FieldName = "DataSetName"; this.colDataSetName.MinWidth = 23; this.colDataSetName.Name = "colDataSetName"; this.colDataSetName.Visible = true; this.colDataSetName.VisibleIndex = 1; this.colDataSetName.Width = 136; // // colDatabaseType // this.colDatabaseType.Caption = "数据库类型"; this.colDatabaseType.FieldName = "DatabaseType"; this.colDatabaseType.MinWidth = 23; this.colDatabaseType.Name = "colDatabaseType"; this.colDatabaseType.Visible = true; this.colDatabaseType.VisibleIndex = 2; this.colDatabaseType.Width = 94; // // colRemoteServerIP // this.colRemoteServerIP.Caption = "远程服务器IP"; this.colRemoteServerIP.FieldName = "RemoteServerIP"; this.colRemoteServerIP.MinWidth = 23; this.colRemoteServerIP.Name = "colRemoteServerIP"; this.colRemoteServerIP.Visible = true; this.colRemoteServerIP.VisibleIndex = 3; this.colRemoteServerIP.Width = 106; // // colRemoteServerPort // this.colRemoteServerPort.Caption = "远程服务器端口"; this.colRemoteServerPort.FieldName = "RemoteServerPort"; this.colRemoteServerPort.MinWidth = 23; this.colRemoteServerPort.Name = "colRemoteServerPort"; this.colRemoteServerPort.Visible = true; this.colRemoteServerPort.VisibleIndex = 4; this.colRemoteServerPort.Width = 123; // // colLocalServerIP // this.colLocalServerIP.Caption = "本地服务器IP"; this.colLocalServerIP.FieldName = "LocalServerIP"; this.colLocalServerIP.MinWidth = 23; this.colLocalServerIP.Name = "colLocalServerIP"; this.colLocalServerIP.Visible = true; this.colLocalServerIP.VisibleIndex = 5; this.colLocalServerIP.Width = 104; // // colLocalServerPort // this.colLocalServerPort.Caption = "本地服务器端口"; this.colLocalServerPort.FieldName = "LocalServerPort"; this.colLocalServerPort.MinWidth = 23; this.colLocalServerPort.Name = "colLocalServerPort"; this.colLocalServerPort.Visible = true; this.colLocalServerPort.VisibleIndex = 6; this.colLocalServerPort.Width = 115; // // colDBName // this.colDBName.Caption = "数据库名"; this.colDBName.FieldName = "DBName"; this.colDBName.MinWidth = 23; this.colDBName.Name = "colDBName"; this.colDBName.Visible = true; this.colDBName.VisibleIndex = 7; this.colDBName.Width = 159; // // colDBUserName // this.colDBUserName.Caption = "登录用户"; this.colDBUserName.FieldName = "DBUserName"; this.colDBUserName.MinWidth = 23; this.colDBUserName.Name = "colDBUserName"; this.colDBUserName.Visible = true; this.colDBUserName.VisibleIndex = 8; this.colDBUserName.Width = 86; // // colDBUserPassword // this.colDBUserPassword.Caption = "登录密码"; this.colDBUserPassword.FieldName = "DBUserPassword"; this.colDBUserPassword.MinWidth = 23; this.colDBUserPassword.Name = "colDBUserPassword"; this.colDBUserPassword.Visible = true; this.colDBUserPassword.VisibleIndex = 9; this.colDBUserPassword.Width = 86; // // colRemark // this.colRemark.Caption = "备注"; this.colRemark.FieldName = "Remark"; this.colRemark.MinWidth = 23; this.colRemark.Name = "colRemark"; this.colRemark.Visible = true; this.colRemark.VisibleIndex = 12; this.colRemark.Width = 170; // // colPermissionInherited // this.colPermissionInherited.AppearanceHeader.Options.UseTextOptions = true; this.colPermissionInherited.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPermissionInherited.Caption = "启用继承权限"; this.colPermissionInherited.ColumnEdit = this.repositoryItemCheckEdit1; this.colPermissionInherited.FieldName = "PermissionInherited"; this.colPermissionInherited.MinWidth = 23; this.colPermissionInherited.Name = "colPermissionInherited"; this.colPermissionInherited.Visible = true; this.colPermissionInherited.VisibleIndex = 10; this.colPermissionInherited.Width = 118; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit1.ValueChecked = "Y"; this.repositoryItemCheckEdit1.ValueUnchecked = "N"; // // colIsVisible // this.colIsVisible.AppearanceHeader.Options.UseTextOptions = true; this.colIsVisible.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colIsVisible.Caption = "可见"; this.colIsVisible.ColumnEdit = this.repositoryItemCheckEdit1; this.colIsVisible.FieldName = "IsVisible"; this.colIsVisible.MinWidth = 23; this.colIsVisible.Name = "colIsVisible"; this.colIsVisible.Visible = true; this.colIsVisible.VisibleIndex = 11; this.colIsVisible.Width = 86; // // gcDetailEditor // this.gcDetailEditor.Controls.Add(this.labelControl19); this.gcDetailEditor.Controls.Add(this.labelControl20); this.gcDetailEditor.Controls.Add(this.txtRemoteServerPort); this.gcDetailEditor.Controls.Add(this.labelControl18); this.gcDetailEditor.Controls.Add(this.txtLocalServerPort); this.gcDetailEditor.Controls.Add(this.labelControl17); this.gcDetailEditor.Controls.Add(this.labelControl16); this.gcDetailEditor.Controls.Add(this.labelControl14); this.gcDetailEditor.Controls.Add(this.txtLocalServerIP); this.gcDetailEditor.Controls.Add(this.labelControl15); this.gcDetailEditor.Controls.Add(this.labelControl13); this.gcDetailEditor.Controls.Add(this.labelControl12); this.gcDetailEditor.Controls.Add(this.labelControl11); this.gcDetailEditor.Controls.Add(this.labelControl10); this.gcDetailEditor.Controls.Add(this.labelControl9); this.gcDetailEditor.Controls.Add(this.labelControl7); this.gcDetailEditor.Controls.Add(this.chkIsVisible); this.gcDetailEditor.Controls.Add(this.chkPermissionInherited); this.gcDetailEditor.Controls.Add(this.labelControl8); this.gcDetailEditor.Controls.Add(this.txtDBUserPassword); this.gcDetailEditor.Controls.Add(this.labelControl6); this.gcDetailEditor.Controls.Add(this.txtDBUserName); this.gcDetailEditor.Controls.Add(this.txtRemark); this.gcDetailEditor.Controls.Add(this.txtDataSetID); this.gcDetailEditor.Controls.Add(this.labelControl1); this.gcDetailEditor.Controls.Add(this.labelControl5); this.gcDetailEditor.Controls.Add(this.txtDataSetName); this.gcDetailEditor.Controls.Add(this.labelControl2); this.gcDetailEditor.Controls.Add(this.labelControl4); this.gcDetailEditor.Controls.Add(this.txtRemoteServerIP); this.gcDetailEditor.Controls.Add(this.txtDBName); this.gcDetailEditor.Controls.Add(this.labelControl3); this.gcDetailEditor.Controls.Add(this.txtDatabaseType); this.gcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.gcDetailEditor.Location = new System.Drawing.Point(0, 0); this.gcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gcDetailEditor.Name = "gcDetailEditor"; this.gcDetailEditor.Size = new System.Drawing.Size(1143, 546); this.gcDetailEditor.TabIndex = 15; this.gcDetailEditor.Text = "帐套资料维护"; // // labelControl19 // this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl19.Appearance.Options.UseForeColor = true; this.labelControl19.Location = new System.Drawing.Point(499, 212); this.labelControl19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl19.Name = "labelControl19"; this.labelControl19.Size = new System.Drawing.Size(8, 18); this.labelControl19.TabIndex = 33; this.labelControl19.Text = "*"; // // labelControl20 // this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl20.Appearance.Options.UseForeColor = true; this.labelControl20.Location = new System.Drawing.Point(499, 176); this.labelControl20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(8, 18); this.labelControl20.TabIndex = 32; this.labelControl20.Text = "*"; // // txtRemoteServerPort // this.txtRemoteServerPort.Location = new System.Drawing.Point(426, 168); this.txtRemoteServerPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRemoteServerPort.Name = "txtRemoteServerPort"; this.txtRemoteServerPort.Size = new System.Drawing.Size(66, 24); this.txtRemoteServerPort.TabIndex = 30; // // labelControl18 // this.labelControl18.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelControl18.Appearance.Options.UseForeColor = true; this.labelControl18.Location = new System.Drawing.Point(325, 171); this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(116, 18); this.labelControl18.TabIndex = 31; this.labelControl18.Text = "远程数据库Port:"; // // txtLocalServerPort // this.txtLocalServerPort.Location = new System.Drawing.Point(426, 206); this.txtLocalServerPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtLocalServerPort.Name = "txtLocalServerPort"; this.txtLocalServerPort.Size = new System.Drawing.Size(66, 24); this.txtLocalServerPort.TabIndex = 30; // // labelControl17 // this.labelControl17.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelControl17.Appearance.Options.UseForeColor = true; this.labelControl17.Location = new System.Drawing.Point(325, 208); this.labelControl17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(116, 18); this.labelControl17.TabIndex = 31; this.labelControl17.Text = "本地数据库Port:"; // // labelControl16 // this.labelControl16.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelControl16.Appearance.Options.UseForeColor = true; this.labelControl16.Location = new System.Drawing.Point(57, 134); this.labelControl16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(90, 18); this.labelControl16.TabIndex = 29; this.labelControl16.Text = "数据库类型:"; // // labelControl14 // this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl14.Appearance.Options.UseForeColor = true; this.labelControl14.Location = new System.Drawing.Point(302, 213); this.labelControl14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(8, 18); this.labelControl14.TabIndex = 27; this.labelControl14.Text = "*"; // // txtLocalServerIP // this.txtLocalServerIP.Location = new System.Drawing.Point(146, 206); this.txtLocalServerIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtLocalServerIP.Name = "txtLocalServerIP"; this.txtLocalServerIP.Size = new System.Drawing.Size(149, 24); this.txtLocalServerIP.TabIndex = 25; // // labelControl15 // this.labelControl15.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelControl15.Appearance.Options.UseForeColor = true; this.labelControl15.Location = new System.Drawing.Point(47, 208); this.labelControl15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(104, 18); this.labelControl15.TabIndex = 26; this.labelControl15.Text = "本地数据库IP:"; // // labelControl13 // this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl13.Appearance.Options.UseForeColor = true; this.labelControl13.Location = new System.Drawing.Point(499, 323); this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(8, 18); this.labelControl13.TabIndex = 24; this.labelControl13.Text = "*"; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Appearance.Options.UseForeColor = true; this.labelControl12.Location = new System.Drawing.Point(499, 287); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(8, 18); this.labelControl12.TabIndex = 23; this.labelControl12.Text = "*"; // // labelControl11 // this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl11.Appearance.Options.UseForeColor = true; this.labelControl11.Location = new System.Drawing.Point(499, 251); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(8, 18); this.labelControl11.TabIndex = 22; this.labelControl11.Text = "*"; // // labelControl10 // this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Location = new System.Drawing.Point(302, 172); this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(8, 18); this.labelControl10.TabIndex = 21; this.labelControl10.Text = "*"; // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Location = new System.Drawing.Point(499, 99); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); this.labelControl9.TabIndex = 20; this.labelControl9.Text = "*"; // // labelControl7 // this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl7.Appearance.Options.UseForeColor = true; this.labelControl7.Location = new System.Drawing.Point(266, 63); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(8, 18); this.labelControl7.TabIndex = 19; this.labelControl7.Text = "*"; // // chkIsVisible // this.chkIsVisible.Location = new System.Drawing.Point(289, 58); this.chkIsVisible.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkIsVisible.Name = "chkIsVisible"; this.chkIsVisible.Properties.Caption = "使用"; this.chkIsVisible.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.chkIsVisible.Properties.ValueChecked = "Y"; this.chkIsVisible.Properties.ValueUnchecked = "N"; this.chkIsVisible.Size = new System.Drawing.Size(73, 24); this.chkIsVisible.TabIndex = 18; // // chkPermissionInherited // this.chkPermissionInherited.Location = new System.Drawing.Point(368, 58); this.chkPermissionInherited.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkPermissionInherited.Name = "chkPermissionInherited"; this.chkPermissionInherited.Properties.Caption = "启用继承权限"; this.chkPermissionInherited.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.chkPermissionInherited.Properties.ValueChecked = "Y"; this.chkPermissionInherited.Properties.ValueUnchecked = "N"; this.chkPermissionInherited.Size = new System.Drawing.Size(129, 24); this.chkPermissionInherited.TabIndex = 17; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(57, 247); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(90, 18); this.labelControl8.TabIndex = 16; this.labelControl8.Text = "数据库名称:"; // // txtDBUserPassword // this.txtDBUserPassword.Location = new System.Drawing.Point(146, 315); this.txtDBUserPassword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDBUserPassword.Name = "txtDBUserPassword"; this.txtDBUserPassword.Size = new System.Drawing.Size(346, 24); this.txtDBUserPassword.TabIndex = 14; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(71, 319); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(75, 18); this.labelControl6.TabIndex = 13; this.labelControl6.Text = "登录密码:"; // // txtDBUserName // this.txtDBUserName.Location = new System.Drawing.Point(146, 279); this.txtDBUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDBUserName.Name = "txtDBUserName"; this.txtDBUserName.Size = new System.Drawing.Size(346, 24); this.txtDBUserName.TabIndex = 12; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(146, 351); this.txtRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(346, 24); this.txtRemark.TabIndex = 10; // // txtDataSetID // this.txtDataSetID.Location = new System.Drawing.Point(146, 57); this.txtDataSetID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDataSetID.Name = "txtDataSetID"; this.txtDataSetID.Size = new System.Drawing.Size(113, 24); this.txtDataSetID.TabIndex = 2; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(71, 60); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 18); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "帐套编号:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(98, 355); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(45, 18); this.labelControl5.TabIndex = 11; this.labelControl5.Text = "备注:"; // // txtDataSetName // this.txtDataSetName.Location = new System.Drawing.Point(146, 93); this.txtDataSetName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDataSetName.Name = "txtDataSetName"; this.txtDataSetName.Size = new System.Drawing.Size(346, 24); this.txtDataSetName.TabIndex = 4; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(71, 96); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(75, 18); this.labelControl2.TabIndex = 5; this.labelControl2.Text = "帐套名称:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(71, 283); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 18); this.labelControl4.TabIndex = 9; this.labelControl4.Text = "登录帐号:"; // // txtRemoteServerIP // this.txtRemoteServerIP.Location = new System.Drawing.Point(146, 168); this.txtRemoteServerIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRemoteServerIP.Name = "txtRemoteServerIP"; this.txtRemoteServerIP.Size = new System.Drawing.Size(149, 24); this.txtRemoteServerIP.TabIndex = 6; // // txtDBName // this.txtDBName.Location = new System.Drawing.Point(146, 243); this.txtDBName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDBName.Name = "txtDBName"; this.txtDBName.Size = new System.Drawing.Size(346, 24); this.txtDBName.TabIndex = 8; // // labelControl3 // this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(47, 172); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(104, 18); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "远程服务器IP:"; // // txtDatabaseType // this.txtDatabaseType.Location = new System.Drawing.Point(146, 130); this.txtDatabaseType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDatabaseType.Name = "txtDatabaseType"; this.txtDatabaseType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtDatabaseType.Properties.Items.AddRange(new object[] { "SqlServer", "MySql", "Oracle"}); this.txtDatabaseType.Size = new System.Drawing.Size(149, 24); this.txtDatabaseType.TabIndex = 28; // // frmDatasetMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.ClientSize = new System.Drawing.Size(1149, 588); this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.Name = "frmDatasetMgr"; this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5); this.Text = "帐套资料维护"; this.Load += new System.EventHandler(this.frmDatasetMgr_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.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).EndInit(); this.gcDetailEditor.ResumeLayout(false); this.gcDetailEditor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRemoteServerPort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLocalServerPort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLocalServerIP.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkIsVisible.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPermissionInherited.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBUserPassword.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBUserName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataSetID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataSetName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemoteServerIP.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDatabaseType.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraGrid.Columns.GridColumn colDataSetID; private DevExpress.XtraGrid.Columns.GridColumn colDataSetName; private DevExpress.XtraGrid.Columns.GridColumn colRemoteServerIP; private DevExpress.XtraGrid.Columns.GridColumn colDBName; private DevExpress.XtraGrid.Columns.GridColumn colDBUserName; private DevExpress.XtraGrid.Columns.GridColumn colDBUserPassword; private DevExpress.XtraGrid.Columns.GridColumn colRemark; private DevExpress.XtraGrid.Columns.GridColumn colPermissionInherited; private DevExpress.XtraGrid.Columns.GridColumn colIsVisible; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.GroupControl gcDetailEditor; private DevExpress.XtraEditors.TextEdit txtRemark; private DevExpress.XtraEditors.TextEdit txtDataSetID; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit txtDataSetName; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtRemoteServerIP; private DevExpress.XtraEditors.TextEdit txtDBName; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtDBUserPassword; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit txtDBUserName; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.CheckEdit chkIsVisible; private DevExpress.XtraEditors.CheckEdit chkPermissionInherited; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.TextEdit txtLocalServerIP; private DevExpress.XtraEditors.LabelControl labelControl15; private DevExpress.XtraGrid.Columns.GridColumn colLocalServerIP; private DevExpress.XtraEditors.LabelControl labelControl16; private DevExpress.XtraEditors.ComboBoxEdit txtDatabaseType; private DevExpress.XtraGrid.Columns.GridColumn colDatabaseType; private DevExpress.XtraGrid.Columns.GridColumn colRemoteServerPort; private DevExpress.XtraGrid.Columns.GridColumn colLocalServerPort; private DevExpress.XtraEditors.TextEdit txtRemoteServerPort; private DevExpress.XtraEditors.LabelControl labelControl18; private DevExpress.XtraEditors.TextEdit txtLocalServerPort; private DevExpress.XtraEditors.LabelControl labelControl17; private DevExpress.XtraEditors.LabelControl labelControl19; private DevExpress.XtraEditors.LabelControl labelControl20; } }