namespace APAX_5028 { partial class FormSafetySetting { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.gridviewSafety = new System.Windows.Forms.DataGridView(); this.btnApply = new System.Windows.Forms.Button(); this.colChannel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colAOSafetyValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colAORange = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.gridviewSafety)).BeginInit(); this.SuspendLayout(); // // gridviewSafety // this.gridviewSafety.AllowUserToAddRows = false; this.gridviewSafety.AllowUserToDeleteRows = false; this.gridviewSafety.AllowUserToResizeColumns = false; this.gridviewSafety.AllowUserToResizeRows = false; this.gridviewSafety.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText; this.gridviewSafety.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.gridviewSafety.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colChannel, this.colAOSafetyValue, this.colAORange}); this.gridviewSafety.Location = new System.Drawing.Point(12, 12); this.gridviewSafety.MultiSelect = false; this.gridviewSafety.Name = "gridviewSafety"; this.gridviewSafety.RowHeadersVisible = false; this.gridviewSafety.RowTemplate.Height = 24; this.gridviewSafety.Size = new System.Drawing.Size(218, 363); this.gridviewSafety.TabIndex = 1; // // btnApply // this.btnApply.Location = new System.Drawing.Point(162, 381); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(68, 23); this.btnApply.TabIndex = 6; this.btnApply.Text = "Apply"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // colChannel // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colChannel.DefaultCellStyle = dataGridViewCellStyle3; this.colChannel.HeaderText = "Channel"; this.colChannel.Name = "colChannel"; this.colChannel.ReadOnly = true; this.colChannel.Width = 55; // // colAOSafetyValue // this.colAOSafetyValue.HeaderText = "Safety Value"; this.colAOSafetyValue.MaxInputLength = 10; this.colAOSafetyValue.Name = "colAOSafetyValue"; this.colAOSafetyValue.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.colAOSafetyValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.colAOSafetyValue.Width = 80; // // colAORange // this.colAORange.HeaderText = "AO Range"; this.colAORange.Name = "colAORange"; this.colAORange.ReadOnly = true; this.colAORange.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.colAORange.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.colAORange.Width = 80; // // FormSafetySetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(242, 476); this.Controls.Add(this.btnApply); this.Controls.Add(this.gridviewSafety); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSafetySetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Safety Setting"; ((System.ComponentModel.ISupportInitialize)(this.gridviewSafety)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView gridviewSafety; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.DataGridViewTextBoxColumn colChannel; private System.Windows.Forms.DataGridViewTextBoxColumn colAOSafetyValue; private System.Windows.Forms.DataGridViewTextBoxColumn colAORange; } }