main
  1namespace MoMoney.Presentation.Winforms.Views
  2{
  3    partial class AddCompanyView
  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(AddCompanyView));
 32            this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
 33            this.ux_companys_listing = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
 34            this.kryptonSplitContainer2 = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
 35            this.kryptonGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
 36            this.kryptonGroup2 = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
 37            this.kryptonSplitContainer1 = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
 38            this.listView1 = new System.Windows.Forms.ListView();
 39            this.ux_submit_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
 40            this.ux_company_name = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
 41            this.ux_cancel_button = new System.Windows.Forms.Button();
 42            this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
 43            ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
 44            ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
 45            this.kryptonHeaderGroup1.Panel.SuspendLayout();
 46            this.kryptonHeaderGroup1.SuspendLayout();
 47            ((System.ComponentModel.ISupportInitialize)(this.ux_companys_listing)).BeginInit();
 48            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2)).BeginInit();
 49            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel1)).BeginInit();
 50            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel2)).BeginInit();
 51            this.kryptonSplitContainer2.Panel2.SuspendLayout();
 52            this.kryptonSplitContainer2.SuspendLayout();
 53            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).BeginInit();
 54            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).BeginInit();
 55            this.kryptonGroup1.Panel.SuspendLayout();
 56            this.kryptonGroup1.SuspendLayout();
 57            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2)).BeginInit();
 58            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2.Panel)).BeginInit();
 59            this.kryptonGroup2.Panel.SuspendLayout();
 60            this.kryptonGroup2.SuspendLayout();
 61            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).BeginInit();
 62            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).BeginInit();
 63            this.kryptonSplitContainer1.Panel1.SuspendLayout();
 64            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).BeginInit();
 65            this.kryptonSplitContainer1.Panel2.SuspendLayout();
 66            this.kryptonSplitContainer1.SuspendLayout();
 67            this.SuspendLayout();
 68            // 
 69            // kryptonHeaderGroup1
 70            // 
 71            this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
 72            this.kryptonHeaderGroup1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.FormMain;
 73            this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
 74            this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
 75            this.kryptonHeaderGroup1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue;
 76            // 
 77            // kryptonHeaderGroup1.Panel
 78            // 
 79            this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonSplitContainer1);
 80            this.kryptonHeaderGroup1.Size = new System.Drawing.Size(778, 712);
 81            this.kryptonHeaderGroup1.TabIndex = 0;
 82            this.kryptonHeaderGroup1.Text = "Add Company";
 83            this.kryptonHeaderGroup1.ValuesPrimary.Description = "";
 84            this.kryptonHeaderGroup1.ValuesPrimary.Heading = "Add Company";
 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            // ux_companys_listing
 91            // 
 92            this.ux_companys_listing.AllowUserToAddRows = false;
 93            this.ux_companys_listing.AllowUserToDeleteRows = false;
 94            this.ux_companys_listing.AllowUserToOrderColumns = true;
 95            this.ux_companys_listing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 96            this.ux_companys_listing.Dock = System.Windows.Forms.DockStyle.Fill;
 97            this.ux_companys_listing.Location = new System.Drawing.Point(0, 0);
 98            this.ux_companys_listing.Name = "ux_companys_listing";
 99            this.ux_companys_listing.ReadOnly = true;
