76 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsApplication1
 | |
| {
 | |
|     partial class Form1
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.components = new System.ComponentModel.Container();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
 | |
|             this.vlnFlexGrid1 = new Volian.Controls.Library.VlnFlexGrid(this.components);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.vlnFlexGrid1)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // vlnFlexGrid1
 | |
|             // 
 | |
|             this.vlnFlexGrid1.AllowMerging = C1.Win.C1FlexGrid.AllowMergingEnum.Custom;
 | |
|             this.vlnFlexGrid1.AllowResizing = C1.Win.C1FlexGrid.AllowResizingEnum.Both;
 | |
|             this.vlnFlexGrid1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
 | |
|             this.vlnFlexGrid1.ColumnInfo = "3,0,0,0,0,40,Columns:";
 | |
|             this.vlnFlexGrid1.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
 | |
|             this.vlnFlexGrid1.FocusRect = C1.Win.C1FlexGrid.FocusRectEnum.Solid;
 | |
|             this.vlnFlexGrid1.HighLight = C1.Win.C1FlexGrid.HighLightEnum.WithFocus;
 | |
|             this.vlnFlexGrid1.Location = new System.Drawing.Point(13, 13);
 | |
|             this.vlnFlexGrid1.Name = "vlnFlexGrid1";
 | |
|             this.vlnFlexGrid1.Rows.Count = 4;
 | |
|             this.vlnFlexGrid1.Rows.DefaultSize = 20;
 | |
|             this.vlnFlexGrid1.Rows.Fixed = 0;
 | |
|             this.vlnFlexGrid1.ScrollBars = System.Windows.Forms.ScrollBars.None;
 | |
|             this.vlnFlexGrid1.Size = new System.Drawing.Size(240, 150);
 | |
|             this.vlnFlexGrid1.StyleInfo = resources.GetString("vlnFlexGrid1.StyleInfo");
 | |
|             this.vlnFlexGrid1.TabIndex = 0;
 | |
|             this.vlnFlexGrid1.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
 | |
|             // 
 | |
|             // Form1
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(284, 262);
 | |
|             this.Controls.Add(this.vlnFlexGrid1);
 | |
|             this.Name = "Form1";
 | |
|             this.Text = "Form1";
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.vlnFlexGrid1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private Volian.Controls.Library.VlnFlexGrid vlnFlexGrid1;
 | |
|     }
 | |
| }
 | |
| 
 |