StableVersion4.3/HL_FristAidPlatform_Base/Form_SystemInfo.Designer.cs

466 lines
25 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_SystemInfo
{
/// <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(Form_SystemInfo));
this.barManager = new DevExpress.XtraBars.BarManager();
this.bar3 = new DevExpress.XtraBars.Bar();
this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Save = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Delete = new DevExpress.XtraBars.BarLargeButtonItem();
this.groupC_SystemInfo = new DevExpress.XtraEditors.GroupControl();
this.txt_SystemName = new DevExpress.XtraEditors.TextEdit();
this.txt_Copyright = new DevExpress.XtraEditors.TextEdit();
this.txt_Slogan = new DevExpress.XtraEditors.TextEdit();
this.txt_CopyrightDescription = new DevExpress.XtraEditors.MemoEdit();
this.txt_ServiceEmail = new DevExpress.XtraEditors.TextEdit();
this.lbl_Copyright = new DevExpress.XtraEditors.LabelControl();
this.lbl_SystemName = new DevExpress.XtraEditors.LabelControl();
this.lbl_Slogan = new DevExpress.XtraEditors.LabelControl();
this.txt_SystemSummary = new DevExpress.XtraEditors.MemoEdit();
this.lbl_ServiceEmail = new DevExpress.XtraEditors.LabelControl();
this.lbl_CopyrightDescription = new DevExpress.XtraEditors.LabelControl();
this.lbl_SystemSummary = new DevExpress.XtraEditors.LabelControl();
this.txt_ServiceTelephone = new DevExpress.XtraEditors.TextEdit();
this.lbl_ServiceTelephone = new DevExpress.XtraEditors.LabelControl();
this.txt_CompanyWebsite = new DevExpress.XtraEditors.TextEdit();
this.lbl_CompanyWebsite = new DevExpress.XtraEditors.LabelControl();
this.txt_CompanyName = new DevExpress.XtraEditors.TextEdit();
this.lbl_CompanyName = new DevExpress.XtraEditors.LabelControl();
this.txt_SystemEdition = new DevExpress.XtraEditors.TextEdit();
this.lbl_SystemEdition = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupC_SystemInfo)).BeginInit();
this.groupC_SystemInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Copyright.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Slogan.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CopyrightDescription.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServiceEmail.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemSummary.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServiceTelephone.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CompanyWebsite.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CompanyName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemEdition.Properties)).BeginInit();
this.SuspendLayout();
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar3});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btn_Select,
this.btn_Insert,
this.btn_Update,
this.btn_Delete,
this.btn_Save,
this.btn_Exit});
this.barManager.MainMenu = this.bar3;
this.barManager.MaxItemId = 6;
//
// bar3
//
this.bar3.BarName = "Main menu";
this.bar3.DockCol = 0;
this.bar3.DockRow = 0;
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Update, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Save, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar3.OptionsBar.DrawBorder = false;
this.bar3.OptionsBar.MultiLine = true;
this.bar3.OptionsBar.UseWholeRow = true;
this.bar3.Text = "Main menu";
//
// btn_Update
//
this.btn_Update.Caption = "修改";
this.btn_Update.Id = 2;
this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image")));
this.btn_Update.Name = "btn_Update";
this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick);
//
// btn_Save
//
this.btn_Save.Caption = "保存";
this.btn_Save.Id = 4;
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.Name = "btn_Save";
this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick);
//
// btn_Exit
//
this.btn_Exit.Caption = "退出";
this.btn_Exit.Id = 5;
this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image")));
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(913, 61);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 715);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(913, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 61);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 654);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(913, 61);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 654);
//
// btn_Select
//
this.btn_Select.Caption = "查询";
this.btn_Select.Id = 0;
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Name = "btn_Select";
//
// btn_Insert
//
this.btn_Insert.Caption = "新增";
this.btn_Insert.Id = 1;
this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image")));
this.btn_Insert.Name = "btn_Insert";
//
// btn_Delete
//
this.btn_Delete.Caption = "删除";
this.btn_Delete.Id = 3;
this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
this.btn_Delete.Name = "btn_Delete";
//
// groupC_SystemInfo
//
this.groupC_SystemInfo.Controls.Add(this.labelControl1);
this.groupC_SystemInfo.Controls.Add(this.labelControl11);
this.groupC_SystemInfo.Controls.Add(this.txt_SystemName);
this.groupC_SystemInfo.Controls.Add(this.txt_Copyright);
this.groupC_SystemInfo.Controls.Add(this.txt_Slogan);
this.groupC_SystemInfo.Controls.Add(this.txt_CopyrightDescription);
this.groupC_SystemInfo.Controls.Add(this.txt_ServiceEmail);
this.groupC_SystemInfo.Controls.Add(this.lbl_Copyright);
this.groupC_SystemInfo.Controls.Add(this.lbl_SystemName);
this.groupC_SystemInfo.Controls.Add(this.lbl_Slogan);
this.groupC_SystemInfo.Controls.Add(this.txt_SystemSummary);
this.groupC_SystemInfo.Controls.Add(this.lbl_ServiceEmail);
this.groupC_SystemInfo.Controls.Add(this.lbl_CopyrightDescription);
this.groupC_SystemInfo.Controls.Add(this.lbl_SystemSummary);
this.groupC_SystemInfo.Controls.Add(this.txt_ServiceTelephone);
this.groupC_SystemInfo.Controls.Add(this.lbl_ServiceTelephone);
this.groupC_SystemInfo.Controls.Add(this.txt_CompanyWebsite);
this.groupC_SystemInfo.Controls.Add(this.lbl_CompanyWebsite);
this.groupC_SystemInfo.Controls.Add(this.txt_CompanyName);
this.groupC_SystemInfo.Controls.Add(this.lbl_CompanyName);
this.groupC_SystemInfo.Controls.Add(this.txt_SystemEdition);
this.groupC_SystemInfo.Controls.Add(this.lbl_SystemEdition);
this.groupC_SystemInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupC_SystemInfo.Location = new System.Drawing.Point(0, 61);
this.groupC_SystemInfo.Name = "groupC_SystemInfo";
this.groupC_SystemInfo.Size = new System.Drawing.Size(913, 654);
this.groupC_SystemInfo.TabIndex = 12;
this.groupC_SystemInfo.Text = "系统信息";
//
// txt_SystemName
//
this.txt_SystemName.Location = new System.Drawing.Point(75, 24);
this.txt_SystemName.MenuManager = this.barManager;
this.txt_SystemName.Name = "txt_SystemName";
this.txt_SystemName.Size = new System.Drawing.Size(470, 20);
this.txt_SystemName.TabIndex = 9;
//
// txt_Copyright
//
this.txt_Copyright.Location = new System.Drawing.Point(75, 347);
this.txt_Copyright.Name = "txt_Copyright";
this.txt_Copyright.Size = new System.Drawing.Size(470, 20);
this.txt_Copyright.TabIndex = 9;
//
// txt_Slogan
//
this.txt_Slogan.Location = new System.Drawing.Point(75, 313);
this.txt_Slogan.Name = "txt_Slogan";
this.txt_Slogan.Size = new System.Drawing.Size(470, 20);
this.txt_Slogan.TabIndex = 9;
//
// txt_CopyrightDescription
//
this.txt_CopyrightDescription.Location = new System.Drawing.Point(75, 379);
this.txt_CopyrightDescription.Name = "txt_CopyrightDescription";
this.txt_CopyrightDescription.Size = new System.Drawing.Size(470, 88);
this.txt_CopyrightDescription.TabIndex = 10;
//
// txt_ServiceEmail
//
this.txt_ServiceEmail.Location = new System.Drawing.Point(75, 282);
this.txt_ServiceEmail.Name = "txt_ServiceEmail";
this.txt_ServiceEmail.Size = new System.Drawing.Size(470, 20);
this.txt_ServiceEmail.TabIndex = 9;
//
// lbl_Copyright
//
this.lbl_Copyright.Location = new System.Drawing.Point(18, 350);
this.lbl_Copyright.Name = "lbl_Copyright";
this.lbl_Copyright.Size = new System.Drawing.Size(48, 14);
this.lbl_Copyright.TabIndex = 8;
this.lbl_Copyright.Text = "版权所有";
//
// lbl_SystemName
//
this.lbl_SystemName.Location = new System.Drawing.Point(19, 27);
this.lbl_SystemName.Name = "lbl_SystemName";
this.lbl_SystemName.Size = new System.Drawing.Size(48, 14);
this.lbl_SystemName.TabIndex = 8;
this.lbl_SystemName.Text = "系统名称";
//
// lbl_Slogan
//
this.lbl_Slogan.Location = new System.Drawing.Point(42, 316);
this.lbl_Slogan.Name = "lbl_Slogan";
this.lbl_Slogan.Size = new System.Drawing.Size(24, 14);
this.lbl_Slogan.TabIndex = 8;
this.lbl_Slogan.Text = "标语";
//
// txt_SystemSummary
//
this.txt_SystemSummary.Location = new System.Drawing.Point(75, 56);
this.txt_SystemSummary.MenuManager = this.barManager;
this.txt_SystemSummary.Name = "txt_SystemSummary";
this.txt_SystemSummary.Size = new System.Drawing.Size(470, 88);
this.txt_SystemSummary.TabIndex = 10;
//
// lbl_ServiceEmail
//
this.lbl_ServiceEmail.Location = new System.Drawing.Point(18, 285);
this.lbl_ServiceEmail.Name = "lbl_ServiceEmail";
this.lbl_ServiceEmail.Size = new System.Drawing.Size(48, 14);
this.lbl_ServiceEmail.TabIndex = 8;
this.lbl_ServiceEmail.Text = "客服邮箱";
//
// lbl_CopyrightDescription
//
this.lbl_CopyrightDescription.Location = new System.Drawing.Point(17, 379);
this.lbl_CopyrightDescription.Name = "lbl_CopyrightDescription";
this.lbl_CopyrightDescription.Size = new System.Drawing.Size(48, 14);
this.lbl_CopyrightDescription.TabIndex = 8;
this.lbl_CopyrightDescription.Text = "版权说明";
//
// lbl_SystemSummary
//
this.lbl_SystemSummary.Location = new System.Drawing.Point(18, 56);
this.lbl_SystemSummary.Name = "lbl_SystemSummary";
this.lbl_SystemSummary.Size = new System.Drawing.Size(48, 14);
this.lbl_SystemSummary.TabIndex = 8;
this.lbl_SystemSummary.Text = "系统说明";
//
// txt_ServiceTelephone
//
this.txt_ServiceTelephone.Location = new System.Drawing.Point(75, 250);
this.txt_ServiceTelephone.Name = "txt_ServiceTelephone";
this.txt_ServiceTelephone.Size = new System.Drawing.Size(470, 20);
this.txt_ServiceTelephone.TabIndex = 9;
//
// lbl_ServiceTelephone
//
this.lbl_ServiceTelephone.Location = new System.Drawing.Point(19, 253);
this.lbl_ServiceTelephone.Name = "lbl_ServiceTelephone";
this.lbl_ServiceTelephone.Size = new System.Drawing.Size(48, 14);
this.lbl_ServiceTelephone.TabIndex = 8;
this.lbl_ServiceTelephone.Text = "客服电话";
//
// txt_CompanyWebsite
//
this.txt_CompanyWebsite.Location = new System.Drawing.Point(75, 219);
this.txt_CompanyWebsite.Name = "txt_CompanyWebsite";
this.txt_CompanyWebsite.Size = new System.Drawing.Size(470, 20);
this.txt_CompanyWebsite.TabIndex = 9;
//
// lbl_CompanyWebsite
//
this.lbl_CompanyWebsite.Location = new System.Drawing.Point(18, 222);
this.lbl_CompanyWebsite.Name = "lbl_CompanyWebsite";
this.lbl_CompanyWebsite.Size = new System.Drawing.Size(48, 14);
this.lbl_CompanyWebsite.TabIndex = 8;
this.lbl_CompanyWebsite.Text = "公司网址";
//
// txt_CompanyName
//
this.txt_CompanyName.Location = new System.Drawing.Point(75, 187);
this.txt_CompanyName.Name = "txt_CompanyName";
this.txt_CompanyName.Size = new System.Drawing.Size(470, 20);
this.txt_CompanyName.TabIndex = 9;
//
// lbl_CompanyName
//
this.lbl_CompanyName.Location = new System.Drawing.Point(19, 190);
this.lbl_CompanyName.Name = "lbl_CompanyName";
this.lbl_CompanyName.Size = new System.Drawing.Size(48, 14);
this.lbl_CompanyName.TabIndex = 8;
this.lbl_CompanyName.Text = "公司名称";
//
// txt_SystemEdition
//
this.txt_SystemEdition.Location = new System.Drawing.Point(75, 156);
this.txt_SystemEdition.Name = "txt_SystemEdition";
this.txt_SystemEdition.Size = new System.Drawing.Size(470, 20);
this.txt_SystemEdition.TabIndex = 9;
//
// lbl_SystemEdition
//
this.lbl_SystemEdition.Location = new System.Drawing.Point(19, 159);
this.lbl_SystemEdition.Name = "lbl_SystemEdition";
this.lbl_SystemEdition.Size = new System.Drawing.Size(48, 14);
this.lbl_SystemEdition.TabIndex = 8;
this.lbl_SystemEdition.Text = "系统版本";
//
// labelControl11
//
this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl11.Appearance.Options.UseForeColor = true;
this.labelControl11.Location = new System.Drawing.Point(548, 26);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(7, 14);
this.labelControl11.TabIndex = 21;
this.labelControl11.Text = "*";
//
// labelControl1
//
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(548, 190);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(7, 14);
this.labelControl1.TabIndex = 22;
this.labelControl1.Text = "*";
//
// Form_SystemInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(913, 715);
this.Controls.Add(this.groupC_SystemInfo);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_SystemInfo";
this.Text = "系统信息设置";
this.Load += new System.EventHandler(this.Form_Base_SystemInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupC_SystemInfo)).EndInit();
this.groupC_SystemInfo.ResumeLayout(false);
this.groupC_SystemInfo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Copyright.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Slogan.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CopyrightDescription.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServiceEmail.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemSummary.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServiceTelephone.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CompanyWebsite.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CompanyName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemEdition.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar3;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Save;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Delete;
private DevExpress.XtraEditors.GroupControl groupC_SystemInfo;
private DevExpress.XtraEditors.TextEdit txt_SystemName;
private DevExpress.XtraEditors.TextEdit txt_Slogan;
private DevExpress.XtraEditors.MemoEdit txt_CopyrightDescription;
private DevExpress.XtraEditors.TextEdit txt_ServiceEmail;
private DevExpress.XtraEditors.LabelControl lbl_SystemName;
private DevExpress.XtraEditors.LabelControl lbl_Slogan;
private DevExpress.XtraEditors.MemoEdit txt_SystemSummary;
private DevExpress.XtraEditors.LabelControl lbl_ServiceEmail;
private DevExpress.XtraEditors.LabelControl lbl_CopyrightDescription;
private DevExpress.XtraEditors.LabelControl lbl_SystemSummary;
private DevExpress.XtraEditors.TextEdit txt_ServiceTelephone;
private DevExpress.XtraEditors.LabelControl lbl_ServiceTelephone;
private DevExpress.XtraEditors.TextEdit txt_CompanyWebsite;
private DevExpress.XtraEditors.LabelControl lbl_CompanyWebsite;
private DevExpress.XtraEditors.TextEdit txt_CompanyName;
private DevExpress.XtraEditors.LabelControl lbl_CompanyName;
private DevExpress.XtraEditors.TextEdit txt_SystemEdition;
private DevExpress.XtraEditors.LabelControl lbl_SystemEdition;
private DevExpress.XtraEditors.TextEdit txt_Copyright;
private DevExpress.XtraEditors.LabelControl lbl_Copyright;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl11;
}
}