namespace SIMDP.View { partial class FormEditLogOperationSetting { /// /// 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() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.lookUp_TableName = new DevExpress.XtraEditors.LookUpEdit(); this.check_Insert = new DevExpress.XtraEditors.CheckEdit(); this.check_Delete = new DevExpress.XtraEditors.CheckEdit(); this.check_Update = new DevExpress.XtraEditors.CheckEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txt_Creator = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txt_Editor = new DevExpress.XtraEditors.TextEdit(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.check_Forbid = new DevExpress.XtraEditors.CheckEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Insert.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Update.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.txt_Editor); this.panelControl1.Controls.Add(this.txt_Creator); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.check_Update); this.panelControl1.Controls.Add(this.check_Delete); this.panelControl1.Controls.Add(this.check_Forbid); this.panelControl1.Controls.Add(this.check_Insert); this.panelControl1.Controls.Add(this.lookUp_TableName); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(12, 14); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(354, 145); this.panelControl1.TabIndex = 0; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(17, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "数据库表:"; // // lookUp_TableName // this.lookUp_TableName.Location = new System.Drawing.Point(84, 14); 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(249, 20); this.lookUp_TableName.TabIndex = 1; // // check_Insert // this.check_Insert.Location = new System.Drawing.Point(17, 47); this.check_Insert.Name = "check_Insert"; this.check_Insert.Properties.Caption = "记录插入日志"; this.check_Insert.Size = new System.Drawing.Size(96, 19); this.check_Insert.TabIndex = 2; // // check_Delete // this.check_Delete.Location = new System.Drawing.Point(125, 47); this.check_Delete.Name = "check_Delete"; this.check_Delete.Properties.Caption = "记录删除日志"; this.check_Delete.Size = new System.Drawing.Size(96, 19); this.check_Delete.TabIndex = 2; // // check_Update // this.check_Update.Location = new System.Drawing.Point(237, 47); this.check_Update.Name = "check_Update"; this.check_Update.Properties.Caption = "记录修改日志"; this.check_Update.Size = new System.Drawing.Size(96, 19); this.check_Update.TabIndex = 2; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(17, 83); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "创建人:"; // // txt_Creator // this.txt_Creator.Enabled = false; this.txt_Creator.Location = new System.Drawing.Point(68, 80); this.txt_Creator.Name = "txt_Creator"; this.txt_Creator.Size = new System.Drawing.Size(100, 20); this.txt_Creator.TabIndex = 4; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(184, 83); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 14); this.labelControl4.TabIndex = 3; this.labelControl4.Text = "编辑人:"; // // txt_Editor // this.txt_Editor.Enabled = false; this.txt_Editor.Location = new System.Drawing.Point(233, 80); this.txt_Editor.Name = "txt_Editor"; this.txt_Editor.Size = new System.Drawing.Size(100, 20); this.txt_Editor.TabIndex = 4; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(270, 175); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 1; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(146, 175); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 1; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(29, 175); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(75, 23); this.btn_Add.TabIndex = 1; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // check_Forbid // this.check_Forbid.Location = new System.Drawing.Point(17, 114); this.check_Forbid.Name = "check_Forbid"; this.check_Forbid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.check_Forbid.Properties.Appearance.ForeColor = System.Drawing.Color.Red; this.check_Forbid.Properties.Appearance.Options.UseFont = true; this.check_Forbid.Properties.Appearance.Options.UseForeColor = true; this.check_Forbid.Properties.Caption = "是否禁用"; this.check_Forbid.Size = new System.Drawing.Size(75, 19); this.check_Forbid.TabIndex = 2; // // FormEditLogOperationSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(378, 206); this.Controls.Add(this.btn_Add); this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditLogOperationSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据库表配置信息"; this.Load += new System.EventHandler(this.FormEditLogOperationSetting_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Insert.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Update.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Creator.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Editor.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txt_Editor; private DevExpress.XtraEditors.TextEdit txt_Creator; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.CheckEdit check_Update; private DevExpress.XtraEditors.CheckEdit check_Delete; private DevExpress.XtraEditors.CheckEdit check_Insert; private DevExpress.XtraEditors.LookUpEdit lookUp_TableName; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.CheckEdit check_Forbid; } }