Пример #1
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.year = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.paperName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.startTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
     this.endTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
     this.btnFind = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.PaperListDGV = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.cbtnFindByYear = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.cbtnFindByTime = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.cbtnFindByName = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.btnSelect = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.csFind = new ComponentFactory.Krypton.Toolkit.KryptonCheckSet(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PaperListDGV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.csFind)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.cbtnFindByYear, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.cbtnFindByTime, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.cbtnFindByName, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.btnSelect, 6, 1);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(742, 666);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 6);
     this.flowLayoutPanel1.Controls.Add(this.year);
     this.flowLayoutPanel1.Controls.Add(this.paperName);
     this.flowLayoutPanel1.Controls.Add(this.startTime);
     this.flowLayoutPanel1.Controls.Add(this.endTime);
     this.flowLayoutPanel1.Controls.Add(this.btnFind);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 40);
     this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(722, 35);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // year
     //
     this.year.Dock = System.Windows.Forms.DockStyle.Left;
     this.year.Location = new System.Drawing.Point(3, 3);
     this.year.Maximum = new decimal(new int[] {
     6000,
     0,
     0,
     0});
     this.year.Minimum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.year.Name = "year";
     this.year.Size = new System.Drawing.Size(80, 28);
     this.year.StateCommon.Content.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.year.TabIndex = 4;
     this.year.Value = new decimal(new int[] {
     2011,
     0,
     0,
     0});
     //
     // paperName
     //
     this.paperName.Dock = System.Windows.Forms.DockStyle.Left;
     this.paperName.Location = new System.Drawing.Point(86, 0);
     this.paperName.Margin = new System.Windows.Forms.Padding(0);
     this.paperName.Name = "paperName";
     this.paperName.Size = new System.Drawing.Size(250, 26);
     this.paperName.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.paperName.StateCommon.Border.Rounding = 12;
     this.paperName.StateCommon.Content.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.paperName.TabIndex = 5;
     //
     // startTime
     //
     this.startTime.CalendarTodayDate = new System.DateTime(2011, 3, 19, 0, 0, 0, 0);
     this.startTime.CustomFormat = "yyyy/MM/dd";
     this.startTime.Dock = System.Windows.Forms.DockStyle.Left;
     this.startTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.startTime.Location = new System.Drawing.Point(339, 3);
     this.startTime.Name = "startTime";
     this.startTime.ShowUpDown = true;
     this.startTime.Size = new System.Drawing.Size(134, 28);
     this.startTime.StateCommon.Content.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.startTime.TabIndex = 6;
     this.startTime.UseWaitCursor = true;
     this.startTime.ValueNullable = new System.DateTime(2011, 3, 27, 0, 0, 0, 0);
     //
     // endTime
     //
     this.endTime.CalendarTodayDate = new System.DateTime(2011, 3, 19, 0, 0, 0, 0);
     this.endTime.CustomFormat = "yyyy/MM/dd";
     this.endTime.Dock = System.Windows.Forms.DockStyle.Left;
     this.endTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.endTime.Location = new System.Drawing.Point(479, 3);
     this.endTime.Name = "endTime";
     this.endTime.ShowUpDown = true;
     this.endTime.Size = new System.Drawing.Size(134, 28);
     this.endTime.StateCommon.Content.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.endTime.TabIndex = 7;
     this.endTime.ValueNullable = new System.DateTime(2011, 3, 27, 0, 0, 0, 0);
     //
     // btnFind
     //
     this.btnFind.Location = new System.Drawing.Point(618, 2);
     this.btnFind.Margin = new System.Windows.Forms.Padding(2);
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(99, 30);
     this.btnFind.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.btnFind.StateCommon.Border.Rounding = 14;
     this.btnFind.StateCommon.Border.Width = 1;
     this.btnFind.TabIndex = 8;
     this.btnFind.Values.Text = "查询";
     //
     // groupBox1
     //
     this.tableLayoutPanel1.SetColumnSpan(this.groupBox1, 6);
     this.groupBox1.Controls.Add(this.PaperListDGV);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(13, 78);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(716, 575);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "试卷列表";
     //
     // PaperListDGV
     //
     this.PaperListDGV.AllowUserToAddRows = false;
     this.PaperListDGV.AllowUserToResizeRows = false;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(236)))), ((int)(((byte)(242)))));
     this.PaperListDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.PaperListDGV.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PaperListDGV.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Mixed;
     this.PaperListDGV.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonNavigatorMini;
     this.PaperListDGV.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.PaperListDGV.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.PaperListDGV.Location = new System.Drawing.Point(3, 22);
     this.PaperListDGV.Name = "PaperListDGV";
     this.PaperListDGV.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Silver;
     this.PaperListDGV.ReadOnly = true;
     this.PaperListDGV.RowHeadersVisible = false;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.PaperListDGV.RowsDefaultCellStyle = dataGridViewCellStyle4;
     this.PaperListDGV.RowTemplate.Height = 23;
     this.PaperListDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.PaperListDGV.Size = new System.Drawing.Size(710, 550);
     this.PaperListDGV.TabIndex = 0;
     this.PaperListDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.PaperListDGV_CellClick);
     //
     // cbtnFindByYear
     //
     this.cbtnFindByYear.Checked = true;
     this.cbtnFindByYear.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbtnFindByYear.Location = new System.Drawing.Point(13, 13);
     this.cbtnFindByYear.Name = "cbtnFindByYear";
     this.cbtnFindByYear.Size = new System.Drawing.Size(69, 24);
     this.cbtnFindByYear.TabIndex = 6;
     this.cbtnFindByYear.Values.Text = "按年";
     this.cbtnFindByYear.Click += new System.EventHandler(this.cbtnFindByYear_Click);
     //
     // cbtnFindByTime
     //
     this.cbtnFindByTime.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbtnFindByTime.Location = new System.Drawing.Point(88, 13);
     this.cbtnFindByTime.Name = "cbtnFindByTime";
     this.cbtnFindByTime.Size = new System.Drawing.Size(69, 24);
     this.cbtnFindByTime.TabIndex = 7;
     this.cbtnFindByTime.Values.Text = "按时间段";
     this.cbtnFindByTime.Click += new System.EventHandler(this.cbtnFindByTime_Click);
     //
     // cbtnFindByName
     //
     this.cbtnFindByName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbtnFindByName.Location = new System.Drawing.Point(163, 13);
     this.cbtnFindByName.Name = "cbtnFindByName";
     this.cbtnFindByName.Size = new System.Drawing.Size(69, 24);
     this.cbtnFindByName.TabIndex = 8;
     this.cbtnFindByName.Values.Text = "按试卷名";
     this.cbtnFindByName.Click += new System.EventHandler(this.cbtnFindByName_Click);
     //
     // btnSelect
     //
     this.btnSelect.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnSelect.Location = new System.Drawing.Point(633, 11);
     this.btnSelect.Margin = new System.Windows.Forms.Padding(1);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(98, 28);
     this.btnSelect.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.btnSelect.StateCommon.Border.Rounding = 12;
     this.btnSelect.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSelect.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.btnSelect.StateNormal.Border.Rounding = 12;
     this.btnSelect.TabIndex = 11;
     this.btnSelect.Values.Text = "选择试卷";
     //
     // csFind
     //
     this.csFind.CheckButtons.Add(this.cbtnFindByTime);
     this.csFind.CheckButtons.Add(this.cbtnFindByName);
     this.csFind.CheckButtons.Add(this.cbtnFindByYear);
     this.csFind.CheckedButton = this.cbtnFindByYear;
     //
     // PaperListPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "PaperListPanel";
     this.Size = new System.Drawing.Size(742, 666);
     this.Load += new System.EventHandler(this.PaperListPanel_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PaperListDGV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.csFind)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
     this.kryptonCheckSet1 = new ComponentFactory.Krypton.Toolkit.KryptonCheckSet(this.components);
     this.kryptonGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuggestButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cancel_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.save_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).BeginInit();
     this.kryptonGroup1.Panel.SuspendLayout();
     this.kryptonGroup1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SuggestButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancel_button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.save_button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // openFileDialog2
     //
     this.openFileDialog2.FileName = "openFileDialog2";
     //
     // kryptonGroup1
     //
     this.kryptonGroup1.DirtyPaletteCounter = 15;
     this.kryptonGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonGroup1.Location = new System.Drawing.Point(0, 0);
     this.kryptonGroup1.Name = "kryptonGroup1";
     //
     // kryptonGroup1.Panel
     //
     this.kryptonGroup1.Panel.Controls.Add(this.progressBar1);
     this.kryptonGroup1.Panel.Controls.Add(this.SuggestButton);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonButton1);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel9);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel8);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel7);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel6);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel5);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel2);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroup1.Panel.Controls.Add(this.cancel_button);
     this.kryptonGroup1.Panel.Controls.Add(this.save_button);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox1);
     this.kryptonGroup1.Panel.Controls.Add(this.pictureBox1);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox3);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox9);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox2);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox8);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox4);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox7);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox5);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox6);
     this.kryptonGroup1.Size = new System.Drawing.Size(579, 514);
     this.kryptonGroup1.TabIndex = 1;
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(381, 245);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(185, 10);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar1.TabIndex = 41;
     this.progressBar1.Visible = false;
     //
     // SuggestButton
     //
     this.SuggestButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.SuggestButton.DirtyPaletteCounter = 22;
     this.SuggestButton.Location = new System.Drawing.Point(380, 261);
     this.SuggestButton.Name = "SuggestButton";
     this.SuggestButton.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.SuggestButton.Size = new System.Drawing.Size(186, 25);
     this.SuggestButton.TabIndex = 10;
     this.SuggestButton.Text = "Auto-Complete CD+Cover";
     this.SuggestButton.Values.ExtraText = "";
     this.SuggestButton.Values.Image = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedNormal = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedPressed = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedTracking = null;
     this.SuggestButton.Values.Text = "Auto-Complete CD+Cover";
     this.SuggestButton.Click += new System.EventHandler(this.SuggestButton_Click);
     //
     // kryptonButton1
     //
     this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton1.DirtyPaletteCounter = 23;
     this.kryptonButton1.Location = new System.Drawing.Point(381, 292);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.kryptonButton1.Size = new System.Drawing.Size(185, 25);
     this.kryptonButton1.TabIndex = 9;
     this.kryptonButton1.Text = "Select Cover";
     this.kryptonButton1.Values.ExtraText = "";
     this.kryptonButton1.Values.Image = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedNormal = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedPressed = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedTracking = null;
     this.kryptonButton1.Values.Text = "Select Cover";
     this.kryptonButton1.Click += new System.EventHandler(this.openpic_button_Click);
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.DirtyPaletteCounter = 23;
     this.kryptonLabel9.Location = new System.Drawing.Point(3, 219);
     this.kryptonLabel9.Name = "kryptonLabel9";
     this.kryptonLabel9.Size = new System.Drawing.Size(60, 19);
     this.kryptonLabel9.TabIndex = 38;
     this.kryptonLabel9.Text = "Copyright";
     this.kryptonLabel9.Values.ExtraText = "";
     this.kryptonLabel9.Values.Image = null;
     this.kryptonLabel9.Values.Text = "Copyright";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.DirtyPaletteCounter = 23;
     this.kryptonLabel8.Location = new System.Drawing.Point(3, 193);
     this.kryptonLabel8.Name = "kryptonLabel8";
     this.kryptonLabel8.Size = new System.Drawing.Size(62, 19);
     this.kryptonLabel8.TabIndex = 37;
     this.kryptonLabel8.Text = "Composer";
     this.kryptonLabel8.Values.ExtraText = "";
     this.kryptonLabel8.Values.Image = null;
     this.kryptonLabel8.Values.Text = "Composer";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.DirtyPaletteCounter = 21;
     this.kryptonLabel7.Location = new System.Drawing.Point(3, 167);
     this.kryptonLabel7.Name = "kryptonLabel7";
     this.kryptonLabel7.Size = new System.Drawing.Size(60, 19);
     this.kryptonLabel7.TabIndex = 36;
     this.kryptonLabel7.Text = "Comment";
     this.kryptonLabel7.Values.ExtraText = "";
     this.kryptonLabel7.Values.Image = null;
     this.kryptonLabel7.Values.Text = "Comment";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.DirtyPaletteCounter = 20;
     this.kryptonLabel6.Location = new System.Drawing.Point(3, 141);
     this.kryptonLabel6.Name = "kryptonLabel6";
     this.kryptonLabel6.Size = new System.Drawing.Size(40, 19);
     this.kryptonLabel6.TabIndex = 35;
     this.kryptonLabel6.Text = "Genre";
     this.kryptonLabel6.Values.ExtraText = "";
     this.kryptonLabel6.Values.Image = null;
     this.kryptonLabel6.Values.Text = "Genre";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.DirtyPaletteCounter = 19;
     this.kryptonLabel5.Location = new System.Drawing.Point(3, 115);
     this.kryptonLabel5.Name = "kryptonLabel5";
     this.kryptonLabel5.Size = new System.Drawing.Size(32, 19);
     this.kryptonLabel5.TabIndex = 34;
     this.kryptonLabel5.Text = "Year";
     this.kryptonLabel5.Values.ExtraText = "";
     this.kryptonLabel5.Values.Image = null;
     this.kryptonLabel5.Values.Text = "Year";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.DirtyPaletteCounter = 18;
     this.kryptonLabel4.Location = new System.Drawing.Point(3, 89);
     this.kryptonLabel4.Name = "kryptonLabel4";
     this.kryptonLabel4.Size = new System.Drawing.Size(37, 19);
     this.kryptonLabel4.TabIndex = 33;
     this.kryptonLabel4.Text = "Artist";
     this.kryptonLabel4.Values.ExtraText = "";
     this.kryptonLabel4.Values.Image = null;
     this.kryptonLabel4.Values.Text = "Artist";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.DirtyPaletteCounter = 17;
     this.kryptonLabel3.Location = new System.Drawing.Point(3, 63);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(43, 19);
     this.kryptonLabel3.TabIndex = 32;
     this.kryptonLabel3.Text = "Album";
     this.kryptonLabel3.Values.ExtraText = "";
     this.kryptonLabel3.Values.Image = null;
     this.kryptonLabel3.Values.Text = "Album";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.DirtyPaletteCounter = 16;
     this.kryptonLabel2.Location = new System.Drawing.Point(3, 37);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(31, 19);
     this.kryptonLabel2.TabIndex = 31;
     this.kryptonLabel2.Text = "Title";
     this.kryptonLabel2.Values.ExtraText = "";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Title";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.DirtyPaletteCounter = 15;
     this.kryptonLabel1.Location = new System.Drawing.Point(3, 11);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(46, 19);
     this.kryptonLabel1.TabIndex = 30;
     this.kryptonLabel1.Text = "Track #";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Track #";
     //
     // cancel_button
     //
     this.cancel_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel_button.DirtyPaletteCounter = 24;
     this.cancel_button.Location = new System.Drawing.Point(381, 323);
     this.cancel_button.Name = "cancel_button";
     this.cancel_button.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.cancel_button.Size = new System.Drawing.Size(90, 25);
     this.cancel_button.TabIndex = 11;
     this.cancel_button.Text = "Cancel";
     this.cancel_button.Values.ExtraText = "";
     this.cancel_button.Values.Image = null;
     this.cancel_button.Values.ImageStates.ImageCheckedNormal = null;
     this.cancel_button.Values.ImageStates.ImageCheckedPressed = null;
     this.cancel_button.Values.ImageStates.ImageCheckedTracking = null;
     this.cancel_button.Values.Text = "Cancel";
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // save_button
     //
     this.save_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.save_button.DirtyPaletteCounter = 24;
     this.save_button.Location = new System.Drawing.Point(476, 323);
     this.save_button.Name = "save_button";
     this.save_button.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.save_button.Size = new System.Drawing.Size(90, 25);
     this.save_button.TabIndex = 12;
     this.save_button.Text = "Save";
     this.save_button.Values.ExtraText = "";
     this.save_button.Values.Image = null;
     this.save_button.Values.ImageStates.ImageCheckedNormal = null;
     this.save_button.Values.ImageStates.ImageCheckedPressed = null;
     this.save_button.Values.ImageStates.ImageCheckedTracking = null;
     this.save_button.Values.Text = "Save";
     this.save_button.Click += new System.EventHandler(this.save_button_Click);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(73, 11);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(493, 20);
     this.textBox1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Location = new System.Drawing.Point(73, 245);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(301, 261);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 25;
     this.pictureBox1.TabStop = false;
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(73, 63);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(493, 20);
     this.textBox3.TabIndex = 2;
     //
     // textBox9
     //
     this.textBox9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox9.Location = new System.Drawing.Point(73, 219);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(493, 20);
     this.textBox9.TabIndex = 8;
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(73, 37);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(493, 20);
     this.textBox2.TabIndex = 1;
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.Location = new System.Drawing.Point(73, 193);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(493, 20);
     this.textBox8.TabIndex = 7;
     //
     // textBox4
     //
     this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox4.Location = new System.Drawing.Point(73, 89);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(493, 20);
     this.textBox4.TabIndex = 3;
     //
     // textBox7
     //
     this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox7.Location = new System.Drawing.Point(73, 167);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(493, 20);
     this.textBox7.TabIndex = 6;
     //
     // textBox5
     //
     this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox5.Location = new System.Drawing.Point(73, 115);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(493, 20);
     this.textBox5.TabIndex = 4;
     //
     // textBox6
     //
     this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox6.Location = new System.Drawing.Point(73, 141);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(493, 20);
     this.textBox6.TabIndex = 5;
     //
     // gui_editTag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 514);
     this.Controls.Add(this.kryptonGroup1);
     this.Name = "gui_editTag";
     this.Text = "Edit ID3 Tag";
     this.Load += new System.EventHandler(this.gui_editTag_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).EndInit();
     this.kryptonGroup1.Panel.ResumeLayout(false);
     this.kryptonGroup1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).EndInit();
     this.kryptonGroup1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.SuggestButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancel_button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.save_button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }