Extra Tab show number of item.

Correct a designer pb
This commit is contained in:
abdelkader
2024-03-20 09:34:17 -04:00
parent ba9d26f981
commit 2faa7965cd
6 changed files with 252 additions and 247 deletions

View File

@@ -47,20 +47,18 @@ namespace vCardEditor.View.Customs
// //
// ExtAddrValue // ExtAddrValue
// //
this.ExtAddrValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.ExtAddrValue.Location = new System.Drawing.Point(68, 45);
| System.Windows.Forms.AnchorStyles.Right)));
this.ExtAddrValue.Location = new System.Drawing.Point(90, 45);
this.ExtAddrValue.Margin = new System.Windows.Forms.Padding(4); this.ExtAddrValue.Margin = new System.Windows.Forms.Padding(4);
this.ExtAddrValue.Name = "ExtAddrValue"; this.ExtAddrValue.Name = "ExtAddrValue";
this.ExtAddrValue.oldText = null; this.ExtAddrValue.oldText = null;
this.ExtAddrValue.Size = new System.Drawing.Size(237, 22); this.ExtAddrValue.Size = new System.Drawing.Size(190, 22);
this.ExtAddrValue.TabIndex = 27; this.ExtAddrValue.TabIndex = 27;
this.ExtAddrValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.ExtAddrValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.ExtAddrValue.Validated += new System.EventHandler(this.Value_TextChanged); this.ExtAddrValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// ExtAdressLabel // ExtAdressLabel
// //
this.ExtAdressLabel.Location = new System.Drawing.Point(4, 45); this.ExtAdressLabel.Location = new System.Drawing.Point(5, 44);
this.ExtAdressLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ExtAdressLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ExtAdressLabel.Name = "ExtAdressLabel"; this.ExtAdressLabel.Name = "ExtAdressLabel";
this.ExtAdressLabel.Size = new System.Drawing.Size(40, 23); this.ExtAdressLabel.Size = new System.Drawing.Size(40, 23);
@@ -73,7 +71,7 @@ namespace vCardEditor.View.Customs
this.StreetLabel.Location = new System.Drawing.Point(2, 14); this.StreetLabel.Location = new System.Drawing.Point(2, 14);
this.StreetLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.StreetLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.StreetLabel.Name = "StreetLabel"; this.StreetLabel.Name = "StreetLabel";
this.StreetLabel.Size = new System.Drawing.Size(65, 23); this.StreetLabel.Size = new System.Drawing.Size(64, 23);
this.StreetLabel.TabIndex = 14; this.StreetLabel.TabIndex = 14;
this.StreetLabel.Text = "Address:"; this.StreetLabel.Text = "Address:";
this.StreetLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.StreetLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -82,18 +80,18 @@ namespace vCardEditor.View.Customs
// //
this.StreetValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.StreetValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.StreetValue.Location = new System.Drawing.Point(90, 14); this.StreetValue.Location = new System.Drawing.Point(68, 14);
this.StreetValue.Margin = new System.Windows.Forms.Padding(4); this.StreetValue.Margin = new System.Windows.Forms.Padding(4);
this.StreetValue.Name = "StreetValue"; this.StreetValue.Name = "StreetValue";
this.StreetValue.oldText = ""; this.StreetValue.oldText = "";
this.StreetValue.Size = new System.Drawing.Size(613, 22); this.StreetValue.Size = new System.Drawing.Size(632, 22);
this.StreetValue.TabIndex = 15; this.StreetValue.TabIndex = 15;
this.StreetValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.StreetValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.StreetValue.Validated += new System.EventHandler(this.Value_TextChanged); this.StreetValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// POBoxLabel // POBoxLabel
// //
this.POBoxLabel.Location = new System.Drawing.Point(338, 75); this.POBoxLabel.Location = new System.Drawing.Point(267, 76);
this.POBoxLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.POBoxLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.POBoxLabel.Name = "POBoxLabel"; this.POBoxLabel.Name = "POBoxLabel";
this.POBoxLabel.Size = new System.Drawing.Size(38, 23); this.POBoxLabel.Size = new System.Drawing.Size(38, 23);
@@ -105,18 +103,18 @@ namespace vCardEditor.View.Customs
// //
this.CountryValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.CountryValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.CountryValue.Location = new System.Drawing.Point(579, 76); this.CountryValue.Location = new System.Drawing.Point(557, 76);
this.CountryValue.Margin = new System.Windows.Forms.Padding(4); this.CountryValue.Margin = new System.Windows.Forms.Padding(4);
this.CountryValue.Name = "CountryValue"; this.CountryValue.Name = "CountryValue";
this.CountryValue.oldText = null; this.CountryValue.oldText = null;
this.CountryValue.Size = new System.Drawing.Size(125, 22); this.CountryValue.Size = new System.Drawing.Size(143, 22);
this.CountryValue.TabIndex = 25; this.CountryValue.TabIndex = 25;
this.CountryValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.CountryValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.CountryValue.Validated += new System.EventHandler(this.Value_TextChanged); this.CountryValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// Country // Country
// //
this.Country.Location = new System.Drawing.Point(505, 76); this.Country.Location = new System.Drawing.Point(486, 74);
this.Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Country.Name = "Country"; this.Country.Name = "Country";
this.Country.Size = new System.Drawing.Size(65, 23); this.Country.Size = new System.Drawing.Size(65, 23);
@@ -126,20 +124,18 @@ namespace vCardEditor.View.Customs
// //
// POBoxValue // POBoxValue
// //
this.POBoxValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.POBoxValue.Location = new System.Drawing.Point(315, 77);
| System.Windows.Forms.AnchorStyles.Right)));
this.POBoxValue.Location = new System.Drawing.Point(397, 76);
this.POBoxValue.Margin = new System.Windows.Forms.Padding(4); this.POBoxValue.Margin = new System.Windows.Forms.Padding(4);
this.POBoxValue.Name = "POBoxValue"; this.POBoxValue.Name = "POBoxValue";
this.POBoxValue.oldText = null; this.POBoxValue.oldText = null;
this.POBoxValue.Size = new System.Drawing.Size(100, 22); this.POBoxValue.Size = new System.Drawing.Size(166, 22);
this.POBoxValue.TabIndex = 17; this.POBoxValue.TabIndex = 17;
this.POBoxValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.POBoxValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.POBoxValue.Validated += new System.EventHandler(this.Value_TextChanged); this.POBoxValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// CityLabel // CityLabel
// //
this.CityLabel.Location = new System.Drawing.Point(338, 46); this.CityLabel.Location = new System.Drawing.Point(267, 44);
this.CityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.CityLabel.Name = "CityLabel"; this.CityLabel.Name = "CityLabel";
this.CityLabel.Size = new System.Drawing.Size(32, 23); this.CityLabel.Size = new System.Drawing.Size(32, 23);
@@ -151,31 +147,29 @@ namespace vCardEditor.View.Customs
// //
this.RegionValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.RegionValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.RegionValue.Location = new System.Drawing.Point(90, 75); this.RegionValue.Location = new System.Drawing.Point(557, 44);
this.RegionValue.Margin = new System.Windows.Forms.Padding(4); this.RegionValue.Margin = new System.Windows.Forms.Padding(4);
this.RegionValue.Name = "RegionValue"; this.RegionValue.Name = "RegionValue";
this.RegionValue.oldText = null; this.RegionValue.oldText = null;
this.RegionValue.Size = new System.Drawing.Size(236, 22); this.RegionValue.Size = new System.Drawing.Size(143, 22);
this.RegionValue.TabIndex = 23; this.RegionValue.TabIndex = 23;
this.RegionValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.RegionValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.RegionValue.Validated += new System.EventHandler(this.Value_TextChanged); this.RegionValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// CityValue // CityValue
// //
this.CityValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.CityValue.Location = new System.Drawing.Point(316, 46);
| System.Windows.Forms.AnchorStyles.Right)));
this.CityValue.Location = new System.Drawing.Point(397, 45);
this.CityValue.Margin = new System.Windows.Forms.Padding(4); this.CityValue.Margin = new System.Windows.Forms.Padding(4);
this.CityValue.Name = "CityValue"; this.CityValue.Name = "CityValue";
this.CityValue.oldText = null; this.CityValue.oldText = null;
this.CityValue.Size = new System.Drawing.Size(127, 22); this.CityValue.Size = new System.Drawing.Size(166, 22);
this.CityValue.TabIndex = 19; this.CityValue.TabIndex = 19;
this.CityValue.LostFocus += new System.EventHandler(this.Value_TextChanged); this.CityValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.CityValue.Validated += new System.EventHandler(this.Value_TextChanged); this.CityValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// StateLabel // StateLabel
// //
this.StateLabel.Location = new System.Drawing.Point(2, 74); this.StateLabel.Location = new System.Drawing.Point(486, 46);
this.StateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.StateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.StateLabel.Name = "StateLabel"; this.StateLabel.Name = "StateLabel";
this.StateLabel.Size = new System.Drawing.Size(61, 23); this.StateLabel.Size = new System.Drawing.Size(61, 23);
@@ -185,31 +179,29 @@ namespace vCardEditor.View.Customs
// //
// ZipLabel // ZipLabel
// //
this.ZipLabel.Location = new System.Drawing.Point(533, 45); this.ZipLabel.Location = new System.Drawing.Point(5, 75);
this.ZipLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ZipLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ZipLabel.Name = "ZipLabel"; this.ZipLabel.Name = "ZipLabel";
this.ZipLabel.Size = new System.Drawing.Size(37, 23); this.ZipLabel.Size = new System.Drawing.Size(37, 23);
this.ZipLabel.TabIndex = 20; this.ZipLabel.TabIndex = 28;
this.ZipLabel.Text = "Zip:"; this.ZipLabel.Text = "Zip:";
this.ZipLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.ZipLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// ZipValue // ZipValue
// //
this.ZipValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.ZipValue.Location = new System.Drawing.Point(68, 77);
| System.Windows.Forms.AnchorStyles.Right)));
this.ZipValue.Location = new System.Drawing.Point(579, 46);
this.ZipValue.Margin = new System.Windows.Forms.Padding(4); this.ZipValue.Margin = new System.Windows.Forms.Padding(4);
this.ZipValue.Name = "ZipValue"; this.ZipValue.Name = "ZipValue";
this.ZipValue.oldText = null; this.ZipValue.oldText = null;
this.ZipValue.Size = new System.Drawing.Size(124, 22); this.ZipValue.Size = new System.Drawing.Size(190, 22);
this.ZipValue.TabIndex = 21; this.ZipValue.TabIndex = 29;
this.ZipValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.ZipValue.Validated += new System.EventHandler(this.Value_TextChanged);
// //
// AddressBox // AddressBox
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ZipLabel);
this.Controls.Add(this.ZipValue);
this.Controls.Add(this.ExtAddrValue); this.Controls.Add(this.ExtAddrValue);
this.Controls.Add(this.ExtAdressLabel); this.Controls.Add(this.ExtAdressLabel);
this.Controls.Add(this.StreetLabel); this.Controls.Add(this.StreetLabel);
@@ -222,8 +214,6 @@ namespace vCardEditor.View.Customs
this.Controls.Add(this.RegionValue); this.Controls.Add(this.RegionValue);
this.Controls.Add(this.CityValue); this.Controls.Add(this.CityValue);
this.Controls.Add(this.StateLabel); this.Controls.Add(this.StateLabel);
this.Controls.Add(this.ZipLabel);
this.Controls.Add(this.ZipValue);
this.Name = "AddressBox"; this.Name = "AddressBox";
this.Size = new System.Drawing.Size(706, 104); this.Size = new System.Drawing.Size(706, 104);
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@@ -186,7 +186,7 @@ namespace vCardEditor.View.Customs
{ {
foreach (var item in card.DeliveryAddresses) foreach (var item in card.DeliveryAddresses)
AddtabForAddress(item); AddtabForAddress(item);
SelectedIndex = 0; //SelectedIndex = 0;
} }
private void AddtabForAddress(vCardDeliveryAddress da) private void AddtabForAddress(vCardDeliveryAddress da)
@@ -200,6 +200,7 @@ namespace vCardEditor.View.Customs
da.PostalCode, da.ExtendedAddress, da.PostOfficeBox, da.AddressType); da.PostalCode, da.ExtendedAddress, da.PostOfficeBox, da.AddressType);
ab.TextChangedEvent += (s, e) => TextChangedEvent?.Invoke(s, e); ab.TextChangedEvent += (s, e) => TextChangedEvent?.Invoke(s, e);
ab.Dock = DockStyle.Fill;
page.Controls.Add(ab); page.Controls.Add(ab);
page.ToolTipText = string.Join(",", da.AddressType.ConvertAll(f => f.ToString())); page.ToolTipText = string.Join(",", da.AddressType.ConvertAll(f => f.ToString()));

