f_epreuve.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. namespace Fuel01
  2. {
  3. partial class f_epreuve
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  32. this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.tbepreuveBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.dataSet1 = new Fuel01.DataSet1();
  35. this.text_nom_epr = new System.Windows.Forms.TextBox();
  36. this.dt_deb_epr = new System.Windows.Forms.DateTimePicker();
  37. this.dt_fin_epr = new System.Windows.Forms.DateTimePicker();
  38. this.text_abrev_epr = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.bt_Sup = new System.Windows.Forms.Button();
  44. this.Bt_Abort = new System.Windows.Forms.Button();
  45. this.bt_Valid = new System.Windows.Forms.Button();
  46. this.bt_Aj = new System.Windows.Forms.Button();
  47. this.bt_Mod = new System.Windows.Forms.Button();
  48. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  49. this.dg_epr = new System.Windows.Forms.DataGridView();
  50. this.keyeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.nomeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.debeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.fineprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.abreveprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  56. this.statusStrip1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  60. this.splitContainer1.Panel2.SuspendLayout();
  61. this.splitContainer1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // statusStrip1
  66. //
  67. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.StatusLabel1});
  69. this.statusStrip1.Location = new System.Drawing.Point(0, 338);
  70. this.statusStrip1.Name = "statusStrip1";
  71. this.statusStrip1.Size = new System.Drawing.Size(843, 22);
  72. this.statusStrip1.TabIndex = 34;
  73. this.statusStrip1.Text = "statusStrip1";
  74. //
  75. // StatusLabel1
  76. //
  77. this.StatusLabel1.Name = "StatusLabel1";
  78. this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
  79. this.StatusLabel1.Text = "...";
  80. //
  81. // tbepreuveBindingSource
  82. //
  83. this.tbepreuveBindingSource.DataMember = "tb_epreuve";
  84. this.tbepreuveBindingSource.DataSource = this.dataSet1;
  85. //
  86. // dataSet1
  87. //
  88. this.dataSet1.DataSetName = "DataSet1";
  89. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  90. //
  91. // text_nom_epr
  92. //
  93. this.text_nom_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "nom_epr", true));
  94. this.text_nom_epr.Enabled = false;
  95. this.text_nom_epr.Location = new System.Drawing.Point(578, 50);
  96. this.text_nom_epr.Name = "text_nom_epr";
  97. this.text_nom_epr.Size = new System.Drawing.Size(205, 20);
  98. this.text_nom_epr.TabIndex = 2;
  99. //
  100. // dt_deb_epr
  101. //
  102. this.dt_deb_epr.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbepreuveBindingSource, "deb_epr", true));
  103. this.dt_deb_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "deb_epr", true));
  104. this.dt_deb_epr.Enabled = false;
  105. this.dt_deb_epr.Location = new System.Drawing.Point(578, 87);
  106. this.dt_deb_epr.Name = "dt_deb_epr";
  107. this.dt_deb_epr.Size = new System.Drawing.Size(200, 20);
  108. this.dt_deb_epr.TabIndex = 3;
  109. //
  110. // dt_fin_epr
  111. //
  112. this.dt_fin_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "fin_epr", true));
  113. this.dt_fin_epr.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbepreuveBindingSource, "fin_epr", true));
  114. this.dt_fin_epr.Enabled = false;
  115. this.dt_fin_epr.Location = new System.Drawing.Point(578, 125);
  116. this.dt_fin_epr.Name = "dt_fin_epr";
  117. this.dt_fin_epr.Size = new System.Drawing.Size(200, 20);
  118. this.dt_fin_epr.TabIndex = 4;
  119. //
  120. // text_abrev_epr
  121. //
  122. this.text_abrev_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "abrev_epr", true));
  123. this.text_abrev_epr.Enabled = false;
  124. this.text_abrev_epr.Location = new System.Drawing.Point(578, 165);
  125. this.text_abrev_epr.Name = "text_abrev_epr";
  126. this.text_abrev_epr.Size = new System.Drawing.Size(87, 20);
  127. this.text_abrev_epr.TabIndex = 5;
  128. this.toolTip1.SetToolTip(this.text_abrev_epr, "6 caractères maxi");
  129. //
  130. // label1
  131. //
  132. this.label1.AutoSize = true;
  133. this.label1.Location = new System.Drawing.Point(543, 53);
  134. this.label1.Name = "label1";
  135. this.label1.Size = new System.Drawing.Size(29, 13);
  136. this.label1.TabIndex = 5;
  137. this.label1.Text = "Nom";
  138. //
  139. // label2
  140. //
  141. this.label2.AutoSize = true;
  142. this.label2.Location = new System.Drawing.Point(536, 91);
  143. this.label2.Name = "label2";
  144. this.label2.Size = new System.Drawing.Size(36, 13);
  145. this.label2.TabIndex = 6;
  146. this.label2.Text = "Début";
  147. //
  148. // label3
  149. //
  150. this.label3.AutoSize = true;
  151. this.label3.Location = new System.Drawing.Point(551, 129);
  152. this.label3.Name = "label3";
  153. this.label3.Size = new System.Drawing.Size(21, 13);
  154. this.label3.TabIndex = 7;
  155. this.label3.Text = "Fin";
  156. //
  157. // label4
  158. //
  159. this.label4.AutoSize = true;
  160. this.label4.Location = new System.Drawing.Point(540, 165);
  161. this.label4.Name = "label4";
  162. this.label4.Size = new System.Drawing.Size(32, 13);
  163. this.label4.TabIndex = 8;
  164. this.label4.Text = "Code";
  165. //
  166. // bt_Sup
  167. //
  168. this.bt_Sup.Location = new System.Drawing.Point(753, 229);
  169. this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
  170. this.bt_Sup.Name = "bt_Sup";
  171. this.bt_Sup.Size = new System.Drawing.Size(80, 25);
  172. this.bt_Sup.TabIndex = 8;
  173. this.bt_Sup.Text = "Supprimer";
  174. this.bt_Sup.UseVisualStyleBackColor = true;
  175. this.bt_Sup.Click += new System.EventHandler(this.bt_Sup_Click);
  176. //
  177. // Bt_Abort
  178. //
  179. this.Bt_Abort.Location = new System.Drawing.Point(585, 278);
  180. this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
  181. this.Bt_Abort.Name = "Bt_Abort";
  182. this.Bt_Abort.Size = new System.Drawing.Size(80, 25);
  183. this.Bt_Abort.TabIndex = 9;
  184. this.Bt_Abort.Text = "Abandonner";
  185. this.Bt_Abort.UseVisualStyleBackColor = true;
  186. this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click);
  187. //
  188. // bt_Valid
  189. //
  190. this.bt_Valid.Location = new System.Drawing.Point(703, 278);
  191. this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
  192. this.bt_Valid.Name = "bt_Valid";
  193. this.bt_Valid.Size = new System.Drawing.Size(80, 25);
  194. this.bt_Valid.TabIndex = 10;
  195. this.bt_Valid.Text = "Valider";
  196. this.bt_Valid.UseVisualStyleBackColor = true;
  197. this.bt_Valid.Click += new System.EventHandler(this.bt_Valid_Click);
  198. //
  199. // bt_Aj
  200. //
  201. this.bt_Aj.Location = new System.Drawing.Point(640, 229);
  202. this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
  203. this.bt_Aj.Name = "bt_Aj";
  204. this.bt_Aj.Size = new System.Drawing.Size(80, 25);
  205. this.bt_Aj.TabIndex = 7;
  206. this.bt_Aj.Text = "Ajouter";
  207. this.bt_Aj.UseVisualStyleBackColor = true;
  208. this.bt_Aj.Click += new System.EventHandler(this.bt_Aj_Click);
  209. //
  210. // bt_Mod
  211. //
  212. this.bt_Mod.Location = new System.Drawing.Point(536, 229);
  213. this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
  214. this.bt_Mod.Name = "bt_Mod";
  215. this.bt_Mod.Size = new System.Drawing.Size(80, 25);
  216. this.bt_Mod.TabIndex = 6;
  217. this.bt_Mod.Text = "Modifier";
  218. this.bt_Mod.UseVisualStyleBackColor = true;
  219. this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_Click);
  220. //
  221. // splitContainer1
  222. //
  223. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Left;
  224. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  225. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  226. this.splitContainer1.Name = "splitContainer1";
  227. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  228. //
  229. // splitContainer1.Panel2
  230. //
  231. this.splitContainer1.Panel2.Controls.Add(this.dg_epr);
  232. this.splitContainer1.Size = new System.Drawing.Size(523, 338);
  233. this.splitContainer1.SplitterDistance = 25;
  234. this.splitContainer1.TabIndex = 35;
  235. //
  236. // dg_epr
  237. //
  238. this.dg_epr.AllowUserToAddRows = false;
  239. this.dg_epr.AllowUserToDeleteRows = false;
  240. this.dg_epr.AutoGenerateColumns = false;
  241. this.dg_epr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  242. this.dg_epr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  243. this.keyeprDataGridViewTextBoxColumn,
  244. this.nomeprDataGridViewTextBoxColumn,
  245. this.debeprDataGridViewTextBoxColumn,
  246. this.fineprDataGridViewTextBoxColumn,
  247. this.abreveprDataGridViewTextBoxColumn});
  248. this.dg_epr.DataSource = this.tbepreuveBindingSource;
  249. this.dg_epr.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.dg_epr.Location = new System.Drawing.Point(0, 0);
  251. this.dg_epr.Name = "dg_epr";
  252. this.dg_epr.ReadOnly = true;
  253. this.dg_epr.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  254. this.dg_epr.Size = new System.Drawing.Size(523, 309);
  255. this.dg_epr.TabIndex = 1;
  256. this.dg_epr.DoubleClick += new System.EventHandler(this.dg_epr_DoubleClick);
  257. //
  258. // keyeprDataGridViewTextBoxColumn
  259. //
  260. this.keyeprDataGridViewTextBoxColumn.DataPropertyName = "key_epr";
  261. this.keyeprDataGridViewTextBoxColumn.HeaderText = "key_epr";
  262. this.keyeprDataGridViewTextBoxColumn.Name = "keyeprDataGridViewTextBoxColumn";
  263. this.keyeprDataGridViewTextBoxColumn.ReadOnly = true;
  264. this.keyeprDataGridViewTextBoxColumn.Visible = false;
  265. //
  266. // nomeprDataGridViewTextBoxColumn
  267. //
  268. this.nomeprDataGridViewTextBoxColumn.DataPropertyName = "nom_epr";
  269. this.nomeprDataGridViewTextBoxColumn.HeaderText = "Nom";
  270. this.nomeprDataGridViewTextBoxColumn.Name = "nomeprDataGridViewTextBoxColumn";
  271. this.nomeprDataGridViewTextBoxColumn.ReadOnly = true;
  272. this.nomeprDataGridViewTextBoxColumn.Width = 200;
  273. //
  274. // debeprDataGridViewTextBoxColumn
  275. //
  276. this.debeprDataGridViewTextBoxColumn.DataPropertyName = "deb_epr";
  277. dataGridViewCellStyle1.Format = "d";
  278. this.debeprDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
  279. this.debeprDataGridViewTextBoxColumn.HeaderText = "Début";
  280. this.debeprDataGridViewTextBoxColumn.Name = "debeprDataGridViewTextBoxColumn";
  281. this.debeprDataGridViewTextBoxColumn.ReadOnly = true;
  282. this.debeprDataGridViewTextBoxColumn.Width = 80;
  283. //
  284. // fineprDataGridViewTextBoxColumn
  285. //
  286. this.fineprDataGridViewTextBoxColumn.DataPropertyName = "fin_epr";
  287. dataGridViewCellStyle2.Format = "d";
  288. this.fineprDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
  289. this.fineprDataGridViewTextBoxColumn.HeaderText = "Fin";
  290. this.fineprDataGridViewTextBoxColumn.Name = "fineprDataGridViewTextBoxColumn";
  291. this.fineprDataGridViewTextBoxColumn.ReadOnly = true;
  292. this.fineprDataGridViewTextBoxColumn.Width = 80;
  293. //
  294. // abreveprDataGridViewTextBoxColumn
  295. //
  296. this.abreveprDataGridViewTextBoxColumn.DataPropertyName = "abrev_epr";
  297. this.abreveprDataGridViewTextBoxColumn.HeaderText = "Code";
  298. this.abreveprDataGridViewTextBoxColumn.MaxInputLength = 6;
  299. this.abreveprDataGridViewTextBoxColumn.Name = "abreveprDataGridViewTextBoxColumn";
  300. this.abreveprDataGridViewTextBoxColumn.ReadOnly = true;
  301. this.abreveprDataGridViewTextBoxColumn.Width = 50;
  302. //
  303. // toolTip1
  304. //
  305. this.toolTip1.IsBalloon = true;
  306. this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  307. this.toolTip1.ToolTipTitle = "Info";
  308. //
  309. // f_epreuve
  310. //
  311. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  312. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  313. this.ClientSize = new System.Drawing.Size(843, 360);
  314. this.Controls.Add(this.splitContainer1);
  315. this.Controls.Add(this.statusStrip1);
  316. this.Controls.Add(this.bt_Sup);
  317. this.Controls.Add(this.Bt_Abort);
  318. this.Controls.Add(this.bt_Valid);
  319. this.Controls.Add(this.bt_Aj);
  320. this.Controls.Add(this.bt_Mod);
  321. this.Controls.Add(this.label4);
  322. this.Controls.Add(this.label3);
  323. this.Controls.Add(this.label2);
  324. this.Controls.Add(this.label1);
  325. this.Controls.Add(this.text_abrev_epr);
  326. this.Controls.Add(this.dt_fin_epr);
  327. this.Controls.Add(this.dt_deb_epr);
  328. this.Controls.Add(this.text_nom_epr);
  329. this.Name = "f_epreuve";
  330. this.ShowIcon = false;
  331. this.ShowInTaskbar = false;
  332. this.Text = "Opérations";
  333. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_epreuve_FormClosing);
  334. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.f_epreuve_FormClosed);
  335. this.Load += new System.EventHandler(this.f_epreuve_Load);
  336. this.statusStrip1.ResumeLayout(false);
  337. this.statusStrip1.PerformLayout();
  338. ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  340. this.splitContainer1.Panel2.ResumeLayout(false);
  341. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  342. this.splitContainer1.ResumeLayout(false);
  343. ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).EndInit();
  344. this.ResumeLayout(false);
  345. this.PerformLayout();
  346. }
  347. #endregion
  348. private System.Windows.Forms.StatusStrip statusStrip1;
  349. private System.Windows.Forms.BindingSource tbepreuveBindingSource;
  350. private DataSet1 dataSet1;
  351. private System.Windows.Forms.TextBox text_nom_epr;
  352. private System.Windows.Forms.DateTimePicker dt_deb_epr;
  353. private System.Windows.Forms.DateTimePicker dt_fin_epr;
  354. private System.Windows.Forms.TextBox text_abrev_epr;
  355. private System.Windows.Forms.Label label1;
  356. private System.Windows.Forms.Label label2;
  357. private System.Windows.Forms.Label label3;
  358. private System.Windows.Forms.Label label4;
  359. private System.Windows.Forms.Button bt_Sup;
  360. private System.Windows.Forms.Button Bt_Abort;
  361. private System.Windows.Forms.Button bt_Valid;
  362. private System.Windows.Forms.Button bt_Aj;
  363. private System.Windows.Forms.Button bt_Mod;
  364. private System.Windows.Forms.SplitContainer splitContainer1;
  365. private System.Windows.Forms.DataGridView dg_epr;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn keyeprDataGridViewTextBoxColumn;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn nomeprDataGridViewTextBoxColumn;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn debeprDataGridViewTextBoxColumn;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn fineprDataGridViewTextBoxColumn;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn abreveprDataGridViewTextBoxColumn;
  371. private System.Windows.Forms.ToolTip toolTip1;
  372. private System.Windows.Forms.ToolStripStatusLabel StatusLabel1;
  373. }
  374. }