Files
lserp_cs_6.0/插件库/Lskj.PubPdfSign/FrmAdd.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

159 lines
7.7 KiB
C#

namespace Lskj.PubPdfSign
{
partial class FrmAdd
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAdd));
this.txt_FileName = new DevExpress.XtraEditors.TextEdit();
this.fileNameLabel = new System.Windows.Forms.Label();
this.txt_VersionName = new DevExpress.XtraEditors.TextEdit();
this.versionLabel = new System.Windows.Forms.Label();
this.editToolStrip = new System.Windows.Forms.ToolStrip();
this.btn_Cancel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Ok = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.txt_FileName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_VersionName.Properties)).BeginInit();
this.editToolStrip.SuspendLayout();
this.SuspendLayout();
//
// txt_FileName
//
this.txt_FileName.Location = new System.Drawing.Point(100, 18);
this.txt_FileName.Name = "txt_FileName";
this.txt_FileName.Properties.ReadOnly = true;
this.txt_FileName.Size = new System.Drawing.Size(259, 24);
this.txt_FileName.TabIndex = 29;
//
// fileNameLabel
//
this.fileNameLabel.AutoSize = true;
this.fileNameLabel.Location = new System.Drawing.Point(12, 23);
this.fileNameLabel.Name = "fileNameLabel";
this.fileNameLabel.Size = new System.Drawing.Size(82, 15);
this.fileNameLabel.TabIndex = 28;
this.fileNameLabel.Text = "文件名称:";
//
// txt_VersionName
//
this.txt_VersionName.Location = new System.Drawing.Point(100, 50);
this.txt_VersionName.Name = "txt_VersionName";
this.txt_VersionName.Properties.NullValuePrompt = "请输入版本名称";
this.txt_VersionName.Properties.NullValuePromptShowForEmptyValue = true;
this.txt_VersionName.Size = new System.Drawing.Size(259, 24);
this.txt_VersionName.TabIndex = 27;
//
// versionLabel
//
this.versionLabel.AutoSize = true;
this.versionLabel.ForeColor = System.Drawing.Color.Blue;
this.versionLabel.Location = new System.Drawing.Point(12, 55);
this.versionLabel.Name = "versionLabel";
this.versionLabel.Size = new System.Drawing.Size(82, 15);
this.versionLabel.TabIndex = 26;
this.versionLabel.Text = "版本名称:";
//
// editToolStrip
//
this.editToolStrip.BackColor = System.Drawing.SystemColors.ControlLight;
this.editToolStrip.Dock = System.Windows.Forms.DockStyle.Bottom;
this.editToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.editToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_Cancel,
this.toolStripSeparator1,
this.btn_Ok});
this.editToolStrip.Location = new System.Drawing.Point(0, 91);
this.editToolStrip.Name = "editToolStrip";
this.editToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.editToolStrip.Size = new System.Drawing.Size(373, 32);
this.editToolStrip.TabIndex = 25;
this.editToolStrip.Text = "toolStrip1";
//
// btn_Cancel
//
this.btn_Cancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_Cancel.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.Image")));
this.btn_Cancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(54, 29);
this.btn_Cancel.Text = "取消";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 32);
//
// btn_Ok
//
this.btn_Ok.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_Ok.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Ok.Image = ((System.Drawing.Image)(resources.GetObject("btn_Ok.Image")));
this.btn_Ok.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(54, 29);
this.btn_Ok.Text = "确定";
//
// FrmAdd
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(373, 123);
this.Controls.Add(this.txt_FileName);
this.Controls.Add(this.fileNameLabel);
this.Controls.Add(this.txt_VersionName);
this.Controls.Add(this.versionLabel);
this.Controls.Add(this.editToolStrip);
this.Name = "FrmAdd";
this.Text = "模板名称";
((System.ComponentModel.ISupportInitialize)(this.txt_FileName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_VersionName.Properties)).EndInit();
this.editToolStrip.ResumeLayout(false);
this.editToolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit txt_FileName;
private System.Windows.Forms.Label fileNameLabel;
private DevExpress.XtraEditors.TextEdit txt_VersionName;
private System.Windows.Forms.Label versionLabel;
private System.Windows.Forms.ToolStrip editToolStrip;
private System.Windows.Forms.ToolStripButton btn_Cancel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btn_Ok;
}
}