f_ticket.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace Fuel01
  2. {
  3. partial class f_ticket
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.tbventetmpbindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.dataSet1 = new Fuel01.DataSet1();
  34. this.bt_enreg = new System.Windows.Forms.Button();
  35. this.dg_tmp = new System.Windows.Forms.DataGridView();
  36. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.lbl_sta = new System.Windows.Forms.Label();
  41. this.lbl_vehi = new System.Windows.Forms.Label();
  42. this.bt_abort = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dg_tmp)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // tbventetmpbindingSource
  49. //
  50. this.tbventetmpbindingSource.DataMember = "tb_vente";
  51. this.tbventetmpbindingSource.DataSource = this.dataSet1;
  52. //
  53. // dataSet1
  54. //
  55. this.dataSet1.DataSetName = "DataSet1";
  56. this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  57. //
  58. // bt_enreg
  59. //
  60. this.bt_enreg.DialogResult = System.Windows.Forms.DialogResult.OK;
  61. this.bt_enreg.Location = new System.Drawing.Point(416, 381);
  62. this.bt_enreg.Margin = new System.Windows.Forms.Padding(1);
  63. this.bt_enreg.Name = "bt_enreg";
  64. this.bt_enreg.Size = new System.Drawing.Size(71, 25);
  65. this.bt_enreg.TabIndex = 31;
  66. this.bt_enreg.Text = "Enregistrer";
  67. this.bt_enreg.UseVisualStyleBackColor = true;
  68. this.bt_enreg.Click += new System.EventHandler(this.bt_enreg_Click);
  69. //
  70. // dg_tmp
  71. //
  72. this.dg_tmp.AllowUserToAddRows = false;
  73. this.dg_tmp.AutoGenerateColumns = false;
  74. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  75. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  76. dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  77. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  78. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  79. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  80. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  81. this.dg_tmp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  82. this.dg_tmp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  83. this.dg_tmp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  84. this.dataGridViewTextBoxColumn4,
  85. this.dataGridViewTextBoxColumn6,
  86. this.dataGridViewTextBoxColumn7,
  87. this.dataGridViewTextBoxColumn9});
  88. this.dg_tmp.DataSource = this.tbventetmpbindingSource;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  96. this.dg_tmp.DefaultCellStyle = dataGridViewCellStyle2;
  97. this.dg_tmp.Location = new System.Drawing.Point(36, 134);
  98. this.dg_tmp.Margin = new System.Windows.Forms.Padding(2);
  99. this.dg_tmp.Name = "dg_tmp";
  100. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  101. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  102. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  103. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  104. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  105. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  107. this.dg_tmp.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  108. this.dg_tmp.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  109. this.dg_tmp.Size = new System.Drawing.Size(581, 225);
  110. this.dg_tmp.TabIndex = 32;
  111. //
  112. // dataGridViewTextBoxColumn4
  113. //
  114. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  115. this.dataGridViewTextBoxColumn4.DataPropertyName = "prod_vt";
  116. this.dataGridViewTextBoxColumn4.HeaderText = "Produit";
  117. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  118. //
  119. // dataGridViewTextBoxColumn6
  120. //
  121. this.dataGridViewTextBoxColumn6.DataPropertyName = "qtt_vt";
  122. this.dataGridViewTextBoxColumn6.HeaderText = "Qtt";
  123. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  124. //
  125. // dataGridViewTextBoxColumn7
  126. //
  127. this.dataGridViewTextBoxColumn7.DataPropertyName = "pu_vt";
  128. this.dataGridViewTextBoxColumn7.HeaderText = "PU";
  129. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  130. //
  131. // dataGridViewTextBoxColumn9
  132. //
  133. this.dataGridViewTextBoxColumn9.DataPropertyName = "ttc_vt";
  134. this.dataGridViewTextBoxColumn9.HeaderText = "Prix";
  135. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  136. //
  137. // lbl_sta
  138. //
  139. this.lbl_sta.AutoSize = true;
  140. this.lbl_sta.Location = new System.Drawing.Point(36, 9);
  141. this.lbl_sta.Name = "lbl_sta";
  142. this.lbl_sta.Size = new System.Drawing.Size(35, 13);
  143. this.lbl_sta.TabIndex = 33;
  144. this.lbl_sta.Text = "label1";
  145. //
  146. // lbl_vehi
  147. //
  148. this.lbl_vehi.AutoSize = true;
  149. this.lbl_vehi.Location = new System.Drawing.Point(36, 42);
  150. this.lbl_vehi.Name = "lbl_vehi";
  151. this.lbl_vehi.Size = new System.Drawing.Size(35, 13);
  152. this.lbl_vehi.TabIndex = 34;
  153. this.lbl_vehi.Text = "label2";
  154. //
  155. // bt_abort
  156. //
  157. this.bt_abort.Location = new System.Drawing.Point(525, 382);
  158. this.bt_abort.Name = "bt_abort";
  159. this.bt_abort.Size = new System.Drawing.Size(75, 23);
  160. this.bt_abort.TabIndex = 35;
  161. this.bt_abort.Text = "Abandonner";
  162. this.bt_abort.UseVisualStyleBackColor = true;
  163. this.bt_abort.Click += new System.EventHandler(this.bt_abort_Click);
  164. //
  165. // f_ticket
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.ClientSize = new System.Drawing.Size(635, 428);
  170. this.Controls.Add(this.bt_abort);
  171. this.Controls.Add(this.lbl_vehi);
  172. this.Controls.Add(this.lbl_sta);
  173. this.Controls.Add(this.dg_tmp);
  174. this.Controls.Add(this.bt_enreg);
  175. this.Name = "f_ticket";
  176. this.Text = "Ticket";
  177. this.Load += new System.EventHandler(this.t_ticket_Load);
  178. ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.dg_tmp)).EndInit();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.BindingSource tbventetmpbindingSource;
  186. private DataSet1 dataSet1;
  187. private System.Windows.Forms.Button bt_enreg;
  188. private System.Windows.Forms.DataGridView dg_tmp;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  190. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  191. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  193. private System.Windows.Forms.Label lbl_sta;
  194. private System.Windows.Forms.Label lbl_vehi;
  195. private System.Windows.Forms.Button bt_abort;
  196. }
  197. }