92 lines
2.8 KiB
C#
92 lines
2.8 KiB
C#
namespace WinForm
|
||
{
|
||
partial class NonVisualForm
|
||
{
|
||
/// <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()
|
||
{
|
||
components = new System.ComponentModel.Container();
|
||
wordTableComponent1 = new KOP_Labs.NonVisualComponents.WordTableComponent(components);
|
||
buttonWordSave = new Button();
|
||
buttonSaveHist = new Button();
|
||
wordHistogramm1 = new KOP_Labs.NonVisualComponents.WordHistogramm(components);
|
||
wordTableHeaderComponent1 = new KOP_Labs.NonVisualComponents.WordTableHeaderComponent(components);
|
||
buttonHead = new Button();
|
||
SuspendLayout();
|
||
//
|
||
// buttonWordSave
|
||
//
|
||
buttonWordSave.Location = new Point(54, 262);
|
||
buttonWordSave.Name = "buttonWordSave";
|
||
buttonWordSave.Size = new Size(94, 29);
|
||
buttonWordSave.TabIndex = 0;
|
||
buttonWordSave.Text = "Сохранить";
|
||
buttonWordSave.UseVisualStyleBackColor = true;
|
||
buttonWordSave.Click += buttonWordSave_Click;
|
||
//
|
||
// buttonSaveHist
|
||
//
|
||
buttonSaveHist.Location = new Point(279, 262);
|
||
buttonSaveHist.Name = "buttonSaveHist";
|
||
buttonSaveHist.Size = new Size(94, 29);
|
||
buttonSaveHist.TabIndex = 1;
|
||
buttonSaveHist.Text = "xlsx";
|
||
buttonSaveHist.UseVisualStyleBackColor = true;
|
||
buttonSaveHist.Click += buttonSaveHist_Click;
|
||
//
|
||
// buttonHead
|
||
//
|
||
buttonHead.Location = new Point(499, 262);
|
||
buttonHead.Name = "buttonHead";
|
||
buttonHead.Size = new Size(169, 29);
|
||
buttonHead.TabIndex = 2;
|
||
buttonHead.Text = "Таблица с шапкой";
|
||
buttonHead.UseVisualStyleBackColor = true;
|
||
buttonHead.Click += buttonHead_Click;
|
||
//
|
||
// NonVisualForm
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(800, 450);
|
||
Controls.Add(buttonHead);
|
||
Controls.Add(buttonSaveHist);
|
||
Controls.Add(buttonWordSave);
|
||
Name = "NonVisualForm";
|
||
Text = "NonVisualForm";
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private KOP_Labs.NonVisualComponents.WordTableComponent wordTableComponent1;
|
||
private Button buttonWordSave;
|
||
private Button buttonSaveHist;
|
||
private KOP_Labs.NonVisualComponents.WordHistogramm wordHistogramm1;
|
||
private KOP_Labs.NonVisualComponents.WordTableHeaderComponent wordTableHeaderComponent1;
|
||
private Button buttonHead;
|
||
}
|
||
} |