1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
-
- namespace DB_Danilov_V1
- {
- partial class Form3
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.Таблица_Client = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // Таблица_Client
- //
- this.Таблица_Client.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Таблица_Client.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.Таблица_Client.Location = new System.Drawing.Point(12, 12);
- this.Таблица_Client.Name = "Таблица_Client";
- this.Таблица_Client.Size = new System.Drawing.Size(189, 69);
- this.Таблица_Client.TabIndex = 0;
- this.Таблица_Client.Text = "Таблица_Client";
- this.Таблица_Client.UseVisualStyleBackColor = true;
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.button1.Location = new System.Drawing.Point(12, 97);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(189, 69);
- this.button1.TabIndex = 1;
- this.button1.Text = "Таблица_ClientService";
- this.button1.UseVisualStyleBackColor = true;
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(212, 450);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.Таблица_Client);
- this.Name = "Form3";
- this.Text = "Form3";
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button Таблица_Client;
- private System.Windows.Forms.Button button1;
- }
- }
|