//kurucu fonksyon public Arac(Araclar aracKutusu, PictureBox resimKutusu, AracTipi tip, String normalGrafik, String ustundeGrafik, String seciliGrafik) { try { this.tip = tip; this.aracKutusu = aracKutusu; this.resimKutusu = resimKutusu; this.normalGrafik = Image.FromFile(aracDizini() + normalGrafik); this.ustundeGrafik = Image.FromFile(aracDizini() + ustundeGrafik); this.seciliGrafik = Image.FromFile(aracDizini() + seciliGrafik); this.resimKutusu.Image = this.normalGrafik; this.resimKutusu.Click += new EventHandler(resimKutusu_Click); this.resimKutusu.MouseEnter += new EventHandler(resimKutusu_MouseEnter); this.resimKutusu.MouseLeave += new EventHandler(resimKutusu_MouseLeave); } catch (System.IO.IOException hata) { MessageBox.Show(hata.Message); } }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmAna)); this.anaMenu = new System.Windows.Forms.MainMenu(); this.mnDosya = new System.Windows.Forms.MenuItem(); this.mnYeniCizim = new System.Windows.Forms.MenuItem(); this.mnKaydet = new System.Windows.Forms.MenuItem(); this.mnFarkliKaydet = new System.Windows.Forms.MenuItem(); this.mnAc = new System.Windows.Forms.MenuItem(); this.mnCizgi_Ac_Cikis = new System.Windows.Forms.MenuItem(); this.mnCikis = new System.Windows.Forms.MenuItem(); this.mnDuzen = new System.Windows.Forms.MenuItem(); this.mnGeriAl = new System.Windows.Forms.MenuItem(); this.mnIleriAl = new System.Windows.Forms.MenuItem(); this.mnYardimAna = new System.Windows.Forms.MenuItem(); this.mnYardim = new System.Windows.Forms.MenuItem(); this.mnHakkinda = new System.Windows.Forms.MenuItem(); this.pnlAraclar = new System.Windows.Forms.Panel(); this.araclar = new iboCAD.Araclar(); this.btnOlcekEksi = new System.Windows.Forms.Button(); this.btnOlcekArti = new System.Windows.Forms.Button(); this.pnlCizimRengi = new System.Windows.Forms.Panel(); this.pnlArkaPlanRengi = new System.Windows.Forms.Panel(); this.pnlSagTaraf = new System.Windows.Forms.Panel(); this.pnlMouseKonum = new System.Windows.Forms.Panel(); this.txtMouseY = new System.Windows.Forms.Label(); this.txtMouseX = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lmlMouseKoor = new System.Windows.Forms.Label(); this.lblSekiller = new System.Windows.Forms.Label(); this.lstSekiller = new System.Windows.Forms.ListBox(); this.sekillerMenu = new System.Windows.Forms.ContextMenu(); this.mnSekilOzellikler = new System.Windows.Forms.MenuItem(); this.mnSekilSil = new System.Windows.Forms.MenuItem(); this.btnKatmanEkle = new System.Windows.Forms.Button(); this.btnKatmanAsagi = new System.Windows.Forms.Button(); this.btnKatmanYukarý = new System.Windows.Forms.Button(); this.lstKatmanlar = new System.Windows.Forms.ListBox(); this.katmanlarMenu = new System.Windows.Forms.ContextMenu(); this.mnKatmanOzellikler = new System.Windows.Forms.MenuItem(); this.mnKatmanSil = new System.Windows.Forms.MenuItem(); this.mnKatmanYeni = new System.Windows.Forms.MenuItem(); this.btnKatmanSil = new System.Windows.Forms.Button(); this.lblKatmanlar = new System.Windows.Forms.Label(); this.CizimRengiSecimi = new System.Windows.Forms.ColorDialog(); this.ipucuKutusu = new System.Windows.Forms.ToolTip(this.components); this.durumCubugu = new System.Windows.Forms.StatusBar(); this.ArkaPlanRengiSecimi = new System.Windows.Forms.ColorDialog(); this.dosyaAcmaPenceresi = new System.Windows.Forms.OpenFileDialog(); this.pnlAraclar.SuspendLayout(); this.pnlSagTaraf.SuspendLayout(); this.pnlMouseKonum.SuspendLayout(); this.SuspendLayout(); // // anaMenu // this.anaMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnDosya, this.mnDuzen, this.mnYardimAna }); // // mnDosya // this.mnDosya.Index = 0; this.mnDosya.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnYeniCizim, this.mnKaydet, this.mnFarkliKaydet, this.mnAc, this.mnCizgi_Ac_Cikis, this.mnCikis }); this.mnDosya.Text = "&Dosya"; // // mnYeniCizim // this.mnYeniCizim.Index = 0; this.mnYeniCizim.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.mnYeniCizim.Text = "&Yeni Çizim"; this.mnYeniCizim.Click += new System.EventHandler(this.mnYeniCizim_Click); // // mnKaydet // this.mnKaydet.Index = 1; this.mnKaydet.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.mnKaydet.Text = "&Kaydet"; // // mnFarkliKaydet // this.mnFarkliKaydet.Index = 2; this.mnFarkliKaydet.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftS; this.mnFarkliKaydet.Text = "&Farklý Kaydet"; // // mnAc // this.mnAc.Index = 3; this.mnAc.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.mnAc.Text = "&Aç.."; this.mnAc.Click += new System.EventHandler(this.mnAc_Click); // // mnCizgi_Ac_Cikis // this.mnCizgi_Ac_Cikis.Index = 4; this.mnCizgi_Ac_Cikis.Text = "-"; // // mnCikis // this.mnCikis.Index = 5; this.mnCikis.Shortcut = System.Windows.Forms.Shortcut.CtrlX; this.mnCikis.Text = "&Çýkýþ"; this.mnCikis.Click += new System.EventHandler(this.mnCikis_Click); // // mnDuzen // this.mnDuzen.Index = 1; this.mnDuzen.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnGeriAl, this.mnIleriAl }); this.mnDuzen.Text = "Dü&zen"; // // mnGeriAl // this.mnGeriAl.Index = 0; this.mnGeriAl.Shortcut = System.Windows.Forms.Shortcut.CtrlZ; this.mnGeriAl.Text = "&Geri Al"; this.mnGeriAl.Click += new System.EventHandler(this.mnGeriAl_Click); // // mnIleriAl // this.mnIleriAl.Index = 1; this.mnIleriAl.Shortcut = System.Windows.Forms.Shortcut.CtrlY; this.mnIleriAl.Text = "Ý&leri Al"; this.mnIleriAl.Click += new System.EventHandler(this.mnIleriAl_Click); // // mnYardimAna // this.mnYardimAna.Index = 2; this.mnYardimAna.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnYardim, this.mnHakkinda }); this.mnYardimAna.Text = "&Yardým"; // // mnYardim // this.mnYardim.Index = 0; this.mnYardim.Shortcut = System.Windows.Forms.Shortcut.F1; this.mnYardim.Text = "&Yardým"; // // mnHakkinda // this.mnHakkinda.Index = 1; this.mnHakkinda.Shortcut = System.Windows.Forms.Shortcut.F12; this.mnHakkinda.Text = "&Hakkýnda.."; this.mnHakkinda.Click += new System.EventHandler(this.mnHakkinda_Click); // // pnlAraclar // this.pnlAraclar.BackColor = System.Drawing.Color.SteelBlue; this.pnlAraclar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlAraclar.BackgroundImage"))); this.pnlAraclar.Controls.Add(this.araclar); this.pnlAraclar.Controls.Add(this.btnOlcekEksi); this.pnlAraclar.Controls.Add(this.btnOlcekArti); this.pnlAraclar.Controls.Add(this.pnlCizimRengi); this.pnlAraclar.Controls.Add(this.pnlArkaPlanRengi); this.pnlAraclar.Dock = System.Windows.Forms.DockStyle.Left; this.pnlAraclar.Location = new System.Drawing.Point(0, 0); this.pnlAraclar.Name = "pnlAraclar"; this.pnlAraclar.Size = new System.Drawing.Size(60, 569); this.pnlAraclar.TabIndex = 1; // // araclar // this.araclar.Location = new System.Drawing.Point(8, 8); this.araclar.Name = "araclar"; this.araclar.SeciliArac = null; this.araclar.Size = new System.Drawing.Size(41, 207); this.araclar.TabIndex = 7; this.araclar.AracDegisti += new iboCAD.Araclar.aracDegisti(this.araclar_AracDegisti); // // btnOlcekEksi // this.btnOlcekEksi.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOlcekEksi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnOlcekEksi.ForeColor = System.Drawing.Color.White; this.btnOlcekEksi.Location = new System.Drawing.Point(8, 328); this.btnOlcekEksi.Name = "btnOlcekEksi"; this.btnOlcekEksi.Size = new System.Drawing.Size(40, 16); this.btnOlcekEksi.TabIndex = 6; this.btnOlcekEksi.Text = "&-"; this.ipucuKutusu.SetToolTip(this.btnOlcekEksi, "Uzaklaþtýr"); this.btnOlcekEksi.Click += new System.EventHandler(this.btnOlcekEksi_Click); // // btnOlcekArti // this.btnOlcekArti.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOlcekArti.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnOlcekArti.ForeColor = System.Drawing.Color.White; this.btnOlcekArti.Location = new System.Drawing.Point(8, 304); this.btnOlcekArti.Name = "btnOlcekArti"; this.btnOlcekArti.Size = new System.Drawing.Size(40, 16); this.btnOlcekArti.TabIndex = 3; this.btnOlcekArti.Text = "&+"; this.ipucuKutusu.SetToolTip(this.btnOlcekArti, "Yakýnlaþtýr"); this.btnOlcekArti.Click += new System.EventHandler(this.btnOlcekArti_Click); // // pnlCizimRengi // this.pnlCizimRengi.BackColor = System.Drawing.Color.White; this.pnlCizimRengi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlCizimRengi.Location = new System.Drawing.Point(8, 224); this.pnlCizimRengi.Name = "pnlCizimRengi"; this.pnlCizimRengi.Size = new System.Drawing.Size(24, 24); this.pnlCizimRengi.TabIndex = 5; this.ipucuKutusu.SetToolTip(this.pnlCizimRengi, "Çizgi rengi"); this.pnlCizimRengi.Click += new System.EventHandler(this.pnlCizimRengi_Click); // // pnlArkaPlanRengi // this.pnlArkaPlanRengi.BackColor = System.Drawing.Color.Black; this.pnlArkaPlanRengi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlArkaPlanRengi.Location = new System.Drawing.Point(24, 240); this.pnlArkaPlanRengi.Name = "pnlArkaPlanRengi"; this.pnlArkaPlanRengi.Size = new System.Drawing.Size(24, 24); this.pnlArkaPlanRengi.TabIndex = 6; this.ipucuKutusu.SetToolTip(this.pnlArkaPlanRengi, "Arkaplan rengi"); this.pnlArkaPlanRengi.Click += new System.EventHandler(this.pnlArkaPlanRengi_Click); // // pnlSagTaraf // this.pnlSagTaraf.BackColor = System.Drawing.Color.SteelBlue; this.pnlSagTaraf.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlSagTaraf.BackgroundImage"))); this.pnlSagTaraf.Controls.Add(this.pnlMouseKonum); this.pnlSagTaraf.Controls.Add(this.lmlMouseKoor); this.pnlSagTaraf.Controls.Add(this.lblSekiller); this.pnlSagTaraf.Controls.Add(this.lstSekiller); this.pnlSagTaraf.Controls.Add(this.btnKatmanEkle); this.pnlSagTaraf.Controls.Add(this.btnKatmanAsagi); this.pnlSagTaraf.Controls.Add(this.btnKatmanYukarý); this.pnlSagTaraf.Controls.Add(this.lstKatmanlar); this.pnlSagTaraf.Controls.Add(this.btnKatmanSil); this.pnlSagTaraf.Controls.Add(this.lblKatmanlar); this.pnlSagTaraf.Dock = System.Windows.Forms.DockStyle.Right; this.pnlSagTaraf.Location = new System.Drawing.Point(336, 0); this.pnlSagTaraf.Name = "pnlSagTaraf"; this.pnlSagTaraf.Size = new System.Drawing.Size(192, 569); this.pnlSagTaraf.TabIndex = 3; // // pnlMouseKonum // this.pnlMouseKonum.BackColor = System.Drawing.Color.SteelBlue; this.pnlMouseKonum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlMouseKonum.Controls.Add(this.txtMouseY); this.pnlMouseKonum.Controls.Add(this.txtMouseX); this.pnlMouseKonum.Controls.Add(this.label3); this.pnlMouseKonum.Controls.Add(this.label2); this.pnlMouseKonum.Location = new System.Drawing.Point(8, 360); this.pnlMouseKonum.Name = "pnlMouseKonum"; this.pnlMouseKonum.Size = new System.Drawing.Size(176, 32); this.pnlMouseKonum.TabIndex = 9; // // txtMouseY // this.txtMouseY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.txtMouseY.ForeColor = System.Drawing.Color.White; this.txtMouseY.Location = new System.Drawing.Point(96, 8); this.txtMouseY.Name = "txtMouseY"; this.txtMouseY.Size = new System.Drawing.Size(72, 16); this.txtMouseY.TabIndex = 3; this.txtMouseY.Text = "0.0"; this.txtMouseY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtMouseX // this.txtMouseX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.txtMouseX.ForeColor = System.Drawing.Color.White; this.txtMouseX.Location = new System.Drawing.Point(24, 8); this.txtMouseX.Name = "txtMouseX"; this.txtMouseX.Size = new System.Drawing.Size(56, 16); this.txtMouseX.TabIndex = 2; this.txtMouseX.Text = "0.0"; this.txtMouseX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(80, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(16, 16); this.label3.TabIndex = 1; this.label3.Text = "Y:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(8, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(16, 16); this.label2.TabIndex = 0; this.label2.Text = "X:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lmlMouseKoor // this.lmlMouseKoor.BackColor = System.Drawing.Color.LightBlue; this.lmlMouseKoor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lmlMouseKoor.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.lmlMouseKoor.Location = new System.Drawing.Point(8, 344); this.lmlMouseKoor.Name = "lmlMouseKoor"; this.lmlMouseKoor.Size = new System.Drawing.Size(176, 16); this.lmlMouseKoor.TabIndex = 8; this.lmlMouseKoor.Text = "Mouse Konumu (mm)"; this.lmlMouseKoor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblSekiller // this.lblSekiller.BackColor = System.Drawing.Color.LightBlue; this.lblSekiller.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSekiller.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.lblSekiller.Location = new System.Drawing.Point(8, 8); this.lblSekiller.Name = "lblSekiller"; this.lblSekiller.Size = new System.Drawing.Size(176, 16); this.lblSekiller.TabIndex = 3; this.lblSekiller.Text = "Þekiller"; this.lblSekiller.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lstSekiller // this.lstSekiller.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstSekiller.ContextMenu = this.sekillerMenu; this.lstSekiller.Location = new System.Drawing.Point(8, 24); this.lstSekiller.Name = "lstSekiller"; this.lstSekiller.Size = new System.Drawing.Size(176, 132); this.lstSekiller.TabIndex = 0; this.lstSekiller.SelectedIndexChanged += new System.EventHandler(this.lstSekiller_SelectedIndexChanged); // // sekillerMenu // this.sekillerMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnSekilOzellikler, this.mnSekilSil }); // // mnSekilOzellikler // this.mnSekilOzellikler.Index = 0; this.mnSekilOzellikler.Shortcut = System.Windows.Forms.Shortcut.F10; this.mnSekilOzellikler.Text = "Özellikler"; this.mnSekilOzellikler.Click += new System.EventHandler(this.mnSekilOzellikler_Click); // // mnSekilSil // this.mnSekilSil.Index = 1; this.mnSekilSil.Shortcut = System.Windows.Forms.Shortcut.Del; this.mnSekilSil.Text = "Sil"; this.mnSekilSil.Click += new System.EventHandler(this.mnSekilSil_Click); // // btnKatmanEkle // this.btnKatmanEkle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnKatmanEkle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnKatmanEkle.ForeColor = System.Drawing.Color.White; this.btnKatmanEkle.Location = new System.Drawing.Point(8, 312); this.btnKatmanEkle.Name = "btnKatmanEkle"; this.btnKatmanEkle.Size = new System.Drawing.Size(48, 24); this.btnKatmanEkle.TabIndex = 4; this.btnKatmanEkle.Text = "Ekle"; // // btnKatmanAsagi // this.btnKatmanAsagi.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnKatmanAsagi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnKatmanAsagi.ForeColor = System.Drawing.Color.White; this.btnKatmanAsagi.Location = new System.Drawing.Point(152, 312); this.btnKatmanAsagi.Name = "btnKatmanAsagi"; this.btnKatmanAsagi.Size = new System.Drawing.Size(32, 24); this.btnKatmanAsagi.TabIndex = 7; this.btnKatmanAsagi.Text = "Asg"; // // btnKatmanYukarý // this.btnKatmanYukarý.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnKatmanYukarý.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnKatmanYukarý.ForeColor = System.Drawing.Color.White; this.btnKatmanYukarý.Location = new System.Drawing.Point(112, 312); this.btnKatmanYukarý.Name = "btnKatmanYukarý"; this.btnKatmanYukarý.Size = new System.Drawing.Size(32, 24); this.btnKatmanYukarý.TabIndex = 6; this.btnKatmanYukarý.Text = "Ykr"; // // lstKatmanlar // this.lstKatmanlar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstKatmanlar.ContextMenu = this.katmanlarMenu; this.lstKatmanlar.Location = new System.Drawing.Point(8, 176); this.lstKatmanlar.Name = "lstKatmanlar"; this.lstKatmanlar.Size = new System.Drawing.Size(176, 132); this.lstKatmanlar.TabIndex = 1; this.lstKatmanlar.SelectedIndexChanged += new System.EventHandler(this.lstKatmanlar_SelectedIndexChanged); // // katmanlarMenu // this.katmanlarMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnKatmanOzellikler, this.mnKatmanSil, this.mnKatmanYeni }); // // mnKatmanOzellikler // this.mnKatmanOzellikler.Index = 0; this.mnKatmanOzellikler.Shortcut = System.Windows.Forms.Shortcut.F10; this.mnKatmanOzellikler.Text = "Özellikler"; this.mnKatmanOzellikler.Click += new System.EventHandler(this.mnKatmanOzellikler_Click); // // mnKatmanSil // this.mnKatmanSil.Index = 1; this.mnKatmanSil.Shortcut = System.Windows.Forms.Shortcut.Del; this.mnKatmanSil.Text = "Sil"; this.mnKatmanSil.Click += new System.EventHandler(this.mnKatmanSil_Click); // // mnKatmanYeni // this.mnKatmanYeni.Index = 2; this.mnKatmanYeni.Shortcut = System.Windows.Forms.Shortcut.F2; this.mnKatmanYeni.Text = "Yeni katman"; this.mnKatmanYeni.Click += new System.EventHandler(this.mnKatmanYeni_Click); // // btnKatmanSil // this.btnKatmanSil.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnKatmanSil.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.btnKatmanSil.ForeColor = System.Drawing.Color.White; this.btnKatmanSil.Location = new System.Drawing.Point(64, 312); this.btnKatmanSil.Name = "btnKatmanSil"; this.btnKatmanSil.Size = new System.Drawing.Size(40, 24); this.btnKatmanSil.TabIndex = 5; this.btnKatmanSil.Text = "Sil"; // // lblKatmanlar // this.lblKatmanlar.BackColor = System.Drawing.Color.LightBlue; this.lblKatmanlar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblKatmanlar.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162))); this.lblKatmanlar.Location = new System.Drawing.Point(8, 160); this.lblKatmanlar.Name = "lblKatmanlar"; this.lblKatmanlar.Size = new System.Drawing.Size(176, 16); this.lblKatmanlar.TabIndex = 2; this.lblKatmanlar.Text = "Katmanlar"; this.lblKatmanlar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CizimRengiSecimi // this.CizimRengiSecimi.Color = System.Drawing.Color.White; this.CizimRengiSecimi.FullOpen = true; // // durumCubugu // this.durumCubugu.Location = new System.Drawing.Point(60, 545); this.durumCubugu.Name = "durumCubugu"; this.durumCubugu.Size = new System.Drawing.Size(276, 24); this.durumCubugu.SizingGrip = false; this.durumCubugu.TabIndex = 5; this.durumCubugu.Text = "iboCad v0.1"; this.ipucuKutusu.SetToolTip(this.durumCubugu, "Durum çubuðu"); // // ArkaPlanRengiSecimi // this.ArkaPlanRengiSecimi.FullOpen = true; // // dosyaAcmaPenceresi // this.dosyaAcmaPenceresi.FileOk += new System.ComponentModel.CancelEventHandler(this.dosyaAcmaPenceresi_FileOk); // // frmAna // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.LightGray; this.ClientSize = new System.Drawing.Size(528, 569); this.Controls.Add(this.durumCubugu); this.Controls.Add(this.pnlSagTaraf); this.Controls.Add(this.pnlAraclar); this.IsMdiContainer = true; this.Menu = this.anaMenu; this.Name = "frmAna"; this.Text = "iboCAD Çizim Programý v0.1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.anaForm_Load); this.pnlAraclar.ResumeLayout(false); this.pnlSagTaraf.ResumeLayout(false); this.pnlMouseKonum.ResumeLayout(false); this.ResumeLayout(false); }