View difference between Paste ID: 1tLRbeSX and 0ZsVCaPc
SHOW: | | - or go back to the newest paste.
1-
Index: Constructor/UI/MainWindow.cs
1+
Index: Constructor/Operations/AirfieldSettingsForm.Designer.cs
2
===================================================================
3-
--- Constructor/UI/MainWindow.cs	(revision 6278)
3+
--- Constructor/Operations/AirfieldSettingsForm.Designer.cs	(revision 6281)
4-
+++ Constructor/UI/MainWindow.cs	(working copy)
4+
+++ Constructor/Operations/AirfieldSettingsForm.Designer.cs	(working copy)
5-
@@ -129,6 +129,7 @@
5+
@@ -32,7 +32,12 @@
6-
                 buildTownsToolStripMenuItem,
6+
             this.code_textBox = new System.Windows.Forms.TextBox();
7-
                 buildSurfaceToolStripMenuItem,
7+
             this.label3 = new System.Windows.Forms.Label();
8-
                 buildScenesToolStripMenuItem,
8+
             this.names_dataGridView = new System.Windows.Forms.DataGridView();
9-
+                buildAirfieldsToolStripMenuItem,
9+
+            this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
10-
                 buildDistrictsToolStripMenuItem,
10+
+            this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
11-
                 buildDetailsToolStripMenuItem,
11+
             this.callsigns_dataGridView = new System.Windows.Forms.DataGridView();
12-
                 buildRoutesToolStripMenuItem,
12+
+            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
13-
@@ -147,6 +148,7 @@
13+
+            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
14-
             Builders.Add(Project.TOWNS_CATEGORY.fullName, new Action(this.BuildTowns));
14+
+            this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
15-
             Builders.Add(Project.SURFACE_CATEGORY.fullName, new Action(this.BuildSurface));
15+
             this.label4 = new System.Windows.Forms.Label();
16-
             Builders.Add(Project.SCENES_CATEGORY.fullName, new Action(this.BuildScenes));
16+
             this.label5 = new System.Windows.Forms.Label();
17-
+            Builders.Add(Project.AIRFIELDS_CATEGORY.fullName, new Action(this.BuildAirfields));
17+
             this.civilian_checkBox = new System.Windows.Forms.CheckBox();
18-
             Builders.Add(Project.ROUTES_CATEGORY.fullName, new Action(this.BuildRoutes));
18+
@@ -40,11 +45,6 @@
19-
             Builders.Add(Project.FORESTS_CATEGORY.fullName, new Action(this.BuildForests));
19+
             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
