HamBook – Diff between revs 12 and 13
?pathlinks?
Rev 12 | Rev 13 | |||
---|---|---|---|---|
Line 86... | Line 86... | |||
86 | this.dataGridView1 = new System.Windows.Forms.DataGridView(); |
86 | this.dataGridView1 = new System.Windows.Forms.DataGridView(); |
|
87 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
87 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
88 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
88 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
89 | this.button1 = new System.Windows.Forms.Button(); |
89 | this.button1 = new System.Windows.Forms.Button(); |
|
90 | this.button2 = new System.Windows.Forms.Button(); |
90 | this.button2 = new System.Windows.Forms.Button(); |
|
91 | this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
91 | this.DescriptionColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
92 | this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
92 | this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
93 | this.LingerColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
93 | this.LingerColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
94 | this.tabControl1.SuspendLayout(); |
94 | this.tabControl1.SuspendLayout(); |
|
95 | this.tabPage3.SuspendLayout(); |
95 | this.tabPage3.SuspendLayout(); |
|
96 | this.groupBox5.SuspendLayout(); |
96 | this.groupBox5.SuspendLayout(); |
|
Line 764... | Line 764... | |||
764 | this.dataGridView1.AllowUserToResizeColumns = false; |
764 | this.dataGridView1.AllowUserToResizeColumns = false; |
|
765 | this.dataGridView1.AllowUserToResizeRows = false; |
765 | this.dataGridView1.AllowUserToResizeRows = false; |
|
766 | this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
766 | this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
|
767 | this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
767 | this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
768 | this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
768 | this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
769 | this.NameColumn, |
769 | this.DescriptionColumn, |
|
770 | this.EnableColumn, |
770 | this.EnableColumn, |
|
771 | this.LingerColumn}); |
771 | this.LingerColumn}); |
|
772 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
772 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
773 | this.dataGridView1.Location = new System.Drawing.Point(0, 0); |
773 | this.dataGridView1.Location = new System.Drawing.Point(0, 0); |
|
774 | this.dataGridView1.Name = "dataGridView1"; |
774 | this.dataGridView1.Name = "dataGridView1"; |
|
Line 833... | Line 833... | |||
833 | this.button2.TabIndex = 1; |
833 | this.button2.TabIndex = 1; |
|
834 | this.button2.Text = "Cancel"; |
834 | this.button2.Text = "Cancel"; |
|
835 | this.button2.UseVisualStyleBackColor = true; |
835 | this.button2.UseVisualStyleBackColor = true; |
|
836 | this.button2.Click += new System.EventHandler(this.button2_Click); |
836 | this.button2.Click += new System.EventHandler(this.button2_Click); |
|
837 | // |
837 | // |
|
838 | // NameColumn |
838 | // DescriptionColumn |
|
839 | // |
839 | // |
|
840 | this.NameColumn.HeaderText = "Name"; |
840 | this.DescriptionColumn.HeaderText = "Description"; |
|
841 | this.NameColumn.Name = "NameColumn"; |
841 | this.DescriptionColumn.Name = "DescriptionColumn"; |
|
842 | // |
842 | // |
|
843 | // EnableColumn |
843 | // EnableColumn |
|
844 | // |
844 | // |
|
845 | this.EnableColumn.HeaderText = "Enable"; |
845 | this.EnableColumn.HeaderText = "Enable"; |
|
846 | this.EnableColumn.Name = "EnableColumn"; |
846 | this.EnableColumn.Name = "EnableColumn"; |
|
Line 958... | Line 958... | |||
958 | private System.Windows.Forms.Label label17; |
958 | private System.Windows.Forms.Label label17; |
|
959 | private System.Windows.Forms.ComboBox comboBox9; |
959 | private System.Windows.Forms.ComboBox comboBox9; |
|
960 | private System.Windows.Forms.ComboBox comboBox10; |
960 | private System.Windows.Forms.ComboBox comboBox10; |
|
961 | private System.Windows.Forms.TabPage tabPage5; |
961 | private System.Windows.Forms.TabPage tabPage5; |
|
962 | private System.Windows.Forms.DataGridView dataGridView1; |
962 | private System.Windows.Forms.DataGridView dataGridView1; |
|
963 | private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; |
963 | private System.Windows.Forms.DataGridViewTextBoxColumn DescriptionColumn; |
|
964 | private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn; |
964 | private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn; |
|
965 | private System.Windows.Forms.DataGridViewTextBoxColumn LingerColumn; |
965 | private System.Windows.Forms.DataGridViewTextBoxColumn LingerColumn; |
|
966 | } |
966 | } |
|
967 | } |
967 | } |
|
968 | |
968 | |