Added client version to form toolstrip
This commit is contained in:
11
SamaPager_Client/Form1.Designer.cs
generated
11
SamaPager_Client/Form1.Designer.cs
generated
@@ -43,6 +43,7 @@
|
||||
this.restartUDPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.messageTxt = new Krypton.Toolkit.KryptonTextBox();
|
||||
this.kryptonManager2 = new Krypton.Toolkit.KryptonManager(this.components);
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
|
||||
this.kryptonPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cmdLst)).BeginInit();
|
||||
@@ -99,7 +100,8 @@
|
||||
//
|
||||
resources.ApplyResources(this.kryptonStatusStrip1, "kryptonStatusStrip1");
|
||||
this.kryptonStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.statusTxt});
|
||||
this.statusTxt,
|
||||
this.toolStripStatusLabel1});
|
||||
this.kryptonStatusStrip1.Name = "kryptonStatusStrip1";
|
||||
this.kryptonStatusStrip1.ProgressBars = null;
|
||||
this.kryptonStatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
|
||||
@@ -145,6 +147,12 @@
|
||||
//
|
||||
this.kryptonManager2.GlobalPaletteMode = Krypton.Toolkit.PaletteMode.Office2010Silver;
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
|
||||
this.toolStripStatusLabel1.Spring = true;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@@ -183,6 +191,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem restartUDPClientToolStripMenuItem;
|
||||
private Krypton.Toolkit.KryptonListBox logLst;
|
||||
private Krypton.Toolkit.KryptonComboBox cmdLst;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user