Files
lserp_cs_5.0/插件库/Lskj.MyControl/CardControlEx.Designer.cs
T
2026-07-10 15:25:05 +08:00

441 lines
22 KiB
C#

namespace Lskj.MyControl
{
partial class CardControlEx
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridMain = new DevExpress.XtraGrid.Views.Layout.LayoutView();
this.lvBmp = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.cmsMenu = new System.Windows.Forms.ContextMenuStrip();
this.tsmi_cut = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_copy = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_paste = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_delete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmi_load = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_save = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmi_union = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_upload = new System.Windows.Forms.ToolStripMenuItem();
this.lvf1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn2 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn3 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn4 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn5 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf5 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn6 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf6 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.lvColumn7 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
this.lvf7 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
this.cmsMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lvf1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lvf7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridMain;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemPictureEdit1});
this.gridControl1.Size = new System.Drawing.Size(811, 454);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridMain});
//
// gridMain
//
this.gridMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.gridMain.CardHorzInterval = 16;
this.gridMain.CardMinSize = new System.Drawing.Size(250, 142);
this.gridMain.CardVertInterval = 20;
this.gridMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
this.lvBmp,
this.lvColumn2,
this.lvColumn3,
this.lvColumn4,
this.lvColumn5,
this.lvColumn6,
this.lvColumn7});
this.gridMain.GridControl = this.gridControl1;
this.gridMain.Name = "gridMain";
this.gridMain.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
this.gridMain.OptionsItemText.TextToControlDistance = 0;
this.gridMain.OptionsView.ContentAlignment = System.Drawing.ContentAlignment.TopLeft;
this.gridMain.OptionsView.ShowCardCaption = false;
this.gridMain.OptionsView.ShowHeaderPanel = false;
this.gridMain.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow;
this.gridMain.TemplateCard = this.layoutViewCard1;
//
// lvBmp
//
this.lvBmp.ColumnEdit = this.repositoryItemPictureEdit1;
this.lvBmp.FieldName = "layoutViewColumn1";
this.lvBmp.LayoutViewField = this.lvf1;
this.lvBmp.Name = "lvBmp";
this.lvBmp.OptionsColumn.AllowMove = false;
this.lvBmp.OptionsColumn.FixedWidth = true;
this.lvBmp.OptionsFilter.AllowAutoFilter = false;
this.lvBmp.OptionsFilter.AllowFilter = false;
this.lvBmp.UnboundType = DevExpress.Data.UnboundColumnType.Object;
//
// repositoryItemPictureEdit1
//
this.repositoryItemPictureEdit1.ContextMenuStrip = this.cmsMenu;
this.repositoryItemPictureEdit1.InitialImage = null;
this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
//
// cmsMenu
//
this.cmsMenu.AutoSize = false;
this.cmsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmi_cut,
this.tsmi_copy,
this.tsmi_paste,
this.tsmi_delete,
this.toolStripSeparator2,
this.tsmi_load,
this.tsmi_save,
this.toolStripSeparator1,
this.tsmi_union,
this.tsmi_upload});
this.cmsMenu.Name = "cmsMenu";
this.cmsMenu.Size = new System.Drawing.Size(74, 172);
//
// tsmi_cut
//
this.tsmi_cut.Image = global::Lskj.MyControl.Properties.Resources.cut;
this.tsmi_cut.Name = "tsmi_cut";
this.tsmi_cut.Size = new System.Drawing.Size(98, 22);
this.tsmi_cut.Text = "剪切";
//
// tsmi_copy
//
this.tsmi_copy.Image = global::Lskj.MyControl.Properties.Resources.copy;
this.tsmi_copy.Name = "tsmi_copy";
this.tsmi_copy.Size = new System.Drawing.Size(98, 22);
this.tsmi_copy.Text = "拷贝";
//
// tsmi_paste
//
this.tsmi_paste.Image = global::Lskj.MyControl.Properties.Resources.paste;
this.tsmi_paste.Name = "tsmi_paste";
this.tsmi_paste.Size = new System.Drawing.Size(98, 22);
this.tsmi_paste.Text = "粘贴";
//
// tsmi_delete
//
this.tsmi_delete.Image = global::Lskj.MyControl.Properties.Resources.delete;
this.tsmi_delete.Name = "tsmi_delete";
this.tsmi_delete.Size = new System.Drawing.Size(98, 22);
this.tsmi_delete.Text = "删除";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(70, 6);
//
// tsmi_load
//
this.tsmi_load.Image = global::Lskj.MyControl.Properties.Resources.folder;
this.tsmi_load.Name = "tsmi_load";
this.tsmi_load.Size = new System.Drawing.Size(98, 22);
this.tsmi_load.Text = "选择";
//
// tsmi_save
//
this.tsmi_save.Image = global::Lskj.MyControl.Properties.Resources.save;
this.tsmi_save.Name = "tsmi_save";
this.tsmi_save.Size = new System.Drawing.Size(98, 22);
this.tsmi_save.Text = "保存";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(70, 6);
//
// tsmi_union
//
this.tsmi_union.Image = global::Lskj.MyControl.Properties.Resources.refresh;
this.tsmi_union.Name = "tsmi_union";
this.tsmi_union.Size = new System.Drawing.Size(98, 22);
this.tsmi_union.Text = "关联";
this.tsmi_union.Visible = false;
//
// tsmi_upload
//
this.tsmi_upload.Image = global::Lskj.MyControl.Properties.Resources.upload;
this.tsmi_upload.Name = "tsmi_upload";
this.tsmi_upload.Size = new System.Drawing.Size(98, 22);
this.tsmi_upload.Text = "上传";
//
// lvf1
//
this.lvf1.EditorPreferredWidth = 113;
this.lvf1.Location = new System.Drawing.Point(0, 0);
this.lvf1.MaxSize = new System.Drawing.Size(120, 180);
this.lvf1.MinSize = new System.Drawing.Size(24, 26);
this.lvf1.Name = "lvf1";
this.lvf1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf1.Size = new System.Drawing.Size(115, 142);
this.lvf1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.lvf1.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf1.TextSize = new System.Drawing.Size(0, 0);
this.lvf1.TextToControlDistance = 0;
this.lvf1.TextVisible = false;
//
// lvColumn2
//
this.lvColumn2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.lvColumn2.AppearanceCell.Options.UseFont = true;
this.lvColumn2.Caption = "test";
this.lvColumn2.FieldName = "layoutViewColumn2";
this.lvColumn2.LayoutViewField = this.lvf2;
this.lvColumn2.Name = "lvColumn2";
this.lvColumn2.OptionsColumn.AllowFocus = false;
this.lvColumn2.OptionsColumn.AllowMove = false;
this.lvColumn2.OptionsColumn.FixedWidth = true;
this.lvColumn2.OptionsFilter.AllowAutoFilter = false;
//
// lvf2
//
this.lvf2.EditorPreferredWidth = 133;
this.lvf2.Location = new System.Drawing.Point(115, 0);
this.lvf2.Name = "lvf2";
this.lvf2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf2.Size = new System.Drawing.Size(135, 22);
this.lvf2.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf2.TextSize = new System.Drawing.Size(0, 0);
this.lvf2.TextToControlDistance = 0;
this.lvf2.TextVisible = false;
//
// lvColumn3
//
this.lvColumn3.FieldName = "layoutViewColumn3";
this.lvColumn3.LayoutViewField = this.lvf3;
this.lvColumn3.Name = "lvColumn3";
this.lvColumn3.OptionsColumn.AllowFocus = false;
this.lvColumn3.OptionsColumn.AllowMove = false;
this.lvColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
this.lvColumn3.OptionsColumn.FixedWidth = true;
this.lvColumn3.OptionsFilter.AllowAutoFilter = false;
//
// lvf3
//
this.lvf3.EditorPreferredWidth = 133;
this.lvf3.Location = new System.Drawing.Point(115, 22);
this.lvf3.Name = "lvf3";
this.lvf3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf3.Size = new System.Drawing.Size(135, 22);
this.lvf3.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf3.TextSize = new System.Drawing.Size(0, 0);
this.lvf3.TextToControlDistance = 0;
this.lvf3.TextVisible = false;
//
// lvColumn4
//
this.lvColumn4.FieldName = "layoutViewColumn4";
this.lvColumn4.LayoutViewField = this.lvf4;
this.lvColumn4.Name = "lvColumn4";
this.lvColumn4.OptionsColumn.AllowFocus = false;
this.lvColumn4.OptionsColumn.AllowMove = false;
this.lvColumn4.OptionsColumn.FixedWidth = true;
this.lvColumn4.OptionsFilter.AllowAutoFilter = false;
//
// lvf4
//
this.lvf4.EditorPreferredWidth = 133;
this.lvf4.Location = new System.Drawing.Point(115, 44);
this.lvf4.Name = "lvf4";
this.lvf4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf4.Size = new System.Drawing.Size(135, 22);
this.lvf4.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf4.TextSize = new System.Drawing.Size(0, 0);
this.lvf4.TextToControlDistance = 0;
this.lvf4.TextVisible = false;
//
// lvColumn5
//
this.lvColumn5.FieldName = "layoutViewColumn5";
this.lvColumn5.LayoutViewField = this.lvf5;
this.lvColumn5.Name = "lvColumn5";
this.lvColumn5.OptionsColumn.AllowFocus = false;
this.lvColumn5.OptionsColumn.AllowMove = false;
this.lvColumn5.OptionsColumn.FixedWidth = true;
this.lvColumn5.OptionsFilter.AllowAutoFilter = false;
//
// lvf5
//
this.lvf5.EditorPreferredWidth = 133;
this.lvf5.Location = new System.Drawing.Point(115, 66);
this.lvf5.Name = "lvf5";
this.lvf5.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf5.Size = new System.Drawing.Size(135, 22);
this.lvf5.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf5.TextSize = new System.Drawing.Size(0, 0);
this.lvf5.TextToControlDistance = 0;
this.lvf5.TextVisible = false;
//
// lvColumn6
//
this.lvColumn6.FieldName = "layoutViewColumn6";
this.lvColumn6.LayoutViewField = this.lvf6;
this.lvColumn6.Name = "lvColumn6";
this.lvColumn6.OptionsColumn.AllowFocus = false;
this.lvColumn6.OptionsColumn.AllowMove = false;
this.lvColumn6.OptionsColumn.FixedWidth = true;
this.lvColumn6.OptionsFilter.AllowAutoFilter = false;
//
// lvf6
//
this.lvf6.EditorPreferredWidth = 133;
this.lvf6.Location = new System.Drawing.Point(115, 88);
this.lvf6.Name = "lvf6";
this.lvf6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf6.Size = new System.Drawing.Size(135, 22);
this.lvf6.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf6.TextSize = new System.Drawing.Size(0, 0);
this.lvf6.TextToControlDistance = 0;
this.lvf6.TextVisible = false;
//
// lvColumn7
//
this.lvColumn7.FieldName = "layoutViewColumn7";
this.lvColumn7.LayoutViewField = this.lvf7;
this.lvColumn7.Name = "lvColumn7";
this.lvColumn7.OptionsColumn.AllowFocus = false;
this.lvColumn7.OptionsColumn.AllowMove = false;
this.lvColumn7.OptionsColumn.FixedWidth = true;
this.lvColumn7.OptionsFilter.AllowAutoFilter = false;
//
// lvf7
//
this.lvf7.EditorPreferredWidth = 133;
this.lvf7.Location = new System.Drawing.Point(115, 110);
this.lvf7.Name = "lvf7";
this.lvf7.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.lvf7.Size = new System.Drawing.Size(135, 32);
this.lvf7.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.lvf7.TextSize = new System.Drawing.Size(0, 0);
this.lvf7.TextToControlDistance = 0;
this.lvf7.TextVisible = false;
//
// layoutViewCard1
//
this.layoutViewCard1.BackgroundImage = global::Lskj.MyControl.Properties.Resources.white;
this.layoutViewCard1.BackgroundImageVisible = true;
this.layoutViewCard1.CustomizationFormText = "TemplateCard";
this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
this.layoutViewCard1.GroupBordersVisible = false;
this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lvf2,
this.lvf3,
this.lvf4,
this.lvf5,
this.lvf6,
this.lvf7,
this.lvf1});
this.layoutViewCard1.Name = "layoutViewCard1";
this.layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
this.layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutViewCard1.Text = "TemplateCard";
//
// CardControlEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridControl1);
this.Name = "CardControlEx";
this.Size = new System.Drawing.Size(811, 454);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
this.cmsMenu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lvf1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lvf7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Layout.LayoutView gridMain;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvBmp;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn2;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn3;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn4;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn5;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn6;
private DevExpress.XtraGrid.Columns.LayoutViewColumn lvColumn7;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf1;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf2;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf3;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf4;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf5;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf6;
private DevExpress.XtraGrid.Views.Layout.LayoutViewField lvf7;
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
private System.Windows.Forms.ContextMenuStrip cmsMenu;
private System.Windows.Forms.ToolStripMenuItem tsmi_cut;
private System.Windows.Forms.ToolStripMenuItem tsmi_copy;
private System.Windows.Forms.ToolStripMenuItem tsmi_paste;
private System.Windows.Forms.ToolStripMenuItem tsmi_delete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem tsmi_load;
private System.Windows.Forms.ToolStripMenuItem tsmi_save;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem tsmi_union;
private System.Windows.Forms.ToolStripMenuItem tsmi_upload;
}
}