20-
             Builders.Add(Project.SURFACE_DETAILS_CATEGORY.fullName,
20+
             this.label1 = new System.Windows.Forms.Label();
21-
@@ -2567,7 +2569,7 @@
21+
             this.class_textBox = new System.Windows.Forms.TextBox();
22-
                     pair(Project.TOWNS_CATEGORY, pairss("Towns", "Towns")),
22+
-            this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
23-
                     pair(Project.FORESTS_CATEGORY, pairss("Forests", "Forests")),
23+
-            this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
24-
                     pair(Project.ROUTES_CATEGORY, pairss("Routes", "Routes")),
24+
-            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
25-
-                    pair(Project.AIRFIELDS_CATEGORY, pairss("New Airfield", null)),
25+
-            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
26-
+                    pair(Project.AIRFIELDS_CATEGORY, pairss("New Airfield", "Airfields")),
26+
-            this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
27-
                     pair(Project.REFERENCES_CATEGORY, pairss("References", "References")),
27+
             ((System.ComponentModel.ISupportInitialize)(this.names_dataGridView)).BeginInit();
28-
                     pair(Project.SURFACE_DETAILS_CATEGORY, pairss("Surface Details", "Surface Details")),
28+
             ((System.ComponentModel.ISupportInitialize)(this.callsigns_dataGridView)).BeginInit();
29-
                     pair(Project.SUPERFICIAL_CATEGORY, pairss("Superficial", "Superficial")),
29+
             ((System.ComponentModel.ISupportInitialize)(this.courses_dataGridView)).BeginInit();
30
@@ -78,6 +78,7 @@
31
             // names_dataGridView
32
             // 
33
             this.names_dataGridView.AllowUserToAddRows = false;
34
+            this.names_dataGridView.AllowUserToDeleteRows = false;
35
             this.names_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
36
             this.names_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
37
             this.LanguageColumn,
38
@@ -87,9 +88,21 @@
39
             this.names_dataGridView.Size = new System.Drawing.Size(275, 147);
40
             this.names_dataGridView.TabIndex = 6;
41
             // 
42
+            // LanguageColumn
43
+            // 
44
+            this.LanguageColumn.HeaderText = "Language";
45
+            this.LanguageColumn.Name = "LanguageColumn";
46
+            this.LanguageColumn.ReadOnly = true;
47
+            // 
48
+            // NameColumn
49
+            // 
50
+            this.NameColumn.HeaderText = "Name";
51
+            this.NameColumn.Name = "NameColumn";
52
+            // 
53
             // callsigns_dataGridView
54
             // 
55
             this.callsigns_dataGridView.AllowUserToAddRows = false;
56
+            this.callsigns_dataGridView.AllowUserToDeleteRows = false;
57
             this.callsigns_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
58
             this.callsigns_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
59
             this.dataGridViewTextBoxColumn1,
60
@@ -100,6 +113,22 @@
61
             this.callsigns_dataGridView.Size = new System.Drawing.Size(410, 147);
62
             this.callsigns_dataGridView.TabIndex = 8;
63
             // 
64
+            // dataGridViewTextBoxColumn1
65
+            // 
66
+            this.dataGridViewTextBoxColumn1.HeaderText = "Country";
67
+            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
68
+            this.dataGridViewTextBoxColumn1.ReadOnly = true;
69
+            // 
70
+            // dataGridViewTextBoxColumn2
71
+            // 
72
+            this.dataGridViewTextBoxColumn2.HeaderText = "First";
73
+            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
74
+            // 
75
+            // SecondColumn
76
+            // 
77
+            this.SecondColumn.HeaderText = "Second";
78
+            this.SecondColumn.Name = "SecondColumn";
79
+            // 
80
             // label4
81
             // 
82
             this.label4.AutoSize = true;
83
@@ -160,33 +189,6 @@
84
             this.class_textBox.TabIndex = 14;
85
             this.class_textBox.Text = "0";
86
             // 
87
-            // LanguageColumn
88
-            // 
89
-            this.LanguageColumn.HeaderText = "Language";
90
-            this.LanguageColumn.Name = "LanguageColumn";
91
-            this.LanguageColumn.ReadOnly = true;
92
-            // 
93
-            // NameColumn
94
-            // 
95
-            this.NameColumn.HeaderText = "Name";
96
-            this.NameColumn.Name = "NameColumn";
97
-            // 
98
-            // dataGridViewTextBoxColumn1
99
-            // 
100
-            this.dataGridViewTextBoxColumn1.HeaderText = "Country";
101
-            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
102
-            this.dataGridViewTextBoxColumn1.ReadOnly = true;
103
-            // 
104
-            // dataGridViewTextBoxColumn2
105
-            // 
106
-            this.dataGridViewTextBoxColumn2.HeaderText = "First";
107
-            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
108
-            // 
109
-            // SecondColumn
110
-            // 
111
-            this.SecondColumn.HeaderText = "Second";
112
-            this.SecondColumn.Name = "SecondColumn";
113
-            // 
114
             // AirfieldSettingsForm
115
             // 
116
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117
Index: Constructor/Operations/AirfieldSettingsForm.resx
118
===================================================================
119
--- Constructor/Operations/AirfieldSettingsForm.resx	(revision 6281)
120
+++ Constructor/Operations/AirfieldSettingsForm.resx	(working copy)
121
@@ -123,6 +123,12 @@
122
   <metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
123
     <value>True</value>
124
   </metadata>
125
+  <metadata name="LanguageColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
126
+    <value>True</value>
127
+  </metadata>
128
+  <metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
129
+    <value>True</value>
130
+  </metadata>
131
   <metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
132
     <value>True</value>
133
   </metadata>
134
@@ -135,4 +141,7 @@
135
   <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
136
     <value>True</value>
137
   </metadata>
138
+  <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
139
+    <value>True</value>
140
+  </metadata>
141
 </root>
142
\ No newline at end of file