View File

@@ -9,20 +9,10 @@ namespace vCardEditor.View.Customs
public partial class ExtendedPanel : UserControl public partial class ExtendedPanel : UserControl
{ {
public event EventHandler ContentTextChanged; public ExtendedPanel()
public string Caption
{
get { return PanelContent.Text; }
set { PanelContent.Text = value; }
}
public PanelType panelType { get; set; }
public ExtendedPanel(PanelType _panel)
{ {
InitializeComponent(); InitializeComponent();
panelType = _panel;
miCell.Click += MenuItemClickHandlers; miCell.Click += MenuItemClickHandlers;
miCell.Tag = new vCardPhone(string.Empty, vCardPhoneTypes.Cellular); miCell.Tag = new vCardPhone(string.Empty, vCardPhoneTypes.Cellular);
@@ -47,7 +37,15 @@ namespace vCardEditor.View.Customs
//} //}
} }
public event EventHandler ContentTextChanged;
public string Caption
{
get { return PanelContent.Text; }
set { PanelContent.Text = value; }
}
public PanelType panelType { get; set; }
private void MenuItemClickHandlers(object sender, EventArgs e) private void MenuItemClickHandlers(object sender, EventArgs e)
{ {
var tag = (sender as ToolStripMenuItem).Tag; var tag = (sender as ToolStripMenuItem).Tag;

View File

@@ -32,7 +32,7 @@ namespace vCardEditor.View
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miSave = new System.Windows.Forms.ToolStripMenuItem(); this.miSave = new System.Windows.Forms.ToolStripMenuItem();
@@ -80,28 +80,30 @@ namespace vCardEditor.View
this.TapPageMain = new System.Windows.Forms.TabPage(); this.TapPageMain = new System.Windows.Forms.TabPage();
this.btnExportImage = new System.Windows.Forms.Button(); this.btnExportImage = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox();
this.FormattedTitleValue = new vCardEditor.View.StateTextBox();
this.FormattedTitleLabel = new System.Windows.Forms.Label(); this.FormattedTitleLabel = new System.Windows.Forms.Label();
this.lastNameValue = new vCardEditor.View.StateTextBox();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.middleNameValue = new vCardEditor.View.StateTextBox();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.firstNameValue = new vCardEditor.View.StateTextBox();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.FormattedNameValue = new vCardEditor.View.StateTextBox();
this.FormattedNameLabel = new System.Windows.Forms.Label(); this.FormattedNameLabel = new System.Windows.Forms.Label();
this.btnRemoveImage = new System.Windows.Forms.Button(); this.btnRemoveImage = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox();
this.tbcAddress = new vCardEditor.View.Customs.AddressTabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.PhotoBox = new System.Windows.Forms.PictureBox(); this.PhotoBox = new System.Windows.Forms.PictureBox();
this.TapPageExtra = new System.Windows.Forms.TabPage(); this.TapPageExtra = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panelTabExtra = new System.Windows.Forms.Panel();
this.btnAddExtraText = new System.Windows.Forms.Button(); this.btnAddExtraText = new System.Windows.Forms.Button();
this.panelTabExtra = new System.Windows.Forms.Panel();
this.menuExtraField = new System.Windows.Forms.ContextMenuStrip(this.components); this.menuExtraField = new System.Windows.Forms.ContextMenuStrip(this.components);
this.miNote = new System.Windows.Forms.ToolStripMenuItem(); this.miNote = new System.Windows.Forms.ToolStripMenuItem();
this.miOrg = new System.Windows.Forms.ToolStripMenuItem(); this.miOrg = new System.Windows.Forms.ToolStripMenuItem();
this.FormattedTitleValue = new vCardEditor.View.StateTextBox();
this.lastNameValue = new vCardEditor.View.StateTextBox();
this.middleNameValue = new vCardEditor.View.StateTextBox();
this.firstNameValue = new vCardEditor.View.StateTextBox();
this.FormattedNameValue = new vCardEditor.View.StateTextBox();
this.tbcAddress = new vCardEditor.View.Customs.AddressTabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.extendedPanelPhones = new vCardEditor.View.Customs.ExtendedPanel();
this.extendedPanelWeb = new vCardEditor.View.Customs.ExtendedPanel();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout();
this.gbNameList.SuspendLayout(); this.gbNameList.SuspendLayout();
@@ -116,11 +118,11 @@ namespace vCardEditor.View
this.TapPageMain.SuspendLayout(); this.TapPageMain.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout(); this.groupBox4.SuspendLayout();
this.tbcAddress.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).BeginInit();
this.TapPageExtra.SuspendLayout(); this.TapPageExtra.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.menuExtraField.SuspendLayout(); this.menuExtraField.SuspendLayout();
this.tbcAddress.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// menuStrip1 // menuStrip1
@@ -133,7 +135,7 @@ namespace vCardEditor.View
this.helpToolStripMenuItem}); this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1202, 28); this.menuStrip1.Size = new System.Drawing.Size(1202, 30);
this.menuStrip1.TabIndex = 0; this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.Text = "menuStrip1";
// //
@@ -147,7 +149,7 @@ namespace vCardEditor.View
this.recentFilesMenuItem, this.recentFilesMenuItem,
this.miQuit}); this.miQuit});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 26);
this.fileToolStripMenuItem.Text = "File"; this.fileToolStripMenuItem.Text = "File";
// //
// miSave // miSave
@@ -198,13 +200,13 @@ namespace vCardEditor.View
this.copyToolStripMenuItem, this.copyToolStripMenuItem,
this.extraFieldsToolStripMenuItem}); this.extraFieldsToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(49, 24); this.editToolStripMenuItem.Size = new System.Drawing.Size(49, 26);
this.editToolStripMenuItem.Text = "Edit"; this.editToolStripMenuItem.Text = "Edit";
// //
// copyToolStripMenuItem // copyToolStripMenuItem
// //
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(224, 26); this.copyToolStripMenuItem.Size = new System.Drawing.Size(167, 26);
this.copyToolStripMenuItem.Text = "Copy"; this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
// //
@@ -214,7 +216,7 @@ namespace vCardEditor.View
this.addNotesToolStripMenuItem, this.addNotesToolStripMenuItem,
this.addOrgToolStripMenuItem}); this.addOrgToolStripMenuItem});
this.extraFieldsToolStripMenuItem.Name = "extraFieldsToolStripMenuItem"; this.extraFieldsToolStripMenuItem.Name = "extraFieldsToolStripMenuItem";
this.extraFieldsToolStripMenuItem.Size = new System.Drawing.Size(224, 26); this.extraFieldsToolStripMenuItem.Size = new System.Drawing.Size(167, 26);
this.extraFieldsToolStripMenuItem.Text = "Extra Fields"; this.extraFieldsToolStripMenuItem.Text = "Extra Fields";
// //
// addNotesToolStripMenuItem // addNotesToolStripMenuItem
@@ -236,7 +238,7 @@ namespace vCardEditor.View
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.imagesToolStripMenuItem}); this.imagesToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(58, 24); this.toolsToolStripMenuItem.Size = new System.Drawing.Size(58, 26);
this.toolsToolStripMenuItem.Text = "Tools"; this.toolsToolStripMenuItem.Text = "Tools";
// //
// imagesToolStripMenuItem // imagesToolStripMenuItem
@@ -272,7 +274,7 @@ namespace vCardEditor.View
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miAbout}); this.miAbout});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(55, 24); this.helpToolStripMenuItem.Size = new System.Drawing.Size(55, 26);
this.helpToolStripMenuItem.Text = "Help"; this.helpToolStripMenuItem.Text = "Help";
// //
// miAbout // miAbout
@@ -306,9 +308,9 @@ namespace vCardEditor.View
this.toolStripSeparator1, this.toolStripSeparator1,
this.tbsAbout, this.tbsAbout,
this.toolStripSeparator}); this.toolStripSeparator});
this.toolStrip1.Location = new System.Drawing.Point(0, 28); this.toolStrip1.Location = new System.Drawing.Point(0, 30);
this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1202, 27); this.toolStrip1.Size = new System.Drawing.Size(1202, 31);
this.toolStrip1.TabIndex = 1; this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.Text = "toolStrip1";
// //
@@ -318,7 +320,7 @@ namespace vCardEditor.View
this.tbsNew.Image = ((System.Drawing.Image)(resources.GetObject("tbsNew.Image"))); this.tbsNew.Image = ((System.Drawing.Image)(resources.GetObject("tbsNew.Image")));
this.tbsNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsNew.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsNew.Name = "tbsNew"; this.tbsNew.Name = "tbsNew";
this.tbsNew.Size = new System.Drawing.Size(29, 24); this.tbsNew.Size = new System.Drawing.Size(29, 28);
this.tbsNew.Text = "&Nouveau"; this.tbsNew.Text = "&Nouveau";
this.tbsNew.Click += new System.EventHandler(this.tbsNew_Click); this.tbsNew.Click += new System.EventHandler(this.tbsNew_Click);
// //
@@ -328,7 +330,7 @@ namespace vCardEditor.View
this.tbsOpen.Image = ((System.Drawing.Image)(resources.GetObject("tbsOpen.Image"))); this.tbsOpen.Image = ((System.Drawing.Image)(resources.GetObject("tbsOpen.Image")));
this.tbsOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsOpen.Name = "tbsOpen"; this.tbsOpen.Name = "tbsOpen";
this.tbsOpen.Size = new System.Drawing.Size(29, 24); this.tbsOpen.Size = new System.Drawing.Size(29, 28);
this.tbsOpen.Text = "&Open"; this.tbsOpen.Text = "&Open";
this.tbsOpen.Click += new System.EventHandler(this.tbsOpen_Click); this.tbsOpen.Click += new System.EventHandler(this.tbsOpen_Click);
// //
@@ -338,7 +340,7 @@ namespace vCardEditor.View
this.tbsSave.Image = ((System.Drawing.Image)(resources.GetObject("tbsSave.Image"))); this.tbsSave.Image = ((System.Drawing.Image)(resources.GetObject("tbsSave.Image")));
this.tbsSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsSave.Name = "tbsSave"; this.tbsSave.Name = "tbsSave";
this.tbsSave.Size = new System.Drawing.Size(29, 24); this.tbsSave.Size = new System.Drawing.Size(29, 28);
this.tbsSave.Text = "&Save"; this.tbsSave.Text = "&Save";
this.tbsSave.Click += new System.EventHandler(this.tbsSave_Click); this.tbsSave.Click += new System.EventHandler(this.tbsSave_Click);
// //
@@ -348,7 +350,7 @@ namespace vCardEditor.View
this.tbsDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbsDelete.Image"))); this.tbsDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbsDelete.Image")));
this.tbsDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsDelete.Name = "tbsDelete"; this.tbsDelete.Name = "tbsDelete";
this.tbsDelete.Size = new System.Drawing.Size(29, 24); this.tbsDelete.Size = new System.Drawing.Size(29, 28);
this.tbsDelete.Text = "Delete"; this.tbsDelete.Text = "Delete";
this.tbsDelete.Click += new System.EventHandler(this.tbsDelete_Click); this.tbsDelete.Click += new System.EventHandler(this.tbsDelete_Click);
// //
@@ -358,14 +360,14 @@ namespace vCardEditor.View
this.tbsQR.Image = global::vCardEditor.Properties.Resources.nuget_icon; this.tbsQR.Image = global::vCardEditor.Properties.Resources.nuget_icon;
this.tbsQR.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsQR.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsQR.Name = "tbsQR"; this.tbsQR.Name = "tbsQR";
this.tbsQR.Size = new System.Drawing.Size(29, 24); this.tbsQR.Size = new System.Drawing.Size(29, 28);
this.tbsQR.Text = "&QR Code"; this.tbsQR.Text = "&QR Code";
this.tbsQR.Click += new System.EventHandler(this.tbsQR_Click); this.tbsQR.Click += new System.EventHandler(this.tbsQR_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27); this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
// //
// tbsAbout // tbsAbout
// //
@@ -373,14 +375,14 @@ namespace vCardEditor.View
this.tbsAbout.Image = ((System.Drawing.Image)(resources.GetObject("tbsAbout.Image"))); this.tbsAbout.Image = ((System.Drawing.Image)(resources.GetObject("tbsAbout.Image")));
this.tbsAbout.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbsAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbsAbout.Name = "tbsAbout"; this.tbsAbout.Name = "tbsAbout";
this.tbsAbout.Size = new System.Drawing.Size(29, 24); this.tbsAbout.Size = new System.Drawing.Size(29, 28);
this.tbsAbout.Text = "&?"; this.tbsAbout.Text = "&?";
this.tbsAbout.Click += new System.EventHandler(this.tbsAbout_Click); this.tbsAbout.Click += new System.EventHandler(this.tbsAbout_Click);
// //
// toolStripSeparator // toolStripSeparator
// //
this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Name = "toolStripSeparator";
this.toolStripSeparator.Size = new System.Drawing.Size(6, 27); this.toolStripSeparator.Size = new System.Drawing.Size(6, 31);
// //
// openFileDialog // openFileDialog
// //
@@ -397,7 +399,7 @@ namespace vCardEditor.View
this.gbNameList.Margin = new System.Windows.Forms.Padding(4); this.gbNameList.Margin = new System.Windows.Forms.Padding(4);
this.gbNameList.Name = "gbNameList"; this.gbNameList.Name = "gbNameList";
this.gbNameList.Padding = new System.Windows.Forms.Padding(4); this.gbNameList.Padding = new System.Windows.Forms.Padding(4);
this.gbNameList.Size = new System.Drawing.Size(398, 586); this.gbNameList.Size = new System.Drawing.Size(398, 580);
this.gbNameList.TabIndex = 2; this.gbNameList.TabIndex = 2;
this.gbNameList.TabStop = false; this.gbNameList.TabStop = false;
this.gbNameList.Text = "Name List :"; this.gbNameList.Text = "Name List :";
@@ -407,8 +409,8 @@ namespace vCardEditor.View
this.dgContacts.AllowUserToAddRows = false; this.dgContacts.AllowUserToAddRows = false;
this.dgContacts.AllowUserToDeleteRows = false; this.dgContacts.AllowUserToDeleteRows = false;
this.dgContacts.AllowUserToResizeRows = false; this.dgContacts.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.dgContacts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.dgContacts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
this.dgContacts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.dgContacts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
@@ -429,7 +431,7 @@ namespace vCardEditor.View
this.dgContacts.RowHeadersVisible = false; this.dgContacts.RowHeadersVisible = false;
this.dgContacts.RowHeadersWidth = 51; this.dgContacts.RowHeadersWidth = 51;
this.dgContacts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgContacts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgContacts.Size = new System.Drawing.Size(390, 533); this.dgContacts.Size = new System.Drawing.Size(390, 527);
this.dgContacts.TabIndex = 2; this.dgContacts.TabIndex = 2;
this.dgContacts.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dgContacts_CellContextMenuStripNeeded); this.dgContacts.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dgContacts_CellContextMenuStripNeeded);
this.dgContacts.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgContacts_RowLeave); this.dgContacts.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgContacts_RowLeave);
@@ -512,7 +514,7 @@ namespace vCardEditor.View
// splitContainer1 // splitContainer1
// //
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 55); this.splitContainer1.Location = new System.Drawing.Point(0, 61);
this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Name = "splitContainer1";
// //
// splitContainer1.Panel1 // splitContainer1.Panel1
@@ -522,7 +524,7 @@ namespace vCardEditor.View
// splitContainer1.Panel2 // splitContainer1.Panel2
// //
this.splitContainer1.Panel2.Controls.Add(this.tcMainTab); this.splitContainer1.Panel2.Controls.Add(this.tcMainTab);
this.splitContainer1.Size = new System.Drawing.Size(1202, 586); this.splitContainer1.Size = new System.Drawing.Size(1202, 580);
this.splitContainer1.SplitterDistance = 398; this.splitContainer1.SplitterDistance = 398;
this.splitContainer1.TabIndex = 4; this.splitContainer1.TabIndex = 4;
// //
@@ -535,7 +537,7 @@ namespace vCardEditor.View
this.tcMainTab.Location = new System.Drawing.Point(0, 0); this.tcMainTab.Location = new System.Drawing.Point(0, 0);
this.tcMainTab.Name = "tcMainTab"; this.tcMainTab.Name = "tcMainTab";
this.tcMainTab.SelectedIndex = 0; this.tcMainTab.SelectedIndex = 0;
this.tcMainTab.Size = new System.Drawing.Size(800, 586); this.tcMainTab.Size = new System.Drawing.Size(800, 580);
this.tcMainTab.TabIndex = 0; this.tcMainTab.TabIndex = 0;
// //
// TapPageMain // TapPageMain
@@ -551,31 +553,10 @@ namespace vCardEditor.View
this.TapPageMain.Location = new System.Drawing.Point(4, 25); this.TapPageMain.Location = new System.Drawing.Point(4, 25);
this.TapPageMain.Name = "TapPageMain"; this.TapPageMain.Name = "TapPageMain";
this.TapPageMain.Padding = new System.Windows.Forms.Padding(3); this.TapPageMain.Padding = new System.Windows.Forms.Padding(3);
this.TapPageMain.Size = new System.Drawing.Size(792, 557); this.TapPageMain.Size = new System.Drawing.Size(792, 551);
this.TapPageMain.TabIndex = 0; this.TapPageMain.TabIndex = 0;
this.TapPageMain.Text = "Main"; this.TapPageMain.Text = "Main";
// //
// extendedPanelWeb
//
this.extendedPanelWeb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.extendedPanelWeb.Caption = "";
this.extendedPanelWeb.Location = new System.Drawing.Point(402, 389);
this.extendedPanelWeb.Name = "extendedPanelWeb";
this.extendedPanelWeb.panelType = vCardEditor.View.Customs.PanelType.Web;
this.extendedPanelWeb.Size = new System.Drawing.Size(381, 155);
this.extendedPanelWeb.TabIndex = 59;
//
// extendedPanelPhones
//
this.extendedPanelPhones.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.extendedPanelPhones.Caption = "";
this.extendedPanelPhones.Location = new System.Drawing.Point(13, 389);
this.extendedPanelPhones.Name = "extendedPanelPhones";
this.extendedPanelPhones.panelType = vCardEditor.View.Customs.PanelType.Phone;
this.extendedPanelPhones.Size = new System.Drawing.Size(367, 155);
this.extendedPanelPhones.TabIndex = 58;
//
// btnExportImage // btnExportImage
// //
this.btnExportImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExportImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
@@ -610,17 +591,6 @@ namespace vCardEditor.View
this.groupBox3.TabStop = false; this.groupBox3.TabStop = false;
this.groupBox3.Text = "Name"; this.groupBox3.Text = "Name";
// //
// FormattedTitleValue
//
this.FormattedTitleValue.Location = new System.Drawing.Point(45, 21);
this.FormattedTitleValue.Margin = new System.Windows.Forms.Padding(4);
this.FormattedTitleValue.Name = "FormattedTitleValue";
this.FormattedTitleValue.oldText = null;
this.FormattedTitleValue.Size = new System.Drawing.Size(100, 22);
this.FormattedTitleValue.TabIndex = 1;
this.FormattedTitleValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.FormattedTitleValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// FormattedTitleLabel // FormattedTitleLabel
// //
this.FormattedTitleLabel.Location = new System.Drawing.Point(7, 20); this.FormattedTitleLabel.Location = new System.Drawing.Point(7, 20);
@@ -631,19 +601,6 @@ namespace vCardEditor.View
this.FormattedTitleLabel.Text = "Title:"; this.FormattedTitleLabel.Text = "Title:";
this.FormattedTitleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.FormattedTitleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// lastNameValue
//
this.lastNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastNameValue.Location = new System.Drawing.Point(393, 53);
this.lastNameValue.Margin = new System.Windows.Forms.Padding(4);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.oldText = null;
this.lastNameValue.Size = new System.Drawing.Size(158, 22);
this.lastNameValue.TabIndex = 9;
this.lastNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.lastNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// label3 // label3
// //
this.label3.Location = new System.Drawing.Point(341, 53); this.label3.Location = new System.Drawing.Point(341, 53);
@@ -654,17 +611,6 @@ namespace vCardEditor.View
this.label3.Text = "Last:"; this.label3.Text = "Last:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// middleNameValue
//
this.middleNameValue.Location = new System.Drawing.Point(237, 53);
this.middleNameValue.Margin = new System.Windows.Forms.Padding(4);
this.middleNameValue.Name = "middleNameValue";
this.middleNameValue.oldText = null;
this.middleNameValue.Size = new System.Drawing.Size(95, 22);
this.middleNameValue.TabIndex = 7;
this.middleNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.middleNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// label2 // label2
// //
this.label2.Location = new System.Drawing.Point(151, 53); this.label2.Location = new System.Drawing.Point(151, 53);
@@ -675,17 +621,6 @@ namespace vCardEditor.View
this.label2.Text = "Middle:"; this.label2.Text = "Middle:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// firstNameValue
//
this.firstNameValue.Location = new System.Drawing.Point(45, 53);
this.firstNameValue.Margin = new System.Windows.Forms.Padding(4);
this.firstNameValue.Name = "firstNameValue";
this.firstNameValue.oldText = null;
this.firstNameValue.Size = new System.Drawing.Size(100, 22);
this.firstNameValue.TabIndex = 5;
this.firstNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.firstNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// label1 // label1
// //
this.label1.Location = new System.Drawing.Point(4, 53); this.label1.Location = new System.Drawing.Point(4, 53);
@@ -696,19 +631,6 @@ namespace vCardEditor.View
this.label1.Text = "First:"; this.label1.Text = "First:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// FormattedNameValue
//
this.FormattedNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FormattedNameValue.Location = new System.Drawing.Point(237, 21);
this.FormattedNameValue.Margin = new System.Windows.Forms.Padding(4);
this.FormattedNameValue.Name = "FormattedNameValue";
this.FormattedNameValue.oldText = null;
this.FormattedNameValue.Size = new System.Drawing.Size(314, 22);
this.FormattedNameValue.TabIndex = 3;
this.FormattedNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.FormattedNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// FormattedNameLabel // FormattedNameLabel
// //
this.FormattedNameLabel.Location = new System.Drawing.Point(148, 21); this.FormattedNameLabel.Location = new System.Drawing.Point(148, 21);
@@ -732,8 +654,7 @@ namespace vCardEditor.View
// //
// groupBox4 // groupBox4
// //
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.tbcAddress); this.groupBox4.Controls.Add(this.tbcAddress);
this.groupBox4.Location = new System.Drawing.Point(13, 184); this.groupBox4.Location = new System.Drawing.Point(13, 184);
@@ -745,6 +666,146 @@ namespace vCardEditor.View
this.groupBox4.TabStop = false; this.groupBox4.TabStop = false;
this.groupBox4.Text = "Address:"; this.groupBox4.Text = "Address:";
// //
// PhotoBox
//
this.PhotoBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PhotoBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.PhotoBox.Image = ((System.Drawing.Image)(resources.GetObject("PhotoBox.Image")));
this.PhotoBox.Location = new System.Drawing.Point(584, 7);
this.PhotoBox.Margin = new System.Windows.Forms.Padding(4);
this.PhotoBox.Name = "PhotoBox";
this.PhotoBox.Size = new System.Drawing.Size(185, 159);
this.PhotoBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PhotoBox.TabIndex = 55;
this.PhotoBox.TabStop = false;
//
// TapPageExtra
//
this.TapPageExtra.BackColor = System.Drawing.SystemColors.Control;
this.TapPageExtra.Controls.Add(this.groupBox1);
this.TapPageExtra.Location = new System.Drawing.Point(4, 25);
this.TapPageExtra.Name = "TapPageExtra";
this.TapPageExtra.Padding = new System.Windows.Forms.Padding(3);
this.TapPageExtra.Size = new System.Drawing.Size(792, 551);
this.TapPageExtra.TabIndex = 1;
this.TapPageExtra.Text = "Extra";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnAddExtraText);
this.groupBox1.Controls.Add(this.panelTabExtra);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 545);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnAddExtraText
//
this.btnAddExtraText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddExtraText.BackColor = System.Drawing.SystemColors.Window;
this.btnAddExtraText.Image = global::vCardEditor.Properties.Resources.Add;
this.btnAddExtraText.Location = new System.Drawing.Point(732, 0);
this.btnAddExtraText.Name = "btnAddExtraText";
this.btnAddExtraText.Size = new System.Drawing.Size(39, 22);
this.btnAddExtraText.TabIndex = 59;
this.btnAddExtraText.UseVisualStyleBackColor = true;
this.btnAddExtraText.Click += new System.EventHandler(this.btnAddExtraText_Click);
//
// panelTabExtra
//
this.panelTabExtra.AutoScroll = true;
this.panelTabExtra.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelTabExtra.Location = new System.Drawing.Point(3, 18);
this.panelTabExtra.Name = "panelTabExtra";
this.panelTabExtra.Size = new System.Drawing.Size(780, 524);
this.panelTabExtra.TabIndex = 1;
this.panelTabExtra.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.panelTabExtra_ControlAdded);
this.panelTabExtra.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.panelTabExtra_ControlRemoved);
//
// menuExtraField
//
this.menuExtraField.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuExtraField.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miNote,
this.miOrg});
this.menuExtraField.Name = "contextMenuStrip1";
this.menuExtraField.Size = new System.Drawing.Size(164, 52);
//
// miNote
//
this.miNote.Name = "miNote";
this.miNote.Size = new System.Drawing.Size(163, 24);
this.miNote.Text = "Note";
this.miNote.Click += new System.EventHandler(this.miNote_Click);
//
// miOrg
//
this.miOrg.Name = "miOrg";
this.miOrg.Size = new System.Drawing.Size(163, 24);
this.miOrg.Text = "Organisation";
this.miOrg.Click += new System.EventHandler(this.miOrg_Click);
//
// FormattedTitleValue
//
this.FormattedTitleValue.Location = new System.Drawing.Point(45, 21);
this.FormattedTitleValue.Margin = new System.Windows.Forms.Padding(4);
this.FormattedTitleValue.Name = "FormattedTitleValue";
this.FormattedTitleValue.oldText = null;
this.FormattedTitleValue.Size = new System.Drawing.Size(100, 22);
this.FormattedTitleValue.TabIndex = 1;
this.FormattedTitleValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.FormattedTitleValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// lastNameValue
//
this.lastNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastNameValue.Location = new System.Drawing.Point(393, 53);
this.lastNameValue.Margin = new System.Windows.Forms.Padding(4);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.oldText = null;
this.lastNameValue.Size = new System.Drawing.Size(158, 22);
this.lastNameValue.TabIndex = 9;
this.lastNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.lastNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// middleNameValue
//
this.middleNameValue.Location = new System.Drawing.Point(237, 53);
this.middleNameValue.Margin = new System.Windows.Forms.Padding(4);
this.middleNameValue.Name = "middleNameValue";
this.middleNameValue.oldText = null;
this.middleNameValue.Size = new System.Drawing.Size(95, 22);
this.middleNameValue.TabIndex = 7;
this.middleNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.middleNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// firstNameValue
//
this.firstNameValue.Location = new System.Drawing.Point(45, 53);
this.firstNameValue.Margin = new System.Windows.Forms.Padding(4);
this.firstNameValue.Name = "firstNameValue";
this.firstNameValue.oldText = null;
this.firstNameValue.Size = new System.Drawing.Size(100, 22);
this.firstNameValue.TabIndex = 5;
this.firstNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.firstNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// FormattedNameValue
//
this.FormattedNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FormattedNameValue.Location = new System.Drawing.Point(237, 21);
this.FormattedNameValue.Margin = new System.Windows.Forms.Padding(4);
this.FormattedNameValue.Name = "FormattedNameValue";
this.FormattedNameValue.oldText = null;
this.FormattedNameValue.Size = new System.Drawing.Size(314, 22);
this.FormattedNameValue.TabIndex = 3;
this.FormattedNameValue.LostFocus += new System.EventHandler(this.Value_TextChanged);
this.FormattedNameValue.Validated += new System.EventHandler(this.Value_TextChanged);
//
// tbcAddress // tbcAddress
// //
this.tbcAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.tbcAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -771,84 +832,28 @@ namespace vCardEditor.View
this.tabPage3.TabIndex = 0; this.tabPage3.TabIndex = 0;
this.tabPage3.Text = " "; this.tabPage3.Text = " ";
// //
// PhotoBox // extendedPanelPhones
// //
this.PhotoBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.extendedPanelPhones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
this.PhotoBox.Cursor = System.Windows.Forms.Cursors.Hand; | System.Windows.Forms.AnchorStyles.Left)));
this.PhotoBox.Image = ((System.Drawing.Image)(resources.GetObject("PhotoBox.Image"))); this.extendedPanelPhones.Caption = "";
this.PhotoBox.Location = new System.Drawing.Point(584, 7); this.extendedPanelPhones.Location = new System.Drawing.Point(13, 389);
this.PhotoBox.Margin = new System.Windows.Forms.Padding(4); this.extendedPanelPhones.Name = "extendedPanelPhones";
this.PhotoBox.Name = "PhotoBox"; this.extendedPanelPhones.panelType = vCardEditor.View.Customs.PanelType.Phone;
this.PhotoBox.Size = new System.Drawing.Size(185, 159); this.extendedPanelPhones.Size = new System.Drawing.Size(367, 155);
this.PhotoBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.extendedPanelPhones.TabIndex = 58;
this.PhotoBox.TabIndex = 55;
this.PhotoBox.TabStop = false;
// //
// TapPageExtra // extendedPanelWeb
// //
this.TapPageExtra.BackColor = System.Drawing.SystemColors.Control; this.extendedPanelWeb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
this.TapPageExtra.Controls.Add(this.groupBox1); | System.Windows.Forms.AnchorStyles.Left)
this.TapPageExtra.Location = new System.Drawing.Point(4, 25); | System.Windows.Forms.AnchorStyles.Right)));
this.TapPageExtra.Name = "TapPageExtra"; this.extendedPanelWeb.Caption = "";
this.TapPageExtra.Padding = new System.Windows.Forms.Padding(3); this.extendedPanelWeb.Location = new System.Drawing.Point(386, 389);
this.TapPageExtra.Size = new System.Drawing.Size(792, 557); this.extendedPanelWeb.Name = "extendedPanelWeb";
this.TapPageExtra.TabIndex = 1; this.extendedPanelWeb.panelType = vCardEditor.View.Customs.PanelType.Web;
this.TapPageExtra.Text = "Extra"; this.extendedPanelWeb.Size = new System.Drawing.Size(397, 155);
// this.extendedPanelWeb.TabIndex = 59;
// groupBox1
//
this.groupBox1.Controls.Add(this.btnAddExtraText);
this.groupBox1.Controls.Add(this.panelTabExtra);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 551);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// panelTabExtra
//
this.panelTabExtra.AutoScroll = true;
this.panelTabExtra.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelTabExtra.Location = new System.Drawing.Point(3, 18);
this.panelTabExtra.Name = "panelTabExtra";
this.panelTabExtra.Size = new System.Drawing.Size(780, 530);
this.panelTabExtra.TabIndex = 1;
//
// btnAddExtraText
//
this.btnAddExtraText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddExtraText.BackColor = System.Drawing.SystemColors.Window;
this.btnAddExtraText.Image = global::vCardEditor.Properties.Resources.Add;
this.btnAddExtraText.Location = new System.Drawing.Point(732, 0);
this.btnAddExtraText.Name = "btnAddExtraText";
this.btnAddExtraText.Size = new System.Drawing.Size(39, 22);
this.btnAddExtraText.TabIndex = 59;
this.btnAddExtraText.UseVisualStyleBackColor = true;
this.btnAddExtraText.Click += new System.EventHandler(this.btnAddExtraText_Click);
//
// menuExtraField
//
this.menuExtraField.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuExtraField.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miNote,
this.miOrg});
this.menuExtraField.Name = "contextMenuStrip1";
this.menuExtraField.Size = new System.Drawing.Size(211, 80);
//
// miNote
//
this.miNote.Name = "miNote";
this.miNote.Size = new System.Drawing.Size(210, 24);
this.miNote.Text = "Note";
this.miNote.Click += new System.EventHandler(this.miNote_Click);
//
// miOrg
//
this.miOrg.Name = "miOrg";
this.miOrg.Size = new System.Drawing.Size(210, 24);
this.miOrg.Text = "Organisation";
this.miOrg.Click += new System.EventHandler(this.miOrg_Click);
// //
// MainForm // MainForm
// //
@@ -887,11 +892,11 @@ namespace vCardEditor.View
this.groupBox3.ResumeLayout(false); this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout(); this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false); this.groupBox4.ResumeLayout(false);
this.tbcAddress.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).EndInit();
this.TapPageExtra.ResumeLayout(false); this.TapPageExtra.ResumeLayout(false);
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.menuExtraField.ResumeLayout(false); this.menuExtraField.ResumeLayout(false);
this.tbcAddress.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@@ -944,8 +949,6 @@ namespace vCardEditor.View
private System.Windows.Forms.ToolStripMenuItem extraFieldsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem extraFieldsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addNotesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addNotesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addOrgToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addOrgToolStripMenuItem;
private ExtendedPanel extendedPanelWeb;
private ExtendedPanel extendedPanelPhones;
private System.Windows.Forms.Button btnExportImage; private System.Windows.Forms.Button btnExportImage;
private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox3;
internal StateTextBox FormattedTitleValue; internal StateTextBox FormattedTitleValue;
@@ -970,5 +973,7 @@ namespace vCardEditor.View
private System.Windows.Forms.ContextMenuStrip menuExtraField; private System.Windows.Forms.ContextMenuStrip menuExtraField;
private System.Windows.Forms.ToolStripMenuItem miNote; private System.Windows.Forms.ToolStripMenuItem miNote;
private System.Windows.Forms.ToolStripMenuItem miOrg; private System.Windows.Forms.ToolStripMenuItem miOrg;
private ExtendedPanel extendedPanelWeb;
private ExtendedPanel extendedPanelPhones;
} }
} }

