ab56a9bcf7
SVN-Revision: r240
222 lines
11 KiB
C#
222 lines
11 KiB
C#
namespace Lskj.Control.SiftColControl
|
|
{
|
|
partial class FrmGridSiftProjectManager
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.bottomPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.deleteBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.addBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.mainPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.mainGridControl = new DevExpress.XtraGrid.GridControl();
|
|
this.mainGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.operatorid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.operatorGridLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
|
|
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.isPub = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.isPubCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
|
|
this.bottomPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).BeginInit();
|
|
this.mainPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.operatorGridLookUpEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.isPubCheckEdit)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bottomPanel
|
|
//
|
|
this.bottomPanel.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.bottomPanel.Appearance.Options.UseBackColor = true;
|
|
this.bottomPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.bottomPanel.Controls.Add(this.saveBtn);
|
|
this.bottomPanel.Controls.Add(this.deleteBtn);
|
|
this.bottomPanel.Controls.Add(this.addBtn);
|
|
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bottomPanel.Location = new System.Drawing.Point(0, 257);
|
|
this.bottomPanel.Name = "bottomPanel";
|
|
this.bottomPanel.Size = new System.Drawing.Size(456, 46);
|
|
this.bottomPanel.TabIndex = 0;
|
|
//
|
|
// saveBtn
|
|
//
|
|
this.saveBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.saveBtn.Location = new System.Drawing.Point(380, 7);
|
|
this.saveBtn.Name = "saveBtn";
|
|
this.saveBtn.Size = new System.Drawing.Size(64, 32);
|
|
this.saveBtn.TabIndex = 2;
|
|
this.saveBtn.Text = "保存";
|
|
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
|
|
//
|
|
// deleteBtn
|
|
//
|
|
this.deleteBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.deleteBtn.Location = new System.Drawing.Point(310, 7);
|
|
this.deleteBtn.Name = "deleteBtn";
|
|
this.deleteBtn.Size = new System.Drawing.Size(64, 32);
|
|
this.deleteBtn.TabIndex = 1;
|
|
this.deleteBtn.Text = "删除";
|
|
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
|
|
//
|
|
// addBtn
|
|
//
|
|
this.addBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.addBtn.Location = new System.Drawing.Point(240, 7);
|
|
this.addBtn.Name = "addBtn";
|
|
this.addBtn.Size = new System.Drawing.Size(64, 32);
|
|
this.addBtn.TabIndex = 0;
|
|
this.addBtn.Text = "新增";
|
|
this.addBtn.Click += new System.EventHandler(this.addBtn_Click);
|
|
//
|
|
// mainPanel
|
|
//
|
|
this.mainPanel.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.mainPanel.Appearance.Options.UseBackColor = true;
|
|
this.mainPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.mainPanel.Controls.Add(this.mainGridControl);
|
|
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mainPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.mainPanel.Name = "mainPanel";
|
|
this.mainPanel.Size = new System.Drawing.Size(456, 257);
|
|
this.mainPanel.TabIndex = 1;
|
|
//
|
|
// 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.isPubCheckEdit,
|
|
this.operatorGridLookUpEdit});
|
|
this.mainGridControl.Size = new System.Drawing.Size(456, 257);
|
|
this.mainGridControl.TabIndex = 0;
|
|
this.mainGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.mainGridView});
|
|
//
|
|
// mainGridView
|
|
//
|
|
this.mainGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.name,
|
|
this.operatorid,
|
|
this.isPub});
|
|
this.mainGridView.GridControl = this.mainGridControl;
|
|
this.mainGridView.Name = "mainGridView";
|
|
this.mainGridView.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// name
|
|
//
|
|
this.name.Caption = "方案名";
|
|
this.name.Name = "name";
|
|
this.name.Visible = true;
|
|
this.name.VisibleIndex = 0;
|
|
//
|
|
// operatorid
|
|
//
|
|
this.operatorid.Caption = "创建人";
|
|
this.operatorid.ColumnEdit = this.operatorGridLookUpEdit;
|
|
this.operatorid.Name = "operatorid";
|
|
this.operatorid.OptionsColumn.AllowEdit = false;
|
|
this.operatorid.Visible = true;
|
|
this.operatorid.VisibleIndex = 1;
|
|
//
|
|
// operatorGridLookUpEdit
|
|
//
|
|
this.operatorGridLookUpEdit.AutoHeight = false;
|
|
this.operatorGridLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.operatorGridLookUpEdit.Name = "operatorGridLookUpEdit";
|
|
this.operatorGridLookUpEdit.View = this.repositoryItemGridLookUpEdit1View;
|
|
//
|
|
// repositoryItemGridLookUpEdit1View
|
|
//
|
|
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
|
|
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// isPub
|
|
//
|
|
this.isPub.Caption = "私有";
|
|
this.isPub.ColumnEdit = this.isPubCheckEdit;
|
|
this.isPub.Name = "isPub";
|
|
this.isPub.Visible = true;
|
|
this.isPub.VisibleIndex = 2;
|
|
//
|
|
// isPubCheckEdit
|
|
//
|
|
this.isPubCheckEdit.AutoHeight = false;
|
|
this.isPubCheckEdit.Name = "isPubCheckEdit";
|
|
this.isPubCheckEdit.ValueChecked = 1;
|
|
this.isPubCheckEdit.ValueUnchecked = 0;
|
|
//
|
|
// FrmGridSiftProjectManager
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(456, 303);
|
|
this.Controls.Add(this.mainPanel);
|
|
this.Controls.Add(this.bottomPanel);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmGridSiftProjectManager";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "方案管理";
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
|
|
this.bottomPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).EndInit();
|
|
this.mainPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.operatorGridLookUpEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.isPubCheckEdit)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl bottomPanel;
|
|
private DevExpress.XtraEditors.PanelControl mainPanel;
|
|
private DevExpress.XtraGrid.GridControl mainGridControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView mainGridView;
|
|
private DevExpress.XtraGrid.Columns.GridColumn name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn operatorid;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit operatorGridLookUpEdit;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
|
|
private DevExpress.XtraGrid.Columns.GridColumn isPub;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit isPubCheckEdit;
|
|
private DevExpress.XtraEditors.SimpleButton saveBtn;
|
|
private DevExpress.XtraEditors.SimpleButton deleteBtn;
|
|
private DevExpress.XtraEditors.SimpleButton addBtn;
|
|
}
|
|
} |