362 lines
16 KiB
C#
362 lines
16 KiB
C#
|
|
namespace StockInfo
|
|
{
|
|
partial class frmPerson
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtFirstName = new System.Windows.Forms.TextBox();
|
|
this.txtComment = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtPersonNr = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtNickName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtLastName = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.gbAddress = new System.Windows.Forms.GroupBox();
|
|
this.txtDestination = new System.Windows.Forms.TextBox();
|
|
this.txtNation = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtZipCode = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtStreet2 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtStreet = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.rdbInvoiceAddr = new System.Windows.Forms.RadioButton();
|
|
this.rdbHome = new System.Windows.Forms.RadioButton();
|
|
this.txtClearingNo = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtAccountNr = new System.Windows.Forms.TextBox();
|
|
this.btnAddSave = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.gbAddress.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 49);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(64, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "First Name";
|
|
//
|
|
// txtFirstName
|
|
//
|
|
this.txtFirstName.Location = new System.Drawing.Point(113, 46);
|
|
this.txtFirstName.Name = "txtFirstName";
|
|
this.txtFirstName.Size = new System.Drawing.Size(188, 23);
|
|
this.txtFirstName.TabIndex = 1;
|
|
//
|
|
// txtComment
|
|
//
|
|
this.txtComment.Location = new System.Drawing.Point(113, 162);
|
|
this.txtComment.Name = "txtComment";
|
|
this.txtComment.Size = new System.Drawing.Size(188, 23);
|
|
this.txtComment.TabIndex = 5;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 165);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(61, 15);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Comment";
|
|
//
|
|
// txtPersonNr
|
|
//
|
|
this.txtPersonNr.Location = new System.Drawing.Point(113, 133);
|
|
this.txtPersonNr.Name = "txtPersonNr";
|
|
this.txtPersonNr.Size = new System.Drawing.Size(188, 23);
|
|
this.txtPersonNr.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(13, 136);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(56, 15);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "PersonNr";
|
|
//
|
|
// txtNickName
|
|
//
|
|
this.txtNickName.Location = new System.Drawing.Point(113, 104);
|
|
this.txtNickName.Name = "txtNickName";
|
|
this.txtNickName.Size = new System.Drawing.Size(188, 23);
|
|
this.txtNickName.TabIndex = 3;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(13, 104);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 15);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "NickName";
|
|
//
|
|
// txtLastName
|
|
//
|
|
this.txtLastName.Location = new System.Drawing.Point(113, 75);
|
|
this.txtLastName.Name = "txtLastName";
|
|
this.txtLastName.Size = new System.Drawing.Size(188, 23);
|
|
this.txtLastName.TabIndex = 2;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(13, 78);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(63, 15);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "Last Name";
|
|
//
|
|
// gbAddress
|
|
//
|
|
this.gbAddress.Controls.Add(this.txtDestination);
|
|
this.gbAddress.Controls.Add(this.txtNation);
|
|
this.gbAddress.Controls.Add(this.label10);
|
|
this.gbAddress.Controls.Add(this.txtZipCode);
|
|
this.gbAddress.Controls.Add(this.label9);
|
|
this.gbAddress.Controls.Add(this.txtStreet2);
|
|
this.gbAddress.Controls.Add(this.label8);
|
|
this.gbAddress.Controls.Add(this.txtStreet);
|
|
this.gbAddress.Controls.Add(this.label7);
|
|
this.gbAddress.Controls.Add(this.rdbInvoiceAddr);
|
|
this.gbAddress.Controls.Add(this.rdbHome);
|
|
this.gbAddress.Location = new System.Drawing.Point(13, 221);
|
|
this.gbAddress.Name = "gbAddress";
|
|
this.gbAddress.Size = new System.Drawing.Size(300, 177);
|
|
this.gbAddress.TabIndex = 10;
|
|
this.gbAddress.TabStop = false;
|
|
this.gbAddress.Text = "Addresses";
|
|
//
|
|
// txtDestination
|
|
//
|
|
this.txtDestination.Location = new System.Drawing.Point(148, 106);
|
|
this.txtDestination.Name = "txtDestination";
|
|
this.txtDestination.Size = new System.Drawing.Size(146, 23);
|
|
this.txtDestination.TabIndex = 12;
|
|
//
|
|
// txtNation
|
|
//
|
|
this.txtNation.Location = new System.Drawing.Point(84, 135);
|
|
this.txtNation.Name = "txtNation";
|
|
this.txtNation.Size = new System.Drawing.Size(210, 23);
|
|
this.txtNation.TabIndex = 13;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 138);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(43, 15);
|
|
this.label10.TabIndex = 8;
|
|
this.label10.Text = "Nation";
|
|
//
|
|
// txtZipCode
|
|
//
|
|
this.txtZipCode.Location = new System.Drawing.Point(84, 106);
|
|
this.txtZipCode.Name = "txtZipCode";
|
|
this.txtZipCode.Size = new System.Drawing.Size(58, 23);
|
|
this.txtZipCode.TabIndex = 11;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 109);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(58, 15);
|
|
this.label9.TabIndex = 6;
|
|
this.label9.Text = "Zip / Dest";
|
|
//
|
|
// txtStreet2
|
|
//
|
|
this.txtStreet2.Location = new System.Drawing.Point(84, 77);
|
|
this.txtStreet2.Name = "txtStreet2";
|
|
this.txtStreet2.Size = new System.Drawing.Size(210, 23);
|
|
this.txtStreet2.TabIndex = 10;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 80);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(46, 15);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "Street 2";
|
|
//
|
|
// txtStreet
|
|
//
|
|
this.txtStreet.Location = new System.Drawing.Point(84, 48);
|
|
this.txtStreet.Name = "txtStreet";
|
|
this.txtStreet.Size = new System.Drawing.Size(210, 23);
|
|
this.txtStreet.TabIndex = 9;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 51);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(37, 15);
|
|
this.label7.TabIndex = 2;
|
|
this.label7.Text = "Street";
|
|
//
|
|
// rdbInvoiceAddr
|
|
//
|
|
this.rdbInvoiceAddr.AutoSize = true;
|
|
this.rdbInvoiceAddr.Location = new System.Drawing.Point(116, 23);
|
|
this.rdbInvoiceAddr.Name = "rdbInvoiceAddr";
|
|
this.rdbInvoiceAddr.Size = new System.Drawing.Size(108, 19);
|
|
this.rdbInvoiceAddr.TabIndex = 1;
|
|
this.rdbInvoiceAddr.Text = "Invoice Address";
|
|
this.rdbInvoiceAddr.UseVisualStyleBackColor = true;
|
|
this.rdbInvoiceAddr.CheckedChanged += new System.EventHandler(this.rdbInvoiceAddr_CheckedChanged);
|
|
//
|
|
// rdbHome
|
|
//
|
|
this.rdbHome.AutoSize = true;
|
|
this.rdbHome.Checked = true;
|
|
this.rdbHome.Location = new System.Drawing.Point(7, 23);
|
|
this.rdbHome.Name = "rdbHome";
|
|
this.rdbHome.Size = new System.Drawing.Size(103, 19);
|
|
this.rdbHome.TabIndex = 8;
|
|
this.rdbHome.TabStop = true;
|
|
this.rdbHome.Text = "Home Address";
|
|
this.rdbHome.UseVisualStyleBackColor = true;
|
|
this.rdbHome.CheckedChanged += new System.EventHandler(this.rdbInvoiceAddr_CheckedChanged);
|
|
//
|
|
// txtClearingNo
|
|
//
|
|
this.txtClearingNo.Location = new System.Drawing.Point(113, 191);
|
|
this.txtClearingNo.Name = "txtClearingNo";
|
|
this.txtClearingNo.Size = new System.Drawing.Size(42, 23);
|
|
this.txtClearingNo.TabIndex = 6;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(13, 194);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(52, 15);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "Account";
|
|
//
|
|
// txtAccountNr
|
|
//
|
|
this.txtAccountNr.Location = new System.Drawing.Point(161, 191);
|
|
this.txtAccountNr.Name = "txtAccountNr";
|
|
this.txtAccountNr.Size = new System.Drawing.Size(152, 23);
|
|
this.txtAccountNr.TabIndex = 7;
|
|
//
|
|
// btnAddSave
|
|
//
|
|
this.btnAddSave.Location = new System.Drawing.Point(319, 355);
|
|
this.btnAddSave.Name = "btnAddSave";
|
|
this.btnAddSave.Size = new System.Drawing.Size(107, 23);
|
|
this.btnAddSave.TabIndex = 14;
|
|
this.btnAddSave.Text = "Add/Save Owner";
|
|
this.btnAddSave.UseVisualStyleBackColor = true;
|
|
this.btnAddSave.Click += new System.EventHandler(this.btnAddSave_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(432, 355);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 15;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// frmPerson
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(534, 419);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnAddSave);
|
|
this.Controls.Add(this.txtAccountNr);
|
|
this.Controls.Add(this.txtClearingNo);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.gbAddress);
|
|
this.Controls.Add(this.txtLastName);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtNickName);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtPersonNr);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtComment);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtFirstName);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmPerson";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "frmPerson";
|
|
this.Load += new System.EventHandler(this.frmPerson_Load);
|
|
this.gbAddress.ResumeLayout(false);
|
|
this.gbAddress.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtFirstName;
|
|
private System.Windows.Forms.TextBox txtComment;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtPersonNr;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtNickName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtLastName;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.GroupBox gbAddress;
|
|
private System.Windows.Forms.RadioButton rdbInvoiceAddr;
|
|
private System.Windows.Forms.RadioButton rdbHome;
|
|
private System.Windows.Forms.TextBox txtClearingNo;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtAccountNr;
|
|
private System.Windows.Forms.TextBox txtNation;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtZipCode;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtStreet2;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txtStreet;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Button btnAddSave;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.TextBox txtDestination;
|
|
}
|
|
} |