View File

@@ -34,7 +34,7 @@ namespace vCardEditor.View
public event EventHandler ExportImage; public event EventHandler ExportImage;
public event EventHandler ExportQR; public event EventHandler ExportQR;
public event EventHandler CopyTextToClipboardEvent; public event EventHandler CopyTextToClipboardEvent;
ComponentResourceManager resources; ComponentResourceManager resources;
@@ -52,8 +52,6 @@ namespace vCardEditor.View
public MainForm() public MainForm()
{ {
this.extendedPanelWeb = new vCardEditor.View.Customs.ExtendedPanel(PanelType.Web);
this.extendedPanelPhones = new vCardEditor.View.Customs.ExtendedPanel(PanelType.Phone);
InitializeComponent(); InitializeComponent();
@@ -309,7 +307,7 @@ namespace vCardEditor.View
card.Phones.Clear(); card.Phones.Clear();
foreach (var item in extendedPanelPhones.GetExtraFields()) foreach (var item in extendedPanelPhones.GetExtraFields())
{ {
if (item is vCardPhone) if (item is vCardPhone)
{ {
vCardPhone phone = item as vCardPhone; vCardPhone phone = item as vCardPhone;
card.Phones.Add(phone); card.Phones.Add(phone);
@@ -659,5 +657,15 @@ namespace vCardEditor.View
var evt = new EventArg<vCardPropeties>(vCardPropeties.ORG); var evt = new EventArg<vCardPropeties>(vCardPropeties.ORG);
AddExtraField?.Invoke(sender, evt); AddExtraField?.Invoke(sender, evt);
} }
private void panelTabExtra_ControlAdded(object sender, ControlEventArgs e)
{
TapPageExtra.Text = string.Format("Extra ({0})", panelTabExtra.Controls.Count);
}
private void panelTabExtra_ControlRemoved(object sender, ControlEventArgs e)
{
TapPageExtra.Text = string.Format("Extra ({0})", panelTabExtra.Controls.Count);
}
} }
} }

View File

@@ -339,6 +339,9 @@
<metadata name="menuExtraField.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="menuExtraField.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>804, 17</value> <value>804, 17</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>25</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAABAAkAAAAAAAEAIAAHLwAAlgAAAICAAAABACAAKAgBAJ0vAABgYAAAAQAgAKiUAADFNwEASEgAAAEA AAABAAkAAAAAAAEAIAAHLwAAlgAAAICAAAABACAAKAgBAJ0vAABgYAAAAQAgAKiUAADFNwEASEgAAAEA