dmitrysenkovich

Untitled

Jul 17th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index: Constructor/Operations/AirfieldSettingsForm.Designer.cs
  2. ===================================================================
  3. --- Constructor/Operations/AirfieldSettingsForm.Designer.cs (revision 6281)
  4. +++ Constructor/Operations/AirfieldSettingsForm.Designer.cs (working copy)
  5. @@ -32,7 +32,12 @@
  6.              this.code_textBox = new System.Windows.Forms.TextBox();
  7.              this.label3 = new System.Windows.Forms.Label();
  8.              this.names_dataGridView = new System.Windows.Forms.DataGridView();
  9. +            this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  10. +            this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  11.              this.callsigns_dataGridView = new System.Windows.Forms.DataGridView();
  12. +            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  13. +            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  14. +            this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  15.              this.label4 = new System.Windows.Forms.Label();
  16.              this.label5 = new System.Windows.Forms.Label();
  17.              this.civilian_checkBox = new System.Windows.Forms.CheckBox();
  18. @@ -40,11 +45,6 @@
  19.              this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  20.              this.label1 = new System.Windows.Forms.Label();
  21.              this.class_textBox = new System.Windows.Forms.TextBox();
  22. -            this.LanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  23. -            this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  24. -            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  25. -            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  26. -            this.SecondColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  27.              ((System.ComponentModel.ISupportInitialize)(this.names_dataGridView)).BeginInit();
  28.              ((System.ComponentModel.ISupportInitialize)(this.callsigns_dataGridView)).BeginInit();
  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
Advertisement
Add Comment
Please, Sign In to add comment