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

117 lines
4.8 KiB
C#

namespace Lskj.Control
{
partial class AuditInformation
{
/// <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()
{
this.TabControl = new DevExpress.XtraTab.XtraTabControl();
this.tabpage_remind = new DevExpress.XtraTab.XtraTabPage();
this.gridRemind = new Lskj.Control.GridControlEx();
this.tabpage_sign = new DevExpress.XtraTab.XtraTabPage();
this.gridSign = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.TabControl)).BeginInit();
this.TabControl.SuspendLayout();
this.tabpage_remind.SuspendLayout();
this.tabpage_sign.SuspendLayout();
this.SuspendLayout();
//
// TabControl
//
this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabControl.Location = new System.Drawing.Point(0, 0);
this.TabControl.Name = "TabControl";
this.TabControl.SelectedTabPage = this.tabpage_remind;
this.TabControl.Size = new System.Drawing.Size(1060, 601);
this.TabControl.TabIndex = 1;
this.TabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabpage_remind,
this.tabpage_sign});
//
// tabpage_remind
//
this.tabpage_remind.Controls.Add(this.gridRemind);
this.tabpage_remind.Name = "tabpage_remind";
this.tabpage_remind.Size = new System.Drawing.Size(1054, 572);
this.tabpage_remind.Text = "提醒记录";
//
// gridRemind
//
this.gridRemind.AdapterObj = null;
this.gridRemind.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridRemind.Location = new System.Drawing.Point(0, 0);
this.gridRemind.Margin = new System.Windows.Forms.Padding(5);
this.gridRemind.Name = "gridRemind";
this.gridRemind.Size = new System.Drawing.Size(1054, 572);
this.gridRemind.TabIndex = 1;
//
// tabpage_sign
//
this.tabpage_sign.Controls.Add(this.gridSign);
this.tabpage_sign.Name = "tabpage_sign";
this.tabpage_sign.Size = new System.Drawing.Size(1054, 572);
this.tabpage_sign.Text = "会签记录";
//
// gridSign
//
this.gridSign.AdapterObj = null;
this.gridSign.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridSign.Location = new System.Drawing.Point(0, 0);
this.gridSign.Margin = new System.Windows.Forms.Padding(5);
this.gridSign.Name = "gridSign";
this.gridSign.Size = new System.Drawing.Size(1054, 572);
this.gridSign.TabIndex = 1;
//
// AuditInformation
//
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(1060, 601);
this.Controls.Add(this.TabControl);
this.Name = "AuditInformation";
this.Text = "附加信息查看框";
this.Load += new System.EventHandler(this.AuditInformation_Load);
((System.ComponentModel.ISupportInitialize)(this.TabControl)).EndInit();
this.TabControl.ResumeLayout(false);
this.tabpage_remind.ResumeLayout(false);
this.tabpage_sign.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTab.XtraTabControl TabControl;
private DevExpress.XtraTab.XtraTabPage tabpage_remind;
private GridControlEx gridRemind;
private DevExpress.XtraTab.XtraTabPage tabpage_sign;
private GridControlEx gridSign;
}
}