main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class ViewAllBills
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(ViewAllBills));
32 this.kryptonGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
33 this.ux_bills = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
34 this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
35 ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).BeginInit();
36 ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).BeginInit();
37 this.kryptonGroup1.Panel.SuspendLayout();
38 this.kryptonGroup1.SuspendLayout();
39 ((System.ComponentModel.ISupportInitialize)(this.ux_bills)).BeginInit();
40 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
41 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
42 this.kryptonHeaderGroup1.Panel.SuspendLayout();
43 this.kryptonHeaderGroup1.SuspendLayout();
44 this.SuspendLayout();
45 //
46 // kryptonGroup1
47 //
48 this.kryptonGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
49 this.kryptonGroup1.Location = new System.Drawing.Point(0, 0);
50 this.kryptonGroup1.Name = "kryptonGroup1";
51 //
52 // kryptonGroup1.Panel
53 //
54 this.kryptonGroup1.Panel.Controls.Add(this.ux_bills);
55 this.kryptonGroup1.Size = new System.Drawing.Size(794, 792);
56 this.kryptonGroup1.TabIndex = 1;
57 //
58 // ux_bills
59 //
60 this.ux_bills.AllowUserToAddRows = false;
61 this.ux_bills.AllowUserToDeleteRows = false;
62 this.ux_bills.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
63 this.ux_bills.Dock = System.Windows.Forms.DockStyle.Fill;
64 this.ux_bills.Location = new System.Drawing.Point(0, 0);
65 this.ux_bills.Name = "ux_bills";
66 this.ux_bills.ReadOnly = true;
67 this.ux_bills.Size = new System.Drawing.Size(792, 790);
68 this.ux_bills.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
69 this.ux_bills.TabIndex = 0;
70 //
71 // kryptonHeaderGroup1
72 //
73 this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
74 this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
75 this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
76 //
77 // kryptonHeaderGroup1.Panel
78 //
79 this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonGroup1);
80 this.kryptonHeaderGroup1.Size = new System.Drawing.Size(796, 842);
81 this.kryptonHeaderGroup1.TabIndex = 2;
82 this.kryptonHeaderGroup1.Text = "All Bills";
83 this.kryptonHeaderGroup1.ValuesPrimary.Description = "";
84 this.kryptonHeaderGroup1.ValuesPrimary.Heading = "All Bills";
85 this.kryptonHeaderGroup1.ValuesPrimary.Image = ((System.Drawing.Image)(resources.GetObject("kryptonHeaderGroup1.ValuesPrimary.Image")));
86 this.kryptonHeaderGroup1.ValuesSecondary.Description = "";
87 this.kryptonHeaderGroup1.ValuesSecondary.Heading = "Description";
88 this.kryptonHeaderGroup1.ValuesSecondary.Image = null;
89 //
90 // view_all_bills
91 //
92 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
93 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
94 this.ClientSize = new System.Drawing.Size(796, 842);
95 this.Controls.Add(this.kryptonHeaderGroup1);
96 this.Name = "view_all_bills";
97 this.TabText = "view_all_bills";
98 this.Text = "view_all_bills";
99 ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).EndInit();
100 this.kryptonGroup1.Panel.ResumeLayout(false);
101 ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).EndInit();
102 this.kryptonGroup1.ResumeLayout(false);
103 ((System.ComponentModel.ISupportInitialize)(this.ux_bills)).EndInit();
104 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
105 this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
106 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
107 this.kryptonHeaderGroup1.ResumeLayout(false);
108 this.ResumeLayout(false);
109
110 }
111
112 #endregion
113
114 private ComponentFactory.Krypton.Toolkit.KryptonGroup kryptonGroup1;
115 private ComponentFactory.Krypton.Toolkit.KryptonDataGridView ux_bills;
116 private ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup kryptonHeaderGroup1;
117
118
119
120 }
121}