Advertisement
coasterka

CreditRegisterDesigner

Apr 1st, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 17.79 KB | None | 0 0
  1. namespace CreditRegister
  2. {
  3.     partial class CreditRegister
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.borrowerGroupBox = new System.Windows.Forms.GroupBox();
  32.             this.warranterNameBox = new System.Windows.Forms.TextBox();
  33.             this.monthlyIncomeBox = new System.Windows.Forms.TextBox();
  34.             this.officeAddressBox = new System.Windows.Forms.TextBox();
  35.             this.homeAddressBox = new System.Windows.Forms.TextBox();
  36.             this.familyNameBox = new System.Windows.Forms.TextBox();
  37.             this.firstNameBox = new System.Windows.Forms.TextBox();
  38.             this.pinBox = new System.Windows.Forms.TextBox();
  39.             this.button1 = new System.Windows.Forms.Button();
  40.             this.label7 = new System.Windows.Forms.Label();
  41.             this.label6 = new System.Windows.Forms.Label();
  42.             this.label5 = new System.Windows.Forms.Label();
  43.             this.label4 = new System.Windows.Forms.Label();
  44.             this.label3 = new System.Windows.Forms.Label();
  45.             this.label2 = new System.Windows.Forms.Label();
  46.             this.label1 = new System.Windows.Forms.Label();
  47.             this.creditGroupBox = new System.Windows.Forms.GroupBox();
  48.             this.annualCostsBox = new System.Windows.Forms.TextBox();
  49.             this.interestOfArrearsBox = new System.Windows.Forms.TextBox();
  50.             this.monthlyTaxesBox = new System.Windows.Forms.TextBox();
  51.             this.creditValueBox = new System.Windows.Forms.TextBox();
  52.             this.deadlineBox = new System.Windows.Forms.TextBox();
  53.             this.monthlyInterestBox = new System.Windows.Forms.TextBox();
  54.             this.label13 = new System.Windows.Forms.Label();
  55.             this.label12 = new System.Windows.Forms.Label();
  56.             this.label11 = new System.Windows.Forms.Label();
  57.             this.label10 = new System.Windows.Forms.Label();
  58.             this.label9 = new System.Windows.Forms.Label();
  59.             this.label8 = new System.Windows.Forms.Label();
  60.             this.button2 = new System.Windows.Forms.Button();
  61.             this.borrowerGroupBox.SuspendLayout();
  62.             this.creditGroupBox.SuspendLayout();
  63.             this.SuspendLayout();
  64.             //
  65.             // borrowerGroupBox
  66.             //
  67.             this.borrowerGroupBox.Controls.Add(this.warranterNameBox);
  68.             this.borrowerGroupBox.Controls.Add(this.monthlyIncomeBox);
  69.             this.borrowerGroupBox.Controls.Add(this.officeAddressBox);
  70.             this.borrowerGroupBox.Controls.Add(this.homeAddressBox);
  71.             this.borrowerGroupBox.Controls.Add(this.familyNameBox);
  72.             this.borrowerGroupBox.Controls.Add(this.firstNameBox);
  73.             this.borrowerGroupBox.Controls.Add(this.pinBox);
  74.             this.borrowerGroupBox.Controls.Add(this.button1);
  75.             this.borrowerGroupBox.Controls.Add(this.label7);
  76.             this.borrowerGroupBox.Controls.Add(this.label6);
  77.             this.borrowerGroupBox.Controls.Add(this.label5);
  78.             this.borrowerGroupBox.Controls.Add(this.label4);
  79.             this.borrowerGroupBox.Controls.Add(this.label3);
  80.             this.borrowerGroupBox.Controls.Add(this.label2);
  81.             this.borrowerGroupBox.Controls.Add(this.label1);
  82.             this.borrowerGroupBox.Location = new System.Drawing.Point(12, 14);
  83.             this.borrowerGroupBox.Name = "borrowerGroupBox";
  84.             this.borrowerGroupBox.Size = new System.Drawing.Size(274, 296);
  85.             this.borrowerGroupBox.TabIndex = 0;
  86.             this.borrowerGroupBox.TabStop = false;
  87.             this.borrowerGroupBox.Text = "Borrower Information";
  88.             //
  89.             // warranterNameBox
  90.             //
  91.             this.warranterNameBox.Location = new System.Drawing.Point(96, 240);
  92.             this.warranterNameBox.Name = "warranterNameBox";
  93.             this.warranterNameBox.Size = new System.Drawing.Size(172, 20);
  94.             this.warranterNameBox.TabIndex = 14;
  95.             //
  96.             // monthlyIncomeBox
  97.             //
  98.             this.monthlyIncomeBox.Location = new System.Drawing.Point(96, 207);
  99.             this.monthlyIncomeBox.Name = "monthlyIncomeBox";
  100.             this.monthlyIncomeBox.Size = new System.Drawing.Size(172, 20);
  101.             this.monthlyIncomeBox.TabIndex = 13;
  102.             //
  103.             // officeAddressBox
  104.             //
  105.             this.officeAddressBox.Location = new System.Drawing.Point(96, 172);
  106.             this.officeAddressBox.Name = "officeAddressBox";
  107.             this.officeAddressBox.Size = new System.Drawing.Size(172, 20);
  108.             this.officeAddressBox.TabIndex = 12;
  109.             //
  110.             // homeAddressBox
  111.             //
  112.             this.homeAddressBox.Location = new System.Drawing.Point(96, 136);
  113.             this.homeAddressBox.Name = "homeAddressBox";
  114.             this.homeAddressBox.Size = new System.Drawing.Size(172, 20);
  115.             this.homeAddressBox.TabIndex = 11;
  116.             //
  117.             // familyNameBox
  118.             //
  119.             this.familyNameBox.Location = new System.Drawing.Point(96, 103);
  120.             this.familyNameBox.Name = "familyNameBox";
  121.             this.familyNameBox.Size = new System.Drawing.Size(172, 20);
  122.             this.familyNameBox.TabIndex = 10;
  123.             //
  124.             // firstNameBox
  125.             //
  126.             this.firstNameBox.Location = new System.Drawing.Point(96, 68);
  127.             this.firstNameBox.Name = "firstNameBox";
  128.             this.firstNameBox.Size = new System.Drawing.Size(172, 20);
  129.             this.firstNameBox.TabIndex = 9;
  130.             //
  131.             // pinBox
  132.             //
  133.             this.pinBox.Location = new System.Drawing.Point(96, 34);
  134.             this.pinBox.Name = "pinBox";
  135.             this.pinBox.Size = new System.Drawing.Size(172, 20);
  136.             this.pinBox.TabIndex = 8;
  137.             //
  138.             // button1
  139.             //
  140.             this.button1.Location = new System.Drawing.Point(193, 267);
  141.             this.button1.Name = "button1";
  142.             this.button1.Size = new System.Drawing.Size(75, 23);
  143.             this.button1.TabIndex = 7;
  144.             this.button1.Text = "Save";
  145.             this.button1.UseVisualStyleBackColor = true;
  146.             this.button1.Click += new System.EventHandler(this.button1_Click);
  147.             //
  148.             // label7
  149.             //
  150.             this.label7.AutoSize = true;
  151.             this.label7.Location = new System.Drawing.Point(6, 243);
  152.             this.label7.Name = "label7";
  153.             this.label7.Size = new System.Drawing.Size(86, 13);
  154.             this.label7.TabIndex = 6;
  155.             this.label7.Text = "Warranter name:";
  156.             //
  157.             // label6
  158.             //
  159.             this.label6.AutoSize = true;
  160.             this.label6.Location = new System.Drawing.Point(7, 210);
  161.             this.label6.Name = "label6";
  162.             this.label6.Size = new System.Drawing.Size(84, 13);
  163.             this.label6.TabIndex = 5;
  164.             this.label6.Text = "Monthly income:";
  165.             //
  166.             // label5
  167.             //
  168.             this.label5.AutoSize = true;
  169.             this.label5.Location = new System.Drawing.Point(7, 175);
  170.             this.label5.Name = "label5";
  171.             this.label5.Size = new System.Drawing.Size(78, 13);
  172.             this.label5.TabIndex = 4;
  173.             this.label5.Text = "Office address:";
  174.             //
  175.             // label4
  176.             //
  177.             this.label4.AutoSize = true;
  178.             this.label4.Location = new System.Drawing.Point(6, 139);
  179.             this.label4.Name = "label4";
  180.             this.label4.Size = new System.Drawing.Size(78, 13);
  181.             this.label4.TabIndex = 3;
  182.             this.label4.Text = "Home address:";
  183.             //
  184.             // label3
  185.             //
  186.             this.label3.AutoSize = true;
  187.             this.label3.Location = new System.Drawing.Point(7, 106);
  188.             this.label3.Name = "label3";
  189.             this.label3.Size = new System.Drawing.Size(68, 13);
  190.             this.label3.TabIndex = 2;
  191.             this.label3.Text = "Family name:";
  192.             //
  193.             // label2
  194.             //
  195.             this.label2.AutoSize = true;
  196.             this.label2.Location = new System.Drawing.Point(6, 71);
  197.             this.label2.Name = "label2";
  198.             this.label2.Size = new System.Drawing.Size(58, 13);
  199.             this.label2.TabIndex = 1;
  200.             this.label2.Text = "First name:";
  201.             //
  202.             // label1
  203.             //
  204.             this.label1.AutoSize = true;
  205.             this.label1.Location = new System.Drawing.Point(7, 37);
  206.             this.label1.Name = "label1";
  207.             this.label1.Size = new System.Drawing.Size(28, 13);
  208.             this.label1.TabIndex = 0;
  209.             this.label1.Text = "PIN:";
  210.             //
  211.             // creditGroupBox
  212.             //
  213.             this.creditGroupBox.Controls.Add(this.annualCostsBox);
  214.             this.creditGroupBox.Controls.Add(this.interestOfArrearsBox);
  215.             this.creditGroupBox.Controls.Add(this.monthlyTaxesBox);
  216.             this.creditGroupBox.Controls.Add(this.creditValueBox);
  217.             this.creditGroupBox.Controls.Add(this.deadlineBox);
  218.             this.creditGroupBox.Controls.Add(this.monthlyInterestBox);
  219.             this.creditGroupBox.Controls.Add(this.label13);
  220.             this.creditGroupBox.Controls.Add(this.label12);
  221.             this.creditGroupBox.Controls.Add(this.label11);
  222.             this.creditGroupBox.Controls.Add(this.label10);
  223.             this.creditGroupBox.Controls.Add(this.label9);
  224.             this.creditGroupBox.Controls.Add(this.label8);
  225.             this.creditGroupBox.Controls.Add(this.button2);
  226.             this.creditGroupBox.Location = new System.Drawing.Point(293, 13);
  227.             this.creditGroupBox.Name = "creditGroupBox";
  228.             this.creditGroupBox.Size = new System.Drawing.Size(274, 297);
  229.             this.creditGroupBox.TabIndex = 1;
  230.             this.creditGroupBox.TabStop = false;
  231.             this.creditGroupBox.Text = "Credit Information";
  232.             //
  233.             // annualCostsBox
  234.             //
  235.             this.annualCostsBox.Location = new System.Drawing.Point(106, 208);
  236.             this.annualCostsBox.Name = "annualCostsBox";
  237.             this.annualCostsBox.Size = new System.Drawing.Size(162, 20);
  238.             this.annualCostsBox.TabIndex = 19;
  239.             //
  240.             // interestOfArrearsBox
  241.             //
  242.             this.interestOfArrearsBox.Location = new System.Drawing.Point(106, 173);
  243.             this.interestOfArrearsBox.Name = "interestOfArrearsBox";
  244.             this.interestOfArrearsBox.Size = new System.Drawing.Size(162, 20);
  245.             this.interestOfArrearsBox.TabIndex = 18;
  246.             //
  247.             // monthlyTaxesBox
  248.             //
  249.             this.monthlyTaxesBox.Location = new System.Drawing.Point(106, 137);
  250.             this.monthlyTaxesBox.Name = "monthlyTaxesBox";
  251.             this.monthlyTaxesBox.Size = new System.Drawing.Size(162, 20);
  252.             this.monthlyTaxesBox.TabIndex = 17;
  253.             //
  254.             // creditValueBox
  255.             //
  256.             this.creditValueBox.Location = new System.Drawing.Point(106, 104);
  257.             this.creditValueBox.Name = "creditValueBox";
  258.             this.creditValueBox.Size = new System.Drawing.Size(162, 20);
  259.             this.creditValueBox.TabIndex = 16;
  260.             //
  261.             // deadlineBox
  262.             //
  263.             this.deadlineBox.Location = new System.Drawing.Point(106, 69);
  264.             this.deadlineBox.Name = "deadlineBox";
  265.             this.deadlineBox.Size = new System.Drawing.Size(162, 20);
  266.             this.deadlineBox.TabIndex = 15;
  267.             //
  268.             // monthlyInterestBox
  269.             //
  270.             this.monthlyInterestBox.Location = new System.Drawing.Point(106, 35);
  271.             this.monthlyInterestBox.Name = "monthlyInterestBox";
  272.             this.monthlyInterestBox.Size = new System.Drawing.Size(162, 20);
  273.             this.monthlyInterestBox.TabIndex = 14;
  274.             //
  275.             // label13
  276.             //
  277.             this.label13.AutoSize = true;
  278.             this.label13.Location = new System.Drawing.Point(6, 211);
  279.             this.label13.Name = "label13";
  280.             this.label13.Size = new System.Drawing.Size(94, 13);
  281.             this.label13.TabIndex = 6;
  282.             this.label13.Text = "Annual % of costs:";
  283.             //
  284.             // label12
  285.             //
  286.             this.label12.AutoSize = true;
  287.             this.label12.Location = new System.Drawing.Point(6, 176);
  288.             this.label12.Name = "label12";
  289.             this.label12.Size = new System.Drawing.Size(92, 13);
  290.             this.label12.TabIndex = 5;
  291.             this.label12.Text = "Interest of arrears:";
  292.             //
  293.             // label11
  294.             //
  295.             this.label11.AutoSize = true;
  296.             this.label11.Location = new System.Drawing.Point(6, 140);
  297.             this.label11.Name = "label11";
  298.             this.label11.Size = new System.Drawing.Size(75, 13);
  299.             this.label11.TabIndex = 4;
  300.             this.label11.Text = "Monthly taxes:";
  301.             //
  302.             // label10
  303.             //
  304.             this.label10.AutoSize = true;
  305.             this.label10.Location = new System.Drawing.Point(6, 107);
  306.             this.label10.Name = "label10";
  307.             this.label10.Size = new System.Drawing.Size(66, 13);
  308.             this.label10.TabIndex = 3;
  309.             this.label10.Text = "Credit value:";
  310.             //
  311.             // label9
  312.             //
  313.             this.label9.AutoSize = true;
  314.             this.label9.Location = new System.Drawing.Point(6, 72);
  315.             this.label9.Name = "label9";
  316.             this.label9.Size = new System.Drawing.Size(52, 13);
  317.             this.label9.TabIndex = 2;
  318.             this.label9.Text = "Deadline:";
  319.             //
  320.             // label8
  321.             //
  322.             this.label8.AutoSize = true;
  323.             this.label8.Location = new System.Drawing.Point(6, 38);
  324.             this.label8.Name = "label8";
  325.             this.label8.Size = new System.Drawing.Size(84, 13);
  326.             this.label8.TabIndex = 1;
  327.             this.label8.Text = "Monthly interest:";
  328.             //
  329.             // button2
  330.             //
  331.             this.button2.Location = new System.Drawing.Point(193, 268);
  332.             this.button2.Name = "button2";
  333.             this.button2.Size = new System.Drawing.Size(75, 23);
  334.             this.button2.TabIndex = 0;
  335.             this.button2.Text = "Save";
  336.             this.button2.UseVisualStyleBackColor = true;
  337.             this.button2.Click += new System.EventHandler(this.button2_Click);
  338.             //
  339.             // CreditRegister
  340.             //
  341.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  342.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  343.             this.ClientSize = new System.Drawing.Size(579, 322);
  344.             this.Controls.Add(this.creditGroupBox);
  345.             this.Controls.Add(this.borrowerGroupBox);
  346.             this.Name = "CreditRegister";
  347.             this.Text = "Credit Register";
  348.             this.borrowerGroupBox.ResumeLayout(false);
  349.             this.borrowerGroupBox.PerformLayout();
  350.             this.creditGroupBox.ResumeLayout(false);
  351.             this.creditGroupBox.PerformLayout();
  352.             this.ResumeLayout(false);
  353.  
  354.         }
  355.  
  356.         #endregion
  357.  
  358.         private System.Windows.Forms.GroupBox borrowerGroupBox;
  359.         private System.Windows.Forms.TextBox warranterNameBox;
  360.         private System.Windows.Forms.TextBox monthlyIncomeBox;
  361.         private System.Windows.Forms.TextBox officeAddressBox;
  362.         private System.Windows.Forms.TextBox homeAddressBox;
  363.         private System.Windows.Forms.TextBox familyNameBox;
  364.         private System.Windows.Forms.TextBox firstNameBox;
  365.         private System.Windows.Forms.TextBox pinBox;
  366.         private System.Windows.Forms.Button button1;
  367.         private System.Windows.Forms.Label label7;
  368.         private System.Windows.Forms.Label label6;
  369.         private System.Windows.Forms.Label label5;
  370.         private System.Windows.Forms.Label label4;
  371.         private System.Windows.Forms.Label label3;
  372.         private System.Windows.Forms.Label label2;
  373.         private System.Windows.Forms.Label label1;
  374.         private System.Windows.Forms.GroupBox creditGroupBox;
  375.         private System.Windows.Forms.TextBox annualCostsBox;
  376.         private System.Windows.Forms.TextBox interestOfArrearsBox;
  377.         private System.Windows.Forms.TextBox monthlyTaxesBox;
  378.         private System.Windows.Forms.TextBox creditValueBox;
  379.         private System.Windows.Forms.TextBox deadlineBox;
  380.         private System.Windows.Forms.TextBox monthlyInterestBox;
  381.         private System.Windows.Forms.Label label13;
  382.         private System.Windows.Forms.Label label12;
  383.         private System.Windows.Forms.Label label11;
  384.         private System.Windows.Forms.Label label10;
  385.         private System.Windows.Forms.Label label9;
  386.         private System.Windows.Forms.Label label8;
  387.         private System.Windows.Forms.Button button2;
  388.     }
  389. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement