namespace Lskj.PubPdfSign { partial class FrmDesign { /// /// 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(); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDesign)); DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode(); this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.versionName = new DevExpress.XtraGrid.Columns.GridColumn(); this.pdfUrl = new DevExpress.XtraGrid.Columns.GridColumn(); this.botToolStrip = new System.Windows.Forms.ToolStrip(); this.btn_Delete = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_Update = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_Add = new System.Windows.Forms.ToolStripButton(); this.pdfEditorEx = new Lskj.PubPdfSign.Controls.PdfEditorEx(); this.pl_right = new DevExpress.XtraEditors.PanelControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.StepControl = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.MenuSize = new System.Windows.Forms.ToolStripMenuItem(); this.MenuVertical = new System.Windows.Forms.ToolStripMenuItem(); this.Menuhorizontal = new System.Windows.Forms.ToolStripMenuItem(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.StepName = new DevExpress.XtraGrid.Columns.GridColumn(); this.pl_left = new DevExpress.XtraEditors.PanelControl(); this.txt_offset = new DevExpress.XtraEditors.TextEdit(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit(); this.splitMainControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.botToolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit(); this.pl_right.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StepControl)).BeginInit(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit(); this.pl_left.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_offset.Properties)).BeginInit(); this.SuspendLayout(); // // splitMainControl // this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMainControl.Location = new System.Drawing.Point(0, 0); this.splitMainControl.Name = "splitMainControl"; this.splitMainControl.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitMainControl.Panel1.Controls.Add(this.gcMain); this.splitMainControl.Panel1.Controls.Add(this.botToolStrip); this.splitMainControl.Panel1.Text = "Panel1"; this.splitMainControl.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitMainControl.Panel2.Controls.Add(this.pdfEditorEx); this.splitMainControl.Panel2.Controls.Add(this.pl_right); this.splitMainControl.Panel2.Text = "Panel2"; this.splitMainControl.Size = new System.Drawing.Size(1157, 526); this.splitMainControl.SplitterPosition = 277; this.splitMainControl.TabIndex = 6; this.splitMainControl.Text = "splitContainerControl1"; // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.RelationName = "Level1"; this.gcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.MainView = this.gridView; this.gcMain.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(273, 495); this.gcMain.TabIndex = 18; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.HeaderPanel.Options.UseFont = true; this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Preview.Options.UseFont = true; this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F); this.gridView.Appearance.Row.Options.UseBackColor = true; this.gridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.versionName, this.pdfUrl}); this.gridView.GridControl = this.gcMain; this.gridView.IndicatorWidth = 40; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gridView.OptionsFilter.ShowAllTableValuesInFilterPopup = true; this.gridView.OptionsFind.FindNullPrompt = ""; this.gridView.OptionsSelection.MultiSelect = true; this.gridView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView.OptionsView.AllowHtmlDrawHeaders = true; this.gridView.OptionsView.ColumnAutoWidth = false; this.gridView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsView.RowAutoHeight = true; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.PaintStyleName = "Skin"; // // versionName // this.versionName.Caption = "版本名"; this.versionName.FieldName = "versionName"; this.versionName.Name = "versionName"; this.versionName.OptionsColumn.AllowEdit = false; this.versionName.Visible = true; this.versionName.VisibleIndex = 0; this.versionName.Width = 139; // // pdfUrl // this.pdfUrl.Caption = "文件地址"; this.pdfUrl.FieldName = "pdfUrl"; this.pdfUrl.Name = "pdfUrl"; this.pdfUrl.OptionsColumn.AllowEdit = false; this.pdfUrl.Width = 144; // // botToolStrip // this.botToolStrip.BackColor = System.Drawing.SystemColors.ControlLight; this.botToolStrip.Dock = System.Windows.Forms.DockStyle.Bottom; this.botToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.botToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.botToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_Delete, this.toolStripSeparator1, this.btn_Update, this.toolStripSeparator2, this.btn_Add}); this.botToolStrip.Location = new System.Drawing.Point(0, 495); this.botToolStrip.Name = "botToolStrip"; this.botToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.botToolStrip.ShowItemToolTips = false; this.botToolStrip.Size = new System.Drawing.Size(273, 27); this.botToolStrip.TabIndex = 17; // // btn_Delete // this.btn_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_Delete.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.Image"))); this.btn_Delete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.Size = new System.Drawing.Size(43, 24); this.btn_Delete.Text = "删除"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27); // // btn_Update // this.btn_Update.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_Update.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Update.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.Image"))); this.btn_Update.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Update.Name = "btn_Update"; this.btn_Update.Size = new System.Drawing.Size(43, 24); this.btn_Update.Text = "修改"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27); // // btn_Add // this.btn_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_Add.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image"))); this.btn_Add.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(43, 24); this.btn_Add.Text = "添加"; // // pdfEditorEx // this.pdfEditorEx.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfEditorEx.Location = new System.Drawing.Point(0, 0); this.pdfEditorEx.Margin = new System.Windows.Forms.Padding(2); this.pdfEditorEx.Name = "pdfEditorEx"; this.pdfEditorEx.Size = new System.Drawing.Size(614, 522); this.pdfEditorEx.TabIndex = 22; // // pl_right // this.pl_right.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_right.Appearance.Options.UseBackColor = true; this.pl_right.Controls.Add(this.groupBox1); this.pl_right.Dock = System.Windows.Forms.DockStyle.Right; this.pl_right.Location = new System.Drawing.Point(614, 0); this.pl_right.Name = "pl_right"; this.pl_right.Size = new System.Drawing.Size(257, 522); this.pl_right.TabIndex = 21; // // groupBox1 // this.groupBox1.Controls.Add(this.StepControl); this.groupBox1.Controls.Add(this.pl_left); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(2, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(253, 518); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; this.groupBox1.Text = "选中批量设计"; // // StepControl // this.StepControl.ContextMenuStrip = this.contextMenuStrip; this.StepControl.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode2.RelationName = "Level1"; this.StepControl.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode2}); this.StepControl.Location = new System.Drawing.Point(3, 55); this.StepControl.MainView = this.gridView1; this.StepControl.Name = "StepControl"; this.StepControl.Size = new System.Drawing.Size(247, 460); this.StepControl.TabIndex = 22; this.StepControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // contextMenuStrip // this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuSize, this.MenuVertical, this.Menuhorizontal}); this.contextMenuStrip.Name = "contextMenuStrip1"; this.contextMenuStrip.Size = new System.Drawing.Size(125, 70); // // MenuSize // this.MenuSize.Name = "MenuSize"; this.MenuSize.Size = new System.Drawing.Size(124, 22); this.MenuSize.Text = "相同宽高"; this.MenuSize.Click += new System.EventHandler(this.OnSameSizeClick); // // MenuVertical // this.MenuVertical.Name = "MenuVertical"; this.MenuVertical.Size = new System.Drawing.Size(124, 22); this.MenuVertical.Text = "水平间距"; this.MenuVertical.Click += new System.EventHandler(this.OnHorizontalSpacingClick); // // Menuhorizontal // this.Menuhorizontal.Name = "Menuhorizontal"; this.Menuhorizontal.Size = new System.Drawing.Size(124, 22); this.Menuhorizontal.Text = "垂直间距"; this.Menuhorizontal.Click += new System.EventHandler(this.OnVerticalSpacingClick); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F); this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView1.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F); this.gridView1.Appearance.Preview.Options.UseFont = true; this.gridView1.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F); this.gridView1.Appearance.Row.Options.UseBackColor = true; this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.StepName}); this.gridView1.GridControl = this.StepControl; this.gridView1.IndicatorWidth = 40; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gridView1.OptionsFilter.ShowAllTableValuesInFilterPopup = true; this.gridView1.OptionsFind.FindNullPrompt = ""; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView1.OptionsView.AllowHtmlDrawHeaders = true; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView1.OptionsView.RowAutoHeight = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.PaintStyleName = "Skin"; // // StepName // this.StepName.Caption = "步骤名"; this.StepName.FieldName = "StepName"; this.StepName.Name = "StepName"; this.StepName.OptionsColumn.AllowEdit = false; this.StepName.Visible = true; this.StepName.VisibleIndex = 0; this.StepName.Width = 139; // // pl_left // this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_left.Appearance.Options.UseBackColor = true; this.pl_left.Controls.Add(this.txt_offset); this.pl_left.Controls.Add(this.label1); this.pl_left.Dock = System.Windows.Forms.DockStyle.Top; this.pl_left.Location = new System.Drawing.Point(3, 18); this.pl_left.Name = "pl_left"; this.pl_left.Size = new System.Drawing.Size(247, 37); this.pl_left.TabIndex = 20; // // txt_offset // this.txt_offset.EditValue = "2"; this.txt_offset.Location = new System.Drawing.Point(78, 8); this.txt_offset.Name = "txt_offset"; this.txt_offset.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_offset.Properties.Appearance.Options.UseFont = true; this.txt_offset.Size = new System.Drawing.Size(164, 20); this.txt_offset.TabIndex = 19; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Blue; this.label1.Location = new System.Drawing.Point(8, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 14); this.label1.TabIndex = 0; this.label1.Text = "固定偏移量"; // // FrmDesign // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1157, 526); this.Controls.Add(this.splitMainControl); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FrmDesign"; this.Text = "签名设计器"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit(); this.splitMainControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.botToolStrip.ResumeLayout(false); this.botToolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit(); this.pl_right.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.StepControl)).EndInit(); this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit(); this.pl_left.ResumeLayout(false); this.pl_left.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_offset.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMainControl; public DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraGrid.Columns.GridColumn versionName; private DevExpress.XtraGrid.Columns.GridColumn pdfUrl; private System.Windows.Forms.ToolStrip botToolStrip; private System.Windows.Forms.ToolStripButton btn_Delete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btn_Update; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton btn_Add; private Controls.PdfEditorEx pdfEditorEx; private DevExpress.XtraEditors.PanelControl pl_right; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem MenuSize; private System.Windows.Forms.ToolStripMenuItem MenuVertical; private System.Windows.Forms.ToolStripMenuItem Menuhorizontal; public DevExpress.XtraGrid.GridControl StepControl; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn StepName; private DevExpress.XtraEditors.PanelControl pl_left; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txt_offset; } }