Korero – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Korero.Economy
3 {
4 partial class EconomyForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EconomyForm));
20 this.tabControl1 = new System.Windows.Forms.TabControl();
21 this.tabPage1 = new System.Windows.Forms.TabPage();
22 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
23 this.groupBox2 = new System.Windows.Forms.GroupBox();
24 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
25 this.button1 = new System.Windows.Forms.Button();
26 this.groupBox1 = new System.Windows.Forms.GroupBox();
27 this.textBox1 = new System.Windows.Forms.TextBox();
28 this.tabControl1.SuspendLayout();
29 this.tabPage1.SuspendLayout();
30 this.tableLayoutPanel2.SuspendLayout();
31 this.groupBox2.SuspendLayout();
32 this.tableLayoutPanel1.SuspendLayout();
33 this.groupBox1.SuspendLayout();
34 this.SuspendLayout();
35 //
36 // tabControl1
37 //
38 this.tabControl1.Controls.Add(this.tabPage1);
39 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
40 this.tabControl1.Location = new System.Drawing.Point(0, 0);
41 this.tabControl1.Name = "tabControl1";
42 this.tabControl1.SelectedIndex = 0;
43 this.tabControl1.Size = new System.Drawing.Size(464, 142);
44 this.tabControl1.TabIndex = 0;
45 //
46 // tabPage1
47 //
48 this.tabPage1.Controls.Add(this.tableLayoutPanel2);
49 this.tabPage1.Location = new System.Drawing.Point(4, 22);
50 this.tabPage1.Name = "tabPage1";
51 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
52 this.tabPage1.Size = new System.Drawing.Size(456, 116);
53 this.tabPage1.TabIndex = 0;
54 this.tabPage1.Text = "Currency";
55 this.tabPage1.UseVisualStyleBackColor = true;
56 //
57 // tableLayoutPanel2
58 //
59 this.tableLayoutPanel2.ColumnCount = 1;
60 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
61 this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 1);
62 this.tableLayoutPanel2.Controls.Add(this.groupBox1, 0, 0);
63 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
64 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
65 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
66 this.tableLayoutPanel2.RowCount = 2;
67 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
68 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
69 this.tableLayoutPanel2.Size = new System.Drawing.Size(450, 110);
70 this.tableLayoutPanel2.TabIndex = 1;
71 //
72 // groupBox2
73 //
74 this.groupBox2.Controls.Add(this.tableLayoutPanel1);
75 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.groupBox2.Location = new System.Drawing.Point(3, 58);
77 this.groupBox2.Name = "groupBox2";
78 this.groupBox2.Size = new System.Drawing.Size(444, 49);
79 this.groupBox2.TabIndex = 1;
80 this.groupBox2.TabStop = false;
81 this.groupBox2.Text = "Payments";
82 //
83 // tableLayoutPanel1
84 //
85 this.tableLayoutPanel1.ColumnCount = 1;
86 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
87 this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
88 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
89 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
90 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
91 this.tableLayoutPanel1.RowCount = 1;
92 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
93 this.tableLayoutPanel1.Size = new System.Drawing.Size(438, 30);
94 this.tableLayoutPanel1.TabIndex = 1;
95 //
96 // button1
97 //
98 this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
99 this.button1.Location = new System.Drawing.Point(3, 3);
100 this.button1.Name = "button1";
101 this.button1.Size = new System.Drawing.Size(432, 24);
102 this.button1.TabIndex = 0;
103 this.button1.Text = "Make Payment";
104 this.button1.UseVisualStyleBackColor = true;
105 this.button1.Click += new System.EventHandler(this.Button1_Click);
106 //
107 // groupBox1
108 //
109 this.groupBox1.Controls.Add(this.textBox1);
110 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
111 this.groupBox1.Location = new System.Drawing.Point(3, 3);
112 this.groupBox1.Name = "groupBox1";
113 this.groupBox1.Size = new System.Drawing.Size(444, 49);
114 this.groupBox1.TabIndex = 0;
115 this.groupBox1.TabStop = false;
116 this.groupBox1.Text = "Current Holdings";
117 //
118 // textBox1
119 //
120 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
121 this.textBox1.Location = new System.Drawing.Point(3, 16);
122 this.textBox1.Name = "textBox1";
123 this.textBox1.ReadOnly = true;
124 this.textBox1.Size = new System.Drawing.Size(438, 20);
125 this.textBox1.TabIndex = 0;
126 //
127 // EconomyForm
128 //
129 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
130 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
131 this.ClientSize = new System.Drawing.Size(464, 142);
132 this.Controls.Add(this.tabControl1);
133 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
134 this.Name = "EconomyForm";
135 this.Text = "Korero: Economy";
136 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EconomyForm_FormClosing);
137 this.Load += new System.EventHandler(this.EconomyForm_Load);
138 this.Shown += new System.EventHandler(this.EconomyForm_Shown);
139 this.tabControl1.ResumeLayout(false);
140 this.tabPage1.ResumeLayout(false);
141 this.tableLayoutPanel2.ResumeLayout(false);
142 this.groupBox2.ResumeLayout(false);
143 this.tableLayoutPanel1.ResumeLayout(false);
144 this.groupBox1.ResumeLayout(false);
145 this.groupBox1.PerformLayout();
146 this.ResumeLayout(false);
147  
148 }
149  
150 #endregion
151  
152 private System.Windows.Forms.TabControl tabControl1;
153 private System.Windows.Forms.TabPage tabPage1;
154 private System.Windows.Forms.GroupBox groupBox1;
155 private System.Windows.Forms.TextBox textBox1;
156 private System.Windows.Forms.GroupBox groupBox2;
157 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
158 private System.Windows.Forms.Button button1;
159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
160 }
161 }