Deleted unused files
This commit is contained in:
parent
e9b330f7b7
commit
9fc636a021
@ -1,833 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Collections.Specialized;
|
||||
|
||||
using Novell.SecretStore.NSSCSWrapper;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for Form3.
|
||||
/// </summary>
|
||||
public class AddSecretForm : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.TabControl tabControl1;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private System.Windows.Forms.TabPage tabPage2;
|
||||
private System.Windows.Forms.GroupBox EPProtection;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.CheckBox checkBox2;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
private SecretStore m_store = null;
|
||||
private System.Windows.Forms.TextBox SecretID;
|
||||
internal System.Windows.Forms.ListBox keyValueBox;
|
||||
private System.Windows.Forms.TextBox EPPwd2;
|
||||
private System.Windows.Forms.TextBox EPPwd1;
|
||||
private System.Windows.Forms.CheckBox CheckBoxEP;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.RadioButton credButton1;
|
||||
private System.Windows.Forms.RadioButton appButton2;
|
||||
private System.Windows.Forms.Button btnDelete;
|
||||
private System.Windows.Forms.Button btnEdit;
|
||||
private Secret m_secret = null;
|
||||
private System.Windows.Forms.Button btnAdd;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
private System.Windows.Forms.Button btnOk;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
|
||||
private Boolean m_bShowValue = false;
|
||||
|
||||
public AddSecretForm(SecretStore store)
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
m_store = store;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AddSecretForm));
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.appButton2 = new System.Windows.Forms.RadioButton();
|
||||
this.credButton1 = new System.Windows.Forms.RadioButton();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.SecretID = new System.Windows.Forms.TextBox();
|
||||
this.EPProtection = new System.Windows.Forms.GroupBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.EPPwd2 = new System.Windows.Forms.TextBox();
|
||||
this.EPPwd1 = new System.Windows.Forms.TextBox();
|
||||
this.CheckBoxEP = new System.Windows.Forms.CheckBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.keyValueBox = new System.Windows.Forms.ListBox();
|
||||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||||
this.btnDelete = new System.Windows.Forms.Button();
|
||||
this.btnEdit = new System.Windows.Forms.Button();
|
||||
this.btnAdd = new System.Windows.Forms.Button();
|
||||
this.btnRefresh = new System.Windows.Forms.Button();
|
||||
this.btnOk = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.EPProtection.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.AccessibleDescription = resources.GetString("tabControl1.AccessibleDescription");
|
||||
this.tabControl1.AccessibleName = resources.GetString("tabControl1.AccessibleName");
|
||||
this.tabControl1.Alignment = ((System.Windows.Forms.TabAlignment)(resources.GetObject("tabControl1.Alignment")));
|
||||
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("tabControl1.Anchor")));
|
||||
this.tabControl1.Appearance = ((System.Windows.Forms.TabAppearance)(resources.GetObject("tabControl1.Appearance")));
|
||||
this.tabControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabControl1.BackgroundImage")));
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("tabControl1.Dock")));
|
||||
this.tabControl1.Enabled = ((bool)(resources.GetObject("tabControl1.Enabled")));
|
||||
this.tabControl1.Font = ((System.Drawing.Font)(resources.GetObject("tabControl1.Font")));
|
||||
this.tabControl1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("tabControl1.ImeMode")));
|
||||
this.tabControl1.ItemSize = ((System.Drawing.Size)(resources.GetObject("tabControl1.ItemSize")));
|
||||
this.tabControl1.Location = ((System.Drawing.Point)(resources.GetObject("tabControl1.Location")));
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.Padding = ((System.Drawing.Point)(resources.GetObject("tabControl1.Padding")));
|
||||
this.tabControl1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("tabControl1.RightToLeft")));
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.ShowToolTips = ((bool)(resources.GetObject("tabControl1.ShowToolTips")));
|
||||
this.tabControl1.Size = ((System.Drawing.Size)(resources.GetObject("tabControl1.Size")));
|
||||
this.tabControl1.TabIndex = ((int)(resources.GetObject("tabControl1.TabIndex")));
|
||||
this.tabControl1.Tag = "";
|
||||
this.tabControl1.Text = resources.GetString("tabControl1.Text");
|
||||
this.tabControl1.Visible = ((bool)(resources.GetObject("tabControl1.Visible")));
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.AccessibleDescription = resources.GetString("tabPage1.AccessibleDescription");
|
||||
this.tabPage1.AccessibleName = resources.GetString("tabPage1.AccessibleName");
|
||||
this.tabPage1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("tabPage1.Anchor")));
|
||||
this.tabPage1.AutoScroll = ((bool)(resources.GetObject("tabPage1.AutoScroll")));
|
||||
this.tabPage1.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("tabPage1.AutoScrollMargin")));
|
||||
this.tabPage1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("tabPage1.AutoScrollMinSize")));
|
||||
this.tabPage1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage1.BackgroundImage")));
|
||||
this.tabPage1.Controls.Add(this.groupBox2);
|
||||
this.tabPage1.Controls.Add(this.groupBox1);
|
||||
this.tabPage1.Controls.Add(this.EPProtection);
|
||||
this.tabPage1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("tabPage1.Dock")));
|
||||
this.tabPage1.Enabled = ((bool)(resources.GetObject("tabPage1.Enabled")));
|
||||
this.tabPage1.Font = ((System.Drawing.Font)(resources.GetObject("tabPage1.Font")));
|
||||
this.tabPage1.ImageIndex = ((int)(resources.GetObject("tabPage1.ImageIndex")));
|
||||
this.tabPage1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("tabPage1.ImeMode")));
|
||||
this.tabPage1.Location = ((System.Drawing.Point)(resources.GetObject("tabPage1.Location")));
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("tabPage1.RightToLeft")));
|
||||
this.tabPage1.Size = ((System.Drawing.Size)(resources.GetObject("tabPage1.Size")));
|
||||
this.tabPage1.TabIndex = ((int)(resources.GetObject("tabPage1.TabIndex")));
|
||||
this.tabPage1.Text = resources.GetString("tabPage1.Text");
|
||||
this.tabPage1.ToolTipText = resources.GetString("tabPage1.ToolTipText");
|
||||
this.tabPage1.Visible = ((bool)(resources.GetObject("tabPage1.Visible")));
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.AccessibleDescription = resources.GetString("groupBox2.AccessibleDescription");
|
||||
this.groupBox2.AccessibleName = resources.GetString("groupBox2.AccessibleName");
|
||||
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("groupBox2.Anchor")));
|
||||
this.groupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox2.BackgroundImage")));
|
||||
this.groupBox2.Controls.Add(this.appButton2);
|
||||
this.groupBox2.Controls.Add(this.credButton1);
|
||||
this.groupBox2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("groupBox2.Dock")));
|
||||
this.groupBox2.Enabled = ((bool)(resources.GetObject("groupBox2.Enabled")));
|
||||
this.groupBox2.Font = ((System.Drawing.Font)(resources.GetObject("groupBox2.Font")));
|
||||
this.groupBox2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox2.ImeMode")));
|
||||
this.groupBox2.Location = ((System.Drawing.Point)(resources.GetObject("groupBox2.Location")));
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("groupBox2.RightToLeft")));
|
||||
this.groupBox2.Size = ((System.Drawing.Size)(resources.GetObject("groupBox2.Size")));
|
||||
this.groupBox2.TabIndex = ((int)(resources.GetObject("groupBox2.TabIndex")));
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = resources.GetString("groupBox2.Text");
|
||||
this.groupBox2.Visible = ((bool)(resources.GetObject("groupBox2.Visible")));
|
||||
//
|
||||
// appButton2
|
||||
//
|
||||
this.appButton2.AccessibleDescription = resources.GetString("appButton2.AccessibleDescription");
|
||||
this.appButton2.AccessibleName = resources.GetString("appButton2.AccessibleName");
|
||||
this.appButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("appButton2.Anchor")));
|
||||
this.appButton2.Appearance = ((System.Windows.Forms.Appearance)(resources.GetObject("appButton2.Appearance")));
|
||||
this.appButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("appButton2.BackgroundImage")));
|
||||
this.appButton2.CheckAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("appButton2.CheckAlign")));
|
||||
this.appButton2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("appButton2.Dock")));
|
||||
this.appButton2.Enabled = ((bool)(resources.GetObject("appButton2.Enabled")));
|
||||
this.appButton2.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("appButton2.FlatStyle")));
|
||||
this.appButton2.Font = ((System.Drawing.Font)(resources.GetObject("appButton2.Font")));
|
||||
this.appButton2.Image = ((System.Drawing.Image)(resources.GetObject("appButton2.Image")));
|
||||
this.appButton2.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("appButton2.ImageAlign")));
|
||||
this.appButton2.ImageIndex = ((int)(resources.GetObject("appButton2.ImageIndex")));
|
||||
this.appButton2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("appButton2.ImeMode")));
|
||||
this.appButton2.Location = ((System.Drawing.Point)(resources.GetObject("appButton2.Location")));
|
||||
this.appButton2.Name = "appButton2";
|
||||
this.appButton2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("appButton2.RightToLeft")));
|
||||
this.appButton2.Size = ((System.Drawing.Size)(resources.GetObject("appButton2.Size")));
|
||||
this.appButton2.TabIndex = ((int)(resources.GetObject("appButton2.TabIndex")));
|
||||
this.appButton2.Text = resources.GetString("appButton2.Text");
|
||||
this.appButton2.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("appButton2.TextAlign")));
|
||||
this.appButton2.Visible = ((bool)(resources.GetObject("appButton2.Visible")));
|
||||
//
|
||||
// credButton1
|
||||
//
|
||||
this.credButton1.AccessibleDescription = resources.GetString("credButton1.AccessibleDescription");
|
||||
this.credButton1.AccessibleName = resources.GetString("credButton1.AccessibleName");
|
||||
this.credButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("credButton1.Anchor")));
|
||||
this.credButton1.Appearance = ((System.Windows.Forms.Appearance)(resources.GetObject("credButton1.Appearance")));
|
||||
this.credButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("credButton1.BackgroundImage")));
|
||||
this.credButton1.CheckAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("credButton1.CheckAlign")));
|
||||
this.credButton1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("credButton1.Dock")));
|
||||
this.credButton1.Enabled = ((bool)(resources.GetObject("credButton1.Enabled")));
|
||||
this.credButton1.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("credButton1.FlatStyle")));
|
||||
this.credButton1.Font = ((System.Drawing.Font)(resources.GetObject("credButton1.Font")));
|
||||
this.credButton1.Image = ((System.Drawing.Image)(resources.GetObject("credButton1.Image")));
|
||||
this.credButton1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("credButton1.ImageAlign")));
|
||||
this.credButton1.ImageIndex = ((int)(resources.GetObject("credButton1.ImageIndex")));
|
||||
this.credButton1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("credButton1.ImeMode")));
|
||||
this.credButton1.Location = ((System.Drawing.Point)(resources.GetObject("credButton1.Location")));
|
||||
this.credButton1.Name = "credButton1";
|
||||
this.credButton1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("credButton1.RightToLeft")));
|
||||
this.credButton1.Size = ((System.Drawing.Size)(resources.GetObject("credButton1.Size")));
|
||||
this.credButton1.TabIndex = ((int)(resources.GetObject("credButton1.TabIndex")));
|
||||
this.credButton1.TabStop = true;
|
||||
this.credButton1.Text = resources.GetString("credButton1.Text");
|
||||
this.credButton1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("credButton1.TextAlign")));
|
||||
this.credButton1.Visible = ((bool)(resources.GetObject("credButton1.Visible")));
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.AccessibleDescription = resources.GetString("groupBox1.AccessibleDescription");
|
||||
this.groupBox1.AccessibleName = resources.GetString("groupBox1.AccessibleName");
|
||||
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("groupBox1.Anchor")));
|
||||
this.groupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox1.BackgroundImage")));
|
||||
this.groupBox1.Controls.Add(this.SecretID);
|
||||
this.groupBox1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("groupBox1.Dock")));
|
||||
this.groupBox1.Enabled = ((bool)(resources.GetObject("groupBox1.Enabled")));
|
||||
this.groupBox1.Font = ((System.Drawing.Font)(resources.GetObject("groupBox1.Font")));
|
||||
this.groupBox1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox1.ImeMode")));
|
||||
this.groupBox1.Location = ((System.Drawing.Point)(resources.GetObject("groupBox1.Location")));
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("groupBox1.RightToLeft")));
|
||||
this.groupBox1.Size = ((System.Drawing.Size)(resources.GetObject("groupBox1.Size")));
|
||||
this.groupBox1.TabIndex = ((int)(resources.GetObject("groupBox1.TabIndex")));
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = resources.GetString("groupBox1.Text");
|
||||
this.groupBox1.Visible = ((bool)(resources.GetObject("groupBox1.Visible")));
|
||||
//
|
||||
// SecretID
|
||||
//
|
||||
this.SecretID.AccessibleDescription = resources.GetString("SecretID.AccessibleDescription");
|
||||
this.SecretID.AccessibleName = resources.GetString("SecretID.AccessibleName");
|
||||
this.SecretID.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("SecretID.Anchor")));
|
||||
this.SecretID.AutoSize = ((bool)(resources.GetObject("SecretID.AutoSize")));
|
||||
this.SecretID.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SecretID.BackgroundImage")));
|
||||
this.SecretID.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("SecretID.Dock")));
|
||||
this.SecretID.Enabled = ((bool)(resources.GetObject("SecretID.Enabled")));
|
||||
this.SecretID.Font = ((System.Drawing.Font)(resources.GetObject("SecretID.Font")));
|
||||
this.SecretID.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("SecretID.ImeMode")));
|
||||
this.SecretID.Location = ((System.Drawing.Point)(resources.GetObject("SecretID.Location")));
|
||||
this.SecretID.MaxLength = ((int)(resources.GetObject("SecretID.MaxLength")));
|
||||
this.SecretID.Multiline = ((bool)(resources.GetObject("SecretID.Multiline")));
|
||||
this.SecretID.Name = "SecretID";
|
||||
this.SecretID.PasswordChar = ((char)(resources.GetObject("SecretID.PasswordChar")));
|
||||
this.SecretID.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("SecretID.RightToLeft")));
|
||||
this.SecretID.ScrollBars = ((System.Windows.Forms.ScrollBars)(resources.GetObject("SecretID.ScrollBars")));
|
||||
this.SecretID.Size = ((System.Drawing.Size)(resources.GetObject("SecretID.Size")));
|
||||
this.SecretID.TabIndex = ((int)(resources.GetObject("SecretID.TabIndex")));
|
||||
this.SecretID.Text = resources.GetString("SecretID.Text");
|
||||
this.SecretID.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("SecretID.TextAlign")));
|
||||
this.SecretID.Visible = ((bool)(resources.GetObject("SecretID.Visible")));
|
||||
this.SecretID.WordWrap = ((bool)(resources.GetObject("SecretID.WordWrap")));
|
||||
//
|
||||
// EPProtection
|
||||
//
|
||||
this.EPProtection.AccessibleDescription = resources.GetString("EPProtection.AccessibleDescription");
|
||||
this.EPProtection.AccessibleName = resources.GetString("EPProtection.AccessibleName");
|
||||
this.EPProtection.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("EPProtection.Anchor")));
|
||||
this.EPProtection.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("EPProtection.BackgroundImage")));
|
||||
this.EPProtection.Controls.Add(this.label3);
|
||||
this.EPProtection.Controls.Add(this.label2);
|
||||
this.EPProtection.Controls.Add(this.EPPwd2);
|
||||
this.EPProtection.Controls.Add(this.EPPwd1);
|
||||
this.EPProtection.Controls.Add(this.CheckBoxEP);
|
||||
this.EPProtection.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("EPProtection.Dock")));
|
||||
this.EPProtection.Enabled = ((bool)(resources.GetObject("EPProtection.Enabled")));
|
||||
this.EPProtection.Font = ((System.Drawing.Font)(resources.GetObject("EPProtection.Font")));
|
||||
this.EPProtection.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("EPProtection.ImeMode")));
|
||||
this.EPProtection.Location = ((System.Drawing.Point)(resources.GetObject("EPProtection.Location")));
|
||||
this.EPProtection.Name = "EPProtection";
|
||||
this.EPProtection.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("EPProtection.RightToLeft")));
|
||||
this.EPProtection.Size = ((System.Drawing.Size)(resources.GetObject("EPProtection.Size")));
|
||||
this.EPProtection.TabIndex = ((int)(resources.GetObject("EPProtection.TabIndex")));
|
||||
this.EPProtection.TabStop = false;
|
||||
this.EPProtection.Text = resources.GetString("EPProtection.Text");
|
||||
this.EPProtection.Visible = ((bool)(resources.GetObject("EPProtection.Visible")));
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AccessibleDescription = resources.GetString("label3.AccessibleDescription");
|
||||
this.label3.AccessibleName = resources.GetString("label3.AccessibleName");
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label3.Anchor")));
|
||||
this.label3.AutoSize = ((bool)(resources.GetObject("label3.AutoSize")));
|
||||
this.label3.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label3.Dock")));
|
||||
this.label3.Enabled = ((bool)(resources.GetObject("label3.Enabled")));
|
||||
this.label3.Font = ((System.Drawing.Font)(resources.GetObject("label3.Font")));
|
||||
this.label3.Image = ((System.Drawing.Image)(resources.GetObject("label3.Image")));
|
||||
this.label3.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label3.ImageAlign")));
|
||||
this.label3.ImageIndex = ((int)(resources.GetObject("label3.ImageIndex")));
|
||||
this.label3.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label3.ImeMode")));
|
||||
this.label3.Location = ((System.Drawing.Point)(resources.GetObject("label3.Location")));
|
||||
this.label3.Name = "label3";
|
||||
this.label3.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label3.RightToLeft")));
|
||||
this.label3.Size = ((System.Drawing.Size)(resources.GetObject("label3.Size")));
|
||||
this.label3.TabIndex = ((int)(resources.GetObject("label3.TabIndex")));
|
||||
this.label3.Text = resources.GetString("label3.Text");
|
||||
this.label3.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label3.TextAlign")));
|
||||
this.label3.Visible = ((bool)(resources.GetObject("label3.Visible")));
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = resources.GetString("label2.AccessibleDescription");
|
||||
this.label2.AccessibleName = resources.GetString("label2.AccessibleName");
|
||||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label2.Anchor")));
|
||||
this.label2.AutoSize = ((bool)(resources.GetObject("label2.AutoSize")));
|
||||
this.label2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label2.Dock")));
|
||||
this.label2.Enabled = ((bool)(resources.GetObject("label2.Enabled")));
|
||||
this.label2.Font = ((System.Drawing.Font)(resources.GetObject("label2.Font")));
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label2.ImageAlign")));
|
||||
this.label2.ImageIndex = ((int)(resources.GetObject("label2.ImageIndex")));
|
||||
this.label2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label2.ImeMode")));
|
||||
this.label2.Location = ((System.Drawing.Point)(resources.GetObject("label2.Location")));
|
||||
this.label2.Name = "label2";
|
||||
this.label2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label2.RightToLeft")));
|
||||
this.label2.Size = ((System.Drawing.Size)(resources.GetObject("label2.Size")));
|
||||
this.label2.TabIndex = ((int)(resources.GetObject("label2.TabIndex")));
|
||||
this.label2.Text = resources.GetString("label2.Text");
|
||||
this.label2.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label2.TextAlign")));
|
||||
this.label2.Visible = ((bool)(resources.GetObject("label2.Visible")));
|
||||
//
|
||||
// EPPwd2
|
||||
//
|
||||
this.EPPwd2.AccessibleDescription = resources.GetString("EPPwd2.AccessibleDescription");
|
||||
this.EPPwd2.AccessibleName = resources.GetString("EPPwd2.AccessibleName");
|
||||
this.EPPwd2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("EPPwd2.Anchor")));
|
||||
this.EPPwd2.AutoSize = ((bool)(resources.GetObject("EPPwd2.AutoSize")));
|
||||
this.EPPwd2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("EPPwd2.BackgroundImage")));
|
||||
this.EPPwd2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("EPPwd2.Dock")));
|
||||
this.EPPwd2.Enabled = ((bool)(resources.GetObject("EPPwd2.Enabled")));
|
||||
this.EPPwd2.Font = ((System.Drawing.Font)(resources.GetObject("EPPwd2.Font")));
|
||||
this.EPPwd2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("EPPwd2.ImeMode")));
|
||||
this.EPPwd2.Location = ((System.Drawing.Point)(resources.GetObject("EPPwd2.Location")));
|
||||
this.EPPwd2.MaxLength = ((int)(resources.GetObject("EPPwd2.MaxLength")));
|
||||
this.EPPwd2.Multiline = ((bool)(resources.GetObject("EPPwd2.Multiline")));
|
||||
this.EPPwd2.Name = "EPPwd2";
|
||||
this.EPPwd2.PasswordChar = ((char)(resources.GetObject("EPPwd2.PasswordChar")));
|
||||
this.EPPwd2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("EPPwd2.RightToLeft")));
|
||||
this.EPPwd2.ScrollBars = ((System.Windows.Forms.ScrollBars)(resources.GetObject("EPPwd2.ScrollBars")));
|
||||
this.EPPwd2.Size = ((System.Drawing.Size)(resources.GetObject("EPPwd2.Size")));
|
||||
this.EPPwd2.TabIndex = ((int)(resources.GetObject("EPPwd2.TabIndex")));
|
||||
this.EPPwd2.Text = resources.GetString("EPPwd2.Text");
|
||||
this.EPPwd2.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("EPPwd2.TextAlign")));
|
||||
this.EPPwd2.Visible = ((bool)(resources.GetObject("EPPwd2.Visible")));
|
||||
this.EPPwd2.WordWrap = ((bool)(resources.GetObject("EPPwd2.WordWrap")));
|
||||
//
|
||||
// EPPwd1
|
||||
//
|
||||
this.EPPwd1.AccessibleDescription = resources.GetString("EPPwd1.AccessibleDescription");
|
||||
this.EPPwd1.AccessibleName = resources.GetString("EPPwd1.AccessibleName");
|
||||
this.EPPwd1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("EPPwd1.Anchor")));
|
||||
this.EPPwd1.AutoSize = ((bool)(resources.GetObject("EPPwd1.AutoSize")));
|
||||
this.EPPwd1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("EPPwd1.BackgroundImage")));
|
||||
this.EPPwd1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("EPPwd1.Dock")));
|
||||
this.EPPwd1.Enabled = ((bool)(resources.GetObject("EPPwd1.Enabled")));
|
||||
this.EPPwd1.Font = ((System.Drawing.Font)(resources.GetObject("EPPwd1.Font")));
|
||||
this.EPPwd1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("EPPwd1.ImeMode")));
|
||||
this.EPPwd1.Location = ((System.Drawing.Point)(resources.GetObject("EPPwd1.Location")));
|
||||
this.EPPwd1.MaxLength = ((int)(resources.GetObject("EPPwd1.MaxLength")));
|
||||
this.EPPwd1.Multiline = ((bool)(resources.GetObject("EPPwd1.Multiline")));
|
||||
this.EPPwd1.Name = "EPPwd1";
|
||||
this.EPPwd1.PasswordChar = ((char)(resources.GetObject("EPPwd1.PasswordChar")));
|
||||
this.EPPwd1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("EPPwd1.RightToLeft")));
|
||||
this.EPPwd1.ScrollBars = ((System.Windows.Forms.ScrollBars)(resources.GetObject("EPPwd1.ScrollBars")));
|
||||
this.EPPwd1.Size = ((System.Drawing.Size)(resources.GetObject("EPPwd1.Size")));
|
||||
this.EPPwd1.TabIndex = ((int)(resources.GetObject("EPPwd1.TabIndex")));
|
||||
this.EPPwd1.Text = resources.GetString("EPPwd1.Text");
|
||||
this.EPPwd1.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("EPPwd1.TextAlign")));
|
||||
this.EPPwd1.Visible = ((bool)(resources.GetObject("EPPwd1.Visible")));
|
||||
this.EPPwd1.WordWrap = ((bool)(resources.GetObject("EPPwd1.WordWrap")));
|
||||
//
|
||||
// CheckBoxEP
|
||||
//
|
||||
this.CheckBoxEP.AccessibleDescription = resources.GetString("CheckBoxEP.AccessibleDescription");
|
||||
this.CheckBoxEP.AccessibleName = resources.GetString("CheckBoxEP.AccessibleName");
|
||||
this.CheckBoxEP.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("CheckBoxEP.Anchor")));
|
||||
this.CheckBoxEP.Appearance = ((System.Windows.Forms.Appearance)(resources.GetObject("CheckBoxEP.Appearance")));
|
||||
this.CheckBoxEP.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CheckBoxEP.BackgroundImage")));
|
||||
this.CheckBoxEP.CheckAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("CheckBoxEP.CheckAlign")));
|
||||
this.CheckBoxEP.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("CheckBoxEP.Dock")));
|
||||
this.CheckBoxEP.Enabled = ((bool)(resources.GetObject("CheckBoxEP.Enabled")));
|
||||
this.CheckBoxEP.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("CheckBoxEP.FlatStyle")));
|
||||
this.CheckBoxEP.Font = ((System.Drawing.Font)(resources.GetObject("CheckBoxEP.Font")));
|
||||
this.CheckBoxEP.Image = ((System.Drawing.Image)(resources.GetObject("CheckBoxEP.Image")));
|
||||
this.CheckBoxEP.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("CheckBoxEP.ImageAlign")));
|
||||
this.CheckBoxEP.ImageIndex = ((int)(resources.GetObject("CheckBoxEP.ImageIndex")));
|
||||
this.CheckBoxEP.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("CheckBoxEP.ImeMode")));
|
||||
this.CheckBoxEP.Location = ((System.Drawing.Point)(resources.GetObject("CheckBoxEP.Location")));
|
||||
this.CheckBoxEP.Name = "CheckBoxEP";
|
||||
this.CheckBoxEP.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("CheckBoxEP.RightToLeft")));
|
||||
this.CheckBoxEP.Size = ((System.Drawing.Size)(resources.GetObject("CheckBoxEP.Size")));
|
||||
this.CheckBoxEP.TabIndex = ((int)(resources.GetObject("CheckBoxEP.TabIndex")));
|
||||
this.CheckBoxEP.Text = resources.GetString("CheckBoxEP.Text");
|
||||
this.CheckBoxEP.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("CheckBoxEP.TextAlign")));
|
||||
this.CheckBoxEP.Visible = ((bool)(resources.GetObject("CheckBoxEP.Visible")));
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.AccessibleDescription = resources.GetString("tabPage2.AccessibleDescription");
|
||||
this.tabPage2.AccessibleName = resources.GetString("tabPage2.AccessibleName");
|
||||
this.tabPage2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("tabPage2.Anchor")));
|
||||
this.tabPage2.AutoScroll = ((bool)(resources.GetObject("tabPage2.AutoScroll")));
|
||||
this.tabPage2.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("tabPage2.AutoScrollMargin")));
|
||||
this.tabPage2.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("tabPage2.AutoScrollMinSize")));
|
||||
this.tabPage2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage2.BackgroundImage")));
|
||||
this.tabPage2.Controls.Add(this.keyValueBox);
|
||||
this.tabPage2.Controls.Add(this.checkBox2);
|
||||
this.tabPage2.Controls.Add(this.btnDelete);
|
||||
this.tabPage2.Controls.Add(this.btnEdit);
|
||||
this.tabPage2.Controls.Add(this.btnAdd);
|
||||
this.tabPage2.Controls.Add(this.btnRefresh);
|
||||
this.tabPage2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("tabPage2.Dock")));
|
||||
this.tabPage2.Enabled = ((bool)(resources.GetObject("tabPage2.Enabled")));
|
||||
this.tabPage2.Font = ((System.Drawing.Font)(resources.GetObject("tabPage2.Font")));
|
||||
this.tabPage2.ImageIndex = ((int)(resources.GetObject("tabPage2.ImageIndex")));
|
||||
this.tabPage2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("tabPage2.ImeMode")));
|
||||
this.tabPage2.Location = ((System.Drawing.Point)(resources.GetObject("tabPage2.Location")));
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("tabPage2.RightToLeft")));
|
||||
this.tabPage2.Size = ((System.Drawing.Size)(resources.GetObject("tabPage2.Size")));
|
||||
this.tabPage2.TabIndex = ((int)(resources.GetObject("tabPage2.TabIndex")));
|
||||
this.tabPage2.Text = resources.GetString("tabPage2.Text");
|
||||
this.tabPage2.ToolTipText = resources.GetString("tabPage2.ToolTipText");
|
||||
this.tabPage2.Visible = ((bool)(resources.GetObject("tabPage2.Visible")));
|
||||
//
|
||||
// keyValueBox
|
||||
//
|
||||
this.keyValueBox.AccessibleDescription = resources.GetString("keyValueBox.AccessibleDescription");
|
||||
this.keyValueBox.AccessibleName = resources.GetString("keyValueBox.AccessibleName");
|
||||
this.keyValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("keyValueBox.Anchor")));
|
||||
this.keyValueBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("keyValueBox.BackgroundImage")));
|
||||
this.keyValueBox.ColumnWidth = ((int)(resources.GetObject("keyValueBox.ColumnWidth")));
|
||||
this.keyValueBox.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("keyValueBox.Dock")));
|
||||
this.keyValueBox.Enabled = ((bool)(resources.GetObject("keyValueBox.Enabled")));
|
||||
this.keyValueBox.Font = ((System.Drawing.Font)(resources.GetObject("keyValueBox.Font")));
|
||||
this.keyValueBox.HorizontalExtent = ((int)(resources.GetObject("keyValueBox.HorizontalExtent")));
|
||||
this.keyValueBox.HorizontalScrollbar = ((bool)(resources.GetObject("keyValueBox.HorizontalScrollbar")));
|
||||
this.keyValueBox.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("keyValueBox.ImeMode")));
|
||||
this.keyValueBox.IntegralHeight = ((bool)(resources.GetObject("keyValueBox.IntegralHeight")));
|
||||
this.keyValueBox.ItemHeight = ((int)(resources.GetObject("keyValueBox.ItemHeight")));
|
||||
this.keyValueBox.Location = ((System.Drawing.Point)(resources.GetObject("keyValueBox.Location")));
|
||||
this.keyValueBox.Name = "keyValueBox";
|
||||
this.keyValueBox.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("keyValueBox.RightToLeft")));
|
||||
this.keyValueBox.ScrollAlwaysVisible = ((bool)(resources.GetObject("keyValueBox.ScrollAlwaysVisible")));
|
||||
this.keyValueBox.Size = ((System.Drawing.Size)(resources.GetObject("keyValueBox.Size")));
|
||||
this.keyValueBox.Sorted = true;
|
||||
this.keyValueBox.TabIndex = ((int)(resources.GetObject("keyValueBox.TabIndex")));
|
||||
this.keyValueBox.Visible = ((bool)(resources.GetObject("keyValueBox.Visible")));
|
||||
//
|
||||
// checkBox2
|
||||
//
|
||||
this.checkBox2.AccessibleDescription = resources.GetString("checkBox2.AccessibleDescription");
|
||||
this.checkBox2.AccessibleName = resources.GetString("checkBox2.AccessibleName");
|
||||
this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("checkBox2.Anchor")));
|
||||
this.checkBox2.Appearance = ((System.Windows.Forms.Appearance)(resources.GetObject("checkBox2.Appearance")));
|
||||
this.checkBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("checkBox2.BackgroundImage")));
|
||||
this.checkBox2.CheckAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("checkBox2.CheckAlign")));
|
||||
this.checkBox2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("checkBox2.Dock")));
|
||||
this.checkBox2.Enabled = ((bool)(resources.GetObject("checkBox2.Enabled")));
|
||||
this.checkBox2.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("checkBox2.FlatStyle")));
|
||||
this.checkBox2.Font = ((System.Drawing.Font)(resources.GetObject("checkBox2.Font")));
|
||||
this.checkBox2.Image = ((System.Drawing.Image)(resources.GetObject("checkBox2.Image")));
|
||||
this.checkBox2.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("checkBox2.ImageAlign")));
|
||||
this.checkBox2.ImageIndex = ((int)(resources.GetObject("checkBox2.ImageIndex")));
|
||||
this.checkBox2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("checkBox2.ImeMode")));
|
||||
this.checkBox2.Location = ((System.Drawing.Point)(resources.GetObject("checkBox2.Location")));
|
||||
this.checkBox2.Name = "checkBox2";
|
||||
this.checkBox2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("checkBox2.RightToLeft")));
|
||||
this.checkBox2.Size = ((System.Drawing.Size)(resources.GetObject("checkBox2.Size")));
|
||||
this.checkBox2.TabIndex = ((int)(resources.GetObject("checkBox2.TabIndex")));
|
||||
this.checkBox2.Text = resources.GetString("checkBox2.Text");
|
||||
this.checkBox2.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("checkBox2.TextAlign")));
|
||||
this.checkBox2.Visible = ((bool)(resources.GetObject("checkBox2.Visible")));
|
||||
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
||||
//
|
||||
// btnDelete
|
||||
//
|
||||
this.btnDelete.AccessibleDescription = resources.GetString("btnDelete.AccessibleDescription");
|
||||
this.btnDelete.AccessibleName = resources.GetString("btnDelete.AccessibleName");
|
||||
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnDelete.Anchor")));
|
||||
this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
|
||||
this.btnDelete.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnDelete.Dock")));
|
||||
this.btnDelete.Enabled = ((bool)(resources.GetObject("btnDelete.Enabled")));
|
||||
this.btnDelete.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnDelete.FlatStyle")));
|
||||
this.btnDelete.Font = ((System.Drawing.Font)(resources.GetObject("btnDelete.Font")));
|
||||
this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
|
||||
this.btnDelete.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnDelete.ImageAlign")));
|
||||
this.btnDelete.ImageIndex = ((int)(resources.GetObject("btnDelete.ImageIndex")));
|
||||
this.btnDelete.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnDelete.ImeMode")));
|
||||
this.btnDelete.Location = ((System.Drawing.Point)(resources.GetObject("btnDelete.Location")));
|
||||
this.btnDelete.Name = "btnDelete";
|
||||
this.btnDelete.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnDelete.RightToLeft")));
|
||||
this.btnDelete.Size = ((System.Drawing.Size)(resources.GetObject("btnDelete.Size")));
|
||||
this.btnDelete.TabIndex = ((int)(resources.GetObject("btnDelete.TabIndex")));
|
||||
this.btnDelete.Text = resources.GetString("btnDelete.Text");
|
||||
this.btnDelete.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnDelete.TextAlign")));
|
||||
this.btnDelete.Visible = ((bool)(resources.GetObject("btnDelete.Visible")));
|
||||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||||
//
|
||||
// btnEdit
|
||||
//
|
||||
this.btnEdit.AccessibleDescription = resources.GetString("btnEdit.AccessibleDescription");
|
||||
this.btnEdit.AccessibleName = resources.GetString("btnEdit.AccessibleName");
|
||||
this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnEdit.Anchor")));
|
||||
this.btnEdit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
|
||||
this.btnEdit.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnEdit.Dock")));
|
||||
this.btnEdit.Enabled = ((bool)(resources.GetObject("btnEdit.Enabled")));
|
||||
this.btnEdit.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnEdit.FlatStyle")));
|
||||
this.btnEdit.Font = ((System.Drawing.Font)(resources.GetObject("btnEdit.Font")));
|
||||
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
|
||||
this.btnEdit.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnEdit.ImageAlign")));
|
||||
this.btnEdit.ImageIndex = ((int)(resources.GetObject("btnEdit.ImageIndex")));
|
||||
this.btnEdit.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnEdit.ImeMode")));
|
||||
this.btnEdit.Location = ((System.Drawing.Point)(resources.GetObject("btnEdit.Location")));
|
||||
this.btnEdit.Name = "btnEdit";
|
||||
this.btnEdit.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnEdit.RightToLeft")));
|
||||
this.btnEdit.Size = ((System.Drawing.Size)(resources.GetObject("btnEdit.Size")));
|
||||
this.btnEdit.TabIndex = ((int)(resources.GetObject("btnEdit.TabIndex")));
|
||||
this.btnEdit.Text = resources.GetString("btnEdit.Text");
|
||||
this.btnEdit.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnEdit.TextAlign")));
|
||||
this.btnEdit.Visible = ((bool)(resources.GetObject("btnEdit.Visible")));
|
||||
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
this.btnAdd.AccessibleDescription = resources.GetString("btnAdd.AccessibleDescription");
|
||||
this.btnAdd.AccessibleName = resources.GetString("btnAdd.AccessibleName");
|
||||
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnAdd.Anchor")));
|
||||
this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
|
||||
this.btnAdd.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnAdd.Dock")));
|
||||
this.btnAdd.Enabled = ((bool)(resources.GetObject("btnAdd.Enabled")));
|
||||
this.btnAdd.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnAdd.FlatStyle")));
|
||||
this.btnAdd.Font = ((System.Drawing.Font)(resources.GetObject("btnAdd.Font")));
|
||||
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
|
||||
this.btnAdd.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnAdd.ImageAlign")));
|
||||
this.btnAdd.ImageIndex = ((int)(resources.GetObject("btnAdd.ImageIndex")));
|
||||
this.btnAdd.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnAdd.ImeMode")));
|
||||
this.btnAdd.Location = ((System.Drawing.Point)(resources.GetObject("btnAdd.Location")));
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnAdd.RightToLeft")));
|
||||
this.btnAdd.Size = ((System.Drawing.Size)(resources.GetObject("btnAdd.Size")));
|
||||
this.btnAdd.TabIndex = ((int)(resources.GetObject("btnAdd.TabIndex")));
|
||||
this.btnAdd.Text = resources.GetString("btnAdd.Text");
|
||||
this.btnAdd.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnAdd.TextAlign")));
|
||||
this.btnAdd.Visible = ((bool)(resources.GetObject("btnAdd.Visible")));
|
||||
this.btnAdd.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
this.btnRefresh.AccessibleDescription = resources.GetString("btnRefresh.AccessibleDescription");
|
||||
this.btnRefresh.AccessibleName = resources.GetString("btnRefresh.AccessibleName");
|
||||
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnRefresh.Anchor")));
|
||||
this.btnRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.BackgroundImage")));
|
||||
this.btnRefresh.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnRefresh.Dock")));
|
||||
this.btnRefresh.Enabled = ((bool)(resources.GetObject("btnRefresh.Enabled")));
|
||||
this.btnRefresh.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnRefresh.FlatStyle")));
|
||||
this.btnRefresh.Font = ((System.Drawing.Font)(resources.GetObject("btnRefresh.Font")));
|
||||
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
|
||||
this.btnRefresh.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnRefresh.ImageAlign")));
|
||||
this.btnRefresh.ImageIndex = ((int)(resources.GetObject("btnRefresh.ImageIndex")));
|
||||
this.btnRefresh.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnRefresh.ImeMode")));
|
||||
this.btnRefresh.Location = ((System.Drawing.Point)(resources.GetObject("btnRefresh.Location")));
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnRefresh.RightToLeft")));
|
||||
this.btnRefresh.Size = ((System.Drawing.Size)(resources.GetObject("btnRefresh.Size")));
|
||||
this.btnRefresh.TabIndex = ((int)(resources.GetObject("btnRefresh.TabIndex")));
|
||||
this.btnRefresh.Text = resources.GetString("btnRefresh.Text");
|
||||
this.btnRefresh.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnRefresh.TextAlign")));
|
||||
this.btnRefresh.Visible = ((bool)(resources.GetObject("btnRefresh.Visible")));
|
||||
this.btnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
|
||||
//
|
||||
// btnOk
|
||||
//
|
||||
this.btnOk.AccessibleDescription = resources.GetString("btnOk.AccessibleDescription");
|
||||
this.btnOk.AccessibleName = resources.GetString("btnOk.AccessibleName");
|
||||
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnOk.Anchor")));
|
||||
this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage")));
|
||||
this.btnOk.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnOk.Dock")));
|
||||
this.btnOk.Enabled = ((bool)(resources.GetObject("btnOk.Enabled")));
|
||||
this.btnOk.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnOk.FlatStyle")));
|
||||
this.btnOk.Font = ((System.Drawing.Font)(resources.GetObject("btnOk.Font")));
|
||||
this.btnOk.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.Image")));
|
||||
this.btnOk.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnOk.ImageAlign")));
|
||||
this.btnOk.ImageIndex = ((int)(resources.GetObject("btnOk.ImageIndex")));
|
||||
this.btnOk.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnOk.ImeMode")));
|
||||
this.btnOk.Location = ((System.Drawing.Point)(resources.GetObject("btnOk.Location")));
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnOk.RightToLeft")));
|
||||
this.btnOk.Size = ((System.Drawing.Size)(resources.GetObject("btnOk.Size")));
|
||||
this.btnOk.TabIndex = ((int)(resources.GetObject("btnOk.TabIndex")));
|
||||
this.btnOk.Text = resources.GetString("btnOk.Text");
|
||||
this.btnOk.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnOk.TextAlign")));
|
||||
this.btnOk.Visible = ((bool)(resources.GetObject("btnOk.Visible")));
|
||||
this.btnOk.Click += new System.EventHandler(this.button5_Click);
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.AccessibleDescription = resources.GetString("btnCancel.AccessibleDescription");
|
||||
this.btnCancel.AccessibleName = resources.GetString("btnCancel.AccessibleName");
|
||||
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("btnCancel.Anchor")));
|
||||
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
|
||||
this.btnCancel.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("btnCancel.Dock")));
|
||||
this.btnCancel.Enabled = ((bool)(resources.GetObject("btnCancel.Enabled")));
|
||||
this.btnCancel.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("btnCancel.FlatStyle")));
|
||||
this.btnCancel.Font = ((System.Drawing.Font)(resources.GetObject("btnCancel.Font")));
|
||||
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
|
||||
this.btnCancel.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnCancel.ImageAlign")));
|
||||
this.btnCancel.ImageIndex = ((int)(resources.GetObject("btnCancel.ImageIndex")));
|
||||
this.btnCancel.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("btnCancel.ImeMode")));
|
||||
this.btnCancel.Location = ((System.Drawing.Point)(resources.GetObject("btnCancel.Location")));
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("btnCancel.RightToLeft")));
|
||||
this.btnCancel.Size = ((System.Drawing.Size)(resources.GetObject("btnCancel.Size")));
|
||||
this.btnCancel.TabIndex = ((int)(resources.GetObject("btnCancel.TabIndex")));
|
||||
this.btnCancel.Text = resources.GetString("btnCancel.Text");
|
||||
this.btnCancel.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("btnCancel.TextAlign")));
|
||||
this.btnCancel.Visible = ((bool)(resources.GetObject("btnCancel.Visible")));
|
||||
this.btnCancel.Click += new System.EventHandler(this.button6_Click);
|
||||
//
|
||||
// AddSecretForm
|
||||
//
|
||||
this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
|
||||
this.AccessibleName = resources.GetString("$this.AccessibleName");
|
||||
this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
|
||||
this.AutoScroll = ((bool)(resources.GetObject("$this.AutoScroll")));
|
||||
this.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
|
||||
this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
|
||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||
this.ClientSize = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(this.btnOk);
|
||||
this.Enabled = ((bool)(resources.GetObject("$this.Enabled")));
|
||||
this.Font = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
|
||||
this.Location = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
|
||||
this.MaximumSize = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
|
||||
this.MinimumSize = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
|
||||
this.Name = "AddSecretForm";
|
||||
this.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
|
||||
this.Text = resources.GetString("$this.Text");
|
||||
this.Load += new System.EventHandler(this.AddSecretForm_Load);
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.EPProtection.ResumeLayout(false);
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void button5_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
int iSecretType = Secret.SS_CREDSET;
|
||||
|
||||
if (this.EPPwd1.Text != null && this.EPPwd1.Text.Length > 0)
|
||||
{
|
||||
m_secret.setEnhancedProtectionPassword(EPPwd1.Text);
|
||||
}
|
||||
|
||||
if (appButton2.Checked)
|
||||
iSecretType = Secret.SS_APP;
|
||||
|
||||
// save secret
|
||||
m_store.setSecret(1, m_secret, iSecretType);
|
||||
|
||||
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
if (SecretID.Text != null)
|
||||
{
|
||||
if (m_secret == null)
|
||||
m_secret = m_store.getSecret(0, SecretID.Text.ToString(), Secret.SS_CREDSET, "");
|
||||
|
||||
NewEntry ne = new NewEntry(this, m_secret);
|
||||
ne.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
// display no id
|
||||
}
|
||||
}
|
||||
|
||||
private void button6_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void AddSecretForm_Load(object sender, System.EventArgs e)
|
||||
{
|
||||
credButton1.Checked = true;
|
||||
}
|
||||
|
||||
private void btnEdit_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
NewEntry ne = new NewEntry(this, m_secret);
|
||||
|
||||
if (keyValueBox.SelectedItem != null)
|
||||
{
|
||||
// get selected item
|
||||
string sKeyValue = keyValueBox.SelectedItem.ToString();
|
||||
string sKey = sKeyValue.Substring(0, sKeyValue.IndexOf("="));
|
||||
string sValue = sKeyValue.Substring(sKeyValue.IndexOf("=")+1);
|
||||
|
||||
ne.setKeyValue(sKey, sValue);
|
||||
ne.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
this.Text = "View Secret";
|
||||
this.groupBox1.Enabled = false;
|
||||
this.groupBox2.Enabled = false;
|
||||
this.EPProtection.Enabled = false;
|
||||
this.Refresh();
|
||||
}
|
||||
|
||||
private void btnEditSecret_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
this.Text = "Edit Secret";
|
||||
this.groupBox1.Enabled = true;
|
||||
this.groupBox2.Enabled = true;
|
||||
this.EPProtection.Enabled = true;
|
||||
this.Refresh();
|
||||
}
|
||||
|
||||
private void disableTab1()
|
||||
{
|
||||
this.Text = "View Secret";
|
||||
this.groupBox1.Enabled = false;
|
||||
this.groupBox2.Enabled = false;
|
||||
this.EPProtection.Enabled = false;
|
||||
}
|
||||
|
||||
public void loadSecret(SecretStore store, string sSecretID, int iSecretType, string sEPPassword)
|
||||
{
|
||||
this.m_store = store;
|
||||
this.m_secret = store.getSecret(0, sSecretID, iSecretType, sEPPassword);
|
||||
|
||||
this.SecretID.Text = sSecretID;
|
||||
|
||||
refreshKeyValueBox();
|
||||
tabControl1.TabIndex = 1;
|
||||
disableTab1();
|
||||
}
|
||||
|
||||
public void refreshKeyValueBox()
|
||||
{
|
||||
this.keyValueBox.Items.Clear();
|
||||
NameValueCollection nvc = this.m_secret.getKeyValueCollection();
|
||||
if (nvc != null)
|
||||
{
|
||||
for (int i=0; i<nvc.Count; i++)
|
||||
{
|
||||
string key = nvc.GetKey(i);
|
||||
if (m_bShowValue)
|
||||
this.keyValueBox.Items.Add(key + "=" + nvc.Get(key));
|
||||
else
|
||||
this.keyValueBox.Items.Add(key + "=" + "*******");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void BtnRefresh_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
refreshKeyValueBox();
|
||||
}
|
||||
|
||||
private void btnDelete_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
if (keyValueBox.SelectedItem != null)
|
||||
{
|
||||
// get selected item
|
||||
string sKeyValue = keyValueBox.SelectedItem.ToString();
|
||||
string sKey = sKeyValue.Substring(0, sKeyValue.IndexOf("="));
|
||||
string sValue = sKeyValue.Substring(sKeyValue.IndexOf("=")+1);
|
||||
|
||||
m_secret.removeKey(sKey, 0);
|
||||
refreshKeyValueBox();
|
||||
}
|
||||
}
|
||||
|
||||
private void checkBox2_CheckedChanged(object sender, System.EventArgs e)
|
||||
{
|
||||
if (checkBox2.Checked)
|
||||
m_bShowValue = true;
|
||||
else
|
||||
m_bShowValue = false;
|
||||
|
||||
refreshKeyValueBox();
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@ -1,58 +0,0 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
//
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
//
|
||||
[assembly: AssemblyTitle("")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("")]
|
||||
[assembly: AssemblyCopyright("")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
//
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
// Microsoft .NET Framework documentation for more information on assembly signing.
|
||||
//
|
||||
// Use the attributes below to control which key is used for signing.
|
||||
//
|
||||
// Notes:
|
||||
// (*) If no key is specified, the assembly is not signed.
|
||||
// (*) KeyName refers to a key that has been installed in the Crypto Service
|
||||
// Provider (CSP) on your machine. KeyFile refers to a file which contains
|
||||
// a key.
|
||||
// (*) If the KeyFile and the KeyName values are both specified, the
|
||||
// following processing occurs:
|
||||
// (1) If the KeyName can be found in the CSP, that key is used.
|
||||
// (2) If the KeyName does not exist and the KeyFile does exist, the key
|
||||
// in the KeyFile is installed into the CSP and used.
|
||||
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
|
||||
// When specifying the KeyFile, the location of the KeyFile should be
|
||||
// relative to the project output directory which is
|
||||
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
|
||||
// located in the project directory, you would specify the AssemblyKeyFile
|
||||
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
|
||||
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
|
||||
// documentation for more information on this.
|
||||
//
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyKeyFile("")]
|
||||
[assembly: AssemblyKeyName("")]
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB |
@ -1,311 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Collections.Specialized;
|
||||
|
||||
using Novell.SecretStore.NSSCSWrapper;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for DisplaySecret.
|
||||
/// </summary>
|
||||
public class DisplaySecret : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.Label Identifier;
|
||||
private System.Windows.Forms.TextBox SecretID;
|
||||
private System.Windows.Forms.Label Value;
|
||||
private System.Windows.Forms.Label dateCreated;
|
||||
private System.Windows.Forms.Label ModifiedLabel;
|
||||
private System.Windows.Forms.Label Modified;
|
||||
private System.Windows.Forms.Label CreatedLabel2;
|
||||
private System.Windows.Forms.Label created;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.CheckBox cbDisplayValues;
|
||||
|
||||
private Boolean m_bDisplayValues = false;
|
||||
private Secret m_secret = null;
|
||||
private System.Windows.Forms.ListView listView1;
|
||||
private System.Windows.Forms.Button btnClose;
|
||||
private System.Windows.Forms.Label labAccessed;
|
||||
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
|
||||
public DisplaySecret()
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.Identifier = new System.Windows.Forms.Label();
|
||||
this.SecretID = new System.Windows.Forms.TextBox();
|
||||
this.Value = new System.Windows.Forms.Label();
|
||||
this.btnClose = new System.Windows.Forms.Button();
|
||||
this.dateCreated = new System.Windows.Forms.Label();
|
||||
this.ModifiedLabel = new System.Windows.Forms.Label();
|
||||
this.CreatedLabel2 = new System.Windows.Forms.Label();
|
||||
this.Modified = new System.Windows.Forms.Label();
|
||||
this.created = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.labAccessed = new System.Windows.Forms.Label();
|
||||
this.cbDisplayValues = new System.Windows.Forms.CheckBox();
|
||||
this.listView1 = new System.Windows.Forms.ListView();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Identifier
|
||||
//
|
||||
this.Identifier.Location = new System.Drawing.Point(16, 24);
|
||||
this.Identifier.Name = "Identifier";
|
||||
this.Identifier.Size = new System.Drawing.Size(64, 24);
|
||||
this.Identifier.TabIndex = 0;
|
||||
this.Identifier.Text = "Identifier";
|
||||
//
|
||||
// SecretID
|
||||
//
|
||||
this.SecretID.Location = new System.Drawing.Point(72, 24);
|
||||
this.SecretID.Name = "SecretID";
|
||||
this.SecretID.ReadOnly = true;
|
||||
this.SecretID.Size = new System.Drawing.Size(304, 20);
|
||||
this.SecretID.TabIndex = 1;
|
||||
this.SecretID.Text = "";
|
||||
//
|
||||
// Value
|
||||
//
|
||||
this.Value.Location = new System.Drawing.Point(16, 64);
|
||||
this.Value.Name = "Value";
|
||||
this.Value.Size = new System.Drawing.Size(40, 16);
|
||||
this.Value.TabIndex = 2;
|
||||
this.Value.Text = "Value";
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
this.btnClose.Location = new System.Drawing.Point(336, 312);
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.Size = new System.Drawing.Size(64, 24);
|
||||
this.btnClose.TabIndex = 4;
|
||||
this.btnClose.Text = "Close";
|
||||
this.btnClose.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// dateCreated
|
||||
//
|
||||
this.dateCreated.Location = new System.Drawing.Point(16, 232);
|
||||
this.dateCreated.Name = "dateCreated";
|
||||
this.dateCreated.Size = new System.Drawing.Size(72, 16);
|
||||
this.dateCreated.TabIndex = 5;
|
||||
this.dateCreated.Text = "Created";
|
||||
//
|
||||
// ModifiedLabel
|
||||
//
|
||||
this.ModifiedLabel.Location = new System.Drawing.Point(16, 256);
|
||||
this.ModifiedLabel.Name = "ModifiedLabel";
|
||||
this.ModifiedLabel.Size = new System.Drawing.Size(48, 16);
|
||||
this.ModifiedLabel.TabIndex = 6;
|
||||
this.ModifiedLabel.Text = "Modified";
|
||||
//
|
||||
// CreatedLabel2
|
||||
//
|
||||
this.CreatedLabel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.CreatedLabel2.Name = "CreatedLabel2";
|
||||
this.CreatedLabel2.TabIndex = 0;
|
||||
//
|
||||
// Modified
|
||||
//
|
||||
this.Modified.Location = new System.Drawing.Point(96, 256);
|
||||
this.Modified.Name = "Modified";
|
||||
this.Modified.Size = new System.Drawing.Size(272, 16);
|
||||
this.Modified.TabIndex = 8;
|
||||
//
|
||||
// created
|
||||
//
|
||||
this.created.Location = new System.Drawing.Point(96, 232);
|
||||
this.created.Name = "created";
|
||||
this.created.Size = new System.Drawing.Size(288, 16);
|
||||
this.created.TabIndex = 9;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(16, 280);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(72, 16);
|
||||
this.label1.TabIndex = 10;
|
||||
this.label1.Text = "Last accessed";
|
||||
//
|
||||
// labAccessed
|
||||
//
|
||||
this.labAccessed.Location = new System.Drawing.Point(96, 280);
|
||||
this.labAccessed.Name = "labAccessed";
|
||||
this.labAccessed.Size = new System.Drawing.Size(280, 16);
|
||||
this.labAccessed.TabIndex = 11;
|
||||
//
|
||||
// cbDisplayValues
|
||||
//
|
||||
this.cbDisplayValues.Location = new System.Drawing.Point(72, 192);
|
||||
this.cbDisplayValues.Name = "cbDisplayValues";
|
||||
this.cbDisplayValues.TabIndex = 12;
|
||||
this.cbDisplayValues.Text = "Display values";
|
||||
this.cbDisplayValues.CheckedChanged += new System.EventHandler(this.cbDisplayValues_CheckedChanged);
|
||||
//
|
||||
// listView1
|
||||
//
|
||||
this.listView1.FullRowSelect = true;
|
||||
this.listView1.GridLines = true;
|
||||
this.listView1.Location = new System.Drawing.Point(72, 64);
|
||||
this.listView1.Name = "listView1";
|
||||
this.listView1.Size = new System.Drawing.Size(304, 120);
|
||||
this.listView1.TabIndex = 13;
|
||||
//
|
||||
// DisplaySecret
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
|
||||
this.ClientSize = new System.Drawing.Size(424, 358);
|
||||
this.Controls.Add(this.listView1);
|
||||
this.Controls.Add(this.cbDisplayValues);
|
||||
this.Controls.Add(this.labAccessed);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.created);
|
||||
this.Controls.Add(this.Modified);
|
||||
this.Controls.Add(this.ModifiedLabel);
|
||||
this.Controls.Add(this.dateCreated);
|
||||
this.Controls.Add(this.btnClose);
|
||||
this.Controls.Add(this.Value);
|
||||
this.Controls.Add(this.SecretID);
|
||||
this.Controls.Add(this.Identifier);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "DisplaySecret";
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "View Secret";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.DisplaySecret_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
public void setData(string sID, Secret secret, string sCreated, string sModified, string sAccessed)
|
||||
{
|
||||
m_secret = secret;
|
||||
this.SecretID.Text = sID;
|
||||
|
||||
showNameValues(secret);
|
||||
this.created.Text = sCreated;
|
||||
this.Modified.Text = sModified;
|
||||
this.labAccessed.Text = sAccessed;
|
||||
this.Refresh();
|
||||
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
private void cbDisplayValues_CheckedChanged(object sender, System.EventArgs e)
|
||||
{
|
||||
if (cbDisplayValues.Checked)
|
||||
{
|
||||
DialogResult DR=new DialogResult() ;
|
||||
DR=MessageBox.Show ("Is the area secure?","Display Values",MessageBoxButtons.YesNo,MessageBoxIcon.Warning);
|
||||
string Str=DR.ToString();
|
||||
|
||||
switch (Str)
|
||||
{
|
||||
case "No":
|
||||
cbDisplayValues.Checked = false;
|
||||
return;
|
||||
}
|
||||
m_bDisplayValues = true;
|
||||
}
|
||||
else
|
||||
m_bDisplayValues = false;
|
||||
|
||||
showNameValues(m_secret);
|
||||
}
|
||||
private void showNameValues(Secret secret)
|
||||
{
|
||||
NameValueCollection nvc = secret.getKeyValueCollection();
|
||||
|
||||
ListViewItem MyItem;
|
||||
listView1.Items.Clear();
|
||||
|
||||
for (int i=0; i<nvc.Count; i++)
|
||||
{
|
||||
string key = nvc.GetKey(i);
|
||||
|
||||
string[] sValues = nvc.GetValues(key);
|
||||
|
||||
for (int j=0; j<sValues.Length; j++)
|
||||
{
|
||||
MyItem = new ListViewItem(key);
|
||||
if (m_bDisplayValues)
|
||||
MyItem.SubItems.Add(sValues[j]);
|
||||
else
|
||||
MyItem.SubItems.Add("**********");
|
||||
|
||||
listView1.Items.Add(MyItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void DisplaySecret_Load(object sender, System.EventArgs e)
|
||||
{
|
||||
listView1.LabelEdit = false;
|
||||
listView1.View = View.Details;
|
||||
listView1.FullRowSelect = true;
|
||||
listView1.Columns.Add("Key", 150, HorizontalAlignment.Left);
|
||||
listView1.Columns.Add("Value", 350, HorizontalAlignment.Left);
|
||||
//listView1.Columns.Add("Married", 50, HorizontalAlignment.Left);
|
||||
/*
|
||||
|
||||
ListViewItem MyItem;
|
||||
|
||||
MyItem = new ListViewItem("Tim");
|
||||
MyItem.SubItems.Add("123-4569");
|
||||
listView1.Items.Add(MyItem);
|
||||
|
||||
MyItem = new ListViewItem("Jack");
|
||||
MyItem.SubItems.Add("546-8965");
|
||||
listView1.Items.Add(MyItem);
|
||||
|
||||
MyItem = new ListViewItem("Phil");
|
||||
MyItem.SubItems.Add("596-8745");
|
||||
listView1.Items.Add(MyItem);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
@ -1,247 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Identifier.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Identifier.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Identifier.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="SecretID.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="SecretID.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="SecretID.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Value.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Value.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Value.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnClose.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="btnClose.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnClose.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dateCreated.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="dateCreated.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dateCreated.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="ModifiedLabel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="ModifiedLabel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="ModifiedLabel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="CreatedLabel2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="CreatedLabel2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="CreatedLabel2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Modified.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Modified.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Modified.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="created.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="created.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="created.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="labAccessed.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="labAccessed.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="labAccessed.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="cbDisplayValues.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="cbDisplayValues.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="cbDisplayValues.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="listView1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="listView1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="listView1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>DisplaySecret</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,103 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
</root>
|
@ -1,115 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="label1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="cancel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="Ok.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
</root>
|
@ -1,279 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using Novell.SecretStore.NSSCSWrapper;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for Form3.
|
||||
/// </summary>
|
||||
public class NewEntry : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox Key;
|
||||
private System.Windows.Forms.TextBox value;
|
||||
private System.Windows.Forms.Button cancel;
|
||||
private System.Windows.Forms.Button Ok;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
private AddSecretForm m_asf = null;
|
||||
private Secret m_secret = null;
|
||||
|
||||
public NewEntry(AddSecretForm asf, Secret secret)
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
m_asf = asf;
|
||||
m_secret = secret;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewEntry));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.Key = new System.Windows.Forms.TextBox();
|
||||
this.value = new System.Windows.Forms.TextBox();
|
||||
this.cancel = new System.Windows.Forms.Button();
|
||||
this.Ok = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AccessibleDescription = resources.GetString("label1.AccessibleDescription");
|
||||
this.label1.AccessibleName = resources.GetString("label1.AccessibleName");
|
||||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label1.Anchor")));
|
||||
this.label1.AutoSize = ((bool)(resources.GetObject("label1.AutoSize")));
|
||||
this.label1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label1.Dock")));
|
||||
this.label1.Enabled = ((bool)(resources.GetObject("label1.Enabled")));
|
||||
this.label1.Font = ((System.Drawing.Font)(resources.GetObject("label1.Font")));
|
||||
this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
|
||||
this.label1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.ImageAlign")));
|
||||
this.label1.ImageIndex = ((int)(resources.GetObject("label1.ImageIndex")));
|
||||
this.label1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label1.ImeMode")));
|
||||
this.label1.Location = ((System.Drawing.Point)(resources.GetObject("label1.Location")));
|
||||
this.label1.Name = "label1";
|
||||
this.label1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label1.RightToLeft")));
|
||||
this.label1.Size = ((System.Drawing.Size)(resources.GetObject("label1.Size")));
|
||||
this.label1.TabIndex = ((int)(resources.GetObject("label1.TabIndex")));
|
||||
this.label1.Text = resources.GetString("label1.Text");
|
||||
this.label1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.TextAlign")));
|
||||
this.label1.Visible = ((bool)(resources.GetObject("label1.Visible")));
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = resources.GetString("label2.AccessibleDescription");
|
||||
this.label2.AccessibleName = resources.GetString("label2.AccessibleName");
|
||||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label2.Anchor")));
|
||||
this.label2.AutoSize = ((bool)(resources.GetObject("label2.AutoSize")));
|
||||
this.label2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label2.Dock")));
|
||||
this.label2.Enabled = ((bool)(resources.GetObject("label2.Enabled")));
|
||||
this.label2.Font = ((System.Drawing.Font)(resources.GetObject("label2.Font")));
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label2.ImageAlign")));
|
||||
this.label2.ImageIndex = ((int)(resources.GetObject("label2.ImageIndex")));
|
||||
this.label2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label2.ImeMode")));
|
||||
this.label2.Location = ((System.Drawing.Point)(resources.GetObject("label2.Location")));
|
||||
this.label2.Name = "label2";
|
||||
this.label2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label2.RightToLeft")));
|
||||
this.label2.Size = ((System.Drawing.Size)(resources.GetObject("label2.Size")));
|
||||
this.label2.TabIndex = ((int)(resources.GetObject("label2.TabIndex")));
|
||||
this.label2.Text = resources.GetString("label2.Text");
|
||||
this.label2.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label2.TextAlign")));
|
||||
this.label2.Visible = ((bool)(resources.GetObject("label2.Visible")));
|
||||
//
|
||||
// Key
|
||||
//
|
||||
this.Key.AccessibleDescription = resources.GetString("Key.AccessibleDescription");
|
||||
this.Key.AccessibleName = resources.GetString("Key.AccessibleName");
|
||||
this.Key.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("Key.Anchor")));
|
||||
this.Key.AutoSize = ((bool)(resources.GetObject("Key.AutoSize")));
|
||||
this.Key.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Key.BackgroundImage")));
|
||||
this.Key.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("Key.Dock")));
|
||||
this.Key.Enabled = ((bool)(resources.GetObject("Key.Enabled")));
|
||||
this.Key.Font = ((System.Drawing.Font)(resources.GetObject("Key.Font")));
|
||||
this.Key.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("Key.ImeMode")));
|
||||
this.Key.Location = ((System.Drawing.Point)(resources.GetObject("Key.Location")));
|
||||
this.Key.MaxLength = ((int)(resources.GetObject("Key.MaxLength")));
|
||||
this.Key.Multiline = ((bool)(resources.GetObject("Key.Multiline")));
|
||||
this.Key.Name = "Key";
|
||||
this.Key.PasswordChar = ((char)(resources.GetObject("Key.PasswordChar")));
|
||||
this.Key.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("Key.RightToLeft")));
|
||||
this.Key.ScrollBars = ((System.Windows.Forms.ScrollBars)(resources.GetObject("Key.ScrollBars")));
|
||||
this.Key.Size = ((System.Drawing.Size)(resources.GetObject("Key.Size")));
|
||||
this.Key.TabIndex = ((int)(resources.GetObject("Key.TabIndex")));
|
||||
this.Key.Text = resources.GetString("Key.Text");
|
||||
this.Key.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("Key.TextAlign")));
|
||||
this.Key.Visible = ((bool)(resources.GetObject("Key.Visible")));
|
||||
this.Key.WordWrap = ((bool)(resources.GetObject("Key.WordWrap")));
|
||||
//
|
||||
// value
|
||||
//
|
||||
this.value.AccessibleDescription = resources.GetString("value.AccessibleDescription");
|
||||
this.value.AccessibleName = resources.GetString("value.AccessibleName");
|
||||
this.value.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("value.Anchor")));
|
||||
this.value.AutoSize = ((bool)(resources.GetObject("value.AutoSize")));
|
||||
this.value.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("value.BackgroundImage")));
|
||||
this.value.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("value.Dock")));
|
||||
this.value.Enabled = ((bool)(resources.GetObject("value.Enabled")));
|
||||
this.value.Font = ((System.Drawing.Font)(resources.GetObject("value.Font")));
|
||||
this.value.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("value.ImeMode")));
|
||||
this.value.Location = ((System.Drawing.Point)(resources.GetObject("value.Location")));
|
||||
this.value.MaxLength = ((int)(resources.GetObject("value.MaxLength")));
|
||||
this.value.Multiline = ((bool)(resources.GetObject("value.Multiline")));
|
||||
this.value.Name = "value";
|
||||
this.value.PasswordChar = ((char)(resources.GetObject("value.PasswordChar")));
|
||||
this.value.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("value.RightToLeft")));
|
||||
this.value.ScrollBars = ((System.Windows.Forms.ScrollBars)(resources.GetObject("value.ScrollBars")));
|
||||
this.value.Size = ((System.Drawing.Size)(resources.GetObject("value.Size")));
|
||||
this.value.TabIndex = ((int)(resources.GetObject("value.TabIndex")));
|
||||
this.value.Text = resources.GetString("value.Text");
|
||||
this.value.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("value.TextAlign")));
|
||||
this.value.Visible = ((bool)(resources.GetObject("value.Visible")));
|
||||
this.value.WordWrap = ((bool)(resources.GetObject("value.WordWrap")));
|
||||
//
|
||||
// cancel
|
||||
//
|
||||
this.cancel.AccessibleDescription = resources.GetString("cancel.AccessibleDescription");
|
||||
this.cancel.AccessibleName = resources.GetString("cancel.AccessibleName");
|
||||
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("cancel.Anchor")));
|
||||
this.cancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cancel.BackgroundImage")));
|
||||
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.cancel.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("cancel.Dock")));
|
||||
this.cancel.Enabled = ((bool)(resources.GetObject("cancel.Enabled")));
|
||||
this.cancel.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("cancel.FlatStyle")));
|
||||
this.cancel.Font = ((System.Drawing.Font)(resources.GetObject("cancel.Font")));
|
||||
this.cancel.Image = ((System.Drawing.Image)(resources.GetObject("cancel.Image")));
|
||||
this.cancel.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("cancel.ImageAlign")));
|
||||
this.cancel.ImageIndex = ((int)(resources.GetObject("cancel.ImageIndex")));
|
||||
this.cancel.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("cancel.ImeMode")));
|
||||
this.cancel.Location = ((System.Drawing.Point)(resources.GetObject("cancel.Location")));
|
||||
this.cancel.Name = "cancel";
|
||||
this.cancel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("cancel.RightToLeft")));
|
||||
this.cancel.Size = ((System.Drawing.Size)(resources.GetObject("cancel.Size")));
|
||||
this.cancel.TabIndex = ((int)(resources.GetObject("cancel.TabIndex")));
|
||||
this.cancel.Text = resources.GetString("cancel.Text");
|
||||
this.cancel.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("cancel.TextAlign")));
|
||||
this.cancel.Visible = ((bool)(resources.GetObject("cancel.Visible")));
|
||||
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
||||
//
|
||||
// Ok
|
||||
//
|
||||
this.Ok.AccessibleDescription = resources.GetString("Ok.AccessibleDescription");
|
||||
this.Ok.AccessibleName = resources.GetString("Ok.AccessibleName");
|
||||
this.Ok.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("Ok.Anchor")));
|
||||
this.Ok.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Ok.BackgroundImage")));
|
||||
this.Ok.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.Ok.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("Ok.Dock")));
|
||||
this.Ok.Enabled = ((bool)(resources.GetObject("Ok.Enabled")));
|
||||
this.Ok.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("Ok.FlatStyle")));
|
||||
this.Ok.Font = ((System.Drawing.Font)(resources.GetObject("Ok.Font")));
|
||||
this.Ok.Image = ((System.Drawing.Image)(resources.GetObject("Ok.Image")));
|
||||
this.Ok.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("Ok.ImageAlign")));
|
||||
this.Ok.ImageIndex = ((int)(resources.GetObject("Ok.ImageIndex")));
|
||||
this.Ok.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("Ok.ImeMode")));
|
||||
this.Ok.Location = ((System.Drawing.Point)(resources.GetObject("Ok.Location")));
|
||||
this.Ok.Name = "Ok";
|
||||
this.Ok.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("Ok.RightToLeft")));
|
||||
this.Ok.Size = ((System.Drawing.Size)(resources.GetObject("Ok.Size")));
|
||||
this.Ok.TabIndex = ((int)(resources.GetObject("Ok.TabIndex")));
|
||||
this.Ok.Text = resources.GetString("Ok.Text");
|
||||
this.Ok.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("Ok.TextAlign")));
|
||||
this.Ok.Visible = ((bool)(resources.GetObject("Ok.Visible")));
|
||||
this.Ok.Click += new System.EventHandler(this.Ok_Click);
|
||||
//
|
||||
// NewEntry
|
||||
//
|
||||
this.AcceptButton = this.Ok;
|
||||
this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
|
||||
this.AccessibleName = resources.GetString("$this.AccessibleName");
|
||||
this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
|
||||
this.AutoScroll = ((bool)(resources.GetObject("$this.AutoScroll")));
|
||||
this.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
|
||||
this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
|
||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||
this.CancelButton = this.cancel;
|
||||
this.ClientSize = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
|
||||
this.Controls.Add(this.cancel);
|
||||
this.Controls.Add(this.Ok);
|
||||
this.Controls.Add(this.value);
|
||||
this.Controls.Add(this.Key);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Enabled = ((bool)(resources.GetObject("$this.Enabled")));
|
||||
this.Font = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
|
||||
this.Location = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
|
||||
this.Name = "NewEntry";
|
||||
this.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
|
||||
this.Text = resources.GetString("$this.Text");
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void Ok_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
|
||||
if (this.Key.Text != null && this.value.Text != null)
|
||||
{
|
||||
//m_asf.keyValueBox.Items.Add(Key.Text + "=" + value.Text);
|
||||
m_secret.setKeyValuePair(Key.Text.ToString(), value.Text.ToString());
|
||||
m_asf.refreshKeyValueBox();
|
||||
}
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void cancel_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
public void setKeyValue(string sKey, string sValue)
|
||||
{
|
||||
this.Key.Text = sKey;
|
||||
this.value.Text = sValue;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,664 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label1.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="label1.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label1.Font" type="System.Drawing.Font, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>Tahoma, 9.75pt</value>
|
||||
</data>
|
||||
<data name="label1.Image" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label1.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="label1.ImageIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>-1</value>
|
||||
</data>
|
||||
<data name="label1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>32, 32</value>
|
||||
</data>
|
||||
<data name="label1.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>56, 24</value>
|
||||
</data>
|
||||
<data name="label1.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="label1.Text">
|
||||
<value>Key:</value>
|
||||
</data>
|
||||
<data name="label1.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>TopLeft</value>
|
||||
</data>
|
||||
<data name="label1.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>label1.Name">
|
||||
<value>label1</value>
|
||||
</data>
|
||||
<data name=">>label1.Type">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label1.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label1.ZOrder">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label2.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label2.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="label2.AutoSize" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="label2.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label2.Font" type="System.Drawing.Font, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>Tahoma, 9.75pt</value>
|
||||
</data>
|
||||
<data name="label2.Image" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="label2.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="label2.ImageIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>-1</value>
|
||||
</data>
|
||||
<data name="label2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>32, 80</value>
|
||||
</data>
|
||||
<data name="label2.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>56, 24</value>
|
||||
</data>
|
||||
<data name="label2.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="label2.Text">
|
||||
<value>Value:</value>
|
||||
</data>
|
||||
<data name="label2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>TopLeft</value>
|
||||
</data>
|
||||
<data name="label2.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>label2.Name">
|
||||
<value>label2</value>
|
||||
</data>
|
||||
<data name=">>label2.Type">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label2.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label2.ZOrder">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="Key.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Key.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Key.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Key.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="Key.AutoSize" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Key.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Key.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Key.Font" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="Key.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>80, 32</value>
|
||||
</data>
|
||||
<data name="Key.MaxLength" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>32767</value>
|
||||
</data>
|
||||
<data name="Key.Multiline" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Key.PasswordChar" type="System.Char, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="Key.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Key.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>280, 20</value>
|
||||
</data>
|
||||
<data name="Key.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Key.Text">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Key.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="Key.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Key.WordWrap" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>Key.Name">
|
||||
<value>Key</value>
|
||||
</data>
|
||||
<data name=">>Key.Type">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>Key.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Key.ZOrder">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="value.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="value.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="value.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="value.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="value.AutoSize" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="value.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="value.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="value.Font" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="value.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>80, 80</value>
|
||||
</data>
|
||||
<data name="value.MaxLength" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>32767</value>
|
||||
</data>
|
||||
<data name="value.Multiline" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="value.PasswordChar" type="System.Char, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="value.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="value.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>280, 20</value>
|
||||
</data>
|
||||
<data name="value.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="value.Text">
|
||||
<value />
|
||||
</data>
|
||||
<data name="value.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="value.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="value.WordWrap" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>value.Name">
|
||||
<value>value</value>
|
||||
</data>
|
||||
<data name=">>value.Type">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>value.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>value.ZOrder">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="cancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="cancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="cancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="cancel.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cancel.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="cancel.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cancel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="cancel.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="cancel.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Standard</value>
|
||||
</data>
|
||||
<data name="cancel.Font" type="System.Drawing.Font, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>Tahoma, 8pt</value>
|
||||
</data>
|
||||
<data name="cancel.Image" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="cancel.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="cancel.ImageIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>-1</value>
|
||||
</data>
|
||||
<data name="cancel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="cancel.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>208, 136</value>
|
||||
</data>
|
||||
<data name="cancel.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="cancel.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>56, 24</value>
|
||||
</data>
|
||||
<data name="cancel.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="cancel.Text">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="cancel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="cancel.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>cancel.Name">
|
||||
<value>cancel</value>
|
||||
</data>
|
||||
<data name=">>cancel.Type">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>cancel.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>cancel.ZOrder">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Ok.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Ok.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Ok.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="Ok.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Ok.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Ok.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Top, Left</value>
|
||||
</data>
|
||||
<data name="Ok.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Ok.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Ok.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Ok.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Standard</value>
|
||||
</data>
|
||||
<data name="Ok.Font" type="System.Drawing.Font, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>Tahoma, 8pt</value>
|
||||
</data>
|
||||
<data name="Ok.Image" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Ok.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="Ok.ImageIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>-1</value>
|
||||
</data>
|
||||
<data name="Ok.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="Ok.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>112, 136</value>
|
||||
</data>
|
||||
<data name="Ok.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="Ok.Size" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>56, 24</value>
|
||||
</data>
|
||||
<data name="Ok.TabIndex" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="Ok.Text">
|
||||
<value>OK</value>
|
||||
</data>
|
||||
<data name="Ok.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>MiddleCenter</value>
|
||||
</data>
|
||||
<data name="Ok.Visible" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>Ok.Name">
|
||||
<value>Ok</value>
|
||||
</data>
|
||||
<data name=">>Ok.Type">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>Ok.Parent">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Ok.ZOrder">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>NewEntry</value>
|
||||
</data>
|
||||
<data name="$this.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.AutoScaleBaseSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>5, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoScroll" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.AutoScrollMargin" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</data>
|
||||
<data name="$this.AutoScrollMinSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</data>
|
||||
<data name="$this.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>384, 190</value>
|
||||
</data>
|
||||
<data name="$this.Enabled" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Font" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.Icon" type="System.Resources.ResXNullRef, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="$this.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</data>
|
||||
<data name="$this.MaximumSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</data>
|
||||
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</data>
|
||||
<data name="$this.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Inherit</value>
|
||||
</data>
|
||||
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>CenterParent</value>
|
||||
</data>
|
||||
<data name="$this.Text">
|
||||
<value>New Entry</value>
|
||||
</data>
|
||||
<data name=">>$this.Name">
|
||||
<value>NewEntry</value>
|
||||
</data>
|
||||
<data name=">>$this.Type">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
@ -1,103 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for Prompt.
|
||||
/// </summary>
|
||||
public class Prompt : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.Button btnOK;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
|
||||
public Prompt()
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.btnOK = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnOK.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.btnOK.Location = new System.Drawing.Point(48, 192);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(56, 24);
|
||||
this.btnOK.TabIndex = 3;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.Visible = false;
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.btnCancel.Location = new System.Drawing.Point(152, 192);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(56, 24);
|
||||
this.btnCancel.TabIndex = 4;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.Visible = false;
|
||||
//
|
||||
// Prompt
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
|
||||
this.CausesValidation = false;
|
||||
this.ClientSize = new System.Drawing.Size(292, 266);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "Prompt";
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Prompt";
|
||||
this.TopMost = true;
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
@ -1,148 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="btnOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="btnOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="btnCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="btnCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>Prompt</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
</root>
|
@ -1,216 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for Form2.
|
||||
/// </summary>
|
||||
public class Form2 : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label server;
|
||||
private System.Windows.Forms.Label clientversion;
|
||||
private System.Windows.Forms.Label serverversion;
|
||||
private System.Windows.Forms.Label numsecrets;
|
||||
private System.Windows.Forms.Label status;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct SYSTEM_INFO
|
||||
{
|
||||
public uint dwOemId;
|
||||
public uint dwPageSize;
|
||||
public uint lpMinimumApplicationAddress;
|
||||
public uint lpMaximumApplicationAddress;
|
||||
public uint dwActiveProcessorMask;
|
||||
public uint dwNumberOfProcessors;
|
||||
public uint dwProcessorType;
|
||||
public uint dwAllocationGranularity;
|
||||
public uint dwProcessorLevel;
|
||||
public uint dwProcessorRevision;
|
||||
}
|
||||
|
||||
[DllImport("kernel32")]
|
||||
static extern void GetSystemInfo(ref SYSTEM_INFO pSI);
|
||||
|
||||
|
||||
|
||||
public Form2()
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.server = new System.Windows.Forms.Label();
|
||||
this.clientversion = new System.Windows.Forms.Label();
|
||||
this.serverversion = new System.Windows.Forms.Label();
|
||||
this.numsecrets = new System.Windows.Forms.Label();
|
||||
this.status = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(48, 56);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(112, 16);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Client Version=";
|
||||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Location = new System.Drawing.Point(48, 80);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(88, 16);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Server Version=";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Location = new System.Drawing.Point(48, 120);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(112, 24);
|
||||
this.label3.TabIndex = 2;
|
||||
this.label3.Text = "Number of Secrets=";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.Location = new System.Drawing.Point(48, 144);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(48, 16);
|
||||
this.label4.TabIndex = 3;
|
||||
this.label4.Text = "Status=";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.Location = new System.Drawing.Point(48, 32);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(48, 16);
|
||||
this.label5.TabIndex = 4;
|
||||
this.label5.Text = "Server=";
|
||||
//
|
||||
// server
|
||||
//
|
||||
this.server.Location = new System.Drawing.Point(104, 32);
|
||||
this.server.Name = "server";
|
||||
this.server.Size = new System.Drawing.Size(72, 16);
|
||||
this.server.TabIndex = 5;
|
||||
this.server.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// clientversion
|
||||
//
|
||||
this.clientversion.Location = new System.Drawing.Point(128, 56);
|
||||
this.clientversion.Name = "clientversion";
|
||||
this.clientversion.Size = new System.Drawing.Size(64, 16);
|
||||
this.clientversion.TabIndex = 6;
|
||||
this.clientversion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// serverversion
|
||||
//
|
||||
this.serverversion.Location = new System.Drawing.Point(176, 80);
|
||||
this.serverversion.Name = "serverversion";
|
||||
this.serverversion.Size = new System.Drawing.Size(64, 16);
|
||||
this.serverversion.TabIndex = 7;
|
||||
this.serverversion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// numsecrets
|
||||
//
|
||||
this.numsecrets.Location = new System.Drawing.Point(160, 120);
|
||||
this.numsecrets.Name = "numsecrets";
|
||||
this.numsecrets.Size = new System.Drawing.Size(72, 16);
|
||||
this.numsecrets.TabIndex = 8;
|
||||
this.numsecrets.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// status
|
||||
//
|
||||
this.status.Location = new System.Drawing.Point(112, 144);
|
||||
this.status.Name = "status";
|
||||
this.status.Size = new System.Drawing.Size(88, 16);
|
||||
this.status.TabIndex = 9;
|
||||
this.status.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// Form2
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
|
||||
this.ClientSize = new System.Drawing.Size(336, 278);
|
||||
this.Controls.Add(this.status);
|
||||
this.Controls.Add(this.numsecrets);
|
||||
this.Controls.Add(this.serverversion);
|
||||
this.Controls.Add(this.clientversion);
|
||||
this.Controls.Add(this.server);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "Form2";
|
||||
this.Text = "Secret Store Information";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void label1_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void setInfo(string server, string clientversion, string serverversion, string numsecrets, string status)
|
||||
{
|
||||
this.server.Text = server;
|
||||
this.clientversion.Text = clientversion;
|
||||
this.serverversion.Text = serverversion;
|
||||
this.numsecrets.Text = numsecrets;
|
||||
this.status.Text = status;
|
||||
this.Refresh();
|
||||
}
|
||||
}
|
||||
}
|
@ -1,220 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label5.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label5.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label5.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="server.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="server.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="server.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="clientversion.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="clientversion.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="clientversion.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="serverversion.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="serverversion.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="serverversion.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="numsecrets.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="numsecrets.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="numsecrets.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="status.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="status.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="status.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>Form2</value>
|
||||
</data>
|
||||
</root>
|
@ -1,37 +0,0 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecretStoreClientManager", "SecretStoreClientManager.csproj", "{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.SecretStoreClient.NSSCSWrapper", "..\NSSCSWrapper\Novell.SecretStoreClient.NSSCSWrapper.csproj", "{E21DD887-22F4-4935-9851-409715F663B0}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Novell.SecretStore.NSSSWrapper", "..\NSSSWrapper\Novell.SecretStore.NSSSWrapper.csproj", "{7D8C5C67-C1B9-486A-8F7B-1D915FD2048E}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}.Debug.ActiveCfg = Debug|.NET
|
||||
{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}.Debug.Build.0 = Debug|.NET
|
||||
{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}.Release.ActiveCfg = Release|.NET
|
||||
{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}.Release.Build.0 = Release|.NET
|
||||
{E21DD887-22F4-4935-9851-409715F663B0}.Debug.ActiveCfg = Debug|.NET
|
||||
{E21DD887-22F4-4935-9851-409715F663B0}.Debug.Build.0 = Debug|.NET
|
||||
{E21DD887-22F4-4935-9851-409715F663B0}.Release.ActiveCfg = Release|.NET
|
||||
{E21DD887-22F4-4935-9851-409715F663B0}.Release.Build.0 = Release|.NET
|
||||
{7D8C5C67-C1B9-486A-8F7B-1D915FD2048E}.Debug.ActiveCfg = Debug|.NET
|
||||
{7D8C5C67-C1B9-486A-8F7B-1D915FD2048E}.Debug.Build.0 = Debug|.NET
|
||||
{7D8C5C67-C1B9-486A-8F7B-1D915FD2048E}.Release.ActiveCfg = Release|.NET
|
||||
{7D8C5C67-C1B9-486A-8F7B-1D915FD2048E}.Release.Build.0 = Release|.NET
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Binary file not shown.
@ -1,203 +0,0 @@
|
||||
<VisualStudioProject>
|
||||
<CSHARP
|
||||
ProjectType = "Local"
|
||||
ProductVersion = "7.10.3077"
|
||||
SchemaVersion = "2.0"
|
||||
ProjectGuid = "{F476D08B-EDFE-46CF-AE20-EF3EEF9FBA6C}"
|
||||
>
|
||||
<Build>
|
||||
<Settings
|
||||
ApplicationIcon = "App.ico"
|
||||
AssemblyKeyContainerName = ""
|
||||
AssemblyName = "SecretStoreService"
|
||||
AssemblyOriginatorKeyFile = ""
|
||||
DefaultClientScript = "JScript"
|
||||
DefaultHTMLPageLayout = "Grid"
|
||||
DefaultTargetSchema = "IE50"
|
||||
DelaySign = "false"
|
||||
OutputType = "WinExe"
|
||||
PreBuildEvent = ""
|
||||
PostBuildEvent = ""
|
||||
RootNamespace = "SecretStoreService"
|
||||
RunPostBuildEvent = "OnBuildSuccess"
|
||||
StartupObject = ""
|
||||
>
|
||||
<Config
|
||||
Name = "Debug"
|
||||
AllowUnsafeBlocks = "true"
|
||||
BaseAddress = "285212672"
|
||||
CheckForOverflowUnderflow = "false"
|
||||
ConfigurationOverrideFile = ""
|
||||
DefineConstants = "DEBUG;TRACE"
|
||||
DocumentationFile = ""
|
||||
DebugSymbols = "true"
|
||||
FileAlignment = "4096"
|
||||
IncrementalBuild = "false"
|
||||
NoStdLib = "false"
|
||||
NoWarn = ""
|
||||
Optimize = "false"
|
||||
OutputPath = "bin\Debug\"
|
||||
RegisterForComInterop = "false"
|
||||
RemoveIntegerChecks = "false"
|
||||
TreatWarningsAsErrors = "false"
|
||||
WarningLevel = "4"
|
||||
/>
|
||||
<Config
|
||||
Name = "Release"
|
||||
AllowUnsafeBlocks = "false"
|
||||
BaseAddress = "285212672"
|
||||
CheckForOverflowUnderflow = "false"
|
||||
ConfigurationOverrideFile = ""
|
||||
DefineConstants = "TRACE"
|
||||
DocumentationFile = ""
|
||||
DebugSymbols = "false"
|
||||
FileAlignment = "4096"
|
||||
IncrementalBuild = "false"
|
||||
NoStdLib = "false"
|
||||
NoWarn = ""
|
||||
Optimize = "true"
|
||||
OutputPath = "bin\Release\"
|
||||
RegisterForComInterop = "false"
|
||||
RemoveIntegerChecks = "false"
|
||||
TreatWarningsAsErrors = "false"
|
||||
WarningLevel = "4"
|
||||
/>
|
||||
</Settings>
|
||||
<References>
|
||||
<Reference
|
||||
Name = "System"
|
||||
AssemblyName = "System"
|
||||
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.Data"
|
||||
AssemblyName = "System.Data"
|
||||
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.Drawing"
|
||||
AssemblyName = "System.Drawing"
|
||||
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.Windows.Forms"
|
||||
AssemblyName = "System.Windows.Forms"
|
||||
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.XML"
|
||||
AssemblyName = "System.Xml"
|
||||
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "NSSSWrapper"
|
||||
AssemblyName = "NSSSWrapper"
|
||||
HintPath = "..\NSSSWrapper\bin\Debug\NSSSWrapper.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "Novell.SecretStore.NSSCSWrapper"
|
||||
AssemblyName = "Novell.SecretStore.NSSCSWrapper"
|
||||
HintPath = "..\NSSCSWrapper\bin\Debug\Novell.SecretStore.NSSCSWrapper.dll"
|
||||
/>
|
||||
</References>
|
||||
</Build>
|
||||
<Files>
|
||||
<Include>
|
||||
<File
|
||||
RelPath = "about.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "about.resx"
|
||||
DependentUpon = "about.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Add Secret.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Add Secret.resx"
|
||||
DependentUpon = "Add Secret.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "app.config"
|
||||
BuildAction = "None"
|
||||
/>
|
||||
<File
|
||||
RelPath = "App.ico"
|
||||
BuildAction = "Content"
|
||||
/>
|
||||
<File
|
||||
RelPath = "AssemblyInfo.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "DisplaySecret.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "DisplaySecret.resx"
|
||||
DependentUpon = "DisplaySecret.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Main.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Main.resx"
|
||||
DependentUpon = "Main.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "NewEntry.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "NewEntry.af.resx"
|
||||
DependentUpon = "NewEntry.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "NewEntry.af-ZA.resx"
|
||||
DependentUpon = "NewEntry.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "NewEntry.resx"
|
||||
DependentUpon = "NewEntry.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Prompt.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Prompt.resx"
|
||||
DependentUpon = "Prompt.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
<File
|
||||
RelPath = "SSInfo.cs"
|
||||
SubType = "Form"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "SSInfo.resx"
|
||||
DependentUpon = "SSInfo.cs"
|
||||
BuildAction = "EmbeddedResource"
|
||||
/>
|
||||
</Include>
|
||||
</Files>
|
||||
</CSHARP>
|
||||
</VisualStudioProject>
|
||||
|
@ -1,48 +0,0 @@
|
||||
<VisualStudioProject>
|
||||
<CSHARP LastOpenVersion = "7.10.3077" >
|
||||
<Build>
|
||||
<Settings ReferencePath = "D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSSWrapper\bin\Debug\;D:\ccm\SSClient\SecretStoreClient_src\c_sharp\NSSCSWrapper\bin\Debug\;" >
|
||||
<Config
|
||||
Name = "Debug"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "false"
|
||||
/>
|
||||
<Config
|
||||
Name = "Release"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "true"
|
||||
/>
|
||||
</Settings>
|
||||
</Build>
|
||||
<OtherProjectSettings
|
||||
CopyProjectDestinationFolder = ""
|
||||
CopyProjectUncPath = ""
|
||||
CopyProjectOption = "0"
|
||||
ProjectView = "ProjectFiles"
|
||||
ProjectTrust = "0"
|
||||
/>
|
||||
</CSHARP>
|
||||
</VisualStudioProject>
|
||||
|
@ -1,110 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SecretStoreService
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for about.
|
||||
/// </summary>
|
||||
public class about : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
|
||||
public about()
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if(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.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(32, 32);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(224, 32);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Utility under Construction";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(34, 120);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(224, 48);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Contact Jim Norman for comments and questions";
|
||||
//
|
||||
// about
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
|
||||
this.ClientSize = new System.Drawing.Size(292, 273);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "about";
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "about";
|
||||
this.TopMost = true;
|
||||
this.TransparencyKey = System.Drawing.Color.Red;
|
||||
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.about_MouseDown);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
private void about_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e)
|
||||
{
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
private void about_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
|
||||
{
|
||||
Dispose(true);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,148 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used forserialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>about</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
</root>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!-- User application and configured property settings go here.-->
|
||||
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
||||
<add key="Key.ColumnHeadersVisible" value="True" />
|
||||
</appSettings>
|
||||
</configuration>
|
Loading…
Reference in New Issue
Block a user