/dotnet/DatabaseForm.Designer.cs
http://sigma-h.googlecode.com/ · C# · 196 lines · 135 code · 8 blank · 53 comment · 3 complexity · d439ae0e3c6c0ceccb32531f7227c79b MD5 · raw file
- namespace ActivityInfo
- {
- partial class DatabaseForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.synchronizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.tableListView = new System.Windows.Forms.ListView();
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.dataGridView = new System.Windows.Forms.DataGridView();
- this.loggingTextBox = new System.Windows.Forms.TextBox();
- this.menuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.refreshToolStripMenuItem,
- this.synchronizeToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(682, 24);
- this.menuStrip1.TabIndex = 3;
- this.menuStrip1.Text = "menuStrip1";
- //
- // synchronizeToolStripMenuItem
- //
- this.synchronizeToolStripMenuItem.Enabled = false;
- this.synchronizeToolStripMenuItem.Name = "synchronizeToolStripMenuItem";
- this.synchronizeToolStripMenuItem.Size = new System.Drawing.Size(157, 20);
- this.synchronizeToolStripMenuItem.Text = "Next Synchronization Step";
- this.synchronizeToolStripMenuItem.Click += new System.EventHandler(this.synchronizeToolStripMenuItem_Click);
- //
- // refreshToolStripMenuItem
- //
- this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
- this.refreshToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
- this.refreshToolStripMenuItem.Text = "Refresh";
- this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 24);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.loggingTextBox);
- this.splitContainer1.Size = new System.Drawing.Size(682, 400);
- this.splitContainer1.SplitterDistance = 227;
- this.splitContainer1.TabIndex = 4;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.tableListView);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.dataGridView);
- this.splitContainer2.Size = new System.Drawing.Size(682, 227);
- this.splitContainer2.SplitterDistance = 356;
- this.splitContainer2.TabIndex = 5;
- //
- // tableListView
- //
- this.tableListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1});
- this.tableListView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableListView.Location = new System.Drawing.Point(0, 0);
- this.tableListView.Name = "tableListView";
- this.tableListView.Size = new System.Drawing.Size(356, 227);
- this.tableListView.TabIndex = 3;
- this.tableListView.UseCompatibleStateImageBehavior = false;
- this.tableListView.View = System.Windows.Forms.View.List;
- this.tableListView.SelectedIndexChanged += new System.EventHandler(this.tableListView_SelectedIndexChanged);
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "Table Name";
- this.columnHeader1.Width = 113;
- //
- // dataGridView
- //
- this.dataGridView.AllowUserToAddRows = false;
- this.dataGridView.AllowUserToDeleteRows = false;
- this.dataGridView.AllowUserToOrderColumns = true;
- this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView.Location = new System.Drawing.Point(0, 0);
- this.dataGridView.Name = "dataGridView";
- this.dataGridView.ReadOnly = true;
- this.dataGridView.Size = new System.Drawing.Size(322, 227);
- this.dataGridView.TabIndex = 3;
- //
- // loggingTextBox
- //
- this.loggingTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.loggingTextBox.Location = new System.Drawing.Point(0, 0);
- this.loggingTextBox.Multiline = true;
- this.loggingTextBox.Name = "loggingTextBox";
- this.loggingTextBox.Size = new System.Drawing.Size(682, 169);
- this.loggingTextBox.TabIndex = 0;
- this.loggingTextBox.WordWrap = false;
- //
- // DatabaseForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(682, 424);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "DatabaseForm";
- this.Text = "Service Test";
- this.Load += new System.EventHandler(this.DatabaseForm_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem synchronizeToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.ListView tableListView;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.DataGridView dataGridView;
- private System.Windows.Forms.TextBox loggingTextBox;
-
- }
- }