/Docs/07-Implementacion/Source/trunk/EDUAR_actual/EDUAR_SI/EDUAR_SI_Prueba/Form1.Designer.cs

http://blpm.googlecode.com/ · C# · 312 lines · 231 code · 7 blank · 74 comment · 3 complexity · 567a201bea57d6c4f8fb3fe5dac0c95b MD5 · raw file

  1. namespace EDUAR_SI_Prueba
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Variable del diseńador requerida.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Limpiar los recursos que se estén utilizando.
  11. /// </summary>
  12. /// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Código generado por el Diseńador de Windows Forms
  22. /// <summary>
  23. /// Método necesario para admitir el Diseńador. No se puede modificar
  24. /// el contenido del método con el editor de código.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.ddlCadenaConexion = new System.Windows.Forms.ComboBox();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.btnBajaUsuarios = new System.Windows.Forms.Button();
  32. this.btnDiasHorarios = new System.Windows.Forms.Button();
  33. this.btnCalificaciones = new System.Windows.Forms.Button();
  34. this.btnSanciones = new System.Windows.Forms.Button();
  35. this.btnInfoAcademica = new System.Windows.Forms.Button();
  36. this.btnTutores = new System.Windows.Forms.Button();
  37. this.btnAuxiliares = new System.Windows.Forms.Button();
  38. this.btnAlumnos = new System.Windows.Forms.Button();
  39. this.btnAsistencia = new System.Windows.Forms.Button();
  40. this.btnPersonal = new System.Windows.Forms.Button();
  41. this.groupBox2 = new System.Windows.Forms.GroupBox();
  42. this.btnSancionInasistenciaSMS = new System.Windows.Forms.Button();
  43. this.btnInformeSanciones = new System.Windows.Forms.Button();
  44. this.btnInformeInasistencia = new System.Windows.Forms.Button();
  45. this.groupBox3 = new System.Windows.Forms.GroupBox();
  46. this.btnAltaSanciones = new System.Windows.Forms.Button();
  47. this.btnAltaInasistencias = new System.Windows.Forms.Button();
  48. this.groupBox1.SuspendLayout();
  49. this.groupBox2.SuspendLayout();
  50. this.groupBox3.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Location = new System.Drawing.Point(15, 15);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(118, 15);
  59. this.label1.TabIndex = 1;
  60. this.label1.Text = "Cadena de Conexión";
  61. //
  62. // ddlCadenaConexion
  63. //
  64. this.ddlCadenaConexion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.ddlCadenaConexion.FormattingEnabled = true;
  66. this.ddlCadenaConexion.Location = new System.Drawing.Point(17, 33);
  67. this.ddlCadenaConexion.Name = "ddlCadenaConexion";
  68. this.ddlCadenaConexion.Size = new System.Drawing.Size(469, 23);
  69. this.ddlCadenaConexion.TabIndex = 2;
  70. //
  71. // groupBox1
  72. //
  73. this.groupBox1.Controls.Add(this.btnBajaUsuarios);
  74. this.groupBox1.Controls.Add(this.btnDiasHorarios);
  75. this.groupBox1.Controls.Add(this.btnCalificaciones);
  76. this.groupBox1.Controls.Add(this.btnSanciones);
  77. this.groupBox1.Controls.Add(this.btnInfoAcademica);
  78. this.groupBox1.Controls.Add(this.btnTutores);
  79. this.groupBox1.Controls.Add(this.btnAuxiliares);
  80. this.groupBox1.Controls.Add(this.btnAlumnos);
  81. this.groupBox1.Location = new System.Drawing.Point(18, 71);
  82. this.groupBox1.Name = "groupBox1";
  83. this.groupBox1.Size = new System.Drawing.Size(557, 148);
  84. this.groupBox1.TabIndex = 5;
  85. this.groupBox1.TabStop = false;
  86. this.groupBox1.Text = "Importación de Datos";
  87. //
  88. // btnBajaUsuarios
  89. //
  90. this.btnBajaUsuarios.Location = new System.Drawing.Point(145, 106);
  91. this.btnBajaUsuarios.Name = "btnBajaUsuarios";
  92. this.btnBajaUsuarios.Size = new System.Drawing.Size(129, 36);
  93. this.btnBajaUsuarios.TabIndex = 12;
  94. this.btnBajaUsuarios.Text = "10. Baja Usuarios";
  95. this.btnBajaUsuarios.UseVisualStyleBackColor = true;
  96. this.btnBajaUsuarios.Click += new System.EventHandler(this.btnBajaUsuarios_Click);
  97. //
  98. // btnDiasHorarios
  99. //
  100. this.btnDiasHorarios.Location = new System.Drawing.Point(145, 64);
  101. this.btnDiasHorarios.Name = "btnDiasHorarios";
  102. this.btnDiasHorarios.Size = new System.Drawing.Size(129, 36);
  103. this.btnDiasHorarios.TabIndex = 11;
  104. this.btnDiasHorarios.Text = "6. DiasHorario";
  105. this.btnDiasHorarios.UseVisualStyleBackColor = true;
  106. this.btnDiasHorarios.Click += new System.EventHandler(this.btnDiasHorarios_Click);
  107. //
  108. // btnCalificaciones
  109. //
  110. this.btnCalificaciones.Location = new System.Drawing.Point(280, 64);
  111. this.btnCalificaciones.Name = "btnCalificaciones";
  112. this.btnCalificaciones.Size = new System.Drawing.Size(129, 36);
  113. this.btnCalificaciones.TabIndex = 8;
  114. this.btnCalificaciones.Text = "7. Calificaciones";
  115. this.btnCalificaciones.UseVisualStyleBackColor = true;
  116. this.btnCalificaciones.Click += new System.EventHandler(this.btnCalificaciones_Click);
  117. //
  118. // btnSanciones
  119. //
  120. this.btnSanciones.Location = new System.Drawing.Point(10, 106);
  121. this.btnSanciones.Name = "btnSanciones";
  122. this.btnSanciones.Size = new System.Drawing.Size(129, 36);
  123. this.btnSanciones.TabIndex = 9;
  124. this.btnSanciones.Text = "9. Sanciones";
  125. this.btnSanciones.UseVisualStyleBackColor = true;
  126. this.btnSanciones.Click += new System.EventHandler(this.btnSanciones_Click);
  127. //
  128. // btnInfoAcademica
  129. //
  130. this.btnInfoAcademica.Location = new System.Drawing.Point(10, 64);
  131. this.btnInfoAcademica.Name = "btnInfoAcademica";
  132. this.btnInfoAcademica.Size = new System.Drawing.Size(129, 36);
  133. this.btnInfoAcademica.TabIndex = 7;
  134. this.btnInfoAcademica.Text = "5. Info Académica";
  135. this.btnInfoAcademica.UseVisualStyleBackColor = true;
  136. this.btnInfoAcademica.Click += new System.EventHandler(this.btnInfoAcademica_Click);
  137. //
  138. // btnTutores
  139. //
  140. this.btnTutores.Location = new System.Drawing.Point(280, 22);
  141. this.btnTutores.Name = "btnTutores";
  142. this.btnTutores.Size = new System.Drawing.Size(129, 36);
  143. this.btnTutores.TabIndex = 5;
  144. this.btnTutores.Text = "3. Tutores";
  145. this.btnTutores.UseVisualStyleBackColor = true;
  146. this.btnTutores.Click += new System.EventHandler(this.btnTutores_Click);
  147. //
  148. // btnAuxiliares
  149. //
  150. this.btnAuxiliares.Location = new System.Drawing.Point(10, 22);
  151. this.btnAuxiliares.Name = "btnAuxiliares";
  152. this.btnAuxiliares.Size = new System.Drawing.Size(129, 36);
  153. this.btnAuxiliares.TabIndex = 4;
  154. this.btnAuxiliares.Text = "1. Auxiliares";
  155. this.btnAuxiliares.UseVisualStyleBackColor = true;
  156. this.btnAuxiliares.Click += new System.EventHandler(this.btnAuxiliares_Click);
  157. //
  158. // btnAlumnos
  159. //
  160. this.btnAlumnos.Location = new System.Drawing.Point(145, 22);
  161. this.btnAlumnos.Name = "btnAlumnos";
  162. this.btnAlumnos.Size = new System.Drawing.Size(129, 36);
  163. this.btnAlumnos.TabIndex = 3;
  164. this.btnAlumnos.Text = "2. Alumnos";
  165. this.btnAlumnos.UseVisualStyleBackColor = true;
  166. this.btnAlumnos.Click += new System.EventHandler(this.btnAlumnos_Click);
  167. //
  168. // btnAsistencia
  169. //
  170. this.btnAsistencia.Location = new System.Drawing.Point(433, 135);
  171. this.btnAsistencia.Name = "btnAsistencia";
  172. this.btnAsistencia.Size = new System.Drawing.Size(129, 36);
  173. this.btnAsistencia.TabIndex = 10;
  174. this.btnAsistencia.Text = "8. Asistencia";
  175. this.btnAsistencia.UseVisualStyleBackColor = true;
  176. this.btnAsistencia.Click += new System.EventHandler(this.btnAsistencia_Click);
  177. //
  178. // btnPersonal
  179. //
  180. this.btnPersonal.Location = new System.Drawing.Point(433, 93);
  181. this.btnPersonal.Name = "btnPersonal";
  182. this.btnPersonal.Size = new System.Drawing.Size(129, 36);
  183. this.btnPersonal.TabIndex = 6;
  184. this.btnPersonal.Text = "4. Personal";
  185. this.btnPersonal.UseVisualStyleBackColor = true;
  186. this.btnPersonal.Click += new System.EventHandler(this.btnPersonal_Click);
  187. //
  188. // groupBox2
  189. //
  190. this.groupBox2.Controls.Add(this.btnSancionInasistenciaSMS);
  191. this.groupBox2.Controls.Add(this.btnInformeSanciones);
  192. this.groupBox2.Controls.Add(this.btnInformeInasistencia);
  193. this.groupBox2.Location = new System.Drawing.Point(18, 225);
  194. this.groupBox2.Name = "groupBox2";
  195. this.groupBox2.Size = new System.Drawing.Size(557, 105);
  196. this.groupBox2.TabIndex = 6;
  197. this.groupBox2.TabStop = false;
  198. this.groupBox2.Text = "Informes";
  199. //
  200. // btnSancionInasistenciaSMS
  201. //
  202. this.btnSancionInasistenciaSMS.Location = new System.Drawing.Point(10, 63);
  203. this.btnSancionInasistenciaSMS.Name = "btnSancionInasistenciaSMS";
  204. this.btnSancionInasistenciaSMS.Size = new System.Drawing.Size(316, 36);
  205. this.btnSancionInasistenciaSMS.TabIndex = 7;
  206. this.btnSancionInasistenciaSMS.Text = "Informe Sanciones - Inasistencia SMS";
  207. this.btnSancionInasistenciaSMS.UseVisualStyleBackColor = true;
  208. this.btnSancionInasistenciaSMS.Click += new System.EventHandler(this.btnSancionInasistenciaSMS_Click);
  209. //
  210. // btnInformeSanciones
  211. //
  212. this.btnInformeSanciones.Location = new System.Drawing.Point(181, 22);
  213. this.btnInformeSanciones.Name = "btnInformeSanciones";
  214. this.btnInformeSanciones.Size = new System.Drawing.Size(145, 36);
  215. this.btnInformeSanciones.TabIndex = 6;
  216. this.btnInformeSanciones.Text = "Informe Sanciones";
  217. this.btnInformeSanciones.UseVisualStyleBackColor = true;
  218. //
  219. // btnInformeInasistencia
  220. //
  221. this.btnInformeInasistencia.Location = new System.Drawing.Point(10, 21);
  222. this.btnInformeInasistencia.Name = "btnInformeInasistencia";
  223. this.btnInformeInasistencia.Size = new System.Drawing.Size(165, 36);
  224. this.btnInformeInasistencia.TabIndex = 5;
  225. this.btnInformeInasistencia.Text = "Informe Inasistencia";
  226. this.btnInformeInasistencia.UseVisualStyleBackColor = true;
  227. this.btnInformeInasistencia.Click += new System.EventHandler(this.btnInformeInasistencia_Click);
  228. //
  229. // groupBox3
  230. //
  231. this.groupBox3.Controls.Add(this.btnAltaSanciones);
  232. this.groupBox3.Controls.Add(this.btnAltaInasistencias);
  233. this.groupBox3.Location = new System.Drawing.Point(17, 347);
  234. this.groupBox3.Name = "groupBox3";
  235. this.groupBox3.Size = new System.Drawing.Size(558, 99);
  236. this.groupBox3.TabIndex = 11;
  237. this.groupBox3.TabStop = false;
  238. this.groupBox3.Text = "Carga de Notificaciones";
  239. //
  240. // btnAltaSanciones
  241. //
  242. this.btnAltaSanciones.Location = new System.Drawing.Point(267, 43);
  243. this.btnAltaSanciones.Name = "btnAltaSanciones";
  244. this.btnAltaSanciones.Size = new System.Drawing.Size(250, 41);
  245. this.btnAltaSanciones.TabIndex = 1;
  246. this.btnAltaSanciones.Text = "Alta Sanciones";
  247. this.btnAltaSanciones.UseVisualStyleBackColor = true;
  248. this.btnAltaSanciones.Click += new System.EventHandler(this.btnAltaSanciones_Click);
  249. //
  250. // btnAltaInasistencias
  251. //
  252. this.btnAltaInasistencias.Location = new System.Drawing.Point(11, 43);
  253. this.btnAltaInasistencias.Name = "btnAltaInasistencias";
  254. this.btnAltaInasistencias.Size = new System.Drawing.Size(250, 41);
  255. this.btnAltaInasistencias.TabIndex = 0;
  256. this.btnAltaInasistencias.Text = "Alta Inasistencias";
  257. this.btnAltaInasistencias.UseVisualStyleBackColor = true;
  258. this.btnAltaInasistencias.Click += new System.EventHandler(this.btnAltaInasistencias_Click);
  259. //
  260. // Form1
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  264. this.ClientSize = new System.Drawing.Size(606, 456);
  265. this.Controls.Add(this.groupBox3);
  266. this.Controls.Add(this.btnAsistencia);
  267. this.Controls.Add(this.groupBox2);
  268. this.Controls.Add(this.btnPersonal);
  269. this.Controls.Add(this.groupBox1);
  270. this.Controls.Add(this.ddlCadenaConexion);
  271. this.Controls.Add(this.label1);
  272. this.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  273. this.Name = "Form1";
  274. this.Text = "Form1";
  275. this.Load += new System.EventHandler(this.Form1_Load);
  276. this.groupBox1.ResumeLayout(false);
  277. this.groupBox2.ResumeLayout(false);
  278. this.groupBox3.ResumeLayout(false);
  279. this.ResumeLayout(false);
  280. this.PerformLayout();
  281. }
  282. #endregion
  283. private System.Windows.Forms.Label label1;
  284. private System.Windows.Forms.ComboBox ddlCadenaConexion;
  285. private System.Windows.Forms.GroupBox groupBox1;
  286. private System.Windows.Forms.Button btnImportarMySQL;
  287. private System.Windows.Forms.GroupBox groupBox2;
  288. private System.Windows.Forms.Button btnInformeSanciones;
  289. private System.Windows.Forms.Button btnInformeInasistencia;
  290. private System.Windows.Forms.Button btnAlumnos;
  291. private System.Windows.Forms.Button btnAuxiliares;
  292. private System.Windows.Forms.Button btnTutores;
  293. private System.Windows.Forms.Button btnPersonal;
  294. private System.Windows.Forms.Button btnInfoAcademica;
  295. private System.Windows.Forms.Button btnCalificaciones;
  296. private System.Windows.Forms.Button btnSanciones;
  297. private System.Windows.Forms.Button btnAsistencia;
  298. private System.Windows.Forms.Button btnDiasHorarios;
  299. private System.Windows.Forms.Button btnSancionInasistenciaSMS;
  300. private System.Windows.Forms.Button btnBajaUsuarios;
  301. private System.Windows.Forms.GroupBox groupBox3;
  302. private System.Windows.Forms.Button btnAltaSanciones;
  303. private System.Windows.Forms.Button btnAltaInasistencias;
  304. }
  305. }