Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: Constructor/Operations/AirfieldSettingsForm.Designer.cs
- ===================================================================
- --- Constructor/Operations/AirfieldSettingsForm.Designer.cs (revision 6281)
- +++ Constructor/Operations/AirfieldSettingsForm.Designer.cs (working copy)
- @@ -32,7 +32,12 @@
- this.code_textBox = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.names_dataGridView = new System.Windows.Forms.DataGridView();
- + this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- + this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.callsigns_dataGridView = new System.Windows.Forms.DataGridView();
- + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- + this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- + this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.civilian_checkBox = new System.Windows.Forms.CheckBox();
- @@ -40,11 +45,6 @@
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.label1 = new System.Windows.Forms.Label();
- this.class_textBox = new System.Windows.Forms.TextBox();
- - this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- - this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- - this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- - this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- - this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.names_dataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.callsigns_dataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.courses_dataGridView)).BeginInit();
- @@ -78,6 +78,7 @@
- // names_dataGridView
- //
- this.names_dataGridView.AllowUserToAddRows = false;
- + this.names_dataGridView.AllowUserToDeleteRows = false;
- this.names_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.names_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.LanguageColumn,
- @@ -87,9 +88,21 @@
- this.names_dataGridView.Size = new System.Drawing.Size(275, 147);
- this.names_dataGridView.TabIndex = 6;
- //
- + // LanguageColumn
- + //
- + this.LanguageColumn.HeaderText = "Language";
- + this.LanguageColumn.Name = "LanguageColumn";
- + this.LanguageColumn.ReadOnly = true;
- + //
- + // NameColumn
- + //
- + this.NameColumn.HeaderText = "Name";
- + this.NameColumn.Name = "NameColumn";
- + //
- // callsigns_dataGridView
- //
- this.callsigns_dataGridView.AllowUserToAddRows = false;
- + this.callsigns_dataGridView.AllowUserToDeleteRows = false;
- this.callsigns_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.callsigns_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- @@ -100,6 +113,22 @@
- this.callsigns_dataGridView.Size = new System.Drawing.Size(410, 147);
- this.callsigns_dataGridView.TabIndex = 8;
- //
- + // dataGridViewTextBoxColumn1
- + //
- + this.dataGridViewTextBoxColumn1.HeaderText = "Country";
- + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- + this.dataGridViewTextBoxColumn1.ReadOnly = true;
- + //
- + // dataGridViewTextBoxColumn2
- + //
- + this.dataGridViewTextBoxColumn2.HeaderText = "First";
- + this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- + //
- + // SecondColumn
- + //
- + this.SecondColumn.HeaderText = "Second";
- + this.SecondColumn.Name = "SecondColumn";
- + //
- // label4
- //
- this.label4.AutoSize = true;
- @@ -160,33 +189,6 @@
- this.class_textBox.TabIndex = 14;
- this.class_textBox.Text = "0";
- //
- - // LanguageColumn
- - //
- - this.LanguageColumn.HeaderText = "Language";
- - this.LanguageColumn.Name = "LanguageColumn";
- - this.LanguageColumn.ReadOnly = true;
- - //
- - // NameColumn
- - //
- - this.NameColumn.HeaderText = "Name";
- - this.NameColumn.Name = "NameColumn";
- - //
- - // dataGridViewTextBoxColumn1
- - //
- - this.dataGridViewTextBoxColumn1.HeaderText = "Country";
- - this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- - this.dataGridViewTextBoxColumn1.ReadOnly = true;
- - //
- - // dataGridViewTextBoxColumn2
- - //
- - this.dataGridViewTextBoxColumn2.HeaderText = "First";
- - this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- - //
- - // SecondColumn
- - //
- - this.SecondColumn.HeaderText = "Second";
- - this.SecondColumn.Name = "SecondColumn";
- - //
- // AirfieldSettingsForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- Index: Constructor/Operations/AirfieldSettingsForm.resx
- ===================================================================
- --- Constructor/Operations/AirfieldSettingsForm.resx (revision 6281)
- +++ Constructor/Operations/AirfieldSettingsForm.resx (working copy)
- @@ -123,6 +123,12 @@
- <metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <value>True</value>
- </metadata>
- + <metadata name="LanguageColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- + <value>True</value>
- + </metadata>
- + <metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- + <value>True</value>
- + </metadata>
- <metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <value>True</value>
- </metadata>
- @@ -135,4 +141,7 @@
- <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <value>True</value>
- </metadata>
- + <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- + <value>True</value>
- + </metadata>
- </root>
- \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment