namespace CSFrameworkV5.Library
{
partial class frmBaseEditor
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseEditor));
this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
this.txtFocusForSave = new System.Windows.Forms.TextBox();
this.pcEditor = new DevExpress.XtraEditors.PanelControl();
this.pcNavigator = new DevExpress.XtraEditors.PanelControl();
this.pnlNavigator = new DevExpress.XtraEditors.PanelControl();
this.btnMoveLast = new DevExpress.XtraEditors.SimpleButton();
this.btnMoveNext = new DevExpress.XtraEditors.SimpleButton();
this.btnMovePrev = new DevExpress.XtraEditors.SimpleButton();
this.btnMoveFirst = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnView = new DevExpress.XtraEditors.SimpleButton();
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcEditor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcNavigator)).BeginInit();
this.pcNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pnlNavigator)).BeginInit();
this.pnlNavigator.SuspendLayout();
this.SuspendLayout();
//
// imageCollection2
//
this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
this.imageCollection2.InsertGalleryImage("first_16x16.png", "office2013/arrows/first_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/first_16x16.png"), 0);
this.imageCollection2.Images.SetKeyName(0, "first_16x16.png");
this.imageCollection2.InsertGalleryImage("prev_16x16.png", "office2013/arrows/prev_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/prev_16x16.png"), 1);
this.imageCollection2.Images.SetKeyName(1, "prev_16x16.png");
this.imageCollection2.InsertGalleryImage("next_16x16.png", "office2013/arrows/next_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/next_16x16.png"), 2);
this.imageCollection2.Images.SetKeyName(2, "next_16x16.png");
this.imageCollection2.InsertGalleryImage("last_16x16.png", "office2013/arrows/last_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/last_16x16.png"), 3);
this.imageCollection2.Images.SetKeyName(3, "last_16x16.png");
//
// txtFocusForSave
//
this.txtFocusForSave.BackColor = System.Drawing.Color.Yellow;
this.txtFocusForSave.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtFocusForSave.Location = new System.Drawing.Point(1, 1);
this.txtFocusForSave.Name = "txtFocusForSave";
this.txtFocusForSave.Size = new System.Drawing.Size(1, 15);
this.txtFocusForSave.TabIndex = 2;
//
// pcEditor
//
this.pcEditor.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pcEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.pcEditor.Location = new System.Drawing.Point(0, 44);
this.pcEditor.Name = "pcEditor";
this.pcEditor.Size = new System.Drawing.Size(975, 516);
this.pcEditor.TabIndex = 1;
//
// pcNavigator
//
this.pcNavigator.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pcNavigator.Controls.Add(this.pnlNavigator);
this.pcNavigator.Controls.Add(this.btnClose);
this.pcNavigator.Controls.Add(this.btnPrint);
this.pcNavigator.Controls.Add(this.btnCancel);
this.pcNavigator.Controls.Add(this.btnView);
this.pcNavigator.Controls.Add(this.btnEdit);
this.pcNavigator.Controls.Add(this.btnDel);
this.pcNavigator.Controls.Add(this.btnAdd);
this.pcNavigator.Controls.Add(this.btnSave);
this.pcNavigator.Dock = System.Windows.Forms.DockStyle.Top;
this.pcNavigator.Location = new System.Drawing.Point(0, 0);
this.pcNavigator.Name = "pcNavigator";
this.pcNavigator.Size = new System.Drawing.Size(975, 44);
this.pcNavigator.TabIndex = 0;
//
// pnlNavigator
//
this.pnlNavigator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.pnlNavigator.Controls.Add(this.btnMoveLast);
this.pnlNavigator.Controls.Add(this.btnMoveNext);
this.pnlNavigator.Controls.Add(this.btnMovePrev);
this.pnlNavigator.Controls.Add(this.btnMoveFirst);
this.pnlNavigator.Location = new System.Drawing.Point(819, 5);
this.pnlNavigator.Name = "pnlNavigator";
this.pnlNavigator.Size = new System.Drawing.Size(126, 32);
this.pnlNavigator.TabIndex = 4;
//
// btnMoveLast
//
this.btnMoveLast.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnMoveLast.ImageOptions.ImageIndex = 3;
this.btnMoveLast.ImageOptions.ImageList = this.imageCollection2;
this.btnMoveLast.Location = new System.Drawing.Point(98, 5);
this.btnMoveLast.Name = "btnMoveLast";
this.btnMoveLast.Size = new System.Drawing.Size(24, 24);
this.btnMoveLast.TabIndex = 6;
this.btnMoveLast.Click += new System.EventHandler(this.btnMoveLast_Click);
//
// btnMoveNext
//
this.btnMoveNext.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnMoveNext.ImageOptions.ImageIndex = 2;
this.btnMoveNext.ImageOptions.ImageList = this.imageCollection2;
this.btnMoveNext.Location = new System.Drawing.Point(68, 5);
this.btnMoveNext.Name = "btnMoveNext";
this.btnMoveNext.Size = new System.Drawing.Size(24, 24);
this.btnMoveNext.TabIndex = 5;
this.btnMoveNext.Click += new System.EventHandler(this.btnMoveNext_Click);
//
// btnMovePrev
//
this.btnMovePrev.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnMovePrev.ImageOptions.ImageIndex = 1;
this.btnMovePrev.ImageOptions.ImageList = this.imageCollection2;
this.btnMovePrev.Location = new System.Drawing.Point(38, 5);
this.btnMovePrev.Name = "btnMovePrev";
this.btnMovePrev.Size = new System.Drawing.Size(24, 24);
this.btnMovePrev.TabIndex = 4;
this.btnMovePrev.Click += new System.EventHandler(this.btnMovePrev_Click);
//
// btnMoveFirst
//
this.btnMoveFirst.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnMoveFirst.ImageOptions.ImageIndex = 0;
this.btnMoveFirst.ImageOptions.ImageList = this.imageCollection2;
this.btnMoveFirst.Location = new System.Drawing.Point(8, 5);
this.btnMoveFirst.Name = "btnMoveFirst";
this.btnMoveFirst.Size = new System.Drawing.Size(24, 24);
this.btnMoveFirst.TabIndex = 3;
this.btnMoveFirst.Click += new System.EventHandler(this.btnMoveFirst_Click);
//
// btnClose
//
this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
this.btnClose.Location = new System.Drawing.Point(687, 3);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(83, 37);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "关闭";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnPrint
//
this.btnPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
this.btnPrint.Location = new System.Drawing.Point(594, 3);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(83, 37);
this.btnPrint.TabIndex = 2;
this.btnPrint.Text = "打印";
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnCancel
//
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(471, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(83, 37);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnView
//
this.btnView.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnView.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnView.ImageOptions.Image")));
this.btnView.Location = new System.Drawing.Point(284, 3);
this.btnView.Name = "btnView";
this.btnView.Size = new System.Drawing.Size(83, 37);
this.btnView.TabIndex = 2;
this.btnView.Text = "刷新";
this.btnView.Click += new System.EventHandler(this.btnView_Click);
//
// btnEdit
//
this.btnEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.ImageOptions.Image")));
this.btnEdit.Location = new System.Drawing.Point(194, 3);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(83, 37);
this.btnEdit.TabIndex = 2;
this.btnEdit.Text = "修改";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDel
//
this.btnDel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnDel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.ImageOptions.Image")));
this.btnDel.Location = new System.Drawing.Point(104, 3);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(83, 37);
this.btnDel.TabIndex = 2;
this.btnDel.Text = "删除";
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnAdd
//
this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
this.btnAdd.Location = new System.Drawing.Point(14, 3);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(83, 37);
this.btnAdd.TabIndex = 2;
this.btnAdd.Text = "增加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnSave
//
this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
this.btnSave.Location = new System.Drawing.Point(382, 3);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(83, 37);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// frmBaseEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(975, 560);
this.Controls.Add(this.txtFocusForSave);
this.Controls.Add(this.pcEditor);
this.Controls.Add(this.pcNavigator);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmBaseEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "资料编辑页面基类窗体";
((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pcEditor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pcNavigator)).EndInit();
this.pcNavigator.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pnlNavigator)).EndInit();
this.pnlNavigator.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.Utils.ImageCollection imageCollection2;
public DevExpress.XtraEditors.PanelControl pcNavigator;
public DevExpress.XtraEditors.PanelControl pcEditor;
public DevExpress.XtraEditors.SimpleButton btnCancel;
public DevExpress.XtraEditors.SimpleButton btnSave;
public DevExpress.XtraEditors.SimpleButton btnEdit;
public DevExpress.XtraEditors.SimpleButton btnDel;
public DevExpress.XtraEditors.SimpleButton btnAdd;
public DevExpress.XtraEditors.SimpleButton btnPrint;
public DevExpress.XtraEditors.SimpleButton btnView;
public DevExpress.XtraEditors.SimpleButton btnClose;
private System.Windows.Forms.TextBox txtFocusForSave;
public DevExpress.XtraEditors.PanelControl pnlNavigator;
public DevExpress.XtraEditors.SimpleButton btnMoveLast;
public DevExpress.XtraEditors.SimpleButton btnMoveNext;
public DevExpress.XtraEditors.SimpleButton btnMovePrev;
public DevExpress.XtraEditors.SimpleButton btnMoveFirst;
}
}