namespace PXMLAddIn { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.c1FlexGrid1 = new C1.Win.C1FlexGrid.C1FlexGrid(); ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit(); this.SuspendLayout(); // // c1FlexGrid1 // this.c1FlexGrid1.ColumnInfo = "10,1,0,0,0,95,Columns:"; this.c1FlexGrid1.Location = new System.Drawing.Point(456, 254); this.c1FlexGrid1.Name = "c1FlexGrid1"; this.c1FlexGrid1.Rows.DefaultSize = 19; this.c1FlexGrid1.Size = new System.Drawing.Size(240, 150); this.c1FlexGrid1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.c1FlexGrid1); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private C1.Win.C1FlexGrid.C1FlexGrid c1FlexGrid1; } }