main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class ViewAllIncome
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(ViewAllIncome));
32 this.ux_view_all_income = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
33 this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
34 ((System.ComponentModel.ISupportInitialize)(this.ux_view_all_income)).BeginInit();
35 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
36 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
37 this.kryptonHeaderGroup1.Panel.SuspendLayout();
38 this.kryptonHeaderGroup1.SuspendLayout();
39 this.SuspendLayout();
40 //
41 // ux_view_all_income
42 //
43 this.ux_view_all_income.AllowUserToAddRows = false;
44 this.ux_view_all_income.AllowUserToDeleteRows = false;
45 this.ux_view_all_income.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
46 this.ux_view_all_income.Dock = System.Windows.Forms.DockStyle.Fill;
47 this.ux_view_all_income.Location = new System.Drawing.Point(0, 0);
48 this.ux_view_all_income.Name = "ux_view_all_income";
49 this.ux_view_all_income.ReadOnly = true;
50 this.ux_view_all_income.Size = new System.Drawing.Size(699, 712);
51 this.ux_view_all_income.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
52 this.ux_view_all_income.TabIndex = 0;
53 //
54 // kryptonHeaderGroup1
55 //
56 this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
58 this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
59 //
60 // kryptonHeaderGroup1.Panel
61 //
62 this.kryptonHeaderGroup1.Panel.Controls.Add(this.ux_view_all_income);
63 this.kryptonHeaderGroup1.Size = new System.Drawing.Size(701, 762);
64 this.kryptonHeaderGroup1.TabIndex = 1;
65 this.kryptonHeaderGroup1.Text = "View All Income";
66 this.kryptonHeaderGroup1.ValuesPrimary.Description = "";
67 this.kryptonHeaderGroup1.ValuesPrimary.Heading = "View All Income";
68 this.kryptonHeaderGroup1.ValuesPrimary.Image = ((System.Drawing.Image)(resources.GetObject("kryptonHeaderGroup1.ValuesPrimary.Image")));
69 this.kryptonHeaderGroup1.ValuesSecondary.Description = "";
70 this.kryptonHeaderGroup1.ValuesSecondary.Heading = "Description";
71 this.kryptonHeaderGroup1.ValuesSecondary.Image = null;
72 //
73 // view_all_income
74 //
75 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
76 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
77 this.ClientSize = new System.Drawing.Size(701, 762);
78 this.Controls.Add(this.kryptonHeaderGroup1);
79 this.Name = "view_all_income";
80 this.TabText = "view_all_income";
81 this.Text = "view_all_income";
82 ((System.ComponentModel.ISupportInitialize)(this.ux_view_all_income)).EndInit();
83 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
84 this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
85 ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
86 this.kryptonHeaderGroup1.ResumeLayout(false);
87 this.ResumeLayout(false);
88
89 }
90
91 #endregion
92
93 private ComponentFactory.Krypton.Toolkit.KryptonDataGridView ux_view_all_income;
94 private ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup kryptonHeaderGroup1;
95 }
96}