Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

356 lines
20 KiB
C#

using Lskj.PubPdfSign.Controls;
namespace Lskj.PubPdfSign
{
partial class FrmUpload
{
/// <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()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpload));
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.fileName = new DevExpress.XtraGrid.Columns.GridColumn();
this.versionCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.versionGridLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.pdfUrl = new DevExpress.XtraGrid.Columns.GridColumn();
this.botPanel = new System.Windows.Forms.Panel();
this.rightToolStripPanel = new System.Windows.Forms.Panel();
this.rightToolStrip = new System.Windows.Forms.ToolStrip();
this.btn_UpSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.btn_UpDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.btn_UpLoad = new System.Windows.Forms.ToolStripButton();
this.leftPanel = new System.Windows.Forms.Panel();
this.leftToolStrip = new System.Windows.Forms.ToolStrip();
this.btn_AddTemp = new System.Windows.Forms.ToolStripButton();
this.pdfEditorEx = new Lskj.PubPdfSign.Controls.PdfEditorEx();
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
this.splitMainControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.versionGridLookUpEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
this.botPanel.SuspendLayout();
this.rightToolStripPanel.SuspendLayout();
this.rightToolStrip.SuspendLayout();
this.leftPanel.SuspendLayout();
this.leftToolStrip.SuspendLayout();
this.SuspendLayout();
//
// splitMainControl
//
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
this.splitMainControl.Margin = new System.Windows.Forms.Padding(4);
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.botPanel);
this.splitMainControl.Panel1.Text = "Panel1";
this.splitMainControl.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.splitMainControl.Panel2.Controls.Add(this.pdfEditorEx);
this.splitMainControl.Panel2.Text = "Panel2";
this.splitMainControl.Size = new System.Drawing.Size(1042, 718);
this.splitMainControl.SplitterPosition = 397;
this.splitMainControl.TabIndex = 7;
this.splitMainControl.Text = "splitContainerControl1";
//
// gcMain
//
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
gridLevelNode2.RelationName = "Level1";
this.gcMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode2});
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.MainView = this.gridView;
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
this.gcMain.Name = "gcMain";
this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.versionGridLookUpEdit});
this.gcMain.Size = new System.Drawing.Size(393, 683);
this.gcMain.TabIndex = 26;
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.fileName,
this.versionCode,
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";
//
// fileName
//
this.fileName.Caption = "文件名";
this.fileName.FieldName = "fileName";
this.fileName.Name = "fileName";
this.fileName.OptionsColumn.AllowEdit = false;
this.fileName.Visible = true;
this.fileName.VisibleIndex = 0;
this.fileName.Width = 167;
//
// versionCode
//
this.versionCode.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
this.versionCode.AppearanceHeader.Options.UseForeColor = true;
this.versionCode.Caption = "版本";
this.versionCode.ColumnEdit = this.versionGridLookUpEdit;
this.versionCode.FieldName = "versionCode";
this.versionCode.Name = "versionCode";
this.versionCode.Visible = true;
this.versionCode.VisibleIndex = 1;
this.versionCode.Width = 185;
//
// versionGridLookUpEdit
//
this.versionGridLookUpEdit.AutoHeight = false;
this.versionGridLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.versionGridLookUpEdit.DisplayMember = "versionName";
this.versionGridLookUpEdit.Name = "versionGridLookUpEdit";
this.versionGridLookUpEdit.ValueMember = "id";
this.versionGridLookUpEdit.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;
//
// pdfUrl
//
this.pdfUrl.Caption = "文件地址";
this.pdfUrl.FieldName = "pdfUrl";
this.pdfUrl.Name = "pdfUrl";
this.pdfUrl.OptionsColumn.AllowEdit = false;
this.pdfUrl.Width = 144;
//
// botPanel
//
this.botPanel.Controls.Add(this.rightToolStripPanel);
this.botPanel.Controls.Add(this.leftPanel);
this.botPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.botPanel.Location = new System.Drawing.Point(0, 683);
this.botPanel.Name = "botPanel";
this.botPanel.Size = new System.Drawing.Size(393, 31);
this.botPanel.TabIndex = 25;
//
// rightToolStripPanel
//
this.rightToolStripPanel.Controls.Add(this.rightToolStrip);
this.rightToolStripPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightToolStripPanel.Location = new System.Drawing.Point(116, 0);
this.rightToolStripPanel.Name = "rightToolStripPanel";
this.rightToolStripPanel.Size = new System.Drawing.Size(277, 31);
this.rightToolStripPanel.TabIndex = 24;
//
// rightToolStrip
//
this.rightToolStrip.BackColor = System.Drawing.SystemColors.ControlLight;
this.rightToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.rightToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.rightToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_UpSave,
this.toolStripSeparator3,
this.btn_UpDelete,
this.toolStripSeparator4,
this.btn_UpLoad});
this.rightToolStrip.Location = new System.Drawing.Point(0, 0);
this.rightToolStrip.Name = "rightToolStrip";
this.rightToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.rightToolStrip.ShowItemToolTips = false;
this.rightToolStrip.Size = new System.Drawing.Size(277, 31);
this.rightToolStrip.TabIndex = 22;
//
// btn_UpSave
//
this.btn_UpSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_UpSave.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_UpSave.Image = ((System.Drawing.Image)(resources.GetObject("btn_UpSave.Image")));
this.btn_UpSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_UpSave.Name = "btn_UpSave";
this.btn_UpSave.Size = new System.Drawing.Size(54, 28);
this.btn_UpSave.Text = "保存";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
//
// btn_UpDelete
//
this.btn_UpDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_UpDelete.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_UpDelete.Image = ((System.Drawing.Image)(resources.GetObject("btn_UpDelete.Image")));
this.btn_UpDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_UpDelete.Name = "btn_UpDelete";
this.btn_UpDelete.Size = new System.Drawing.Size(54, 28);
this.btn_UpDelete.Text = "删除";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
//
// btn_UpLoad
//
this.btn_UpLoad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_UpLoad.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_UpLoad.Image = ((System.Drawing.Image)(resources.GetObject("btn_UpLoad.Image")));
this.btn_UpLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_UpLoad.Name = "btn_UpLoad";
this.btn_UpLoad.Size = new System.Drawing.Size(54, 28);
this.btn_UpLoad.Text = "上传";
//
// leftPanel
//
this.leftPanel.Controls.Add(this.leftToolStrip);
this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
this.leftPanel.Location = new System.Drawing.Point(0, 0);
this.leftPanel.Name = "leftPanel";
this.leftPanel.Size = new System.Drawing.Size(116, 31);
this.leftPanel.TabIndex = 23;
//
// leftToolStrip
//
this.leftToolStrip.BackColor = System.Drawing.SystemColors.ControlLight;
this.leftToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.leftToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.leftToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_AddTemp});
this.leftToolStrip.Location = new System.Drawing.Point(0, 0);
this.leftToolStrip.Name = "leftToolStrip";
this.leftToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.leftToolStrip.ShowItemToolTips = false;
this.leftToolStrip.Size = new System.Drawing.Size(116, 31);
this.leftToolStrip.TabIndex = 24;
//
// btn_AddTemp
//
this.btn_AddTemp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_AddTemp.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_AddTemp.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddTemp.Image")));
this.btn_AddTemp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_AddTemp.Name = "btn_AddTemp";
this.btn_AddTemp.Size = new System.Drawing.Size(92, 28);
this.btn_AddTemp.Text = "添加模板";
//
// pdfEditorEx
//
this.pdfEditorEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.pdfEditorEx.Location = new System.Drawing.Point(0, 0);
this.pdfEditorEx.Name = "pdfEditorEx";
this.pdfEditorEx.Size = new System.Drawing.Size(635, 714);
this.pdfEditorEx.TabIndex = 0;
//
// FrmUpload
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1042, 718);
this.Controls.Add(this.splitMainControl);
this.Name = "FrmUpload";
this.Text = "文件上传";
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
this.splitMainControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.versionGridLookUpEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
this.botPanel.ResumeLayout(false);
this.rightToolStripPanel.ResumeLayout(false);
this.rightToolStripPanel.PerformLayout();
this.rightToolStrip.ResumeLayout(false);
this.rightToolStrip.PerformLayout();
this.leftPanel.ResumeLayout(false);
this.leftPanel.PerformLayout();
this.leftToolStrip.ResumeLayout(false);
this.leftToolStrip.PerformLayout();
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 fileName;
private DevExpress.XtraGrid.Columns.GridColumn versionCode;
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit versionGridLookUpEdit;
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
private DevExpress.XtraGrid.Columns.GridColumn pdfUrl;
private System.Windows.Forms.Panel botPanel;
private System.Windows.Forms.Panel rightToolStripPanel;
private System.Windows.Forms.ToolStrip rightToolStrip;
private System.Windows.Forms.ToolStripButton btn_UpSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton btn_UpDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton btn_UpLoad;
private System.Windows.Forms.Panel leftPanel;
private System.Windows.Forms.ToolStrip leftToolStrip;
private System.Windows.Forms.ToolStripButton btn_AddTemp;
private PdfEditorEx pdfEditorEx;
}
}