225 lines
11 KiB
C#
225 lines
11 KiB
C#
namespace TestApp
|
|
{
|
|
partial class FormTest
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.comboBoxControl = new NevaevaLibrary.ComboBoxControl();
|
|
this.buttonInsert = new System.Windows.Forms.Button();
|
|
this.buttonClear = new System.Windows.Forms.Button();
|
|
this.buttonGetSelected = new System.Windows.Forms.Button();
|
|
this.buttonSetSelected = new System.Windows.Forms.Button();
|
|
this.mailControl = new NevaevaLibrary.MailControl();
|
|
this.buttonAddTemplate = new System.Windows.Forms.Button();
|
|
this.listBoxControl = new NevaevaLibrary.ListBoxControl();
|
|
this.buttonInsertList = new System.Windows.Forms.Button();
|
|
this.buttonGetSelectedList = new System.Windows.Forms.Button();
|
|
this.buttonWordText = new System.Windows.Forms.Button();
|
|
this.wordLongTextComponent = new NevaevaLibrary.LogicalComponents.WordLongTextComponent(this.components);
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.buttonTable = new System.Windows.Forms.Button();
|
|
this.wordTableComponent = new NevaevaLibrary.LogicalComponents.WordTableComponent(this.components);
|
|
this.wordDiagramComponent = new NevaevaLibrary.LogicalComponents.WordDiagramComponent(this.components);
|
|
this.buttonDiagram = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// comboBoxControl
|
|
//
|
|
this.comboBoxControl.Location = new System.Drawing.Point(12, 12);
|
|
this.comboBoxControl.Name = "comboBoxControl";
|
|
this.comboBoxControl.SelectedValue = "";
|
|
this.comboBoxControl.Size = new System.Drawing.Size(366, 44);
|
|
this.comboBoxControl.TabIndex = 0;
|
|
this.comboBoxControl.SelectedValueChange += new System.Action<string>(this.comboBoxControl_SelectedValueChange);
|
|
//
|
|
// buttonInsert
|
|
//
|
|
this.buttonInsert.Location = new System.Drawing.Point(12, 48);
|
|
this.buttonInsert.Name = "buttonInsert";
|
|
this.buttonInsert.Size = new System.Drawing.Size(94, 29);
|
|
this.buttonInsert.TabIndex = 1;
|
|
this.buttonInsert.Text = "Заполнить";
|
|
this.buttonInsert.UseVisualStyleBackColor = true;
|
|
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
|
|
//
|
|
// buttonClear
|
|
//
|
|
this.buttonClear.Location = new System.Drawing.Point(112, 48);
|
|
this.buttonClear.Name = "buttonClear";
|
|
this.buttonClear.Size = new System.Drawing.Size(94, 29);
|
|
this.buttonClear.TabIndex = 2;
|
|
this.buttonClear.Text = "Очистить";
|
|
this.buttonClear.UseVisualStyleBackColor = true;
|
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|
//
|
|
// buttonGetSelected
|
|
//
|
|
this.buttonGetSelected.Location = new System.Drawing.Point(212, 48);
|
|
this.buttonGetSelected.Name = "buttonGetSelected";
|
|
this.buttonGetSelected.Size = new System.Drawing.Size(94, 29);
|
|
this.buttonGetSelected.TabIndex = 3;
|
|
this.buttonGetSelected.Text = "Получить";
|
|
this.buttonGetSelected.UseVisualStyleBackColor = true;
|
|
this.buttonGetSelected.Click += new System.EventHandler(this.buttonGetSelected_Click);
|
|
//
|
|
// buttonSetSelected
|
|
//
|
|
this.buttonSetSelected.Location = new System.Drawing.Point(312, 48);
|
|
this.buttonSetSelected.Name = "buttonSetSelected";
|
|
this.buttonSetSelected.Size = new System.Drawing.Size(99, 29);
|
|
this.buttonSetSelected.TabIndex = 4;
|
|
this.buttonSetSelected.Text = "Установить";
|
|
this.buttonSetSelected.UseVisualStyleBackColor = true;
|
|
this.buttonSetSelected.Click += new System.EventHandler(this.buttonSetSelected_Click);
|
|
//
|
|
// mailControl
|
|
//
|
|
this.mailControl.Email = null;
|
|
this.mailControl.Location = new System.Drawing.Point(11, 95);
|
|
this.mailControl.Name = "mailControl";
|
|
this.mailControl.Size = new System.Drawing.Size(312, 94);
|
|
this.mailControl.TabIndex = 5;
|
|
this.mailControl.validateEmailRegex = null;
|
|
//
|
|
// buttonAddTemplate
|
|
//
|
|
this.buttonAddTemplate.Location = new System.Drawing.Point(12, 160);
|
|
this.buttonAddTemplate.Name = "buttonAddTemplate";
|
|
this.buttonAddTemplate.Size = new System.Drawing.Size(143, 29);
|
|
this.buttonAddTemplate.TabIndex = 6;
|
|
this.buttonAddTemplate.Text = "Передать шаблон";
|
|
this.buttonAddTemplate.UseVisualStyleBackColor = true;
|
|
this.buttonAddTemplate.Click += new System.EventHandler(this.buttonAddTemplate_Click);
|
|
//
|
|
// listBoxControl
|
|
//
|
|
this.listBoxControl.Location = new System.Drawing.Point(479, 12);
|
|
this.listBoxControl.Name = "listBoxControl";
|
|
this.listBoxControl.SelectedIndex = -1;
|
|
this.listBoxControl.Size = new System.Drawing.Size(608, 237);
|
|
this.listBoxControl.TabIndex = 7;
|
|
//
|
|
// buttonInsertList
|
|
//
|
|
this.buttonInsertList.Location = new System.Drawing.Point(483, 268);
|
|
this.buttonInsertList.Name = "buttonInsertList";
|
|
this.buttonInsertList.Size = new System.Drawing.Size(94, 29);
|
|
this.buttonInsertList.TabIndex = 8;
|
|
this.buttonInsertList.Text = "Заполнить";
|
|
this.buttonInsertList.UseVisualStyleBackColor = true;
|
|
this.buttonInsertList.Click += new System.EventHandler(this.buttonInsertList_Click);
|
|
//
|
|
// buttonGetSelectedList
|
|
//
|
|
this.buttonGetSelectedList.Location = new System.Drawing.Point(596, 268);
|
|
this.buttonGetSelectedList.Name = "buttonGetSelectedList";
|
|
this.buttonGetSelectedList.Size = new System.Drawing.Size(94, 29);
|
|
this.buttonGetSelectedList.TabIndex = 9;
|
|
this.buttonGetSelectedList.Text = "Получить";
|
|
this.buttonGetSelectedList.UseVisualStyleBackColor = true;
|
|
this.buttonGetSelectedList.Click += new System.EventHandler(this.buttonGetSelectedList_Click);
|
|
//
|
|
// buttonWordText
|
|
//
|
|
this.buttonWordText.Location = new System.Drawing.Point(10, 319);
|
|
this.buttonWordText.Name = "buttonWordText";
|
|
this.buttonWordText.Size = new System.Drawing.Size(145, 29);
|
|
this.buttonWordText.TabIndex = 10;
|
|
this.buttonWordText.Text = "Word (текст)";
|
|
this.buttonWordText.UseVisualStyleBackColor = true;
|
|
this.buttonWordText.Click += new System.EventHandler(this.buttonWordText_Click);
|
|
//
|
|
// openFileDialog
|
|
//
|
|
this.openFileDialog.FileName = "openFileDialog1";
|
|
//
|
|
// buttonTable
|
|
//
|
|
this.buttonTable.Location = new System.Drawing.Point(178, 319);
|
|
this.buttonTable.Name = "buttonTable";
|
|
this.buttonTable.Size = new System.Drawing.Size(145, 29);
|
|
this.buttonTable.TabIndex = 11;
|
|
this.buttonTable.Text = "Word (таблица)";
|
|
this.buttonTable.UseVisualStyleBackColor = true;
|
|
this.buttonTable.Click += new System.EventHandler(this.buttonTable_Click);
|
|
//
|
|
// buttonDiagram
|
|
//
|
|
this.buttonDiagram.Location = new System.Drawing.Point(345, 319);
|
|
this.buttonDiagram.Name = "buttonDiagram";
|
|
this.buttonDiagram.Size = new System.Drawing.Size(145, 29);
|
|
this.buttonDiagram.TabIndex = 12;
|
|
this.buttonDiagram.Text = "Word (диаграмма)";
|
|
this.buttonDiagram.UseVisualStyleBackColor = true;
|
|
this.buttonDiagram.Click += new System.EventHandler(this.buttonDiagram_Click);
|
|
//
|
|
// FormTest
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1109, 363);
|
|
this.Controls.Add(this.buttonDiagram);
|
|
this.Controls.Add(this.buttonTable);
|
|
this.Controls.Add(this.buttonWordText);
|
|
this.Controls.Add(this.buttonGetSelectedList);
|
|
this.Controls.Add(this.buttonInsertList);
|
|
this.Controls.Add(this.listBoxControl);
|
|
this.Controls.Add(this.buttonAddTemplate);
|
|
this.Controls.Add(this.mailControl);
|
|
this.Controls.Add(this.buttonSetSelected);
|
|
this.Controls.Add(this.buttonGetSelected);
|
|
this.Controls.Add(this.buttonClear);
|
|
this.Controls.Add(this.buttonInsert);
|
|
this.Controls.Add(this.comboBoxControl);
|
|
this.Name = "FormTest";
|
|
this.Text = "FormTest";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private NevaevaLibrary.ComboBoxControl comboBoxControl;
|
|
private Button buttonInsert;
|
|
private Button buttonClear;
|
|
private Button buttonGetSelected;
|
|
private Button buttonSetSelected;
|
|
private NevaevaLibrary.MailControl mailControl;
|
|
private Button buttonAddTemplate;
|
|
private NevaevaLibrary.ListBoxControl listBoxControl;
|
|
private Button buttonInsertList;
|
|
private Button buttonGetSelectedList;
|
|
private Button buttonWordText;
|
|
private NevaevaLibrary.LogicalComponents.WordLongTextComponent wordLongTextComponent;
|
|
private OpenFileDialog openFileDialog;
|
|
private Button buttonTable;
|
|
private NevaevaLibrary.LogicalComponents.WordTableComponent wordTableComponent;
|
|
private NevaevaLibrary.LogicalComponents.WordDiagramComponent wordDiagramComponent;
|
|
private Button buttonDiagram;
|
|
}
|
|
} |