namespace CanApp.Data { partial class SimpleData { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.simpleDataDgv = new System.Windows.Forms.DataGridView(); this.description = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.data = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.saveButton = new System.Windows.Forms.Button(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.simpleDataDgv)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBox1.Controls.Add(this.saveButton); this.groupBox1.Controls.Add(this.simpleDataDgv); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1090, 109); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // simpleDataDgv // this.simpleDataDgv.AllowUserToAddRows = false; this.simpleDataDgv.AllowUserToDeleteRows = false; this.simpleDataDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.simpleDataDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.simpleDataDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.description, this.unit, this.data}); this.simpleDataDgv.Location = new System.Drawing.Point(6, 48); this.simpleDataDgv.Name = "simpleDataDgv"; this.simpleDataDgv.Size = new System.Drawing.Size(1078, 55); this.simpleDataDgv.TabIndex = 0; // // description // this.description.HeaderText = "Description"; this.description.Name = "description"; this.description.ReadOnly = true; this.description.Width = 410; // // unit // this.unit.HeaderText = "Unit"; this.unit.Name = "unit"; this.unit.Width = 60; // // data // this.data.HeaderText = "Data"; this.data.Name = "data"; this.data.ReadOnly = true; this.data.Width = 548; // // saveButton // this.saveButton.Location = new System.Drawing.Point(1009, 19); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 1; this.saveButton.Text = "Save..."; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // SimpleData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.groupBox1); this.Name = "SimpleData"; this.Size = new System.Drawing.Size(1096, 115); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.simpleDataDgv)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridViewTextBoxColumn description; private System.Windows.Forms.DataGridViewTextBoxColumn unit; private System.Windows.Forms.DataGridViewTextBoxColumn data; public System.Windows.Forms.DataGridView simpleDataDgv; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }