Ingen beskrivning

Form1.Designer.cs 9.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace JPK_v1
  2. {
  3. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.plikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.vATToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.fAKTURYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.kGToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.wBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.tabp6 = new System.Windows.Forms.TabPage();
  36. this.tabp5 = new System.Windows.Forms.TabPage();
  37. this.tabp4 = new System.Windows.Forms.TabPage();
  38. this.tabp3 = new System.Windows.Forms.TabPage();
  39. this.tabp2 = new System.Windows.Forms.TabPage();
  40. this.tabp1 = new System.Windows.Forms.TabPage();
  41. this.tcon1 = new System.Windows.Forms.TabControl();
  42. this.tabp7 = new System.Windows.Forms.TabPage();
  43. this.menuStrip1.SuspendLayout();
  44. this.tcon1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // menuStrip1
  48. //
  49. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  50. this.plikToolStripMenuItem});
  51. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  52. this.menuStrip1.Name = "menuStrip1";
  53. this.menuStrip1.Size = new System.Drawing.Size(945, 24);
  54. this.menuStrip1.TabIndex = 0;
  55. this.menuStrip1.Text = "menuStrip1";
  56. //
  57. // plikToolStripMenuItem
  58. //
  59. this.plikToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.vATToolStripMenuItem,
  61. this.fAKTURYToolStripMenuItem,
  62. this.kGToolStripMenuItem,
  63. this.wBToolStripMenuItem});
  64. this.plikToolStripMenuItem.Name = "plikToolStripMenuItem";
  65. this.plikToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
  66. this.plikToolStripMenuItem.Text = "Plik";
  67. //
  68. // vATToolStripMenuItem
  69. //
  70. this.vATToolStripMenuItem.Name = "vATToolStripMenuItem";
  71. this.vATToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  72. this.vATToolStripMenuItem.Text = "VAT";
  73. this.vATToolStripMenuItem.Click += new System.EventHandler(this.vATToolStripMenuItem_Click);
  74. //
  75. // fAKTURYToolStripMenuItem
  76. //
  77. this.fAKTURYToolStripMenuItem.Name = "fAKTURYToolStripMenuItem";
  78. this.fAKTURYToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  79. this.fAKTURYToolStripMenuItem.Text = "FAKTURY";
  80. this.fAKTURYToolStripMenuItem.Click += new System.EventHandler(this.fAKTURYToolStripMenuItem_Click);
  81. //
  82. // kGToolStripMenuItem
  83. //
  84. this.kGToolStripMenuItem.Name = "kGToolStripMenuItem";
  85. this.kGToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  86. this.kGToolStripMenuItem.Text = "KG";
  87. this.kGToolStripMenuItem.Click += new System.EventHandler(this.kGToolStripMenuItem_Click);
  88. //
  89. // wBToolStripMenuItem
  90. //
  91. this.wBToolStripMenuItem.Name = "wBToolStripMenuItem";
  92. this.wBToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  93. this.wBToolStripMenuItem.Text = "WB";
  94. this.wBToolStripMenuItem.Click += new System.EventHandler(this.wBToolStripMenuItem_Click);
  95. //
  96. // tabp6
  97. //
  98. this.tabp6.Location = new System.Drawing.Point(4, 22);
  99. this.tabp6.Name = "tabp6";
  100. this.tabp6.Padding = new System.Windows.Forms.Padding(3);
  101. this.tabp6.Size = new System.Drawing.Size(938, 428);
  102. this.tabp6.TabIndex = 5;
  103. this.tabp6.Text = "ZakupCTR";
  104. this.tabp6.UseVisualStyleBackColor = true;
  105. //
  106. // tabp5
  107. //
  108. this.tabp5.Location = new System.Drawing.Point(4, 22);
  109. this.tabp5.Name = "tabp5";
  110. this.tabp5.Padding = new System.Windows.Forms.Padding(3);
  111. this.tabp5.Size = new System.Drawing.Size(938, 428);
  112. this.tabp5.TabIndex = 4;
  113. this.tabp5.Text = "Zakup";
  114. this.tabp5.UseVisualStyleBackColor = true;
  115. //
  116. // tabp4
  117. //
  118. this.tabp4.Location = new System.Drawing.Point(4, 22);
  119. this.tabp4.Name = "tabp4";
  120. this.tabp4.Padding = new System.Windows.Forms.Padding(3);
  121. this.tabp4.Size = new System.Drawing.Size(938, 428);
  122. this.tabp4.TabIndex = 3;
  123. this.tabp4.Text = "SprzedażCTR";
  124. this.tabp4.UseVisualStyleBackColor = true;
  125. //
  126. // tabp3
  127. //
  128. this.tabp3.Location = new System.Drawing.Point(4, 22);
  129. this.tabp3.Name = "tabp3";
  130. this.tabp3.Padding = new System.Windows.Forms.Padding(3);
  131. this.tabp3.Size = new System.Drawing.Size(938, 428);
  132. this.tabp3.TabIndex = 2;
  133. this.tabp3.Text = "Sprzedaż";
  134. this.tabp3.UseVisualStyleBackColor = true;
  135. //
  136. // tabp2
  137. //
  138. this.tabp2.Location = new System.Drawing.Point(4, 22);
  139. this.tabp2.Name = "tabp2";
  140. this.tabp2.Padding = new System.Windows.Forms.Padding(3);
  141. this.tabp2.Size = new System.Drawing.Size(938, 428);
  142. this.tabp2.TabIndex = 1;
  143. this.tabp2.Text = "Podmiot";
  144. this.tabp2.UseVisualStyleBackColor = true;
  145. //
  146. // tabp1
  147. //
  148. this.tabp1.Location = new System.Drawing.Point(4, 22);
  149. this.tabp1.Name = "tabp1";
  150. this.tabp1.Padding = new System.Windows.Forms.Padding(3);
  151. this.tabp1.Size = new System.Drawing.Size(938, 428);
  152. this.tabp1.TabIndex = 0;
  153. this.tabp1.Text = "Nagłówek";
  154. this.tabp1.UseVisualStyleBackColor = true;
  155. //
  156. // tcon1
  157. //
  158. this.tcon1.Controls.Add(this.tabp1);
  159. this.tcon1.Controls.Add(this.tabp2);
  160. this.tcon1.Controls.Add(this.tabp3);
  161. this.tcon1.Controls.Add(this.tabp4);
  162. this.tcon1.Controls.Add(this.tabp5);
  163. this.tcon1.Controls.Add(this.tabp6);
  164. this.tcon1.Controls.Add(this.tabp7);
  165. this.tcon1.Location = new System.Drawing.Point(0, 43);
  166. this.tcon1.Name = "tcon1";
  167. this.tcon1.SelectedIndex = 0;
  168. this.tcon1.Size = new System.Drawing.Size(946, 454);
  169. this.tcon1.TabIndex = 1;
  170. this.tcon1.Visible = false;
  171. //
  172. // tabp7
  173. //
  174. this.tabp7.Location = new System.Drawing.Point(4, 22);
  175. this.tabp7.Name = "tabp7";
  176. this.tabp7.Padding = new System.Windows.Forms.Padding(3);
  177. this.tabp7.Size = new System.Drawing.Size(938, 428);
  178. this.tabp7.TabIndex = 6;
  179. this.tabp7.Text = "tabPage1";
  180. this.tabp7.UseVisualStyleBackColor = true;
  181. //
  182. // Form1
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.ClientSize = new System.Drawing.Size(945, 498);
  187. this.Controls.Add(this.tcon1);
  188. this.Controls.Add(this.menuStrip1);
  189. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  190. this.MainMenuStrip = this.menuStrip1;
  191. this.Name = "Form1";
  192. this.Text = "JPK";
  193. this.menuStrip1.ResumeLayout(false);
  194. this.menuStrip1.PerformLayout();
  195. this.tcon1.ResumeLayout(false);
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.MenuStrip menuStrip1;
  201. private System.Windows.Forms.ToolStripMenuItem plikToolStripMenuItem;
  202. private System.Windows.Forms.ToolStripMenuItem vATToolStripMenuItem;
  203. private System.Windows.Forms.ToolStripMenuItem fAKTURYToolStripMenuItem;
  204. private System.Windows.Forms.ToolStripMenuItem kGToolStripMenuItem;
  205. private System.Windows.Forms.ToolStripMenuItem wBToolStripMenuItem;
  206. private System.Windows.Forms.TabPage tabp6;
  207. private System.Windows.Forms.TabPage tabp5;
  208. private System.Windows.Forms.TabPage tabp4;
  209. private System.Windows.Forms.TabPage tabp3;
  210. private System.Windows.Forms.TabPage tabp2;
  211. private System.Windows.Forms.TabPage tabp1;
  212. private System.Windows.Forms.TabControl tcon1;
  213. private System.Windows.Forms.TabPage tabp7;
  214. }
  215. }