PageRenderTime 51ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/DoAn/frmSinhvienTT.Designer.cs

https://gitlab.com/chup01811/store
C# | 268 lines | 196 code | 7 blank | 65 comment | 3 complexity | 23bfe8d2cf2c98a3b29c54943ae315c7 MD5 | raw file
  1. namespace DoAn
  2. {
  3. partial class frmSinhvienTT
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.cboMadot = new System.Windows.Forms.ComboBox();
  34. this.cboMadt = new System.Windows.Forms.ComboBox();
  35. this.cboMadd = new System.Windows.Forms.ComboBox();
  36. this.btnThem = new System.Windows.Forms.Button();
  37. this.btnThoat = new System.Windows.Forms.Button();
  38. this.btnReset = new System.Windows.Forms.Button();
  39. this.btnXoa = new System.Windows.Forms.Button();
  40. this.btnSua = new System.Windows.Forms.Button();
  41. this.dgvSVtt = new System.Windows.Forms.DataGridView();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.cachedcrytalDDtheoDot1 = new DoAn.CachedcrytalDDtheoDot();
  44. this.cboMasv = new System.Windows.Forms.ComboBox();
  45. this.listBox1 = new System.Windows.Forms.ListBox();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvSVtt)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.label1.Location = new System.Drawing.Point(434, 9);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(455, 32);
  56. this.label1.TabIndex = 0;
  57. this.label1.Text = "QUẢN LÝ SINH VIÊN THỰC TẬP";
  58. //
  59. // label3
  60. //
  61. this.label3.AutoSize = true;
  62. this.label3.Location = new System.Drawing.Point(57, 222);
  63. this.label3.Name = "label3";
  64. this.label3.Size = new System.Drawing.Size(77, 17);
  65. this.label3.TabIndex = 2;
  66. this.label3.Text = "Mã Đề tài";
  67. //
  68. // label4
  69. //
  70. this.label4.AutoSize = true;
  71. this.label4.Location = new System.Drawing.Point(57, 180);
  72. this.label4.Name = "label4";
  73. this.label4.Size = new System.Drawing.Size(97, 17);
  74. this.label4.TabIndex = 3;
  75. this.label4.Text = "Mã Địa điểm";
  76. //
  77. // label5
  78. //
  79. this.label5.AutoSize = true;
  80. this.label5.Location = new System.Drawing.Point(57, 143);
  81. this.label5.Name = "label5";
  82. this.label5.Size = new System.Drawing.Size(101, 17);
  83. this.label5.TabIndex = 4;
  84. this.label5.Text = "Mã Sinh viên";
  85. //
  86. // label6
  87. //
  88. this.label6.AutoSize = true;
  89. this.label6.Location = new System.Drawing.Point(57, 103);
  90. this.label6.Name = "label6";
  91. this.label6.Size = new System.Drawing.Size(84, 17);
  92. this.label6.TabIndex = 5;
  93. this.label6.Text = "Mã Dơt TT";
  94. //
  95. // cboMadot
  96. //
  97. this.cboMadot.FormattingEnabled = true;
  98. this.cboMadot.Location = new System.Drawing.Point(228, 94);
  99. this.cboMadot.Name = "cboMadot";
  100. this.cboMadot.Size = new System.Drawing.Size(136, 24);
  101. this.cboMadot.TabIndex = 7;
  102. //
  103. // cboMadt
  104. //
  105. this.cboMadt.FormattingEnabled = true;
  106. this.cboMadt.Location = new System.Drawing.Point(228, 222);
  107. this.cboMadt.Name = "cboMadt";
  108. this.cboMadt.Size = new System.Drawing.Size(281, 24);
  109. this.cboMadt.TabIndex = 8;
  110. //
  111. // cboMadd
  112. //
  113. this.cboMadd.FormattingEnabled = true;
  114. this.cboMadd.Location = new System.Drawing.Point(228, 180);
  115. this.cboMadd.Name = "cboMadd";
  116. this.cboMadd.Size = new System.Drawing.Size(281, 24);
  117. this.cboMadd.TabIndex = 9;
  118. //
  119. // btnThem
  120. //
  121. this.btnThem.Location = new System.Drawing.Point(524, 215);
  122. this.btnThem.Name = "btnThem";
  123. this.btnThem.Size = new System.Drawing.Size(84, 31);
  124. this.btnThem.TabIndex = 11;
  125. this.btnThem.Text = "Thêm";
  126. this.btnThem.UseVisualStyleBackColor = true;
  127. this.btnThem.Click += new System.EventHandler(this.btnThem_Click);
  128. //
  129. // btnThoat
  130. //
  131. this.btnThoat.BackColor = System.Drawing.Color.Red;
  132. this.btnThoat.Location = new System.Drawing.Point(1060, 219);
  133. this.btnThoat.Name = "btnThoat";
  134. this.btnThoat.Size = new System.Drawing.Size(84, 27);
  135. this.btnThoat.TabIndex = 12;
  136. this.btnThoat.Text = "Thoát";
  137. this.btnThoat.UseVisualStyleBackColor = false;
  138. this.btnThoat.Click += new System.EventHandler(this.btnThoat_Click);
  139. //
  140. // btnReset
  141. //
  142. this.btnReset.Location = new System.Drawing.Point(922, 219);
  143. this.btnReset.Name = "btnReset";
  144. this.btnReset.Size = new System.Drawing.Size(84, 26);
  145. this.btnReset.TabIndex = 13;
  146. this.btnReset.Text = "Làm mới";
  147. this.btnReset.UseVisualStyleBackColor = true;
  148. this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
  149. //
  150. // btnXoa
  151. //
  152. this.btnXoa.Location = new System.Drawing.Point(783, 219);
  153. this.btnXoa.Name = "btnXoa";
  154. this.btnXoa.Size = new System.Drawing.Size(84, 27);
  155. this.btnXoa.TabIndex = 14;
  156. this.btnXoa.Text = "Xóa";
  157. this.btnXoa.UseVisualStyleBackColor = true;
  158. this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
  159. //
  160. // btnSua
  161. //
  162. this.btnSua.Location = new System.Drawing.Point(654, 217);
  163. this.btnSua.Name = "btnSua";
  164. this.btnSua.Size = new System.Drawing.Size(84, 27);
  165. this.btnSua.TabIndex = 15;
  166. this.btnSua.Text = "Sửa";
  167. this.btnSua.UseVisualStyleBackColor = true;
  168. this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
  169. //
  170. // dgvSVtt
  171. //
  172. this.dgvSVtt.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  173. this.dgvSVtt.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  174. this.dgvSVtt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  175. this.dgvSVtt.Location = new System.Drawing.Point(12, 270);
  176. this.dgvSVtt.Name = "dgvSVtt";
  177. this.dgvSVtt.RowHeadersWidth = 51;
  178. this.dgvSVtt.RowTemplate.Height = 24;
  179. this.dgvSVtt.Size = new System.Drawing.Size(1248, 739);
  180. this.dgvSVtt.TabIndex = 16;
  181. this.dgvSVtt.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSVtt_CellContentClick);
  182. //
  183. // label2
  184. //
  185. this.label2.AutoSize = true;
  186. this.label2.Location = new System.Drawing.Point(57, 65);
  187. this.label2.Name = "label2";
  188. this.label2.Size = new System.Drawing.Size(34, 17);
  189. this.label2.TabIndex = 1;
  190. this.label2.Text = "Mã ";
  191. //
  192. // cboMasv
  193. //
  194. this.cboMasv.FormattingEnabled = true;
  195. this.cboMasv.Location = new System.Drawing.Point(228, 125);
  196. this.cboMasv.Name = "cboMasv";
  197. this.cboMasv.Size = new System.Drawing.Size(213, 24);
  198. this.cboMasv.TabIndex = 17;
  199. //
  200. // listBox1
  201. //
  202. this.listBox1.FormattingEnabled = true;
  203. this.listBox1.ItemHeight = 16;
  204. this.listBox1.Location = new System.Drawing.Point(601, 52);
  205. this.listBox1.Name = "listBox1";
  206. this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
  207. this.listBox1.Size = new System.Drawing.Size(230, 84);
  208. this.listBox1.TabIndex = 18;
  209. //
  210. // frmSinhvienTT
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BackColor = System.Drawing.Color.LightSalmon;
  215. this.ClientSize = new System.Drawing.Size(1248, 738);
  216. this.Controls.Add(this.listBox1);
  217. this.Controls.Add(this.cboMasv);
  218. this.Controls.Add(this.dgvSVtt);
  219. this.Controls.Add(this.btnSua);
  220. this.Controls.Add(this.btnXoa);
  221. this.Controls.Add(this.btnReset);
  222. this.Controls.Add(this.btnThoat);
  223. this.Controls.Add(this.btnThem);
  224. this.Controls.Add(this.cboMadd);
  225. this.Controls.Add(this.cboMadt);
  226. this.Controls.Add(this.cboMadot);
  227. this.Controls.Add(this.label6);
  228. this.Controls.Add(this.label5);
  229. this.Controls.Add(this.label4);
  230. this.Controls.Add(this.label3);
  231. this.Controls.Add(this.label2);
  232. this.Controls.Add(this.label1);
  233. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  234. this.Name = "frmSinhvienTT";
  235. this.Text = "frmSinhvienTT";
  236. this.Load += new System.EventHandler(this.frmSinhvienTT_Load);
  237. ((System.ComponentModel.ISupportInitialize)(this.dgvSVtt)).EndInit();
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. private System.Windows.Forms.Label label1;
  243. private System.Windows.Forms.Label label3;
  244. private System.Windows.Forms.Label label4;
  245. private System.Windows.Forms.Label label5;
  246. private System.Windows.Forms.Label label6;
  247. private System.Windows.Forms.ComboBox cboMadot;
  248. private System.Windows.Forms.ComboBox cboMadt;
  249. private System.Windows.Forms.ComboBox cboMadd;
  250. private System.Windows.Forms.Button btnThem;
  251. private System.Windows.Forms.Button btnThoat;
  252. private System.Windows.Forms.Button btnReset;
  253. private System.Windows.Forms.Button btnXoa;
  254. private System.Windows.Forms.Button btnSua;
  255. private System.Windows.Forms.DataGridView dgvSVtt;
  256. private System.Windows.Forms.Label label2;
  257. private CachedcrytalDDtheoDot cachedcrytalDDtheoDot1;
  258. private System.Windows.Forms.ComboBox cboMasv;
  259. private System.Windows.Forms.ListBox listBox1;
  260. }
  261. }