frmMigrar.Designer.cs
1 namespace sage.addons.gestdoc.Visual.Procesos
2 {
3  partial class frmMigrar
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.txtSelDirectorio1 = new sage.ew.txtbox.UserControls.txtSelDirectorio();
32  this.ewlabel1 = new sage.ew.objetos.ewlabel();
33  this.ewprogressbar1 = new sage.ew.objetos.ewprogressbar();
34  this.ewlabel2 = new sage.ew.objetos.ewlabel();
35  this.ewpanel1 = new sage.ew.objetos.ewpanel();
36  this.chkMigrar = new sage.ew.objetos.ewcheckbox();
37  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
38  this.ewpanel1.SuspendLayout();
39  this.SuspendLayout();
40  //
41  // btDocCancelar1
42  //
43  this.btDocCancelar1.Location = new System.Drawing.Point(432, 126);
44  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
45  //
46  // btSalir1
47  //
48  this.btSalir1.Location = new System.Drawing.Point(453, 126);
49  this.btSalir1.Size = new System.Drawing.Size(99, 44);
50  //
51  // btDocAceptar1
52  //
53  this.btDocAceptar1.Location = new System.Drawing.Point(307, 126);
54  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
55  //
56  // txtSelDirectorio1
57  //
58  this.txtSelDirectorio1.AutoSize = true;
59  this.txtSelDirectorio1.Location = new System.Drawing.Point(16, 64);
60  this.txtSelDirectorio1.Margin = new System.Windows.Forms.Padding(0);
61  this.txtSelDirectorio1.Name = "txtSelDirectorio1";
62  this.txtSelDirectorio1.Padding = new System.Windows.Forms.Padding(2);
63  this.txtSelDirectorio1.Size = new System.Drawing.Size(538, 30);
64  this.txtSelDirectorio1.TabIndex = 4;
65  //
66  // ewlabel1
67  //
68  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
69  this.ewlabel1.Location = new System.Drawing.Point(18, 13);
70  this.ewlabel1.Name = "ewlabel1";
71  this.ewlabel1.Size = new System.Drawing.Size(534, 51);
72  this.ewlabel1.TabIndex = 5;
73  this.ewlabel1.Text = "Seleccione la carpeta donde se guardarán los ficheros de la gestión documental (E" +
74  "urowin) para migrarlos a Sage 50c";
75  //
76  // ewprogressbar1
77  //
78  this.ewprogressbar1.Font = new System.Drawing.Font("Arial", 9.5F);
79  this.ewprogressbar1.Location = new System.Drawing.Point(6, 19);
80  this.ewprogressbar1.Name = "ewprogressbar1";
81  this.ewprogressbar1.Size = new System.Drawing.Size(272, 23);
82  this.ewprogressbar1.TabIndex = 6;
83  //
84  // ewlabel2
85  //
86  this.ewlabel2.AutoSize = true;
87  this.ewlabel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
88  this.ewlabel2.Location = new System.Drawing.Point(3, 0);
89  this.ewlabel2.Name = "ewlabel2";
90  this.ewlabel2.Size = new System.Drawing.Size(32, 13);
91  this.ewlabel2.TabIndex = 7;
92  this.ewlabel2.Text = "label";
93  //
94  // ewpanel1
95  //
96  this.ewpanel1.Controls.Add(this.ewprogressbar1);
97  this.ewpanel1.Controls.Add(this.ewlabel2);
98  this.ewpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
99  this.ewpanel1.Location = new System.Drawing.Point(16, 124);
100  this.ewpanel1.Name = "ewpanel1";
101  this.ewpanel1.Size = new System.Drawing.Size(285, 48);
102  this.ewpanel1.TabIndex = 9;
103  this.ewpanel1.Visible = false;
104  //
105  // chkMigrar
106  //
107  this.chkMigrar._GuardarEnSettings = false;
108  this.chkMigrar._OpcionConfiguracion = "";
109  this.chkMigrar.AutoSize = true;
110  this.chkMigrar.Font = new System.Drawing.Font("Arial", 9.5F);
111  this.chkMigrar.Location = new System.Drawing.Point(17, 95);
112  this.chkMigrar.Name = "chkMigrar";
113  this.chkMigrar.Size = new System.Drawing.Size(328, 20);
114  this.chkMigrar.TabIndex = 10;
115  this.chkMigrar.Text = "No migrar los documentos de la gestión documental";
116  this.chkMigrar.UseVisualStyleBackColor = true;
117  //
118  // frmMigrar
119  //
120  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122  this.ClientSize = new System.Drawing.Size(561, 179);
123  this.Controls.Add(this.chkMigrar);
124  this.Controls.Add(this.ewpanel1);
125  this.Controls.Add(this.ewlabel1);
126  this.Controls.Add(this.txtSelDirectorio1);
127  this.Name = "frmMigrar";
128  this.Text = "Migración gestión documental";
129  this.Controls.SetChildIndex(this.btSalir1, 0);
130  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
131  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
132  this.Controls.SetChildIndex(this.txtSelDirectorio1, 0);
133  this.Controls.SetChildIndex(this.ewlabel1, 0);
134  this.Controls.SetChildIndex(this.ewpanel1, 0);
135  this.Controls.SetChildIndex(this.chkMigrar, 0);
136  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
137  this.ewpanel1.ResumeLayout(false);
138  this.ewpanel1.PerformLayout();
139  this.ResumeLayout(false);
140  this.PerformLayout();
141 
142  }
143 
144  #endregion
145 
146  private ew.txtbox.UserControls.txtSelDirectorio txtSelDirectorio1;
147  private ew.objetos.ewlabel ewlabel1;
148  private ew.objetos.ewprogressbar ewprogressbar1;
149  private ew.objetos.ewlabel ewlabel2;
150  private ew.objetos.ewpanel ewpanel1;
151  private ew.objetos.ewcheckbox chkMigrar;
152  }
153 }
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewprogressbar
Clase sage.ew.objetos.ewcheckbox
Clase sage.ew.objetos.ewlabel
Presenta el cuadro de diálogo Abrir o Guardar fichero
override void Dispose(bool disposing)
Clean up any resources being used.
Procesos : tabla listados filtrando el tipo a 3