aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-02 21:55:57 +0000
committerGitHub <[email protected]>2017-07-02 21:55:57 +0000
commitda448803b7e25ff213ff86b4870976efc74423ac (patch)
treed77d29e319123092319cb88377a9da0d1da9cf4d /TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs
parentddbca5032ce763c43894088a5b5c0fba8f035daa (diff)
parent17ca0d0942c2a4e568349a74e87807eb00838666 (diff)
downloadhistacom2-da448803b7e25ff213ff86b4870976efc74423ac.tar.gz
histacom2-da448803b7e25ff213ff86b4870976efc74423ac.tar.bz2
histacom2-da448803b7e25ff213ff86b4870976efc74423ac.zip
Merge pull request #110 from lempamo/master
ALEX DONT FUCK THINGS UP AGAIN PLZ
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs')
-rw-r--r--TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs227
1 files changed, 0 insertions, 227 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs b/TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs
deleted file mode 100644
index 4319d9e..0000000
--- a/TimeHACK.Main/GlobalPrograms/AddressBook/FRMWinClassicAddressBookNewContact.Designer.cs
+++ /dev/null
@@ -1,227 +0,0 @@
-namespace TimeHACK.OS.Win95.Win95Apps
-{
- partial class FRMWinClassicAddressBookNewContact
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component 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.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.txtFirst = new System.Windows.Forms.TextBox();
- this.txtMiddle = new System.Windows.Forms.TextBox();
- this.txtLast = new System.Windows.Forms.TextBox();
- this.emails = new System.Windows.Forms.ListView();
- this.label4 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.pnlAdd = new System.Windows.Forms.Panel();
- this.button4 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.pnlAdd.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(107, 239);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(105, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "OK";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 13);
- this.label1.TabIndex = 1;
- this.label1.Text = "First Name:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(16, 36);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(72, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "Middle Name:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(16, 59);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(61, 13);
- this.label3.TabIndex = 1;
- this.label3.Text = "Last Name:";
- //
- // txtFirst
- //
- this.txtFirst.Location = new System.Drawing.Point(94, 13);
- this.txtFirst.Name = "txtFirst";
- this.txtFirst.Size = new System.Drawing.Size(203, 20);
- this.txtFirst.TabIndex = 2;
- //
- // txtMiddle
- //
- this.txtMiddle.Location = new System.Drawing.Point(94, 36);
- this.txtMiddle.Name = "txtMiddle";
- this.txtMiddle.Size = new System.Drawing.Size(203, 20);
- this.txtMiddle.TabIndex = 2;
- //
- // txtLast
- //
- this.txtLast.Location = new System.Drawing.Point(94, 59);
- this.txtLast.Name = "txtLast";
- this.txtLast.Size = new System.Drawing.Size(203, 20);
- this.txtLast.TabIndex = 2;
- //
- // emails
- //
- this.emails.Location = new System.Drawing.Point(94, 114);
- this.emails.Name = "emails";
- this.emails.Size = new System.Drawing.Size(203, 119);
- this.emails.TabIndex = 3;
- this.emails.UseCompatibleStateImageBehavior = false;
- this.emails.View = System.Windows.Forms.View.List;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(91, 89);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(40, 13);
- this.label4.TabIndex = 4;
- this.label4.Text = "Emails:";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(13, 114);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 5;
- this.button2.Text = "Add";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(13, 143);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 5;
- this.button3.Text = "Remove";
- this.button3.UseVisualStyleBackColor = true;
- //
- // pnlAdd
- //
- this.pnlAdd.Controls.Add(this.button4);
- this.pnlAdd.Controls.Add(this.textBox1);
- this.pnlAdd.Controls.Add(this.label5);
- this.pnlAdd.Location = new System.Drawing.Point(94, 114);
- this.pnlAdd.Name = "pnlAdd";
- this.pnlAdd.Size = new System.Drawing.Size(203, 119);
- this.pnlAdd.TabIndex = 6;
- this.pnlAdd.Visible = false;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(59, 73);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 8;
- this.button4.Text = "Add";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(9, 31);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(187, 20);
- this.textBox1.TabIndex = 7;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(60, 18);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(68, 13);
- this.label5.TabIndex = 0;
- this.label5.Text = "Email to add:";
- //
- // FRMWinClassicAddressBookNewContact
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtLast);
- this.Controls.Add(this.txtMiddle);
- this.Controls.Add(this.txtFirst);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.emails);
- this.Controls.Add(this.pnlAdd);
- this.Name = "FRMWinClassicAddressBookNewContact";
- this.Size = new System.Drawing.Size(332, 265);
- this.Load += new System.EventHandler(this.FRMWinClassicAddressBookNewContact_Load);
- this.pnlAdd.ResumeLayout(false);
- this.pnlAdd.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtFirst;
- private System.Windows.Forms.TextBox txtMiddle;
- private System.Windows.Forms.TextBox txtLast;
- private System.Windows.Forms.ListView emails;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Panel pnlAdd;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label5;
- }
-}