Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.31 KB | None | 0 0
  1. namespace ExcelAssessmentIntegration
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  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.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.filterCriteriaGrpBx = new System.Windows.Forms.GroupBox();
  32. this.sectionRB = new System.Windows.Forms.RadioButton();
  33. this.courseRB = new System.Windows.Forms.RadioButton();
  34. this.semesterRB = new System.Windows.Forms.RadioButton();
  35. this.yearRB = new System.Windows.Forms.RadioButton();
  36. this.yearTBx = new System.Windows.Forms.TextBox();
  37. this.semesterCmBx = new System.Windows.Forms.ComboBox();
  38. this.courseCmBx = new System.Windows.Forms.ComboBox();
  39. this.comboBox3 = new System.Windows.Forms.ComboBox();
  40. this.readExcelBtn = new System.Windows.Forms.Button();
  41. this.filterLB = new System.Windows.Forms.Label();
  42. this.filterBoxBx = new System.Windows.Forms.TextBox();
  43. this.filterBtn = new System.Windows.Forms.Button();
  44. this.filterCriteriaGrpBx.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // filterCriteriaGrpBx
  48. //
  49. this.filterCriteriaGrpBx.Controls.Add(this.sectionRB);
  50. this.filterCriteriaGrpBx.Controls.Add(this.courseRB);
  51. this.filterCriteriaGrpBx.Controls.Add(this.semesterRB);
  52. this.filterCriteriaGrpBx.Controls.Add(this.yearRB);
  53. this.filterCriteriaGrpBx.Location = new System.Drawing.Point(12, 12);
  54. this.filterCriteriaGrpBx.Name = "filterCriteriaGrpBx";
  55. this.filterCriteriaGrpBx.Size = new System.Drawing.Size(106, 132);
  56. this.filterCriteriaGrpBx.TabIndex = 1;
  57. this.filterCriteriaGrpBx.TabStop = false;
  58. this.filterCriteriaGrpBx.Text = "Filter Criteria";
  59. this.filterCriteriaGrpBx.Enter += new System.EventHandler(this.filterCriteriaGrpBx_Enter);
  60. //
  61. // sectionRB
  62. //
  63. this.sectionRB.AutoSize = true;
  64. this.sectionRB.Location = new System.Drawing.Point(7, 92);
  65. this.sectionRB.Name = "sectionRB";
  66. this.sectionRB.Size = new System.Drawing.Size(61, 17);
  67. this.sectionRB.TabIndex = 3;
  68. this.sectionRB.TabStop = true;
  69. this.sectionRB.Text = "Section";
  70. this.sectionRB.UseVisualStyleBackColor = true;
  71. this.sectionRB.CheckedChanged += new System.EventHandler(this.sectionRB_CheckedChanged);
  72. //
  73. // courseRB
  74. //
  75. this.courseRB.AutoSize = true;
  76. this.courseRB.Location = new System.Drawing.Point(7, 68);
  77. this.courseRB.Name = "courseRB";
  78. this.courseRB.Size = new System.Drawing.Size(58, 17);
  79. this.courseRB.TabIndex = 2;
  80. this.courseRB.TabStop = true;
  81. this.courseRB.Text = "Course";
  82. this.courseRB.UseVisualStyleBackColor = true;
  83. this.courseRB.CheckedChanged += new System.EventHandler(this.courseRB_CheckedChanged);
  84. //
  85. // semesterRB
  86. //
  87. this.semesterRB.AutoSize = true;
  88. this.semesterRB.Location = new System.Drawing.Point(7, 44);
  89. this.semesterRB.Name = "semesterRB";
  90. this.semesterRB.Size = new System.Drawing.Size(69, 17);
  91. this.semesterRB.TabIndex = 1;
  92. this.semesterRB.TabStop = true;
  93. this.semesterRB.Text = "Semester";
  94. this.semesterRB.UseVisualStyleBackColor = true;
  95. this.semesterRB.CheckedChanged += new System.EventHandler(this.semesterRB_CheckedChanged);
  96. //
  97. // yearRB
  98. //
  99. this.yearRB.AutoSize = true;
  100. this.yearRB.Location = new System.Drawing.Point(7, 20);
  101. this.yearRB.Name = "yearRB";
  102. this.yearRB.Size = new System.Drawing.Size(47, 17);
  103. this.yearRB.TabIndex = 0;
  104. this.yearRB.TabStop = true;
  105. this.yearRB.Text = "Year";
  106. this.yearRB.UseVisualStyleBackColor = true;
  107. this.yearRB.CheckedChanged += new System.EventHandler(this.yearRB_CheckedChanged);
  108. //
  109. // yearTBx
  110. //
  111. this.yearTBx.Location = new System.Drawing.Point(136, 29);
  112. this.yearTBx.Name = "yearTBx";
  113. this.yearTBx.Size = new System.Drawing.Size(100, 20);
  114. this.yearTBx.TabIndex = 2;
  115. //
  116. // semesterCmBx
  117. //
  118. this.semesterCmBx.FormattingEnabled = true;
  119. this.semesterCmBx.Items.AddRange(new object[] {
  120. "Fall",
  121. "Spring"});
  122. this.semesterCmBx.Location = new System.Drawing.Point(268, 28);
  123. this.semesterCmBx.Name = "semesterCmBx";
  124. this.semesterCmBx.Size = new System.Drawing.Size(121, 21);
  125. this.semesterCmBx.TabIndex = 3;
  126. //
  127. // courseCmBx
  128. //
  129. this.courseCmBx.FormattingEnabled = true;
  130. this.courseCmBx.Items.AddRange(new object[] {
  131. "CPSC 130",
  132. "CPSC 146",
  133. "CPSC 207",
  134. "CPSC 217",
  135. "CPSC 246",
  136. "CPSC 300",
  137. "CPSC 311",
  138. "CPSC 323",
  139. "CPSC 327",
  140. "CPSC 337",
  141. "CPSC 376",
  142. "CPSC 423",
  143. "CPSC 427",
  144. "CPSC 488"});
  145. this.courseCmBx.Location = new System.Drawing.Point(418, 28);
  146. this.courseCmBx.Name = "courseCmBx";
  147. this.courseCmBx.Size = new System.Drawing.Size(121, 21);
  148. this.courseCmBx.TabIndex = 4;
  149. //
  150. // comboBox3
  151. //
  152. this.comboBox3.FormattingEnabled = true;
  153. this.comboBox3.Location = new System.Drawing.Point(566, 28);
  154. this.comboBox3.Name = "comboBox3";
  155. this.comboBox3.Size = new System.Drawing.Size(121, 21);
  156. this.comboBox3.TabIndex = 5;
  157. //
  158. // readExcelBtn
  159. //
  160. this.readExcelBtn.Location = new System.Drawing.Point(338, 98);
  161. this.readExcelBtn.Name = "readExcelBtn";
  162. this.readExcelBtn.Size = new System.Drawing.Size(136, 23);
  163. this.readExcelBtn.TabIndex = 6;
  164. this.readExcelBtn.Text = "Read Excel Sheets";
  165. this.readExcelBtn.UseVisualStyleBackColor = true;
  166. this.readExcelBtn.Click += new System.EventHandler(this.ReadExcelBtn_Click);
  167. //
  168. // filterLB
  169. //
  170. this.filterLB.AutoSize = true;
  171. this.filterLB.Location = new System.Drawing.Point(30, 151);
  172. this.filterLB.Name = "filterLB";
  173. this.filterLB.Size = new System.Drawing.Size(35, 13);
  174. this.filterLB.TabIndex = 7;
  175. this.filterLB.Text = "label1";
  176. this.filterLB.Visible = false;
  177. //
  178. // filterBoxBx
  179. //
  180. this.filterBoxBx.Location = new System.Drawing.Point(33, 168);
  181. this.filterBoxBx.Name = "filterBoxBx";
  182. this.filterBoxBx.Size = new System.Drawing.Size(100, 20);
  183. this.filterBoxBx.TabIndex = 8;
  184. this.filterBoxBx.Visible = false;
  185. //
  186. // filterBtn
  187. //
  188. this.filterBtn.Location = new System.Drawing.Point(19, 194);
  189. this.filterBtn.Name = "filterBtn";
  190. this.filterBtn.Size = new System.Drawing.Size(75, 23);
  191. this.filterBtn.TabIndex = 9;
  192. this.filterBtn.Text = "button1";
  193. this.filterBtn.UseVisualStyleBackColor = true;
  194. this.filterBtn.Visible = false;
  195. //
  196. // Form1
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(800, 450);
  201. this.Controls.Add(this.filterBtn);
  202. this.Controls.Add(this.filterBoxBx);
  203. this.Controls.Add(this.filterLB);
  204. this.Controls.Add(this.readExcelBtn);
  205. this.Controls.Add(this.comboBox3);
  206. this.Controls.Add(this.courseCmBx);
  207. this.Controls.Add(this.semesterCmBx);
  208. this.Controls.Add(this.yearTBx);
  209. this.Controls.Add(this.filterCriteriaGrpBx);
  210. this.Name = "Form1";
  211. this.Text = "Form1";
  212. this.Load += new System.EventHandler(this.Form1_Load);
  213. this.filterCriteriaGrpBx.ResumeLayout(false);
  214. this.filterCriteriaGrpBx.PerformLayout();
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217.  
  218. }
  219.  
  220. #endregion
  221.  
  222. private System.Windows.Forms.GroupBox filterCriteriaGrpBx;
  223. private System.Windows.Forms.RadioButton sectionRB;
  224. private System.Windows.Forms.RadioButton courseRB;
  225. private System.Windows.Forms.RadioButton semesterRB;
  226. private System.Windows.Forms.RadioButton yearRB;
  227. private System.Windows.Forms.TextBox yearTBx;
  228. private System.Windows.Forms.ComboBox semesterCmBx;
  229. private System.Windows.Forms.ComboBox courseCmBx;
  230. private System.Windows.Forms.ComboBox comboBox3;
  231. private System.Windows.Forms.Button readExcelBtn;
  232. private System.Windows.Forms.Label filterLB;
  233. private System.Windows.Forms.TextBox filterBoxBx;
  234. private System.Windows.Forms.Button filterBtn;
  235. }
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement