/dotnet/DatabaseForm.Designer.cs

http://sigma-h.googlecode.com/ · C# · 196 lines · 135 code · 8 blank · 53 comment · 3 complexity · d439ae0e3c6c0ceccb32531f7227c79b MD5 · raw file

  1. namespace ActivityInfo
  2. {
  3. partial class DatabaseForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  29. this.synchronizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  33. this.tableListView = new System.Windows.Forms.ListView();
  34. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.dataGridView = new System.Windows.Forms.DataGridView();
  36. this.loggingTextBox = new System.Windows.Forms.TextBox();
  37. this.menuStrip1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  39. this.splitContainer1.Panel1.SuspendLayout();
  40. this.splitContainer1.Panel2.SuspendLayout();
  41. this.splitContainer1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  43. this.splitContainer2.Panel1.SuspendLayout();
  44. this.splitContainer2.Panel2.SuspendLayout();
  45. this.splitContainer2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // menuStrip1
  50. //
  51. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.refreshToolStripMenuItem,
  53. this.synchronizeToolStripMenuItem});
  54. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  55. this.menuStrip1.Name = "menuStrip1";
  56. this.menuStrip1.Size = new System.Drawing.Size(682, 24);
  57. this.menuStrip1.TabIndex = 3;
  58. this.menuStrip1.Text = "menuStrip1";
  59. //
  60. // synchronizeToolStripMenuItem
  61. //
  62. this.synchronizeToolStripMenuItem.Enabled = false;
  63. this.synchronizeToolStripMenuItem.Name = "synchronizeToolStripMenuItem";
  64. this.synchronizeToolStripMenuItem.Size = new System.Drawing.Size(157, 20);
  65. this.synchronizeToolStripMenuItem.Text = "Next Synchronization Step";
  66. this.synchronizeToolStripMenuItem.Click += new System.EventHandler(this.synchronizeToolStripMenuItem_Click);
  67. //
  68. // refreshToolStripMenuItem
  69. //
  70. this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
  71. this.refreshToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
  72. this.refreshToolStripMenuItem.Text = "Refresh";
  73. this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
  74. //
  75. // splitContainer1
  76. //
  77. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.splitContainer1.Location = new System.Drawing.Point(0, 24);
  79. this.splitContainer1.Name = "splitContainer1";
  80. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  81. //
  82. // splitContainer1.Panel1
  83. //
  84. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  85. //
  86. // splitContainer1.Panel2
  87. //
  88. this.splitContainer1.Panel2.Controls.Add(this.loggingTextBox);
  89. this.splitContainer1.Size = new System.Drawing.Size(682, 400);
  90. this.splitContainer1.SplitterDistance = 227;
  91. this.splitContainer1.TabIndex = 4;
  92. //
  93. // splitContainer2
  94. //
  95. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  97. this.splitContainer2.Name = "splitContainer2";
  98. //
  99. // splitContainer2.Panel1
  100. //
  101. this.splitContainer2.Panel1.Controls.Add(this.tableListView);
  102. //
  103. // splitContainer2.Panel2
  104. //
  105. this.splitContainer2.Panel2.Controls.Add(this.dataGridView);
  106. this.splitContainer2.Size = new System.Drawing.Size(682, 227);
  107. this.splitContainer2.SplitterDistance = 356;
  108. this.splitContainer2.TabIndex = 5;
  109. //
  110. // tableListView
  111. //
  112. this.tableListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  113. this.columnHeader1});
  114. this.tableListView.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.tableListView.Location = new System.Drawing.Point(0, 0);
  116. this.tableListView.Name = "tableListView";
  117. this.tableListView.Size = new System.Drawing.Size(356, 227);
  118. this.tableListView.TabIndex = 3;
  119. this.tableListView.UseCompatibleStateImageBehavior = false;
  120. this.tableListView.View = System.Windows.Forms.View.List;
  121. this.tableListView.SelectedIndexChanged += new System.EventHandler(this.tableListView_SelectedIndexChanged);
  122. //
  123. // columnHeader1
  124. //
  125. this.columnHeader1.Text = "Table Name";
  126. this.columnHeader1.Width = 113;
  127. //
  128. // dataGridView
  129. //
  130. this.dataGridView.AllowUserToAddRows = false;
  131. this.dataGridView.AllowUserToDeleteRows = false;
  132. this.dataGridView.AllowUserToOrderColumns = true;
  133. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  134. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  136. this.dataGridView.Name = "dataGridView";
  137. this.dataGridView.ReadOnly = true;
  138. this.dataGridView.Size = new System.Drawing.Size(322, 227);
  139. this.dataGridView.TabIndex = 3;
  140. //
  141. // loggingTextBox
  142. //
  143. this.loggingTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.loggingTextBox.Location = new System.Drawing.Point(0, 0);
  145. this.loggingTextBox.Multiline = true;
  146. this.loggingTextBox.Name = "loggingTextBox";
  147. this.loggingTextBox.Size = new System.Drawing.Size(682, 169);
  148. this.loggingTextBox.TabIndex = 0;
  149. this.loggingTextBox.WordWrap = false;
  150. //
  151. // DatabaseForm
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.ClientSize = new System.Drawing.Size(682, 424);
  156. this.Controls.Add(this.splitContainer1);
  157. this.Controls.Add(this.menuStrip1);
  158. this.MainMenuStrip = this.menuStrip1;
  159. this.Name = "DatabaseForm";
  160. this.Text = "Service Test";
  161. this.Load += new System.EventHandler(this.DatabaseForm_Load);
  162. this.menuStrip1.ResumeLayout(false);
  163. this.menuStrip1.PerformLayout();
  164. this.splitContainer1.Panel1.ResumeLayout(false);
  165. this.splitContainer1.Panel2.ResumeLayout(false);
  166. this.splitContainer1.Panel2.PerformLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  168. this.splitContainer1.ResumeLayout(false);
  169. this.splitContainer2.Panel1.ResumeLayout(false);
  170. this.splitContainer2.Panel2.ResumeLayout(false);
  171. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  172. this.splitContainer2.ResumeLayout(false);
  173. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private System.Windows.Forms.MenuStrip menuStrip1;
  179. private System.Windows.Forms.ToolStripMenuItem synchronizeToolStripMenuItem;
  180. private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
  181. private System.Windows.Forms.SplitContainer splitContainer1;
  182. private System.Windows.Forms.SplitContainer splitContainer2;
  183. private System.Windows.Forms.ListView tableListView;
  184. private System.Windows.Forms.ColumnHeader columnHeader1;
  185. private System.Windows.Forms.DataGridView dataGridView;
  186. private System.Windows.Forms.TextBox loggingTextBox;
  187. }
  188. }