{.Validate();.librarianBindingSource.EndEdit();.librarianTableAdapter.Update(this.microsoft_Access_База_данныхDataSet);
} void toolStripButton3_Click (object sender, EventArgs e)
{.Validate();.libraryBindingSource.EndEdit();.libraryTableAdapter.Update(this.microsoft_Access_База_данныхDataSet);
} void toolStripButton6_Click (object sender, EventArgs e)
{.Validate();.workingBindingSource.EndEdit();.workingTableAdapter.Update(this.microsoft_Access_База_данныхDataSet);
} void toolStripButton4_Click (object sender, EventArgs e)
{.Validate();.storedBindingSource.EndEdit();.storedTableAdapter.Update(this.microsoft_Access_База_данныхDataSet);
} void toolStripButton5_Click (object sender, EventArgs e)
{.Validate();.itemTakenBindingSource.EndEdit();.itemTakenTableAdapter.Update(this.microsoft_Access_База_данныхDataSet);
} void button1_Click (object sender, EventArgs e)
{(radioButton1.Checked)(maskedTextBox1.Text);(radioButton2.Checked)(maskedTextBox1.Text);
} void button2_Click (object sender, EventArgs e)
{(textBox1.Text);
} void radioButton3_CheckedChanged (object sender, EventArgs e)
{(«Книга»);
} void radioButton4_CheckedChanged (object sender, EventArgs e)
{(«Журнал»);
} void radioButton5_CheckedChanged (object sender, EventArgs e)
{(«Газета»);
} void button3_Click (object sender, EventArgs e)
{
{
/ / Створюємо об'єкт Word - рівносильно запуску Word
wordapp=new Word.Application ();
/ / Робимо його відімим.Visible=true; template=Type.Missing; newTemplate=false; documentType=Word.WdNewDocumentType.wdNewBlankDocument; visible=true;
/ / Створюємо документ 1.Documents.Add (template, ref newTemplate, ref documentType, ref visible);=wordapp.Documents; name=«Документ1»;
/ / Для Visual Studio 2003
/ / worddocument=(Word.Document) worddocuments.Item (ref name);=(Word.Document) worddocuments.get_Item (ref name);
worddocument.Activate ();
/ / Безпосередньо робота з об'єктом Selection
/ / Встановлюємо шрифт за умолчанію.Content.Font.Size=15;
worddocument.Content.Font.Bold=0;
/ / worddocument.Content.Font.Underline=Word.WdUnderline.wdUnderlineSingle;. Content.ParagraphFormat.Alignment =. WdParagraphAlignment.wdAlignParagraphLeft;. Content.ParagraphFormat.LeftIndent =. Content.Application.CentimetersToPoints ( (float) 2);. Content.ParagraphFormat.RightIndent =. Content.Application.CentimetersToPoints ((float) 1); unit; count; extend;
/ / Курсор уведення встановлюється в початок документа
unit=Word.WdUnits.wdStory;=Word.WdMovementType.wdMove;. Selection.HomeKey (ref unit, ref extend);
/ / Додаємо параграфи і виводимо в них текст.Selection.TypeParagraph ();. Selectio...