namespace Lskj.PubTaskPlan
{
partial class FrmMain
{
///
/// 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.pl_main = new System.Windows.Forms.Panel();
this.mainGridControl = new DevExpress.XtraGrid.GridControl();
this.mainGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.ScheduleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.TaskPlanName = new DevExpress.XtraGrid.Columns.GridColumn();
this.Tips = new DevExpress.XtraGrid.Columns.GridColumn();
this.TipsMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
this.Sql = new DevExpress.XtraGrid.Columns.GridColumn();
this.SqlMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
this.NextDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.EnableCheckState = new DevExpress.XtraGrid.Columns.GridColumn();
this.StateCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.pl_bottom = new System.Windows.Forms.Panel();
this.deleteBtn = new DevExpress.XtraEditors.SimpleButton();
this.addBtn = new DevExpress.XtraEditors.SimpleButton();
this.updateBtn = new DevExpress.XtraEditors.SimpleButton();
this.pl_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mainGridControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TipsMemoExEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SqlMemoExEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.StateCheckEdit)).BeginInit();
this.pl_bottom.SuspendLayout();
this.SuspendLayout();
//
// pl_main
//
this.pl_main.Controls.Add(this.mainGridControl);
this.pl_main.Controls.Add(this.pl_bottom);
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(1082, 653);
this.pl_main.TabIndex = 10;
//
// mainGridControl
//
this.mainGridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainGridControl.Location = new System.Drawing.Point(0, 0);
this.mainGridControl.MainView = this.mainGridView;
this.mainGridControl.Name = "mainGridControl";
this.mainGridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.StateCheckEdit,
this.TipsMemoExEdit,
this.SqlMemoExEdit});
this.mainGridControl.Size = new System.Drawing.Size(1082, 610);
this.mainGridControl.TabIndex = 13;
this.mainGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.mainGridView});
//
// mainGridView
//
this.mainGridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mainGridView.Appearance.HeaderPanel.Options.UseFont = true;
this.mainGridView.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.mainGridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.mainGridView.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.mainGridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mainGridView.Appearance.Row.Options.UseFont = true;
this.mainGridView.Appearance.Row.Options.UseTextOptions = true;
this.mainGridView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.mainGridView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.mainGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.ScheduleID,
this.TaskPlanName,
this.Tips,
this.Sql,
this.NextDateTime,
this.EnableCheckState});
this.mainGridView.GridControl = this.mainGridControl;
this.mainGridView.IndicatorWidth = 60;
this.mainGridView.Name = "mainGridView";
this.mainGridView.OptionsBehavior.Editable = false;
this.mainGridView.OptionsCustomization.AllowFilter = false;
this.mainGridView.OptionsCustomization.AllowSort = false;
this.mainGridView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
this.mainGridView.OptionsView.ShowGroupPanel = false;
//
// ScheduleID
//
this.ScheduleID.Caption = "序号";
this.ScheduleID.FieldName = "ScheduleID";
this.ScheduleID.Name = "ScheduleID";
this.ScheduleID.Width = 30;
//
// TaskPlanName
//
this.TaskPlanName.Caption = "任务名称";
this.TaskPlanName.FieldName = "TaskPlanName";
this.TaskPlanName.MaxWidth = 150;
this.TaskPlanName.MinWidth = 100;
this.TaskPlanName.Name = "TaskPlanName";
this.TaskPlanName.Visible = true;
this.TaskPlanName.VisibleIndex = 0;
this.TaskPlanName.Width = 150;
//
// Tips
//
this.Tips.Caption = "摘要";
this.Tips.ColumnEdit = this.TipsMemoExEdit;
this.Tips.FieldName = "Tips";
this.Tips.MaxWidth = 500;
this.Tips.MinWidth = 200;
this.Tips.Name = "Tips";
this.Tips.Visible = true;
this.Tips.VisibleIndex = 1;
this.Tips.Width = 300;
//
// TipsMemoExEdit
//
this.TipsMemoExEdit.AutoHeight = false;
this.TipsMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.TipsMemoExEdit.Name = "TipsMemoExEdit";
//
// Sql
//
this.Sql.Caption = "执行SQL";
this.Sql.ColumnEdit = this.SqlMemoExEdit;
this.Sql.FieldName = "Sql";
this.Sql.MaxWidth = 500;
this.Sql.MinWidth = 200;
this.Sql.Name = "Sql";
this.Sql.Visible = true;
this.Sql.VisibleIndex = 2;
this.Sql.Width = 300;
//
// SqlMemoExEdit
//
this.SqlMemoExEdit.AutoHeight = false;
this.SqlMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.SqlMemoExEdit.Name = "SqlMemoExEdit";
//
// NextDateTime
//
this.NextDateTime.Caption = "下次执行时间";
this.NextDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.NextDateTime.FieldName = "NextDateTime";
this.NextDateTime.MaxWidth = 200;
this.NextDateTime.MinWidth = 150;
this.NextDateTime.Name = "NextDateTime";
this.NextDateTime.Visible = true;
this.NextDateTime.VisibleIndex = 3;
this.NextDateTime.Width = 200;
//
// EnableCheckState
//
this.EnableCheckState.Caption = "已启用";
this.EnableCheckState.ColumnEdit = this.StateCheckEdit;
this.EnableCheckState.FieldName = "EnableCheckState";
this.EnableCheckState.MaxWidth = 80;
this.EnableCheckState.MinWidth = 80;
this.EnableCheckState.Name = "EnableCheckState";
this.EnableCheckState.Visible = true;
this.EnableCheckState.VisibleIndex = 4;
this.EnableCheckState.Width = 80;
//
// StateCheckEdit
//
this.StateCheckEdit.AutoHeight = false;
this.StateCheckEdit.Name = "StateCheckEdit";
//
// pl_bottom
//
this.pl_bottom.Controls.Add(this.deleteBtn);
this.pl_bottom.Controls.Add(this.addBtn);
this.pl_bottom.Controls.Add(this.updateBtn);
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_bottom.Location = new System.Drawing.Point(0, 610);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(1082, 43);
this.pl_bottom.TabIndex = 10;
//
// deleteBtn
//
this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.deleteBtn.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.deleteBtn.Appearance.Options.UseFont = true;
this.deleteBtn.Location = new System.Drawing.Point(994, 8);
this.deleteBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.deleteBtn.Name = "deleteBtn";
this.deleteBtn.Size = new System.Drawing.Size(80, 28);
this.deleteBtn.TabIndex = 13;
this.deleteBtn.TabStop = false;
this.deleteBtn.Text = "删除";
//
// addBtn
//
this.addBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.addBtn.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addBtn.Appearance.Options.UseFont = true;
this.addBtn.Location = new System.Drawing.Point(822, 8);
this.addBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.addBtn.Name = "addBtn";
this.addBtn.Size = new System.Drawing.Size(80, 28);
this.addBtn.TabIndex = 12;
this.addBtn.TabStop = false;
this.addBtn.Text = "新增";
//
// updateBtn
//
this.updateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.updateBtn.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.updateBtn.Appearance.Options.UseFont = true;
this.updateBtn.Location = new System.Drawing.Point(908, 8);
this.updateBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.updateBtn.Name = "updateBtn";
this.updateBtn.Size = new System.Drawing.Size(80, 28);
this.updateBtn.TabIndex = 11;
this.updateBtn.TabStop = false;
this.updateBtn.Text = "修改";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1082, 653);
this.Controls.Add(this.pl_main);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "任务计划";
this.pl_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.mainGridControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TipsMemoExEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SqlMemoExEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.StateCheckEdit)).EndInit();
this.pl_bottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pl_main;
private DevExpress.XtraGrid.GridControl mainGridControl;
private DevExpress.XtraGrid.Views.Grid.GridView mainGridView;
private DevExpress.XtraGrid.Columns.GridColumn ScheduleID;
private DevExpress.XtraGrid.Columns.GridColumn TaskPlanName;
private DevExpress.XtraGrid.Columns.GridColumn Tips;
private DevExpress.XtraGrid.Columns.GridColumn Sql;
private DevExpress.XtraGrid.Columns.GridColumn NextDateTime;
private DevExpress.XtraGrid.Columns.GridColumn EnableCheckState;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit StateCheckEdit;
private System.Windows.Forms.Panel pl_bottom;
private DevExpress.XtraEditors.SimpleButton addBtn;
private DevExpress.XtraEditors.SimpleButton updateBtn;
private DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit TipsMemoExEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit SqlMemoExEdit;
private DevExpress.XtraEditors.SimpleButton deleteBtn;
}
}