100            this.ux_companys_listing.Size = new System.Drawing.Size(201, 584);
101            this.ux_companys_listing.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
102            this.ux_companys_listing.TabIndex = 25;
103            // 
104            // kryptonSplitContainer2
105            // 
106            this.kryptonSplitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
107            this.kryptonSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
108            this.kryptonSplitContainer2.Location = new System.Drawing.Point(0, 0);
109            this.kryptonSplitContainer2.Name = "kryptonSplitContainer2";
110            this.kryptonSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
111            // 
112            // kryptonSplitContainer2.Panel1
113            // 
114            this.kryptonSplitContainer2.Panel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.FormCustom1;
115            // 
116            // kryptonSplitContainer2.Panel2
117            // 
118            this.kryptonSplitContainer2.Panel2.Controls.Add(this.ux_companys_listing);
119            this.kryptonSplitContainer2.SeparatorStyle = ComponentFactory.Krypton.Toolkit.SeparatorStyle.HighProfile;
120            this.kryptonSplitContainer2.Size = new System.Drawing.Size(201, 655);
121            this.kryptonSplitContainer2.SplitterDistance = 66;
122            this.kryptonSplitContainer2.TabIndex = 26;
123            // 
124            // kryptonGroup1
125            // 
126            this.kryptonGroup1.Location = new System.Drawing.Point(8, 3);
127            this.kryptonGroup1.Margin = new System.Windows.Forms.Padding(2);
128            this.kryptonGroup1.Name = "kryptonGroup1";
129            // 
130            // kryptonGroup1.Panel
131            // 
132            this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel1);
133            this.kryptonGroup1.Panel.Controls.Add(this.ux_cancel_button);
134            this.kryptonGroup1.Panel.Controls.Add(this.ux_company_name);
135            this.kryptonGroup1.Panel.Controls.Add(this.ux_submit_button);
136            this.kryptonGroup1.Size = new System.Drawing.Size(532, 110);
137            this.kryptonGroup1.TabIndex = 23;
138            // 
139            // kryptonGroup2
140            // 
141            this.kryptonGroup2.Location = new System.Drawing.Point(9, 141);
142            this.kryptonGroup2.Margin = new System.Windows.Forms.Padding(2);
143            this.kryptonGroup2.Name = "kryptonGroup2";
144            // 
145            // kryptonGroup2.Panel
146            // 
147            this.kryptonGroup2.Panel.Controls.Add(this.listView1);
148            this.kryptonGroup2.Size = new System.Drawing.Size(552, 273);
149            this.kryptonGroup2.TabIndex = 24;
150            // 
151            // kryptonSplitContainer1
152            // 
153            this.kryptonSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
154            this.kryptonSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
155            this.kryptonSplitContainer1.Location = new System.Drawing.Point(0, 0);
156            this.kryptonSplitContainer1.Name = "kryptonSplitContainer1";
157            // 
158            // kryptonSplitContainer1.Panel1
159            // 
160            this.kryptonSplitContainer1.Panel1.Controls.Add(this.kryptonGroup2);
161            this.kryptonSplitContainer1.Panel1.Controls.Add(this.kryptonGroup1);
162            this.kryptonSplitContainer1.Panel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.FormMain;
163            // 
164            // kryptonSplitContainer1.Panel2
165            // 
166            this.kryptonSplitContainer1.Panel2.Controls.Add(this.kryptonSplitContainer2);
167            this.kryptonSplitContainer1.SeparatorStyle = ComponentFactory.Krypton.Toolkit.SeparatorStyle.HighProfile;
168            this.kryptonSplitContainer1.Size = new System.Drawing.Size(776, 655);
169            this.kryptonSplitContainer1.SplitterDistance = 570;
170            this.kryptonSplitContainer1.TabIndex = 25;
171            // 
172            // listView1
173            // 
174            this.listView1.Location = new System.Drawing.Point(2, 34);
175            this.listView1.Margin = new System.Windows.Forms.Padding(2);
176            this.listView1.Name = "listView1";
177            this.listView1.Size = new System.Drawing.Size(550, 182);
178            this.listView1.TabIndex = 21;
179            this.listView1.UseCompatibleStateImageBehavior = false;
180            // 
181            // ux_submit_button
182            // 
183            this.ux_submit_button.Location = new System.Drawing.Point(110, 63);
184            this.ux_submit_button.Name = "ux_submit_button";
185            this.ux_submit_button.Size = new System.Drawing.Size(90, 25);
186            this.ux_submit_button.TabIndex = 2;
187            this.ux_submit_button.Text = "&Submit";
188            this.ux_submit_button.Values.ExtraText = "";
189            this.ux_submit_button.Values.Image = null;
190            this.ux_submit_button.Values.ImageStates.ImageCheckedNormal = null;
191            this.ux_submit_button.Values.ImageStates.ImageCheckedPressed = null;
192            this.ux_submit_button.Values.ImageStates.ImageCheckedTracking = null;
193            this.ux_submit_button.Values.Text = "&Submit";
194            // 
195            // ux_company_name
196            // 
197            this.ux_company_name.Location = new System.Drawing.Point(110, 21);
198            this.ux_company_name.Name = "ux_company_name";
199            this.ux_company_name.Size = new System.Drawing.Size(410, 20);
200            this.ux_company_name.TabIndex = 1;
201            // 
202            // ux_cancel_button
203            // 
204            this.ux_cancel_button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
205            this.ux_cancel_button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
206            this.ux_cancel_button.Location = new System.Drawing.Point(206, 63);
207            this.ux_cancel_button.Name = "ux_cancel_button";
208            this.ux_cancel_button.Size = new System.Drawing.Size(57, 25);
209            this.ux_cancel_button.TabIndex = 3;
210            this.ux_cancel_button.Text = "Cancel";
211            this.ux_cancel_button.UseVisualStyleBackColor = true;
212            // 
213            // kryptonLabel1
214            // 
215            this.kryptonLabel1.Location = new System.Drawing.Point(11, 21);
216            this.kryptonLabel1.Name = "kryptonLabel1";
217            this.kryptonLabel1.Size = new System.Drawing.Size(101, 20);
218            this.kryptonLabel1.TabIndex = 20;
219            this.kryptonLabel1.Text = "Company Name:";
220            this.kryptonLabel1.Values.ExtraText = "";
221            this.kryptonLabel1.Values.Image = null;
222            this.kryptonLabel1.Values.Text = "Company Name:";
223            // 
224            // AddCompanyView
225            // 
226            this.AcceptButton = this.ux_submit_button;
227            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
228            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
229            this.CancelButton = this.ux_cancel_button;
230            this.ClientSize = new System.Drawing.Size(778, 712);
231            this.Controls.Add(this.kryptonHeaderGroup1);
232            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
233            this.Name = "AddCompanyView";
234            this.TabText = "AddExpenseView";
235            this.Text = "Add A New Bill";
236            ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
237            this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
238            ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
239            this.kryptonHeaderGroup1.ResumeLayout(false);
240            ((System.ComponentModel.ISupportInitialize)(this.ux_companys_listing)).EndInit();
241            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel1)).EndInit();
242            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2.Panel2)).EndInit();
243            this.kryptonSplitContainer2.Panel2.ResumeLayout(false);
244            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer2)).EndInit();
245            this.kryptonSplitContainer2.ResumeLayout(false);
246            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).EndInit();
247            this.kryptonGroup1.Panel.ResumeLayout(false);
248            this.kryptonGroup1.Panel.PerformLayout();
249            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).EndInit();
250            this.kryptonGroup1.ResumeLayout(false);
251            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2.Panel)).EndInit();
252            this.kryptonGroup2.Panel.ResumeLayout(false);
253            ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2)).EndInit();
254            this.kryptonGroup2.ResumeLayout(false);
255            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).EndInit();
256            this.kryptonSplitContainer1.Panel1.ResumeLayout(false);
257            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).EndInit();
258            this.kryptonSplitContainer1.Panel2.ResumeLayout(false);
259            ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).EndInit();
260            this.kryptonSplitContainer1.ResumeLayout(false);
261            this.ResumeLayout(false);
262
263        }
264
265        #endregion
266
267        private ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup kryptonHeaderGroup1;
268        private ComponentFactory.Krypton.Toolkit.KryptonDataGridView ux_companys_listing;
269        private ComponentFactory.Krypton.Toolkit.KryptonSplitContainer kryptonSplitContainer1;
270        private ComponentFactory.Krypton.Toolkit.KryptonGroup kryptonGroup2;
271        private System.Windows.Forms.ListView listView1;
272        private ComponentFactory.Krypton.Toolkit.KryptonGroup kryptonGroup1;
273        private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
274        private System.Windows.Forms.Button ux_cancel_button;
275        private ComponentFactory.Krypton.Toolkit.KryptonTextBox ux_company_name;
276        private ComponentFactory.Krypton.Toolkit.KryptonButton ux_submit_button;
277        private ComponentFactory.Krypton.Toolkit.KryptonSplitContainer kryptonSplitContainer2;
278
279    }
280}