FormKlad.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormKlad
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKlad));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.LblOtch = new System.Windows.Forms.Label();
  32. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  33. this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
  34. this.LblName = new System.Windows.Forms.Label();
  35. this.LblFam = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
  39. this.BtnProfile = new System.Windows.Forms.Button();
  40. this.BtnGetMaterial = new System.Windows.Forms.Button();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  51. this.panel1.Controls.Add(this.LblOtch);
  52. this.panel1.Controls.Add(this.LblName);
  53. this.panel1.Controls.Add(this.LblFam);
  54. this.panel1.Controls.Add(this.label1);
  55. this.panel1.Controls.Add(this.pictureBox1);
  56. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  57. this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(638, 102);
  62. this.panel1.TabIndex = 3;
  63. //
  64. // LblOtch
  65. //
  66. this.LblOtch.AutoSize = true;
  67. this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  68. this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.LblOtch.Location = new System.Drawing.Point(21, 65);
  70. this.LblOtch.Name = "LblOtch";
  71. this.LblOtch.Size = new System.Drawing.Size(36, 20);
  72. this.LblOtch.TabIndex = 4;
  73. this.LblOtch.Text = "Otch";
  74. //
  75. // BsUsers
  76. //
  77. this.BsUsers.DataMember = "Users";
  78. this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
  79. //
  80. // sewingFactoryMURDataSet1
  81. //
  82. this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
  83. this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  84. //
  85. // LblName
  86. //
  87. this.LblName.AutoSize = true;
  88. this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  89. this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.LblName.Location = new System.Drawing.Point(22, 45);
  91. this.LblName.Name = "LblName";
  92. this.LblName.Size = new System.Drawing.Size(43, 20);
  93. this.LblName.TabIndex = 3;
  94. this.LblName.Text = "Name";
  95. //
  96. // LblFam
  97. //
  98. this.LblFam.AutoSize = true;
  99. this.LblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
  100. this.LblFam.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.LblFam.Location = new System.Drawing.Point(22, 22);
  102. this.LblFam.Name = "LblFam";
  103. this.LblFam.Size = new System.Drawing.Size(35, 20);
  104. this.LblFam.TabIndex = 2;
  105. this.LblFam.Text = "Fam";
  106. //
  107. // label1
  108. //
  109. this.label1.AutoSize = true;
  110. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. this.label1.Location = new System.Drawing.Point(193, 42);
  112. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  113. this.label1.Name = "label1";
  114. this.label1.Size = new System.Drawing.Size(92, 23);
  115. this.label1.TabIndex = 1;
  116. this.label1.Text = "Кладовщик";
  117. //
  118. // pictureBox1
  119. //
  120. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  121. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  122. this.pictureBox1.Location = new System.Drawing.Point(532, 0);
  123. this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  124. this.pictureBox1.Name = "pictureBox1";
  125. this.pictureBox1.Size = new System.Drawing.Size(106, 102);
  126. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  127. this.pictureBox1.TabIndex = 0;
  128. this.pictureBox1.TabStop = false;
  129. //
  130. // usersTableAdapter
  131. //
  132. this.usersTableAdapter.ClearBeforeFill = true;
  133. //
  134. // BtnProfile
  135. //
  136. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  137. this.BtnProfile.Location = new System.Drawing.Point(25, 111);
  138. this.BtnProfile.Name = "BtnProfile";
  139. this.BtnProfile.Size = new System.Drawing.Size(135, 31);
  140. this.BtnProfile.TabIndex = 19;
  141. this.BtnProfile.Text = "Профиль";
  142. this.BtnProfile.UseVisualStyleBackColor = false;
  143. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  144. //
  145. // BtnGetMaterial
  146. //
  147. this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  148. this.BtnGetMaterial.Location = new System.Drawing.Point(212, 111);
  149. this.BtnGetMaterial.Name = "BtnGetMaterial";
  150. this.BtnGetMaterial.Size = new System.Drawing.Size(160, 31);
  151. this.BtnGetMaterial.TabIndex = 20;
  152. this.BtnGetMaterial.Text = "Принять материалы материалы";
  153. this.BtnGetMaterial.UseVisualStyleBackColor = false;
  154. this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
  155. //
  156. // button1
  157. //
  158. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  159. this.button1.Location = new System.Drawing.Point(441, 111);
  160. this.button1.Name = "button1";
  161. this.button1.Size = new System.Drawing.Size(160, 31);
  162. this.button1.TabIndex = 21;
  163. this.button1.Text = "Списать материалы";
  164. this.button1.UseVisualStyleBackColor = false;
  165. this.button1.Click += new System.EventHandler(this.button1_Click);
  166. //
  167. // FormKlad
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.BackColor = System.Drawing.Color.White;
  172. this.ClientSize = new System.Drawing.Size(638, 204);
  173. this.Controls.Add(this.button1);
  174. this.Controls.Add(this.BtnGetMaterial);
  175. this.Controls.Add(this.BtnProfile);
  176. this.Controls.Add(this.panel1);
  177. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  178. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  179. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  180. this.MinimumSize = new System.Drawing.Size(654, 243);
  181. this.Name = "FormKlad";
  182. this.Text = "СУБД \"Швейная фабрика\"";
  183. this.Load += new System.EventHandler(this.FormKlad_Load);
  184. this.panel1.ResumeLayout(false);
  185. this.panel1.PerformLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.Panel panel1;
  193. private System.Windows.Forms.Label LblOtch;
  194. private System.Windows.Forms.Label LblName;
  195. private System.Windows.Forms.Label LblFam;
  196. private System.Windows.Forms.Label label1;
  197. private System.Windows.Forms.PictureBox pictureBox1;
  198. private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
  199. private System.Windows.Forms.BindingSource BsUsers;
  200. private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  201. private System.Windows.Forms.Button BtnProfile;
  202. private System.Windows.Forms.Button BtnGetMaterial;
  203. private System.Windows.Forms.Button button1;
  204. }
  205. }