FormZak.Designer.cs 10 KB

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