namespace SIMDP { partial class FormLogOperationSetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogOperationSetting)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.check_Forbid = new DevExpress.XtraEditors.CheckEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.lookUp_TableName = new DevExpress.XtraEditors.LookUpEdit(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).BeginInit(); this.SuspendLayout(); // // 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.Controls.Add(this.lookUp_TableName); this.panelControl1.Controls.Add(this.btn_Add); this.panelControl1.Controls.Add(this.btn_Query); this.panelControl1.Controls.Add(this.check_Forbid); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(868, 40); this.panelControl1.TabIndex = 0; // // check_Forbid // this.check_Forbid.Location = new System.Drawing.Point(300, 11); this.check_Forbid.Name = "check_Forbid"; this.check_Forbid.Properties.Caption = "禁用"; this.check_Forbid.Size = new System.Drawing.Size(47, 19); this.check_Forbid.TabIndex = 2; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(18, 13); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(84, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "数据库表名称:"; // // winGridViewPager1 // this.winGridViewPager1.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.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(0, 39); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(868, 388); this.winGridViewPager1.TabIndex = 1; // // lookUp_TableName // this.lookUp_TableName.Location = new System.Drawing.Point(101, 10); this.lookUp_TableName.Name = "lookUp_TableName"; this.lookUp_TableName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_TableName.Size = new System.Drawing.Size(168, 20); this.lookUp_TableName.TabIndex = 12; // // btn_Add // this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image"))); this.btn_Add.Location = new System.Drawing.Point(492, 9); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(75, 23); this.btn_Add.TabIndex = 11; this.btn_Add.Text = "新建"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Query // this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(392, 9); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 23); this.btn_Query.TabIndex = 10; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // FormLogOperationSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(868, 428); this.Controls.Add(this.winGridViewPager1); this.Controls.Add(this.panelControl1); this.Name = "FormLogOperationSetting"; this.Text = "用户操作日志的数据表配置"; this.Load += new System.EventHandler(this.FormLogOperationSetting_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.CheckEdit check_Forbid; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.LookUpEdit lookUp_TableName; } }