|
|
namespace MovieTube.Viewer
|
|
|
{
|
|
|
partial class DBUpdatedForm
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DBUpdatedForm));
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.kryptonSplitContainer1 = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.browseGalleryWidget1 = new MovieTube.Viewer.Controls.BrowseGalleryWidget();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.releaseDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.languageTextDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.movieBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).BeginInit();
|
|
|
this.kryptonSplitContainer1.Panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).BeginInit();
|
|
|
this.kryptonSplitContainer1.Panel2.SuspendLayout();
|
|
|
this.kryptonSplitContainer1.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
this.splitContainer1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.movieBindingSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
|
|
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
this.dataGridView1.AutoGenerateColumns = false;
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
this.releaseDateDataGridViewTextBoxColumn,
|
|
|
this.languageTextDataGridViewTextBoxColumn,
|
|
|
this.descriptionDataGridViewTextBoxColumn});
|
|
|
this.dataGridView1.DataSource = this.movieBindingSource;
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(1028, 187);
|
|
|
this.dataGridView1.TabIndex = 1;
|
|
|
|
|
|
|
|
|
|
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
this.button1.Location = new System.Drawing.Point(947, 23);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 2;
|
|
|
this.button1.Text = "Close";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.kryptonSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
this.kryptonSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.kryptonSplitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.kryptonSplitContainer1.Name = "kryptonSplitContainer1";
|
|
|
this.kryptonSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
|
|
|
|
|
|
|
this.kryptonSplitContainer1.Panel1.Controls.Add(this.groupBox1);
|
|
|
|
|
|
|
|
|
|
|
|
this.kryptonSplitContainer1.Panel2.Controls.Add(this.groupBox2);
|
|
|
this.kryptonSplitContainer1.Size = new System.Drawing.Size(1034, 497);
|
|
|
this.kryptonSplitContainer1.SplitterDistance = 285;
|
|
|
this.kryptonSplitContainer1.TabIndex = 3;
|
|
|
|
|
|
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.browseGalleryWidget1);
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.Size = new System.Drawing.Size(1034, 285);
|
|
|
this.groupBox1.TabIndex = 4;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "New Movies";
|
|
|
|
|
|
|
|
|
|
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
|
|
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.kryptonSplitContainer1);
|
|
|
|
|
|
|
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.button1);
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1034, 559);
|
|
|
this.splitContainer1.SplitterDistance = 497;
|
|
|
this.splitContainer1.TabIndex = 4;
|
|
|
|
|
|
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.dataGridView1);
|
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Size = new System.Drawing.Size(1034, 207);
|
|
|
this.groupBox2.TabIndex = 5;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "New Links";
|
|
|
|
|
|
|
|
|
|
|
|
this.browseGalleryWidget1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.browseGalleryWidget1.Location = new System.Drawing.Point(3, 17);
|
|
|
this.browseGalleryWidget1.Name = "browseGalleryWidget1";
|
|
|
this.browseGalleryWidget1.Size = new System.Drawing.Size(1028, 265);
|
|
|
this.browseGalleryWidget1.TabIndex = 0;
|
|
|
|
|
|
|
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Name";
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.releaseDateDataGridViewTextBoxColumn.DataPropertyName = "ReleaseYear";
|
|
|
this.releaseDateDataGridViewTextBoxColumn.HeaderText = "Release Year";
|
|
|
this.releaseDateDataGridViewTextBoxColumn.Name = "releaseDateDataGridViewTextBoxColumn";
|
|
|
this.releaseDateDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.languageTextDataGridViewTextBoxColumn.DataPropertyName = "LanguageText";
|
|
|
this.languageTextDataGridViewTextBoxColumn.HeaderText = "Language";
|
|
|
this.languageTextDataGridViewTextBoxColumn.Name = "languageTextDataGridViewTextBoxColumn";
|
|
|
this.languageTextDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
|
|
|
this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
|
|
|
this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
|
|
|
this.descriptionDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
|
|
|
|
|
|
|
this.movieBindingSource.DataSource = typeof(MovieTube.Client.Scraper.Movie);
|
|
|
|
|
|
|
|
|
|
|
|
this.AcceptButton = this.button1;
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.CancelButton = this.button1;
|
|
|
this.ClientSize = new System.Drawing.Size(1034, 559);
|
|
|
this.Controls.Add(this.splitContainer1);
|
|
|
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Name = "DBUpdatedForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "Movie database update";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).EndInit();
|
|
|
this.kryptonSplitContainer1.Panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).EndInit();
|
|
|
this.kryptonSplitContainer1.Panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).EndInit();
|
|
|
this.kryptonSplitContainer1.ResumeLayout(false);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
this.splitContainer1.ResumeLayout(false);
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.movieBindingSource)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn yearDataGridViewTextBoxColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn languageDataGridViewTextBoxColumn;
|
|
|
private System.Windows.Forms.BindingSource movieBindingSource;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn releaseDateDataGridViewTextBoxColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn languageTextDataGridViewTextBoxColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
|
|
|
private ComponentFactory.Krypton.Toolkit.KryptonSplitContainer kryptonSplitContainer1;
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
private Controls.BrowseGalleryWidget browseGalleryWidget1;
|
|
|
}
|
|
|
} |