main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class AddBillPaymentView
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 var resources = new System.ComponentModel.ComponentResourceManager(typeof(AddBillPaymentView));
32 this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
33 this.kryptonSplitContainer1 = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
34 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
35 this.label2 = new System.Windows.Forms.Label();
36 this.label1 = new System.Windows.Forms.Label();
37 this.ux_amount = new System.Windows.Forms.TextBox();
38 this.label3 = new System.Windows.Forms.Label();
39 this.ux_due_date = new System.Windows.Forms.DateTimePicker();
40 this.ux_submit_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
41 this.ux_company_names = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
42 this.kryptonSplitContainer2 = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
43 this.kryptonHeader1 = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
44 this.ux_bill_payments_grid = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
45 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
46 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
47 this.kryptonHeaderGroup1.Panel.SuspendLayout();
48 this.kryptonHeaderGroup1.SuspendLayout();
49 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).BeginInit();
50 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).BeginInit();
51 this.kryptonSplitContainer1.Panel1.SuspendLayout();
52 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).BeginInit();
53 this.kryptonSplitContainer1.Panel2.SuspendLayout();
54 this.kryptonSplitContainer1.SuspendLayout();
55 this.tableLayoutPanel2.SuspendLayout();
56 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2)).BeginInit();
57 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel1)).BeginInit();
58 this.kryptonSplitContainer2.Panel1.SuspendLayout();
59 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel2)).BeginInit();
60 this.kryptonSplitContainer2.Panel2.SuspendLayout();
61 this.kryptonSplitContainer2.SuspendLayout();
62 ((System.ComponentModel.ISupportInitialize)(this.ux_bill_payments_grid)).BeginInit();
63 this.SuspendLayout();
64 //
65 // kryptonHeaderGroup1
66 //
67 this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
69 this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
70 //
71 // kryptonHeaderGroup1.Panel
72 //
73 this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonSplitContainer1);
74 this.kryptonHeaderGroup1.Size = new System.Drawing.Size(777, 838);
75 this.kryptonHeaderGroup1.TabIndex = 7;
76 this.kryptonHeaderGroup1.Text = "Add Bill Payment";
77 this.kryptonHeaderGroup1.ValuesPrimary.Description = "";
78 this.kryptonHeaderGroup1.ValuesPrimary.Heading = "Add Bill Payment";
79 this.kryptonHeaderGroup1.ValuesPrimary.Image = ((System.Drawing.Image)(resources.GetObject("kryptonHeaderGroup1.ValuesPrimary.Image")));
80 this.kryptonHeaderGroup1.ValuesSecondary.Description = "";
81 this.kryptonHeaderGroup1.ValuesSecondary.Heading = "Description";
82 this.kryptonHeaderGroup1.ValuesSecondary.Image = null;
83 //
84 // kryptonSplitContainer1
85 //
86 this.kryptonSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
87 this.kryptonSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
88 this.kryptonSplitContainer1.Location = new System.Drawing.Point(0, 0);
89 this.kryptonSplitContainer1.Name = "kryptonSplitContainer1";
90 //
91 // kryptonSplitContainer1.Panel1
92 //
93 this.kryptonSplitContainer1.Panel1.Controls.Add(this.tableLayoutPanel2);
94 //
95 // kryptonSplitContainer1.Panel2
96 //
97 this.kryptonSplitContainer1.Panel2.Controls.Add(this.kryptonSplitContainer2);
98 this.kryptonSplitContainer1.SeparatorStyle = ComponentFactory.Krypton.Toolkit.SeparatorStyle.HighProfile;
99 this.kryptonSplitContainer1.Size = new System.Drawing.Size(775, 788);
100 this.kryptonSplitContainer1.SplitterDistance = 335;
101 this.kryptonSplitContainer1.TabIndex = 2;
102 //
103 // tableLayoutPanel2
104 //
105 this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
106 this.tableLayoutPanel2.ColumnCount = 2;
107 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
108 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65F));
109 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0);
110 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
111 this.tableLayoutPanel2.Controls.Add(this.ux_amount, 1, 1);
112 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
113 this.tableLayoutPanel2.Controls.Add(this.ux_due_date, 1, 2);
114 this.tableLayoutPanel2.Controls.Add(this.ux_submit_button, 1, 3);
115 this.tableLayoutPanel2.Controls.Add(this.ux_company_names, 1, 0);
116 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 4);
117 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
118 this.tableLayoutPanel2.RowCount = 4;
119 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
120 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
121 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
122 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
123 this.tableLayoutPanel2.Size = new System.Drawing.Size(306, 130);
124 this.tableLayoutPanel2.TabIndex = 1;
125 //
126 // label2
127 //
128 this.label2.AutoSize = true;
129 this.label2.Location = new System.Drawing.Point(3, 0);
130 this.label2.Name = "label2";
131 this.label2.Size = new System.Drawing.Size(54, 13);
132 this.label2.TabIndex = 1;
133 this.label2.Text = "Company:";
134 //
135 // label1
136 //
137 this.label1.AutoSize = true;
138 this.label1.Location = new System.Drawing.Point(3, 32);
139 this.label1.Name = "label1";
140 this.label1.Size = new System.Drawing.Size(55, 13);
141 this.label1.TabIndex = 0;
142 this.label1.Text = "Amount: $";
143 //
144 // ux_amount
145 //
146 this.ux_amount.Location = new System.Drawing.Point(110, 35);
147 this.ux_amount.Name = "ux_amount";
148 this.ux_amount.Size = new System.Drawing.Size(193, 20);
149 this.ux_amount.TabIndex = 4;
150 //
151 // label3
152 //
153 this.label3.AutoSize = true;
154 this.label3.Location = new System.Drawing.Point(3, 64);
155 this.label3.Name = "label3";
156 this.label3.Size = new System.Drawing.Size(39, 13);
157 this.label3.TabIndex = 2;
158 this.label3.Text = "When:";
159 //
160 // ux_due_date
161 //
162 this.ux_due_date.Location = new System.Drawing.Point(110, 67);
163 this.ux_due_date.Name = "ux_due_date";
164 this.ux_due_date.Size = new System.Drawing.Size(193, 20);
165 this.ux_due_date.TabIndex = 5;
166 //
167 // ux_submit_button
168 //
169 this.ux_submit_button.Location = new System.Drawing.Point(110, 99);
170 this.ux_submit_button.Name = "ux_submit_button";
171 this.ux_submit_button.Size = new System.Drawing.Size(90, 25);
172 this.ux_submit_button.TabIndex = 7;
173 this.ux_submit_button.Text = "&Submit";
174 this.ux_submit_button.Values.ExtraText = "";
175 this.ux_submit_button.Values.Image = null;
176 this.ux_submit_button.Values.ImageStates.ImageCheckedNormal = null;
177 this.ux_submit_button.Values.ImageStates.ImageCheckedPressed = null;
178 this.ux_submit_button.Values.ImageStates.ImageCheckedTracking = null;
179 this.ux_submit_button.Values.Text = "&Submit";
180 //
181 // ux_company_names
182 //
183 this.ux_company_names.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
184 this.ux_company_names.DropDownWidth = 121;
185 this.ux_company_names.FormattingEnabled = false;
186 this.ux_company_names.Location = new System.Drawing.Point(110, 3);
187 this.ux_company_names.Name = "ux_company_names";
188 this.ux_company_names.Size = new System.Drawing.Size(193, 22);
189 this.ux_company_names.TabIndex = 8;
190 //
191 // kryptonSplitContainer2
192 //
193 this.kryptonSplitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
194 this.kryptonSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
195 this.kryptonSplitContainer2.Location = new System.Drawing.Point(0, 0);
196 this.kryptonSplitContainer2.Name = "kryptonSplitContainer2";
197 this.kryptonSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
198 //
199 // kryptonSplitContainer2.Panel1
200 //
201 this.kryptonSplitContainer2.Panel1.Controls.Add(this.kryptonHeader1);
202 //
203 // kryptonSplitContainer2.Panel2
204 //
205 this.kryptonSplitContainer2.Panel2.Controls.Add(this.ux_bill_payments_grid);
206 this.kryptonSplitContainer2.SeparatorStyle = ComponentFactory.Krypton.Toolkit.SeparatorStyle.HighProfile;
207 this.kryptonSplitContainer2.Size = new System.Drawing.Size(435, 788);
208 this.kryptonSplitContainer2.SplitterDistance = 38;
209 this.kryptonSplitContainer2.TabIndex = 0;
210 //
211 // kryptonHeader1
212 //
213 this.kryptonHeader1.Location = new System.Drawing.Point(4, 4);
214 this.kryptonHeader1.Name = "kryptonHeader1";
215 this.kryptonHeader1.Size = new System.Drawing.Size(140, 29);
216 this.kryptonHeader1.TabIndex = 0;
217 this.kryptonHeader1.Text = "Bill Payments";
218 this.kryptonHeader1.Values.Description = "";
219 this.kryptonHeader1.Values.Heading = "Bill Payments";
220 this.kryptonHeader1.Values.Image = ((System.Drawing.Image)(resources.GetObject("kryptonHeader1.Values.Image")));
221 //
222 // ux_bil_payments_grid
223 //
224 this.ux_bill_payments_grid.AllowUserToAddRows = false;
225 this.ux_bill_payments_grid.AllowUserToDeleteRows = false;
226 this.ux_bill_payments_grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
227 this.ux_bill_payments_grid.Dock = System.Windows.Forms.DockStyle.Fill;
228 this.ux_bill_payments_grid.Location = new System.Drawing.Point(0, 0);
229 this.ux_bill_payments_grid.Name = "ux_bill_payments_grid";
230 this.ux_bill_payments_grid.ReadOnly = true;
231 this.ux_bill_payments_grid.Size = new System.Drawing.Size(435, 745);
232 this.ux_bill_payments_grid.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
233 this.ux_bill_payments_grid.TabIndex = 0;
234 //
235 // add_bill_payment
236 //
237 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
238 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
239 this.ClientSize = new System.Drawing.Size(777, 838);
240 this.Controls.Add(this.kryptonHeaderGroup1);
241 this.Name = "add_bill_payment";
242 this.TabText = "bill_payments";
243 this.Text = "bill_payments";
244 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
245 this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
246 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
247 this.kryptonHeaderGroup1.ResumeLayout(false);
248 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).EndInit();
249 this.kryptonSplitContainer1.Panel1.ResumeLayout(false);
250 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).EndInit();
251 this.kryptonSplitContainer1.Panel2.ResumeLayout(false);
252 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).EndInit();
253 this.kryptonSplitContainer1.ResumeLayout(false);
254 this.tableLayoutPanel2.ResumeLayout(false);
255 this.tableLayoutPanel2.PerformLayout();
256 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel1)).EndInit();
257 this.kryptonSplitContainer2.Panel1.ResumeLayout(false);
258 this.kryptonSplitContainer2.Panel1.PerformLayout();
259 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel2)).EndInit();
260 this.kryptonSplitContainer2.Panel2.ResumeLayout(false);
261 ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2)).EndInit();
262 this.kryptonSplitContainer2.ResumeLayout(false);
263 ((System.ComponentModel.ISupportInitialize)(this.ux_bill_payments_grid)).EndInit();
264 this.ResumeLayout(false);
265
266 }
267
268 #endregion
269
270 private ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup kryptonHeaderGroup1;
271 private ComponentFactory.Krypton.Toolkit.KryptonSplitContainer kryptonSplitContainer1;
272 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
273 private System.Windows.Forms.Label label2;
274 private System.Windows.Forms.Label label1;
275 private System.Windows.Forms.TextBox ux_amount;
276 private System.Windows.Forms.Label label3;
277 private System.Windows.Forms.DateTimePicker ux_due_date;
278 private ComponentFactory.Krypton.Toolkit.KryptonButton ux_submit_button;
279 private ComponentFactory.Krypton.Toolkit.KryptonComboBox ux_company_names;
280 private ComponentFactory.Krypton.Toolkit.KryptonSplitContainer kryptonSplitContainer2;
281 private ComponentFactory.Krypton.Toolkit.KryptonHeader kryptonHeader1;
282 private ComponentFactory.Krypton.Toolkit.KryptonDataGridView ux_bill_payments_grid;
283 }
284}