namespace Lskj.PubPdfSign { partial class FrmAddSign { /// /// 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.tabControl = new DevExpress.XtraTab.XtraTabControl(); ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit(); this.SuspendLayout(); // // tabControl // this.tabControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabControl.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.Size = new System.Drawing.Size(1116, 631); this.tabControl.TabIndex = 6; // // FrmAddSign // 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(1116, 631); this.Controls.Add(this.tabControl); this.Name = "FrmAddSign"; this.Text = "审核签章"; ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit(); this.ResumeLayout(false); } #endregion public DevExpress.XtraTab.XtraTabControl tabControl; } }