Exemplo n.º 1
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ug = new vdXceed.vdPlainGrid();
     ((System.ComponentModel.ISupportInitialize)(this.ug)).BeginInit();
     this.SuspendLayout();
     //
     // ug
     //
     this.ug.Caption = null;
     this.ug.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ug.Location = new System.Drawing.Point( 0, 0 );
     this.ug.Name = "ug";
     this.ug.ReadOnly = true;
     this.ug.Size = new System.Drawing.Size( 600, 200 );
     this.ug.TabIndex = 9;
     this.ug.SelectedRowsChanged += new System.EventHandler( this.ug_SelectedRowsChanged );
     this.ug.CellDoubleClick += new System.EventHandler( this.ug_CellDoubleClick );
     //
     // usrOpenWork
     //
     this.Controls.Add( this.ug );
     this.Name = "usrOpenWork";
     ((System.ComponentModel.ISupportInitialize)(this.ug)).EndInit();
     this.ResumeLayout( false );
 }
Exemplo n.º 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.ug = new vdXceed.vdPlainGrid();
     this.cmdOK = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ug)).BeginInit();
     this.SuspendLayout();
     //
     // ug
     //
     this.ug.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)));
     this.ug.Caption = null;
     this.ug.Location = new System.Drawing.Point(8, 8);
     this.ug.Name = "ug";
     this.ug.ReadOnly = true;
     this.ug.Size = new System.Drawing.Size(528, 432);
     this.ug.TabIndex = 1;
     //
     // cmdOK
     //
     this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.cmdOK.Location = new System.Drawing.Point(448, 448);
     this.cmdOK.Name = "cmdOK";
     this.cmdOK.Size = new System.Drawing.Size(80, 28);
     this.cmdOK.TabIndex = 2;
     this.cmdOK.Text = "Stäng";
     //
     // FBackupLog
     //
     this.AcceptButton = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.cmdOK;
     this.ClientSize = new System.Drawing.Size(544, 480);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.ug);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FBackupLog";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Backuphistorik";
     ((System.ComponentModel.ISupportInitialize)(this.ug)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cmdNy = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.cmdOK = new System.Windows.Forms.Button();
     this.ugG = new vdXceed.vdPlainGrid();
     this.lblInfo = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ugG)).BeginInit();
     this.SuspendLayout();
     //
     // cmdNy
     //
     this.cmdNy.Location = new System.Drawing.Point( 272, 282 );
     this.cmdNy.Name = "cmdNy";
     this.cmdNy.Size = new System.Drawing.Size( 80, 29 );
     this.cmdNy.TabIndex = 3;
     this.cmdNy.Text = "Ny";
     this.cmdNy.UseVisualStyleBackColor = true;
     this.cmdNy.Click += new System.EventHandler( this.cmdNy_Click );
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location = new System.Drawing.Point( 358, 13 );
     this.cmdCancel.Name = "cmdCancel";
     this.cmdCancel.Size = new System.Drawing.Size( 80, 28 );
     this.cmdCancel.TabIndex = 12;
     this.cmdCancel.Text = "Avbryt";
     //
     // cmdOK
     //
     this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.cmdOK.Location = new System.Drawing.Point( 272, 13 );
     this.cmdOK.Name = "cmdOK";
     this.cmdOK.Size = new System.Drawing.Size( 80, 28 );
     this.cmdOK.TabIndex = 11;
     this.cmdOK.Text = "OK";
     //
     // ugG
     //
     this.ugG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                             | System.Windows.Forms.AnchorStyles.Left)));
     this.ugG.Caption = null;
     this.ugG.Location = new System.Drawing.Point( 12, 12 );
     this.ugG.Name = "ugG";
     this.ugG.Size = new System.Drawing.Size( 254, 299 );
     this.ugG.TabIndex = 17;
     this.ugG.CellValueChanged += new System.EventHandler( this.ugG_CellValueChanged );
     //
     // lblInfo
     //
     this.lblInfo.BackColor = System.Drawing.SystemColors.Info;
     this.lblInfo.ForeColor = System.Drawing.SystemColors.InfoText;
     this.lblInfo.Location = new System.Drawing.Point( 272, 65 );
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size( 166, 97 );
     this.lblInfo.TabIndex = 18;
     this.lblInfo.Text = "-";
     this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FSammanslagnaGrupper
     //
     this.AcceptButton = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
     this.CancelButton = this.cmdCancel;
     this.ClientSize = new System.Drawing.Size( 442, 323 );
     this.Controls.Add( this.lblInfo );
     this.Controls.Add( this.ugG );
     this.Controls.Add( this.cmdCancel );
     this.Controls.Add( this.cmdOK );
     this.Controls.Add( this.cmdNy );
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "FSammanslagnaGrupper";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Sammanslagna grupper";
     ((System.ComponentModel.ISupportInitialize)(this.ugG)).EndInit();
     this.ResumeLayout( false );
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cmdFinalCopy = new System.Windows.Forms.Button();
     this.cmdBurnDVD = new System.Windows.Forms.Button();
     this.chkOrderCorrect = new System.Windows.Forms.CheckBox();
     this.grpRestfoto = new vdUsr.vdGroup();
     this.label10 = new System.Windows.Forms.Label();
     this.optRestI_EjSvar = new System.Windows.Forms.RadioButton();
     this.optRestI_Nej = new System.Windows.Forms.RadioButton();
     this.optRestI_Ja = new System.Windows.Forms.RadioButton();
     this.optRestV_EjSvar = new System.Windows.Forms.RadioButton();
     this.label8 = new System.Windows.Forms.Label();
     this.optRestV_Nej = new System.Windows.Forms.RadioButton();
     this.label9 = new System.Windows.Forms.Label();
     this.optRestV_Ja = new System.Windows.Forms.RadioButton();
     this.optRestO_EjSvar = new System.Windows.Forms.RadioButton();
     this.optRestO_Nej = new System.Windows.Forms.RadioButton();
     this.optRestO_Ja = new System.Windows.Forms.RadioButton();
     this.optRestP_EjSvar = new System.Windows.Forms.RadioButton();
     this.label7 = new System.Windows.Forms.Label();
     this.optRestP_Nej = new System.Windows.Forms.RadioButton();
     this.lblRestG = new System.Windows.Forms.Label();
     this.optRestP_Ja = new System.Windows.Forms.RadioButton();
     this.optRestG_EjSvar = new System.Windows.Forms.RadioButton();
     this.optRestG_Nej = new System.Windows.Forms.RadioButton();
     this.optRestG_Ja = new System.Windows.Forms.RadioButton();
     this.txtStatus = new System.Windows.Forms.TextBox();
     this.ugG = new vdXceed.vdPlainGrid();
     this.grpAnpassadCD = new vdUsr.vdGroup();
     this.label2 = new System.Windows.Forms.Label();
     this.txtAnp_Till = new System.Windows.Forms.TextBox();
     this.optAnp_EjSvar = new System.Windows.Forms.RadioButton();
     this.optAnp_Nej = new System.Windows.Forms.RadioButton();
     this.optAnp_Ja = new System.Windows.Forms.RadioButton();
     this.grpPhotoArkiv = new vdUsr.vdGroup();
     this.label3 = new System.Windows.Forms.Label();
     this.txtPArkiv_Till = new System.Windows.Forms.TextBox();
     this.optPArkiv_EjSvar = new System.Windows.Forms.RadioButton();
     this.optPArkiv_Nej = new System.Windows.Forms.RadioButton();
     this.optPArkiv_Ja = new System.Windows.Forms.RadioButton();
     this.grpVimmel = new vdUsr.vdGroup();
     this.label4 = new System.Windows.Forms.Label();
     this.txtV_Till = new System.Windows.Forms.TextBox();
     this.optV_EjSvar = new System.Windows.Forms.RadioButton();
     this.optV_Nej = new System.Windows.Forms.RadioButton();
     this.optV_Ja = new System.Windows.Forms.RadioButton();
     this.lblBurnTime = new System.Windows.Forms.Label();
     this.grpGranskning = new vdUsr.vdGroup();
     this.lblGranskningSkaGöras = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtValidateGP_Av = new System.Windows.Forms.TextBox();
     this.optValidateGP_EjSvar = new System.Windows.Forms.RadioButton();
     this.optValidateGP_Nej = new System.Windows.Forms.RadioButton();
     this.optValidateGP_Ja = new System.Windows.Forms.RadioButton();
     this.chkWhoAmI = new System.Windows.Forms.CheckBox();
     this.cmdFTP = new System.Windows.Forms.Button();
     this.grpLappar = new vdUsr.vdGroup();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPlappar_Kommentar = new System.Windows.Forms.TextBox();
     this.optPlappar_EjSvar = new System.Windows.Forms.RadioButton();
     this.optPlappar_Nej = new System.Windows.Forms.RadioButton();
     this.optPlappar_Ja = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.grpRestfoto)).BeginInit();
     this.grpRestfoto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ugG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpAnpassadCD)).BeginInit();
     this.grpAnpassadCD.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpPhotoArkiv)).BeginInit();
     this.grpPhotoArkiv.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpVimmel)).BeginInit();
     this.grpVimmel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpGranskning)).BeginInit();
     this.grpGranskning.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpLappar)).BeginInit();
     this.grpLappar.SuspendLayout();
     this.SuspendLayout();
     //
     // cmdFinalCopy
     //
     this.cmdFinalCopy.Location = new System.Drawing.Point(831, 594);
     this.cmdFinalCopy.Name = "cmdFinalCopy";
     this.cmdFinalCopy.Size = new System.Drawing.Size(185, 28);
     this.cmdFinalCopy.TabIndex = 13;
     this.cmdFinalCopy.Text = "Slutlagra på extern hårddisk";
     this.cmdFinalCopy.Click += new System.EventHandler(this.cmdFinalCopy_Click);
     //
     // cmdBurnDVD
     //
     this.cmdBurnDVD.Location = new System.Drawing.Point(831, 560);
     this.cmdBurnDVD.Name = "cmdBurnDVD";
     this.cmdBurnDVD.Size = new System.Drawing.Size(185, 28);
     this.cmdBurnDVD.TabIndex = 12;
     this.cmdBurnDVD.Text = "Slutlagra på CD/DVD";
     this.cmdBurnDVD.Click += new System.EventHandler(this.cmdBurnDVD_Click);
     //
     // chkOrderCorrect
     //
     this.chkOrderCorrect.AutoSize = true;
     this.chkOrderCorrect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chkOrderCorrect.Location = new System.Drawing.Point(581, 526);
     this.chkOrderCorrect.Name = "chkOrderCorrect";
     this.chkOrderCorrect.Size = new System.Drawing.Size(177, 20);
     this.chkOrderCorrect.TabIndex = 9;
     this.chkOrderCorrect.Text = "Gruppordningen är korrekt";
     this.chkOrderCorrect.UseVisualStyleBackColor = false;
     //
     // grpRestfoto
     //
     this.grpRestfoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpRestfoto.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpRestfoto.Caption = null;
     this.grpRestfoto.Controls.Add(this.label10);
     this.grpRestfoto.Controls.Add(this.optRestI_EjSvar);
     this.grpRestfoto.Controls.Add(this.optRestI_Nej);
     this.grpRestfoto.Controls.Add(this.optRestI_Ja);
     this.grpRestfoto.Controls.Add(this.optRestV_EjSvar);
     this.grpRestfoto.Controls.Add(this.label8);
     this.grpRestfoto.Controls.Add(this.optRestV_Nej);
     this.grpRestfoto.Controls.Add(this.label9);
     this.grpRestfoto.Controls.Add(this.optRestV_Ja);
     this.grpRestfoto.Controls.Add(this.optRestO_EjSvar);
     this.grpRestfoto.Controls.Add(this.optRestO_Nej);
     this.grpRestfoto.Controls.Add(this.optRestO_Ja);
     this.grpRestfoto.Controls.Add(this.optRestP_EjSvar);
     this.grpRestfoto.Controls.Add(this.label7);
     this.grpRestfoto.Controls.Add(this.optRestP_Nej);
     this.grpRestfoto.Controls.Add(this.lblRestG);
     this.grpRestfoto.Controls.Add(this.optRestP_Ja);
     this.grpRestfoto.Controls.Add(this.optRestG_EjSvar);
     this.grpRestfoto.Controls.Add(this.optRestG_Nej);
     this.grpRestfoto.Controls.Add(this.optRestG_Ja);
     this.grpRestfoto.Location = new System.Drawing.Point(573, 4);
     this.grpRestfoto.Name = "grpRestfoto";
     this.grpRestfoto.Size = new System.Drawing.Size(443, 83);
     this.grpRestfoto.TabIndex = 1;
     this.grpRestfoto.Text = "Önskas restfoto för ...";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(6, 58);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(84, 16);
     this.label10.TabIndex = 16;
     this.label10.Text = "Infäll. katalog";
     //
     // optRestI_EjSvar
     //
     this.optRestI_EjSvar.AutoCheck = false;
     this.optRestI_EjSvar.AutoSize = true;
     this.optRestI_EjSvar.Location = new System.Drawing.Point(200, 58);
     this.optRestI_EjSvar.Name = "optRestI_EjSvar";
     this.optRestI_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optRestI_EjSvar.TabIndex = 19;
     this.optRestI_EjSvar.Text = "?";
     this.optRestI_EjSvar.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestI_Nej
     //
     this.optRestI_Nej.AutoCheck = false;
     this.optRestI_Nej.AutoSize = true;
     this.optRestI_Nej.Location = new System.Drawing.Point(148, 58);
     this.optRestI_Nej.Name = "optRestI_Nej";
     this.optRestI_Nej.Size = new System.Drawing.Size(45, 20);
     this.optRestI_Nej.TabIndex = 18;
     this.optRestI_Nej.Text = "Nej";
     this.optRestI_Nej.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestI_Ja
     //
     this.optRestI_Ja.AutoCheck = false;
     this.optRestI_Ja.AutoSize = true;
     this.optRestI_Ja.Location = new System.Drawing.Point(104, 58);
     this.optRestI_Ja.Name = "optRestI_Ja";
     this.optRestI_Ja.Size = new System.Drawing.Size(39, 20);
     this.optRestI_Ja.TabIndex = 17;
     this.optRestI_Ja.Text = "Ja";
     this.optRestI_Ja.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestV_EjSvar
     //
     this.optRestV_EjSvar.AutoCheck = false;
     this.optRestV_EjSvar.AutoSize = true;
     this.optRestV_EjSvar.Location = new System.Drawing.Point(397, 38);
     this.optRestV_EjSvar.Name = "optRestV_EjSvar";
     this.optRestV_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optRestV_EjSvar.TabIndex = 15;
     this.optRestV_EjSvar.Text = "?";
     this.optRestV_EjSvar.Click += new System.EventHandler(this.optRest_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(241, 38);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(52, 16);
     this.label8.TabIndex = 12;
     this.label8.Text = "Vimmel";
     //
     // optRestV_Nej
     //
     this.optRestV_Nej.AutoCheck = false;
     this.optRestV_Nej.AutoSize = true;
     this.optRestV_Nej.Location = new System.Drawing.Point(345, 38);
     this.optRestV_Nej.Name = "optRestV_Nej";
     this.optRestV_Nej.Size = new System.Drawing.Size(45, 20);
     this.optRestV_Nej.TabIndex = 14;
     this.optRestV_Nej.Text = "Nej";
     this.optRestV_Nej.Click += new System.EventHandler(this.optRest_Click);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 38);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(53, 16);
     this.label9.TabIndex = 8;
     this.label9.Text = "Omslag";
     //
     // optRestV_Ja
     //
     this.optRestV_Ja.AutoCheck = false;
     this.optRestV_Ja.AutoSize = true;
     this.optRestV_Ja.Location = new System.Drawing.Point(301, 38);
     this.optRestV_Ja.Name = "optRestV_Ja";
     this.optRestV_Ja.Size = new System.Drawing.Size(39, 20);
     this.optRestV_Ja.TabIndex = 13;
     this.optRestV_Ja.Text = "Ja";
     this.optRestV_Ja.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestO_EjSvar
     //
     this.optRestO_EjSvar.AutoCheck = false;
     this.optRestO_EjSvar.AutoSize = true;
     this.optRestO_EjSvar.Location = new System.Drawing.Point(200, 38);
     this.optRestO_EjSvar.Name = "optRestO_EjSvar";
     this.optRestO_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optRestO_EjSvar.TabIndex = 11;
     this.optRestO_EjSvar.Text = "?";
     this.optRestO_EjSvar.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestO_Nej
     //
     this.optRestO_Nej.AutoCheck = false;
     this.optRestO_Nej.AutoSize = true;
     this.optRestO_Nej.Location = new System.Drawing.Point(148, 38);
     this.optRestO_Nej.Name = "optRestO_Nej";
     this.optRestO_Nej.Size = new System.Drawing.Size(45, 20);
     this.optRestO_Nej.TabIndex = 10;
     this.optRestO_Nej.Text = "Nej";
     this.optRestO_Nej.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestO_Ja
     //
     this.optRestO_Ja.AutoCheck = false;
     this.optRestO_Ja.AutoSize = true;
     this.optRestO_Ja.Location = new System.Drawing.Point(104, 38);
     this.optRestO_Ja.Name = "optRestO_Ja";
     this.optRestO_Ja.Size = new System.Drawing.Size(39, 20);
     this.optRestO_Ja.TabIndex = 9;
     this.optRestO_Ja.Text = "Ja";
     this.optRestO_Ja.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestP_EjSvar
     //
     this.optRestP_EjSvar.AutoCheck = false;
     this.optRestP_EjSvar.AutoSize = true;
     this.optRestP_EjSvar.Location = new System.Drawing.Point(397, 18);
     this.optRestP_EjSvar.Name = "optRestP_EjSvar";
     this.optRestP_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optRestP_EjSvar.TabIndex = 7;
     this.optRestP_EjSvar.Text = "?";
     this.optRestP_EjSvar.Click += new System.EventHandler(this.optRest_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(241, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(51, 16);
     this.label7.TabIndex = 4;
     this.label7.Text = "Porträtt";
     //
     // optRestP_Nej
     //
     this.optRestP_Nej.AutoCheck = false;
     this.optRestP_Nej.AutoSize = true;
     this.optRestP_Nej.Location = new System.Drawing.Point(345, 18);
     this.optRestP_Nej.Name = "optRestP_Nej";
     this.optRestP_Nej.Size = new System.Drawing.Size(45, 20);
     this.optRestP_Nej.TabIndex = 6;
     this.optRestP_Nej.Text = "Nej";
     this.optRestP_Nej.Click += new System.EventHandler(this.optRest_Click);
     //
     // lblRestG
     //
     this.lblRestG.AutoSize = true;
     this.lblRestG.Location = new System.Drawing.Point(6, 18);
     this.lblRestG.Name = "lblRestG";
     this.lblRestG.Size = new System.Drawing.Size(74, 16);
     this.lblRestG.TabIndex = 0;
     this.lblRestG.Text = "Gruppbilder";
     //
     // optRestP_Ja
     //
     this.optRestP_Ja.AutoCheck = false;
     this.optRestP_Ja.AutoSize = true;
     this.optRestP_Ja.Location = new System.Drawing.Point(301, 18);
     this.optRestP_Ja.Name = "optRestP_Ja";
     this.optRestP_Ja.Size = new System.Drawing.Size(39, 20);
     this.optRestP_Ja.TabIndex = 5;
     this.optRestP_Ja.Text = "Ja";
     this.optRestP_Ja.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestG_EjSvar
     //
     this.optRestG_EjSvar.AutoCheck = false;
     this.optRestG_EjSvar.AutoSize = true;
     this.optRestG_EjSvar.Location = new System.Drawing.Point(200, 18);
     this.optRestG_EjSvar.Name = "optRestG_EjSvar";
     this.optRestG_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optRestG_EjSvar.TabIndex = 3;
     this.optRestG_EjSvar.Text = "?";
     this.optRestG_EjSvar.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestG_Nej
     //
     this.optRestG_Nej.AutoCheck = false;
     this.optRestG_Nej.AutoSize = true;
     this.optRestG_Nej.Location = new System.Drawing.Point(148, 18);
     this.optRestG_Nej.Name = "optRestG_Nej";
     this.optRestG_Nej.Size = new System.Drawing.Size(45, 20);
     this.optRestG_Nej.TabIndex = 2;
     this.optRestG_Nej.Text = "Nej";
     this.optRestG_Nej.Click += new System.EventHandler(this.optRest_Click);
     //
     // optRestG_Ja
     //
     this.optRestG_Ja.AutoCheck = false;
     this.optRestG_Ja.AutoSize = true;
     this.optRestG_Ja.Location = new System.Drawing.Point(104, 18);
     this.optRestG_Ja.Name = "optRestG_Ja";
     this.optRestG_Ja.Size = new System.Drawing.Size(39, 20);
     this.optRestG_Ja.TabIndex = 1;
     this.optRestG_Ja.Text = "Ja";
     this.optRestG_Ja.Click += new System.EventHandler(this.optRest_Click);
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(575, 339);
     this.txtStatus.Multiline = true;
     this.txtStatus.Name = "txtStatus";
     this.txtStatus.ReadOnly = true;
     this.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtStatus.Size = new System.Drawing.Size(445, 181);
     this.txtStatus.TabIndex = 8;
     //
     // ugG
     //
     this.ugG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.ugG.Caption = null;
     this.ugG.Location = new System.Drawing.Point(4, 4);
     this.ugG.Name = "ugG";
     this.ugG.ReadOnly = true;
     this.ugG.Size = new System.Drawing.Size(558, 693);
     this.ugG.TabIndex = 0;
     //
     // grpAnpassadCD
     //
     this.grpAnpassadCD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpAnpassadCD.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpAnpassadCD.Caption = null;
     this.grpAnpassadCD.Controls.Add(this.label2);
     this.grpAnpassadCD.Controls.Add(this.txtAnp_Till);
     this.grpAnpassadCD.Controls.Add(this.optAnp_EjSvar);
     this.grpAnpassadCD.Controls.Add(this.optAnp_Nej);
     this.grpAnpassadCD.Controls.Add(this.optAnp_Ja);
     this.grpAnpassadCD.Location = new System.Drawing.Point(573, 93);
     this.grpAnpassadCD.Name = "grpAnpassadCD";
     this.grpAnpassadCD.Size = new System.Drawing.Size(443, 40);
     this.grpAnpassadCD.TabIndex = 3;
     this.grpAnpassadCD.Text = "Har Programanpassad CD överlämnats?";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(220, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(28, 16);
     this.label2.TabIndex = 3;
     this.label2.Text = "Till:";
     //
     // txtAnp_Till
     //
     this.txtAnp_Till.Location = new System.Drawing.Point(254, 14);
     this.txtAnp_Till.Name = "txtAnp_Till";
     this.txtAnp_Till.Size = new System.Drawing.Size(181, 22);
     this.txtAnp_Till.TabIndex = 4;
     //
     // optAnp_EjSvar
     //
     this.optAnp_EjSvar.AutoSize = true;
     this.optAnp_EjSvar.Location = new System.Drawing.Point(104, 16);
     this.optAnp_EjSvar.Name = "optAnp_EjSvar";
     this.optAnp_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optAnp_EjSvar.TabIndex = 2;
     this.optAnp_EjSvar.Text = "?";
     //
     // optAnp_Nej
     //
     this.optAnp_Nej.AutoSize = true;
     this.optAnp_Nej.Location = new System.Drawing.Point(52, 16);
     this.optAnp_Nej.Name = "optAnp_Nej";
     this.optAnp_Nej.Size = new System.Drawing.Size(45, 20);
     this.optAnp_Nej.TabIndex = 1;
     this.optAnp_Nej.Text = "Nej";
     //
     // optAnp_Ja
     //
     this.optAnp_Ja.AutoSize = true;
     this.optAnp_Ja.Location = new System.Drawing.Point(8, 16);
     this.optAnp_Ja.Name = "optAnp_Ja";
     this.optAnp_Ja.Size = new System.Drawing.Size(39, 20);
     this.optAnp_Ja.TabIndex = 0;
     this.optAnp_Ja.Text = "Ja";
     //
     // grpPhotoArkiv
     //
     this.grpPhotoArkiv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpPhotoArkiv.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpPhotoArkiv.Caption = null;
     this.grpPhotoArkiv.Controls.Add(this.label3);
     this.grpPhotoArkiv.Controls.Add(this.txtPArkiv_Till);
     this.grpPhotoArkiv.Controls.Add(this.optPArkiv_EjSvar);
     this.grpPhotoArkiv.Controls.Add(this.optPArkiv_Nej);
     this.grpPhotoArkiv.Controls.Add(this.optPArkiv_Ja);
     this.grpPhotoArkiv.Location = new System.Drawing.Point(573, 139);
     this.grpPhotoArkiv.Name = "grpPhotoArkiv";
     this.grpPhotoArkiv.Size = new System.Drawing.Size(443, 40);
     this.grpPhotoArkiv.TabIndex = 4;
     this.grpPhotoArkiv.Text = "Har PhotoArkiv-CD överlämnats?";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(220, 16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(28, 16);
     this.label3.TabIndex = 3;
     this.label3.Text = "Till:";
     //
     // txtPArkiv_Till
     //
     this.txtPArkiv_Till.Location = new System.Drawing.Point(254, 14);
     this.txtPArkiv_Till.Name = "txtPArkiv_Till";
     this.txtPArkiv_Till.Size = new System.Drawing.Size(181, 22);
     this.txtPArkiv_Till.TabIndex = 4;
     //
     // optPArkiv_EjSvar
     //
     this.optPArkiv_EjSvar.AutoSize = true;
     this.optPArkiv_EjSvar.Location = new System.Drawing.Point(104, 16);
     this.optPArkiv_EjSvar.Name = "optPArkiv_EjSvar";
     this.optPArkiv_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optPArkiv_EjSvar.TabIndex = 2;
     this.optPArkiv_EjSvar.Text = "?";
     //
     // optPArkiv_Nej
     //
     this.optPArkiv_Nej.AutoSize = true;
     this.optPArkiv_Nej.Location = new System.Drawing.Point(52, 16);
     this.optPArkiv_Nej.Name = "optPArkiv_Nej";
     this.optPArkiv_Nej.Size = new System.Drawing.Size(45, 20);
     this.optPArkiv_Nej.TabIndex = 1;
     this.optPArkiv_Nej.Text = "Nej";
     //
     // optPArkiv_Ja
     //
     this.optPArkiv_Ja.AutoSize = true;
     this.optPArkiv_Ja.Location = new System.Drawing.Point(8, 16);
     this.optPArkiv_Ja.Name = "optPArkiv_Ja";
     this.optPArkiv_Ja.Size = new System.Drawing.Size(39, 20);
     this.optPArkiv_Ja.TabIndex = 0;
     this.optPArkiv_Ja.Text = "Ja";
     //
     // grpVimmel
     //
     this.grpVimmel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpVimmel.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpVimmel.Caption = null;
     this.grpVimmel.Controls.Add(this.label4);
     this.grpVimmel.Controls.Add(this.txtV_Till);
     this.grpVimmel.Controls.Add(this.optV_EjSvar);
     this.grpVimmel.Controls.Add(this.optV_Nej);
     this.grpVimmel.Controls.Add(this.optV_Ja);
     this.grpVimmel.Location = new System.Drawing.Point(573, 185);
     this.grpVimmel.Name = "grpVimmel";
     this.grpVimmel.Size = new System.Drawing.Size(443, 40);
     this.grpVimmel.TabIndex = 5;
     this.grpVimmel.Text = "Har Vimmel-CD överlämnats?";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(220, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(28, 16);
     this.label4.TabIndex = 3;
     this.label4.Text = "Till:";
     //
     // txtV_Till
     //
     this.txtV_Till.Location = new System.Drawing.Point(254, 14);
     this.txtV_Till.Name = "txtV_Till";
     this.txtV_Till.Size = new System.Drawing.Size(181, 22);
     this.txtV_Till.TabIndex = 4;
     //
     // optV_EjSvar
     //
     this.optV_EjSvar.AutoSize = true;
     this.optV_EjSvar.Location = new System.Drawing.Point(104, 16);
     this.optV_EjSvar.Name = "optV_EjSvar";
     this.optV_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optV_EjSvar.TabIndex = 2;
     this.optV_EjSvar.Text = "?";
     //
     // optV_Nej
     //
     this.optV_Nej.AutoSize = true;
     this.optV_Nej.Location = new System.Drawing.Point(52, 16);
     this.optV_Nej.Name = "optV_Nej";
     this.optV_Nej.Size = new System.Drawing.Size(45, 20);
     this.optV_Nej.TabIndex = 1;
     this.optV_Nej.Text = "Nej";
     //
     // optV_Ja
     //
     this.optV_Ja.AutoSize = true;
     this.optV_Ja.Location = new System.Drawing.Point(8, 16);
     this.optV_Ja.Name = "optV_Ja";
     this.optV_Ja.Size = new System.Drawing.Size(39, 20);
     this.optV_Ja.TabIndex = 0;
     this.optV_Ja.Text = "Ja";
     //
     // lblBurnTime
     //
     this.lblBurnTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblBurnTime.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBurnTime.ForeColor = System.Drawing.Color.Red;
     this.lblBurnTime.Location = new System.Drawing.Point(1022, 550);
     this.lblBurnTime.Name = "lblBurnTime";
     this.lblBurnTime.Size = new System.Drawing.Size(193, 32);
     this.lblBurnTime.TabIndex = 13;
     this.lblBurnTime.Text = "datumfält";
     this.lblBurnTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // grpGranskning
     //
     this.grpGranskning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpGranskning.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpGranskning.Caption = null;
     this.grpGranskning.Controls.Add(this.lblGranskningSkaGöras);
     this.grpGranskning.Controls.Add(this.label5);
     this.grpGranskning.Controls.Add(this.txtValidateGP_Av);
     this.grpGranskning.Controls.Add(this.optValidateGP_EjSvar);
     this.grpGranskning.Controls.Add(this.optValidateGP_Nej);
     this.grpGranskning.Controls.Add(this.optValidateGP_Ja);
     this.grpGranskning.Location = new System.Drawing.Point(573, 277);
     this.grpGranskning.Name = "grpGranskning";
     this.grpGranskning.Size = new System.Drawing.Size(443, 56);
     this.grpGranskning.TabIndex = 7;
     this.grpGranskning.Text = "Har skolan granskat och godkänt gruppbilderna?";
     //
     // lblGranskningSkaGöras
     //
     this.lblGranskningSkaGöras.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblGranskningSkaGöras.ForeColor = System.Drawing.Color.Maroon;
     this.lblGranskningSkaGöras.Location = new System.Drawing.Point(5, 38);
     this.lblGranskningSkaGöras.Name = "lblGranskningSkaGöras";
     this.lblGranskningSkaGöras.Size = new System.Drawing.Size(430, 14);
     this.lblGranskningSkaGöras.TabIndex = 5;
     this.lblGranskningSkaGöras.Text = "ENLIGT FOTOORDERN SKA DETTA GÖRAS!";
     this.lblGranskningSkaGöras.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(220, 16);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(26, 16);
     this.label5.TabIndex = 3;
     this.label5.Text = "Av:";
     //
     // txtValidateGP_Av
     //
     this.txtValidateGP_Av.Location = new System.Drawing.Point(254, 14);
     this.txtValidateGP_Av.Name = "txtValidateGP_Av";
     this.txtValidateGP_Av.Size = new System.Drawing.Size(181, 22);
     this.txtValidateGP_Av.TabIndex = 4;
     //
     // optValidateGP_EjSvar
     //
     this.optValidateGP_EjSvar.AutoSize = true;
     this.optValidateGP_EjSvar.Location = new System.Drawing.Point(104, 16);
     this.optValidateGP_EjSvar.Name = "optValidateGP_EjSvar";
     this.optValidateGP_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optValidateGP_EjSvar.TabIndex = 2;
     this.optValidateGP_EjSvar.Text = "?";
     //
     // optValidateGP_Nej
     //
     this.optValidateGP_Nej.AutoSize = true;
     this.optValidateGP_Nej.Location = new System.Drawing.Point(52, 16);
     this.optValidateGP_Nej.Name = "optValidateGP_Nej";
     this.optValidateGP_Nej.Size = new System.Drawing.Size(45, 20);
     this.optValidateGP_Nej.TabIndex = 1;
     this.optValidateGP_Nej.Text = "Nej";
     //
     // optValidateGP_Ja
     //
     this.optValidateGP_Ja.AutoSize = true;
     this.optValidateGP_Ja.Location = new System.Drawing.Point(8, 16);
     this.optValidateGP_Ja.Name = "optValidateGP_Ja";
     this.optValidateGP_Ja.Size = new System.Drawing.Size(39, 20);
     this.optValidateGP_Ja.TabIndex = 0;
     this.optValidateGP_Ja.Text = "Ja";
     //
     // chkWhoAmI
     //
     this.chkWhoAmI.AutoSize = true;
     this.chkWhoAmI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chkWhoAmI.Location = new System.Drawing.Point(581, 552);
     this.chkWhoAmI.Name = "chkWhoAmI";
     this.chkWhoAmI.Size = new System.Drawing.Size(62, 20);
     this.chkWhoAmI.TabIndex = 10;
     this.chkWhoAmI.Text = "Jag är";
     this.chkWhoAmI.UseVisualStyleBackColor = false;
     //
     // cmdFTP
     //
     this.cmdFTP.Location = new System.Drawing.Point(831, 526);
     this.cmdFTP.Name = "cmdFTP";
     this.cmdFTP.Size = new System.Drawing.Size(185, 28);
     this.cmdFTP.TabIndex = 11;
     this.cmdFTP.Text = "Slutlagra via FTP";
     this.cmdFTP.Click += new System.EventHandler(this.cmdFTP_Click);
     //
     // grpLappar
     //
     this.grpLappar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpLappar.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.grpLappar.Caption = null;
     this.grpLappar.Controls.Add(this.label1);
     this.grpLappar.Controls.Add(this.txtPlappar_Kommentar);
     this.grpLappar.Controls.Add(this.optPlappar_EjSvar);
     this.grpLappar.Controls.Add(this.optPlappar_Nej);
     this.grpLappar.Controls.Add(this.optPlappar_Ja);
     this.grpLappar.Location = new System.Drawing.Point(573, 231);
     this.grpLappar.Name = "grpLappar";
     this.grpLappar.Size = new System.Drawing.Size(443, 40);
     this.grpLappar.TabIndex = 6;
     this.grpLappar.Text = "Har några påseendelappar delats ut?";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(169, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(79, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Kommentar:";
     //
     // txtPlappar_Kommentar
     //
     this.txtPlappar_Kommentar.Location = new System.Drawing.Point(254, 14);
     this.txtPlappar_Kommentar.Name = "txtPlappar_Kommentar";
     this.txtPlappar_Kommentar.Size = new System.Drawing.Size(181, 22);
     this.txtPlappar_Kommentar.TabIndex = 4;
     //
     // optPlappar_EjSvar
     //
     this.optPlappar_EjSvar.AutoSize = true;
     this.optPlappar_EjSvar.Location = new System.Drawing.Point(104, 16);
     this.optPlappar_EjSvar.Name = "optPlappar_EjSvar";
     this.optPlappar_EjSvar.Size = new System.Drawing.Size(33, 20);
     this.optPlappar_EjSvar.TabIndex = 2;
     this.optPlappar_EjSvar.Text = "?";
     //
     // optPlappar_Nej
     //
     this.optPlappar_Nej.AutoSize = true;
     this.optPlappar_Nej.Location = new System.Drawing.Point(52, 16);
     this.optPlappar_Nej.Name = "optPlappar_Nej";
     this.optPlappar_Nej.Size = new System.Drawing.Size(45, 20);
     this.optPlappar_Nej.TabIndex = 1;
     this.optPlappar_Nej.Text = "Nej";
     //
     // optPlappar_Ja
     //
     this.optPlappar_Ja.AutoSize = true;
     this.optPlappar_Ja.Location = new System.Drawing.Point(8, 16);
     this.optPlappar_Ja.Name = "optPlappar_Ja";
     this.optPlappar_Ja.Size = new System.Drawing.Size(39, 20);
     this.optPlappar_Ja.TabIndex = 0;
     this.optPlappar_Ja.Text = "Ja";
     //
     // tabPageFinalBurn
     //
     this.Controls.Add(this.grpLappar);
     this.Controls.Add(this.cmdFTP);
     this.Controls.Add(this.chkWhoAmI);
     this.Controls.Add(this.grpGranskning);
     this.Controls.Add(this.lblBurnTime);
     this.Controls.Add(this.grpVimmel);
     this.Controls.Add(this.grpPhotoArkiv);
     this.Controls.Add(this.grpAnpassadCD);
     this.Controls.Add(this.ugG);
     this.Controls.Add(this.txtStatus);
     this.Controls.Add(this.grpRestfoto);
     this.Controls.Add(this.chkOrderCorrect);
     this.Controls.Add(this.cmdFinalCopy);
     this.Controls.Add(this.cmdBurnDVD);
     this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "tabPageFinalBurn";
     this.Size = new System.Drawing.Size(1024, 700);
     ((System.ComponentModel.ISupportInitialize)(this.grpRestfoto)).EndInit();
     this.grpRestfoto.ResumeLayout(false);
     this.grpRestfoto.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ugG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpAnpassadCD)).EndInit();
     this.grpAnpassadCD.ResumeLayout(false);
     this.grpAnpassadCD.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpPhotoArkiv)).EndInit();
     this.grpPhotoArkiv.ResumeLayout(false);
     this.grpPhotoArkiv.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpVimmel)).EndInit();
     this.grpVimmel.ResumeLayout(false);
     this.grpVimmel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpGranskning)).EndInit();
     this.grpGranskning.ResumeLayout(false);
     this.grpGranskning.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpLappar)).EndInit();
     this.grpLappar.ResumeLayout(false);
     this.grpLappar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 5
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ug = new vdXceed.vdPlainGrid();
     this.txtProgress = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.ug)).BeginInit();
     this.SuspendLayout();
     //
     // ug
     //
     this.ug.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.ug.Caption = null;
     this.ug.Location = new System.Drawing.Point( 3, 3 );
     this.ug.Name = "ug";
     this.ug.ReadOnly = true;
     this.ug.Size = new System.Drawing.Size( 594, 197 );
     this.ug.TabIndex = 1;
     this.ug.SelectedRowsChanged += new System.EventHandler( this.ug_SelectedRowsChanged );
     this.ug.CellDoubleClick += new System.EventHandler( this.ug_CellDoubleClick );
     //
     // txtProgress
     //
     this.txtProgress.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.txtProgress.Location = new System.Drawing.Point( 3, 3 );
     this.txtProgress.Multiline = true;
     this.txtProgress.Name = "txtProgress";
     this.txtProgress.Size = new System.Drawing.Size( 594, 194 );
     this.txtProgress.TabIndex = 2;
     //
     // usrOpenFtp
     //
     this.Controls.Add( this.txtProgress );
     this.Controls.Add( this.ug );
     this.Name = "usrOpenFtp";
     ((System.ComponentModel.ISupportInitialize)(this.ug)).EndInit();
     this.ResumeLayout( false );
     this.PerformLayout();
 }